Agent skill
Generating New Skills
Meta-skill that creates other skills from detected patterns. Use when user repeatedly explains workflow (2+ times), says 'remember this', or you notice repetitive pattern.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/skill-generator
SKILL.md
Skill Generator
When to Use
- User explains same process 2+ times
- User says "remember this", "save workflow"
- You notice reusable pattern
- Detailed step-by-step methodology provided
Detection Signals
- Repetition (2+ similar requests)
- Detailed instructions
- Explicit: "make this a skill"
- API/docs pattern
Auto-Learning Process
Track Pattern
npm run learn:track
# or
npm run learn:record "what asked" "how to do it"
Threshold → Auto-Generate
After 2 occurrences: .claude/skills/auto-[intent]-[id]/SKILL.md
Generated Format
Official Anthropic format:
- YAML: name + description only
- Gerund-form naming
- Under 500 lines
- Progressive disclosure
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?