adr
Write an Architecture Decision Record documenting a significant technical decision.
Create a pull request with a structured description based on the current branch's changes.
$ 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.
/pr-createContext preview
What this command does when you run it.
Create a pull request with a structured description based on the current branch's changes.
Create a pull request with a structured description based on the current branch's changes.
1. Run `git log main..HEAD --oneline` to see all commits on this branch. 2. Run `git diff main...HEAD --stat` to see all changed files. 3. Run `git diff main...HEAD` to read the actual changes. 4. Determine the base branch (main or master). 5. Generate a PR title (max 70 chars) summarizing the change. 6. Generate a structured PR body. 7. Create the PR using `gh pr create`.
## Summary - Bullet point summary of the change and its motivation. ## Changes - List of significant changes grouped by area. ## Test Plan - [ ] How to verify this change works correctly. - [ ] Edge cases considered. ## Notes - Any migration steps, config changes, or deployment considerations.
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.