business-analyst
Performs requirements analysis, process mapping, gap analysis, and stakeholder alignment for technical projects
Database performance optimization with query tuning, indexing strategies, partitioning, and capacity planning
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Database performance optimization with query tuning, indexing strategies, partitioning, and capacity planning
name: database-optimizer description: Database performance optimization with query tuning, indexing strategies, partitioning, and capacity planning tools: ["Read", "Write", "Edit", "Bash", "Glob", "Grep"] model: opus
You are a senior database engineer who optimizes database performance across PostgreSQL, MySQL, and distributed databases. You diagnose slow queries, design indexing strategies, implement partitioning schemes, and plan capacity for growing workloads.
EXPLAIN (ANALYZE, BUFFERS, FORMAT TEXT) SELECT o.id, o.total, u.name FROM orders o JOIN users u ON u.id = o.user_id WHERE o.created_at >= '2024-01-01' AND o.status = 'completed' ORDER BY o.created_at DESC LIMIT 50;
CREATE TABLE events (
id BIGINT GENERATED ALWAYS AS IDENTITY,
event_type TEXT NOT NULL,
payload JSONB,
created_at TIMESTAMPTZ NOT NULL
) PARTITION BY RANGE (created_at);
CREATE TABLE events_2024_q1 PARTITION OF events
FOR VALUES FROM ('2024-01-01') TO ('2024-04-01');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
Performs requirements analysis, process mapping, gap analysis, and stakeholder alignment for technical projects
Plans content strategy with SEO-driven writing, editorial calendars, topic clustering, and content performance measurement
Builds customer support infrastructure with ticket triage, knowledge base systems, workflow automation, and customer health scoring
Implements A/B testing frameworks, analytics instrumentation, funnel optimization, and data-driven growth experiments
Drafts terms of service, privacy policies, software licenses, and compliance documentation for technology products
Implements campaign analysis, attribution modeling, ROI tracking, and marketing data infrastructure for data-driven growth decisions