@codemodekit/skills
v0.3.0
Published
Agent Skills for building CodeModeKit servers and authoring their runtime skills.
Maintainers
Readme
CodeModeKit skills
Install CodeModeKit's two project-level Agent Skills with the open skills CLI:
npx skills add stjbrown/codemodekitThe repository contains:
build-codemodekit-serverbuilds and verifies Code Mode MCP servers from Local Tools or MCP sources, including opt-in packaged-skill delivery through the experimental MCP Skills Extension.author-codemode-skillturns a generated companion skill into domain-aware runtime guidance, maintains its Agent Plugin package, and enforces snapshot and importer limits when experimental delivery is enabled.
Install either one independently:
npx skills add stjbrown/codemodekit --skill build-codemodekit-server
npx skills add stjbrown/codemodekit --skill author-codemode-skillFor an explicit, non-interactive install of both into Cursor:
npx skills add stjbrown/codemodekit \
--skill '*' \
--agent cursor \
--copy \
--yesnpm and programmatic installation
The @codemodekit/skills npm package backs create-codemodekit and can also copy both skills directly into the current project's portable .agents/skills directory:
npx @codemodekit/skillsInstall one from the npm package with --skill:
npx @codemodekit/skills --skill build-codemodekit-serverCodeModeKit-generated projects install both automatically. Use the skills CLI for agent-specific destinations, global installation, symlinks, updates, or discovery through skills.sh.
