·skill-builder
>_

skill-builder

phrazzld/claude-config

Create new Claude Code skills from procedural knowledge. Invoke PROACTIVELY when: - Discovering a reusable workflow pattern worth preserving - User asks to "capture this as a skill" or "make this reusable" - Recognizing institutional knowledge that should persist - After solving a problem in a novel way worth repeating - Noticing repeated patterns across sessions AUTONOMOUS: Create skills proactively, then inform user what was created.

7Installs·1Trend·@phrazzld

Installation

$npx skills add https://github.com/phrazzld/claude-config --skill skill-builder

SKILL.md

Create then inform: When recognizing skill-worthy knowledge, create the skill proactively, then inform the user what was created and why. Don't ask permission first.

| REUSABLE | Applies beyond this instance? | One-off solution | | NON-TRIVIAL | Required discovery, not docs lookup? | Just followed documentation | | SPECIFIC | Clear trigger conditions defined? | Vague "sometimes useful" | | VERIFIED | Solution confirmed working? | Theoretical, untested |

Why: Don't just codify what you did. Incorporate current best practices. Skip if: Pattern is project-specific internal convention.

Create new Claude Code skills from procedural knowledge. Invoke PROACTIVELY when: - Discovering a reusable workflow pattern worth preserving - User asks to "capture this as a skill" or "make this reusable" - Recognizing institutional knowledge that should persist - After solving a problem in a novel way worth repeating - Noticing repeated patterns across sessions AUTONOMOUS: Create skills proactively, then inform user what was created. Source: phrazzld/claude-config.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/phrazzld/claude-config --skill skill-builder
Category
>_Productivity
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is skill-builder?

Create new Claude Code skills from procedural knowledge. Invoke PROACTIVELY when: - Discovering a reusable workflow pattern worth preserving - User asks to "capture this as a skill" or "make this reusable" - Recognizing institutional knowledge that should persist - After solving a problem in a novel way worth repeating - Noticing repeated patterns across sessions AUTONOMOUS: Create skills proactively, then inform user what was created. Source: phrazzld/claude-config.

How do I install skill-builder?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/phrazzld/claude-config --skill skill-builder Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/phrazzld/claude-config