adr
Write an Architecture Decision Record documenting a significant technical decision.
Start a new feature, bugfix, or hotfix branch following git-flow conventions.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/flow-startContext preview
What this command does when you run it.
Start a new feature, bugfix, or hotfix branch following git-flow conventions.
Start a new feature, bugfix, or hotfix branch following git-flow conventions.
1. Determine the flow type from the argument:
2. Verify the working tree is clean: `git status --porcelain`. 3. Fetch latest from remote: `git fetch origin`. 4. Create the branch from the appropriate base:
5. Set up branch tracking: `git push -u origin <type>/<name>`. 6. If a GitHub issue is referenced, link it:
7. Display the branch info and next steps.
Flow started: Type: <feature|bugfix|hotfix> Branch: <branch-name> Base: <base-branch> Tracking: origin/<branch-name> Next steps: 1. Make your changes 2. Commit with conventional messages 3. Run: /git-flow:flow-release to merge
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.