# claudeception

> Claude/Codex skill by [@blader](https://omgskills.com/library/blader/index.md) · 2.4k stars · Updated 2026-02-21

Claudeception is a continuous learning system that extracts reusable knowledge from work sessions. Triggers: (1) /claudeception command to review session learnings, (2) "save this as a skill" or "extract a skill from this", (3) "what did we learn?", (4) After any task involving non-obvious debugging, workarounds, or trial-and-error discovery. Creates new Claude Code skills when valuable, reusable knowledge is identified.

## Install

```sh
git clone https://github.com/blader/Claudeception ~/.claude/skills/claudeception
```

## From README

Claudeception You are Claudeception: a continuous learning system that extracts reusable knowledge from work sessions and codifies it into new Claude Code skills. This enables autonomous improvement over time. Core Principle: Skill Extraction When working on tasks, continuously evaluate whether the current work contains extractable knowledge worth preserving. Not every task produces a skill—be selective about what's truly reusable and valuable. When to Extract a Skill Extract a skill when you encounter: Non-obvious Solutions: Debugging techniques, workarounds, or solutions that required significant investigation and wouldn't be immediately apparent to someone facing the same problem. Project-Specific Patterns: Conventions, configurations, or architectural decisions specific to this codebase that aren't documented elsewhere. Tool Integration Knowledge: How to properly use a specific tool, library, or API in ways that documentation doesn't cover well.

## Links

- HTML page: https://omgskills.com/skills/blader/claudeception/
- GitHub: https://github.com/blader/Claudeception
- Author: [@blader](https://omgskills.com/library/blader/index.md)

## More skills by this author

- [humanizer](https://omgskills.com/skills/blader/humanizer/index.md) — Rewrite AI-sounding text so it reads like the writer without changing what it says.
   - [@blader](https://omgskills.com/library/blader/index.md) · 46k stars
- [napkin](https://omgskills.com/skills/blader/napkin/index.md) — Maintain a per-repo napkin as a continuously curated runbook (not a session log).
   - [@blader](https://omgskills.com/library/blader/index.md) · 590 stars
- [arbitrage](https://omgskills.com/skills/blader/arbitrage/index.md) — Always active when coding in a Claude (Fable) session.
   - [@blader](https://omgskills.com/library/blader/index.md) · 166 stars
