Armory
Source
Browse
CLIs & Tools

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

MCPsExperimental

self-improve

Captures user corrections and improvements during interactions, logs them, finds recurring patterns, and prescribes preventive fixes like CLAUDE.md rules, skills, scripts, or MCP tools to avoid repeating mistakes.

0 stars
Harnessclaudecursorcodexopencodegemini
glamamcp
No one-command install · SourceDetails
CLIs & ToolsPreview

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.

1 star
Harnessclaudecodexcursorgeminiopencode
harnessscaffoldbootstrapclaude-md
No one-command install · SourceDetails

Not Indexed

  • skill-creator