Claudeception — Development skill for Claude Code
Extracts reusable knowledge from work sessions and codifies it into Claude Code skills.
How to install Claudeception
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open abhattacherjee/claudeception and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Claudeception does
Extracts reusable knowledge from work sessions and codifies it into Claude Code skills.
Alternatives in Development
- Knowledge Work Plugins — Open source repository of plugins primarily intended for knowledge workers to use in Claude Cowork 9734 125 18 10.5k ★
- Resume Work From A Handoff Document — You are tasked with resuming work from a handoff document through an interactive process 10k ★
- Agent Rules — Rules and Knowledge to work better with agents such as Claude Code or Cursor 5.7k ★
README
Claudeception
A customized fork of [blader/Claudeception](https://github.com/blader/Claudeception) — a continuous learning system that extracts reusable knowledge from work sessions and codifies it into Claude Code skills.
Every time you use an AI coding agent, it starts from zero. You spend an hour debugging some obscure error, the agent figures it out, session ends. Next time you hit the same issue? Another hour. This skill fixes that by persisting discoveries as reusable skills.
Changes from Upstream
This fork customizes the original Claudeception with:
- Skill-authoring integration — delegates skill creation to the skill-authoring skill for consistent structure, frontmatter conventions, and quality checks
- Existing skills check (Step 1) — before creating a new skill, searches project and user-level skill directories to decide: create new, update existing, or add cross-references
- Project artifact updates (Step 5) — after saving a skill, updates CHANGELOG.md and uses appropriate commit prefixes (
docs(skills):orfix(skills):) - Streamlined frontmatter — uses
metadata.versioninstead of top-levelversion, removesauthor,date,tags, andallowed-toolsfields per Anthropic best practices - Concise research section — replaced verbose search instructions with a one-liner strategy
- See Also cross-references — links to
skill-authoringand Anthropic's official docs
The original's core concepts (trigger conditions, quality gates, automatic/explicit modes, retrospective) are preserved unchanged.
Installation
Individual repo (recommended)
**User-level** (available in all projects):
# macOS / Linux
git clone https://github.com/abhattacherjee/claudeception.git ~/.claude/skills/claudeception
# Windows
git clone https://github.com/abhattacherjee/claudeception.git %USERPROFILE%\.claude\skills\claudeception
**Project-level** (available only i
Related Skills
Instill
Use when distilling instincts or reusable rules from the current session. Extracts compact patterns from conve
Creating Skills
How to create, update, and manage your own skill files to persist knowledge and workflows as reusable referenc
Skill Knowledge Extractor
从对话、文档和工作经验中提取可复用的知识模式 Extract reusable knowledge patterns from conversations and documents
Memory Query
Answer a question using only the agent memory knowledge base, cite every claim to a page, then file the answer
Guide Template
Reusable starter for an open, public knowledge site built on Nextra 4 — process-first structure, plain-English
Analyze Patterns
Analyze ~/.claude/tool_logs/operations.jsonl operation logs to identify repeated patterns across sessions and
Related Agents
Design Study
Studies reference images, GIFs, prior designs, or public visual references and extracts reusable design DNA be
Otherness.Learn
Learn from open-source projects and agent systems in the wild. Extracts reusable patterns from codebases, AGEN
Plugin Refactorer
Refactor an existing shotcowboystyle Claude Code workspace repo into a shareable Claude Code plugin. Fetches t