# Claude Code Agent: Mongodb Performance Advisor > Analyze MongoDB database performance, offer query and index optimization insights and provide actionable recommendations to improve overall usage of the database. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash npx claude-code-templates@latest --agent programming-languages/mongodb-performance-advisor --yes ``` Inspect before activation: ```bash npx claude-code-templates@latest --agent programming-languages/mongodb-performance-advisor --yes --dry-run ``` --- ## What This Agent Covers Analyze MongoDB database performance, offer query and index optimization insights and provide actionable recommendations to improve overall usage of the database. This TokRepo page is an original install wrapper for the upstream Claude Code agent. It records the install path, source SHA, operational profile, and verification command without republishing the full upstream prompt body. --- ## Operating Profile - Category: Programming Languages - Claude Code Templates path: `programming-languages/mongodb-performance-advisor` - Tools declared upstream: Read, Bash, Grep, Glob, Edit, Write - Best fit: Claude Code projects that need a focused specialist agent and reproducible install command. - Codex usage: stage and inspect generated files before activation when project-global behavior is sensitive. --- ## Verification ```bash npx claude-code-templates@latest --agent programming-languages/mongodb-performance-advisor --yes --dry-run ``` Expected installed file: ```text .claude/agents/mongodb-performance-advisor.md ``` --- ## Source & License - Source: [davila7/claude-code-templates programming-languages/mongodb-performance-advisor.md](https://github.com/davila7/claude-code-templates/blob/main/cli-tool/components/agents/programming-languages/mongodb-performance-advisor.md) - Source SHA: `640177f41fe0cc78526415396ae27aaedc828210` - Wrapper content hash is stored in TokRepo metadata. - License: MIT --- Source: https://tokrepo.com/en/workflows/claude-code-agent-mongodb-performance-advisor-1b904f58 Author: TokRepo精选