Getting Started
Prerequisites
Section titled “Prerequisites”- Claude Code — Install Claude Code if you haven’t already
- Git — Version control (required for stow-based installation)
- GitHub CLI (
gh) — Used by shipping commands (commit,pr,release) - Bun or Node.js — For JavaScript/TypeScript projects
Quick Install
Section titled “Quick Install”-
Clone and stow my-kit:
Terminal window git clone https://github.com/mayknxyz/my-kit.git ~/.my-kitcd ~/.my-kit && stow -t ~ . -
Initialize in your project:
Terminal window cd your-project/mykit.init -
Run your first workflow:
Terminal window /mykit.specify
Your First Workflow
Section titled “Your First Workflow”my-kit follows a spec-driven pipeline: Specify → Plan → Tasks → Implement → Ship → Audit.
/mykit.specify— Describe what you want to build. my-kit creates a structured spec./mykit.plan— Claude generates an implementation plan from the spec./mykit.tasks— The plan is broken into trackable tasks./mykit.implement— Claude works through each task, writing code./mykit.commit— Stage and commit with conventional commit messages./mykit.pr— Create a pull request with auto-generated summary.
What’s Next?
Section titled “What’s Next?”- Installation — Detailed setup, verify, upgrade, and uninstall
- Workflow Overview — Understand the full pipeline
- Commands — Browse all 29 commands
- Supported Stack — Check compatibility with your tools