Skip to content

Conversation

@aRustyDev
Copy link
Owner

Summary

  • Add skill template directory with SKILL.md template
  • Add justfile recipes for skill management (create, validate, list, import)
  • Add skill organization strategy plan with naming convention and categories

Closes #35

Test plan

  • Run just list-skills to verify recipe works
  • Run just validate-all-skills to verify validation
  • Review strategy plan for completeness

🤖 Generated with Claude Code

### Added
- Skill template directory (.templates/) with SKILL.md template
- Justfile recipes for skill management:
  - create-skill: Create new skill from template with validation
  - validate-skill: Validate skill naming and structure
  - list-skills: List local skills with focus levels
  - validate-all-skills: Validate all local skills
  - import-and-normalize: Import and rename external skills
- Skill organization strategy plan documenting:
  - Naming convention: <category>-[<subcategory>-]<tool>-<focus>
  - Focus taxonomy: ops, dev, eng, nub, xec
  - 16 primary categories with subcategories
  - Evaluation matrix and merge strategy

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@aRustyDev aRustyDev merged commit bbb52d7 into main Dec 26, 2025
4 checks passed
@aRustyDev aRustyDev deleted the feat/skill-infrastructure branch December 26, 2025 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(skills): Add skill organization infrastructure

2 participants