Releases
v2.6.0
Compare
Sorry, something went wrong.
No results found
What's New
Added
Unified init.py script with subcommand pattern (skill and subagent subcommands)
Enhanced validate_skill.py with selective validation flags (--security-only, --tokens-only, --structure-only)
Comprehensive test suite with 17 tests for consolidated functionality
Changed
Consolidated 6 scripts into 2:
init_skill.py + init_subagent.py → init.py
security_scanner.py + token_estimator.py → validate_skill.py
Deprecated old scripts with clear migration warnings
Updated all documentation references
~800 lines of code saved
Migration Guide
Use python scripts/init.py skill <name> instead of init_skill.py
Use python scripts/init.py subagent <name> instead of init_subagent.py
Use python scripts/validate_skill.py --security-only instead of security_scanner.py
Use python scripts/validate_skill.py --tokens-only instead of token_estimator.py
You can’t perform that action at this time.