Skill-Plus
Compilable skill packages for content-generation agents.
npm i -g @e8s/skillplus
skillplus list # browse the official catalog
skillplus search "phone snapshot food" # find a skill by keyword
skillplus show food-street-realism # see metadata
skillplus food-street-realism --target skill-md > ~/.claude/skills/food.md
A skill is a directory of YAML + Markdown that the compiler turns into one of several target formats: structured JSON for the OpenMelon runtime, a portable skill.md for Claude Code / Cursor / any agent, vendor-specific prompt bundles, evaluation checklists, or provenance templates. The compiler is deterministic and never calls a model — that's the runtime's job.
Install
npm i -g @e8s/skillplus
Requires Node ≥20.
Commands
skillplus <id-or-path> [--target ...] [--model-profile ...] [--locale ...] compile
skillplus list [--tag <t>] [--mine] [--json] list available skills
skillplus search <query> [--json] fuzzy search
skillplus show <id> [--json] print metadata