agentsclimarketplace

Kitup

Skill lathe-cli/kitup/skills/kitup

Shared installer SDK for bundled Agent Skills.

Install
npx -y skills add lathe-cli/kitup --skill kitup

Assembled 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 CLI
  • skillBundle: bundled skill directory tree source containing SKILL.md
  • scope: user or project
  • agents: 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.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.