Releases: singhharsh1708/kitbash
Releases · singhharsh1708/kitbash
Release list
v0.3.0 — seven targets
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
/commandsbecome 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
Highlights
kitbash.lock— installs pinned by sha256 content hash;kitbash doctordetects drift and fails on tamper- skills.sh / Claude Skills interop — plain SKILL.md folders install directly (
kitbash install owner/repo), flaggedunmanifested; verified against real third-party repos - Stale-output pruning —
compilecleans generated files of removed skills (only files bearing the generated header) kitbash.tomltargets — 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