skillsmithOurs
Use to author, test, and share agent skills from the command line: scaffold a SKILL.md, validate its structure, and package it for reuse, turning a one-off procedure into a portable capability.
- Score
- Unranked
- Evidence
- No signals yet
- Last commit
- as last read from GitHub; most reads are from 2 Sep 2026 or later
- Listed
Install
No one-command install. Set it up from its source.
What it is
A CLI for the skills lifecycle. It scaffolds a new skill (trigger description + step procedure + model-tier hints), validates that a skill is well-formed, and packages skills for sharing across harnesses. It is the command-line counterpart to the in-agent skill-creator.
When to use it
When you want to create or maintain skills outside an agent session: building a skill library, validating a batch of skills, or sharing skills between projects. The trigger is "make this a proper, portable skill."
How to install / invoke
Install globally and run its create/test commands against a skill folder. It produces the same SKILL.md shape an
agent's skill-creator emits, so skills are interchangeable.
Notes
The CLI form lets skills live in version control and CI, separate from any single agent run. Pair with a self-improvement loop that proposes new skills from session patterns.
Related
claude-harness
Use to scaffold a complete agent-native harness: the CLAUDE.md, rules, skills, hooks, sub-agents, and memory layout, so a new project starts with the full discipline stack instead of an empty repo.
Not Indexed
- skill-creator