adr
Write an Architecture Decision Record documenting a significant technical decision.
Add database indexes to improve query performance with migration safety.
$ 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.
/add-indexContext preview
What this command does when you run it.
Add database indexes to improve query performance with migration safety.
Add database indexes to improve query performance with migration safety.
1. Identify the query patterns that need indexing: 2. Choose the index type: 3. Design the index: 4. Create the migration: 5. Estimate the impact: 6. Deploy safely:
Table: <table name> Index: <index name> Columns: <column list> Type: <B-tree|Hash|GIN|GiST>
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.