Discover codebase patterns and auto-generate SKILL files for .claude/skills/. Use when analyzing project for missing skills, creating new skills from codebase patterns, or syncing skills with project structure.
Analyze codebase to discover patterns and generate/update SKILL files in .claude/skills/. Supports multi-platform projects with stack-specific pattern detection.
Capabilities:
This skill triggers when user:
Detection signals:
.claude/skills/ directory presenceAnalyze codebase and report missing skills.
Steps:
.claude/skills/Output format:
Detected Patterns: {count}
| Pattern | Files Found | Example Location |
|---------|-------------|------------------|
| {name} | {count} | {path} |
Existing Skills: {count}
Missing Skills: {count}
- {skill-name}: {pattern}, {file-count} files found
Create SKILL files from detected patterns.
Steps:
.ruler/*.md if presentGenerated SKILL structure:
---