adr
Write an Architecture Decision Record documenting a significant technical decision.
Create a well-structured GitHub issue with proper metadata.
$ 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.
/create-issueContext preview
What this command does when you run it.
Create a well-structured GitHub issue with proper metadata.
name: create-issue description: Create a well-structured GitHub issue with proper metadata.
Create a well-structured GitHub issue with proper metadata.
1. Ask the user for the issue type: bug report, feature request, or task 2. For bugs: gather steps to reproduce, expected vs actual behavior, environment details 3. For features: gather the use case, proposed solution, and alternatives considered 4. For tasks: gather the description, acceptance criteria, and dependencies 5. Select the appropriate issue template if the repository has them configured 6. Add relevant labels: bug/feature/task, priority, component area 7. Set the milestone if applicable to the current release cycle 8. Add the issue to a project board if one is configured 9. Link related issues using GitHub keywords (relates to, depends on, blocks) 10. Assign to the appropriate team member if known 11. Create the issue using the GitHub API with all metadata 12. Report: issue number, URL, labels, assignee, project board
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.