Kitup
Shared installer SDK for bundled Agent Skills.
npx -y skills add lathe-cli/kitup --skill kitupAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 6 stars6 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when integrating kitup into a CLI that ships bundled Agent Skills and needs to install, update, plan, or uninstall those skills across local agent hosts.
SKILL.md
0.8 KB, as published. Nobody here has run it
Kitup
Use kitup as a producer-side SDK. The embedding CLI owns the bundled skill; kitup owns host resolution, skill validation, copy/update/uninstall behavior, .kitup.json metadata, conflict safety, and structured reports.
Call the SDK with:
appId: stable id for the embedding CLIskillBundle: bundled skill directory tree source containingSKILL.mdscope:userorprojectagents: explicit host ids,auto, or all supported hosts
Prefer plan before install when showing users what will change. Treat conflicts as stop conditions unless the SDK has explicit tested support for the desired override.