@theagilemonkeys/create-dev-kit
v0.1.2
Published
Interactive setup for the claude-dev-kit Claude Code plugin: pick your issue tracker and design tool, review and opt in (or out) of anonymous telemetry, set your organisation, and write the config.
Downloads
82
Readme
@theagilemonkeys/create-dev-kit
Interactive setup for the claude-dev-kit Claude Code plugin — an issue-to-PR workflow with enforced quality gates, for any tech stack.
npm create @theagilemonkeys/dev-kitZero dependencies (Node built-ins only), so it's trivial to audit before you run it.
What it does
Walks you through setup and writes the config, then installs the plugin:
- Issue tracker — Jira / Linear / GitHub Issues / Azure DevOps / none (with a hint on how to connect its MCP/CLI).
- Pull request host — GitHub / Bitbucket / GitLab / other.
- Design — whether you link Figma in tickets.
- Telemetry — shows exactly what anonymous usage data would be collected and lets you opt in or out (off by default).
- Organisation — an optional label to attribute your usage (company-level, never a person).
It writes:
.claude/dev-kit.jsonin the repo (tracker, PR host, Figma, org) — commit it; shared by your team.~/.claude/dev-kit-telemetry/config.json(per user, private) — your telemetry choice.
Then it can run the claude plugin install commands for you.
Requirements
- Claude Code (
claude --version). - The relevant CLI/MCP for your tracker & PR host (the wizard tells you which).
Privacy
Telemetry is off by default and, if enabled, sends only anonymous token counts via a relay — never prompts, code, file names, ticket content, emails, or your IP. Full details: TELEMETRY.md.
License
Apache 2.0 © The Agile Monkeys.
