claudeception

Extract non-obvious development knowledge into reusable Claude Code skills.

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/chipoto69/claude-skills --skill claudeception
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: claudeception
Source: https://github.com/chipoto69/claude-skills/tree/main/claudeception
Command: npx skills add https://github.com/chipoto69/claude-skills --skill claudeception

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Claude Code lacks a cohesive mechanism to capture and reuse knowledge learned during coding sessions. This skill provides automatic extraction of non-obvious solutions and patterns into reusable Claude Code skills.

Core Features & Use Cases

  • Continuous knowledge extraction: stores insights from debugging, workarounds, and project-specific patterns as new skills.
  • Retrospective mode: prompts for saving learnings as skills after meaningful tasks to build the library over time.
  • Knowledge reuse: discovered skills surface automatically in future sessions via semantic matching, reducing rework.

Quick Start

To enable automatic skill extraction after a meaningful session, ensure the claudeception skill is installed and its activation hook is enabled, then complete a session with non-obvious findings and run /claudeception to review learnings.

Frequently Asked Questions about claudeception

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I capture knowledge from Claude Code sessions for future reuse?▼

To capture knowledge from Claude Code sessions, you can use a retrospective extraction process that codifies non-obvious debugging solutions and project patterns into new reusable skills. This requires a SKILL.md frontmatter defining the skill's name and description.

What is the best way to automate continuous learning in Claude Code?▼

The best way to automate continuous learning in Claude Code is enabling a retrospective mode that prompts you to save insights as skills after meaningful tasks. This builds a skill library over time, surfacing discovered knowledge automatically in future sessions via semantic matching.

Does claudeception work without any external dependencies?▼

Yes, claudeception works without external dependencies, using only internal scripts to streamline the extraction workflow. You need to ensure the skill is installed, its activation hook is enabled, and you provide a SKILL.md file to define the extracted knowledge.

How do I extract project-specific workarounds into a skill library?▼

You extract project-specific workarounds into a skill library by running an extraction command after completing a session with non-obvious findings. The system reviews your learnings and codifies them into new skills using a SKILL.md file with optional scripts and references.

When should I not use automatic skill extraction for development sessions?▼

You should not use automatic skill extraction for routine development sessions that lack non-obvious findings or unique debugging patterns. The extraction process is designed to surface reusable knowledge from complex workarounds, not basic code generation or standard formatting tasks.