Learn Skill
SkillDev toolsExtract reusable patterns from current session and save them as learned skills for future use.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Learn Skill skill
What this skill tells your AI
The instructions your AI receives, as published by luohaothu/everything-codex in skills/learn/SKILL.md and read by ahel’s review.
Analyze the current session and extract patterns worth saving as reusable skills.
When to Use
Run /learn when you've solved a non-trivial problem during a session.
What to Extract
- Error Resolution Patterns — What error, root cause, and fix?
- Debugging Techniques — Non-obvious steps, tool combinations
- Workarounds — Library quirks, API limitations, version-specific fixes
- Project-Specific Patterns — Codebase conventions, architecture decisions
Output Format
Create a skill file at ~/.codex/skills/learned/<pattern-name>/SKILL.md:
---
name: <pattern-name>
description: <what this pattern solves>
---
# <Descriptive Pattern Name>
**Extracted:** <Date>
**Context:** <When this applies>
## Problem
<What problem this solves>
## Solution
<The pattern/technique/workaround>
## Example
<Code example if applicable>
## When to Use
<Trigger conditions>
Process
- Review the session for extractable patterns
- Identify the most valuable/reusable insight
- Draft the skill file
- Ask user to confirm before saving
- Save to
~/.codex/skills/learned/
Guidelines
- Don't extract trivial fixes (typos, simple syntax errors)
- Don't extract one-time issues (specific API outages)
- Focus on patterns that save time in future sessions
- Keep skills focused — one pattern per skill
Signals
- GitHub stars
- 24
- Forks
- 5
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
learn-luohaothu- Source
- github.com/luohaothu/everything-codex