repo-add-skill
CommunityAdd new skills, auto-update metadata & versions.
Authorsynapseradio
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Manually adding a new skill involves creating a directory, templating SKILL.md, bumping plugin versions, updating marketplace.json, and modifying README.md and CHANGELOG.md. This Skill automates these tedious, error-prone steps.
Core Features & Use Cases
- Skill Scaffolding: Creates a new skill directory and
SKILL.mdfrom a template with standard sections. - Version Bumping: Automatically increments the plugin's minor version and syncs it to
marketplace.json. - Metadata Synchronization: Updates
README.mdskill counts and adds aCHANGELOG.mdentry. - Refinement & Validation: Invokes
refine-skill-expressionfor content polishing andrepo-preflightfor consistency checks. - Use Case: When you've designed a new cognitive technique, use this Skill to codify it into a skill, ensuring all repository metadata is updated automatically and the skill is ready for use.
Quick Start
Add a new skill called 'decision-option-tradeoffs' to the 'thinkies' plugin, with the description 'Systematically compare trade-offs between different options'.
Dependency Matrix
Required Modules
jqgit
Components
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: repo-add-skill Download link: https://github.com/synapseradio/thinkies/archive/main.zip#repo-add-skill Please download this .zip file, extract it, and install it in the .claude/skills/ directory.