analysis bottleneck-detect command (monomind)
Scanned 9/10/2026
Install to Claude Code
npx -y skills add monoes/monomind --skill monomind-monomind-monomind-analysis-bottleneck-detect --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Monomind Monomind Monomind Analysis Bottleneck Detect?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/monoes-monomind-monomind-monomind-analysis-bottleneck-det)More formats (shields.io, HTML) on the badges page.
---
description: analysis bottleneck-detect command (monomind)
type: flow
name: monomind-monomind-monomind-analysis-bottleneck-detect
---
# bottleneck-detect
Detect performance bottlenecks in system components and swarm operations.
## Usage
```bash
npx monomind performance bottleneck [options]
```
## Options
- `--component, -c <name>` - Analyze a specific component (e.g. `memory`, `neural`, `swarm`)
- `--depth, -d <level>` - Analysis depth: `quick` (default) or `full`
## Examples
### Quick bottleneck scan
```bash
npx monomind performance bottleneck
```
### Deep analysis of a specific component
```bash
npx monomind performance bottleneck --component memory --depth full
```
## Metrics Analyzed
### Processing Bottlenecks
- CPU load and utilization
- Memory pressure and heap usage
- Disk I/O latency
### Swarm Bottlenecks
- Agent coordination overhead
- Task queue depth and wait times
- Parallel execution efficiency
### Memory Bottlenecks
- Cache hit rates
- Neural pattern load time
- Storage I/O performance
## Integration with Claude Code
```javascript
mcp__monomind__performance_bottleneck({
component: "memory", // optional — omit to scan all
threshold: 20, // alert threshold %
deep: false // set true for full analysis
})
```
## See Also
- `performance metrics` — detailed time-series metrics
- `performance optimize` — apply recommended fixes
- `performance benchmark` — run benchmark suites
- `token-usage` — token consumption analysis
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!