Auto skill builder

During a Claude session you correct, hit one command, get a skill file. You learn how to extract structure from chat history, how to write skills, and how to make AI compound instead of starting from scratch every time.

03: Auto-Skill Builder Correct Claude during a session, hit one command, get a skill file. AI compounds instead of starting from scratch every time. | Difficulty | Time | Suggested stack | |---|---|---| | Medium | 4-6 hours | Node.js or Python, Anthropic API, Claude.ai or Claude Code chat history | What you'll build A tool that reads your Claude conversations (exported JSON or live Claude Code session), finds every correction you made ("no, shorter," "use TypeScript not JavaScript," "skip the explanation"), extracts the patterns, and writes a Claude skill file you can drop into .claude/skills/ so the corrections become permanent. You stop correcting Claude the same way three times. Every correction compounds. What you'll learn How to extract structured rules from unstructured chat…

Part of 5 AI projects to build in a weekend (batch1) · Back to the pack

View on Coeurdar