claudeception

Extract debugging insights and workarounds into reusable Claude Code skills.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/xxih/ai-harness-zh --skill claudeception-xxih
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claudeception
Source: https://github.com/xxih/ai-harness-zh/tree/main/references/translations/claudeception
Command: npx skills add https://github.com/xxih/ai-harness-zh --skill claudeception-xxih

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It captures non‑obvious debugging insights, workarounds, and project‑specific patterns from coding sessions and converts them into reusable Claude Code skills, preventing repeated effort.

Core Features & Use Cases

  • Continuous Learning: Monitors each session for knowledge worth preserving.
  • Automatic Skill Generation: Creates or updates SKILL.md files with precise descriptions and trigger conditions.
  • Quality Gate: Enforces verification, relevance, and reuse criteria before a skill is saved.
  • Use Cases: Saving a hard‑to‑discover fix after a deep debug, recording a clever workaround for a library limitation, or documenting a project‑specific configuration pattern.

Quick Start

Ask Claude to save the recent insight as a skill by typing “/claudeception”.

Frequently Asked Questions about claudeception

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

FAQPage Schema
How do I extract reusable knowledge from Claude coding sessions?

To extract reusable knowledge from coding sessions, you can use a continuous learning mechanism that monitors for non-obvious debugging insights and workarounds, then automatically converts them into reusable skills. This prevents repeating effort on similar issues.

How do I save a debugging workaround as a Claude Code skill?

You can save a debugging workaround as a Claude Code skill by triggering the skill creation process during your session. It requires permission to access the skill library and create or update SKILL.md files with precise descriptions and trigger conditions.

What are the criteria for generating a Claude skill from session insights?

The criteria for generating a Claude skill from session insights involve a quality gate that enforces verification, relevance, and reuse standards before saving. The session must yield non-obvious patterns, project-specific configurations, or hard-to-discover fixes worth preserving.

Can I automatically update SKILL.md files with project-specific patterns?

Yes, you can automatically update SKILL.md files with project-specific patterns. The skill generation process creates or modifies these files to document configurations, ensuring that clever workarounds for library limitations are recorded precisely for future reuse.

Does Claude skill creation require access to the skill library?

Yes, Claude skill creation requires permission to access the skill library and the ability to create or update SKILL.md files. This access ensures that the extracted debugging insights and patterns are correctly preserved within the existing skill framework.

What is the best way to prevent repeated debugging effort in Claude Code?

The best way to prevent repeated debugging effort is to implement continuous learning that captures non-obvious insights from coding sessions. By converting these workarounds into reusable skills, you automatically document fixes and avoid solving the same problems again.