aiception

Extracts reusable lessons from work sessions into standalone skill files.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/az9713/OB1-byoc-enhanced --skill aiception
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: aiception
Source: https://github.com/az9713/OB1-byoc-enhanced/tree/main/skills/claudeception
Command: npx skills add https://github.com/az9713/OB1-byoc-enhanced --skill aiception

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Hard-won lessons from debugging, tool quirks, and workflow experiments are frequently lost between sessions; aiception captures those verified, reusable discoveries and turns them into immediately discoverable skills so future work benefits from prior investigations.

Core Features & Use Cases

  • Detection: Spot non-obvious solutions, misleading error resolutions, and repeatable workflow optimizations during a session.
  • Duplicate checking: Search Open Brain and local skill folders to avoid creating redundant skills.
  • Structured drafting: Produce a complete SKILL.md with precise trigger conditions, verification steps, and example usage.
  • Capture & storage: Save new skills to project or user-level skill directories and optionally record a summary back into Open Brain for cross-session discovery.
  • Use Case: Run aiception after a tricky debugging session to extract a verified fix into a reusable skill so teammates and future sessions can apply it quickly.

Quick Start

Invoke the aiception skill at session end by saying save this as a skill and follow the prompts to draft, verify, and save a new SKILL.md to your skills directory.

Frequently Asked Questions about aiception

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

FAQPage Schema
How do I capture reusable lessons from a debugging session into a skill file?▼

To capture reusable lessons, invoke the skill at session end and follow prompts to draft, verify, and save a structured SKILL.md with exact trigger conditions to your local skills directory.

What is the best way to save misleading error resolutions so future work benefits?▼

The best way to save misleading error resolutions is extracting verified discoveries into standalone skill files, performing duplicate checks against Open Brain to ensure non-trivial knowledge is immediately discoverable.

How does duplicate checking work when creating new workflow optimization skills?▼

Duplicate checking for new workflow optimization skills works by searching Open Brain and local skill directories to prevent creating redundant skills, ensuring only verified non-trivial knowledge is captured.

Can I save extracted session discoveries to both project and user-level skill folders?▼

Yes, you can save extracted session discoveries to project or user-level skill directories, and optionally record a summary back into Open Brain for cross-session discovery.

When do I need to extract a tool-integration discovery into a standalone skill?▼

You need to extract a tool-integration discovery into a standalone skill when you find a verified, non-trivial solution during a session that future work would benefit from applying quickly.