Content Preview
--- model: claude-sonnet-4-0 --- Optimize application stack using specialized optimization agents: [Extended thinking: This tool coordinates database, performance, and frontend optimization agents to improve application performance holistically. Each agent focuses on their domain while ensuring optimizations work together.] ## Optimization Strategy ### 1. Database Optimization Use Task tool with subagent_type="database-optimizer" to: - Analyze query performance and execution plans - Optimize
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/multi-agent-optimize.md \
https://raw.githubusercontent.com/wshobson/commands/main/tools/multi-agent-optimize.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/wshobson/commandsThen reference at tools/multi-agent-optimize.md
Related Skills
all-tools
Display All Available Development Tools
commandsalltools
by qdhenry · claude-command-suite
all_tools
List all available tools detailed in your system prompt. Display them in bullet points. Display them in typescript function signature format and suffix the purpose of the tool. Double line break between each tool for readability.
commandsalltools
by disler · disler-hooks-mastery
tool-types-guide
Tool Types Guide — Comprehensive Reference for Free Marketing Tools
marketing-skilltooltypesguide
by alirezarezvani · alirezarezvani-claude-skills
multi-agent-review
Perform comprehensive multi-agent code review with specialized reviewers:
toolsmultiagentreview
by wshobson · wshobson-commands