Skip to content

Releases: singhharsh1708/kitbash

v0.3.0 — seven targets

Choose a tag to compare

@singhharsh1708 singhharsh1708 released this 11 Jul 06:32
752236e

Highlights

  • 7 agent targets: Claude Code, Cursor, GitHub Copilot, Cline, Windsurf, Gemini (GEMINI.md), and the AGENTS.md floor
  • Commands compile: a skill's declared /commands become native Claude Code slash commands
  • Shared-file merging (AGENTS.md, GEMINI.md) preserves your content — kitbash sections are marker-delimited, idempotent, and pruned when skills are removed
  • README: badges, FAQ, and the comparison that explains the whole project — the most-starred skill on GitHub hand-maintains twenty copies of one ruleset plus a drift-check script; Kitbash is one source and compile

Full changes: CHANGELOG.md

v0.2.0 — trust and interop

Choose a tag to compare

@singhharsh1708 singhharsh1708 released this 11 Jul 05:59
0225050

Highlights

  • kitbash.lock — installs pinned by sha256 content hash; kitbash doctor detects drift and fails on tamper
  • skills.sh / Claude Skills interop — plain SKILL.md folders install directly (kitbash install owner/repo), flagged unmanifested; verified against real third-party repos
  • Stale-output pruningcompile cleans generated files of removed skills (only files bearing the generated header)
  • kitbash.toml targets — explicit adapter selection
  • Animated real-session demo; launch plan

From 0.1.0

Working compiler thin slice: init / install / compile / doctor / list / remove, adapters for Claude Code, Cursor, and the AGENTS.md floor, token-budget enforcement, zero runtime dependencies, e2e-tested in CI.

Full changes: CHANGELOG.md

Install (from source until npm publish):

git clone https://github.com/singhharsh1708/kitbash && cd kitbash/packages/cli
npm install && npm run build && npm link