refactor: extract skills from commands across 10 plugins #338
Reference in New Issue
Block a user
Delete Branch "refactor/all-plugins-skills-extraction"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Refactored all plugin commands to extract reusable skills following the Commands → Skills separation pattern established in projman.
Plugins Refactored
Architecture
Before: Commands contained detailed workflows, validation logic, conventions, and reference data (100-348 lines each)
After:
Benefits
Test Plan
🤖 Generated with Claude Code