Workspace Performance Audit
Helps with performance optimization, auditing as part of agent workflows workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add workspace-performance-audit npx -- -y @trustedskills/workspace-performance-audit
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"workspace-performance-audit": {
"command": "npx",
"args": [
"-y",
"@trustedskills/workspace-performance-audit"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The Workspace Performance Audit skill orchestrates comprehensive performance audits across entire monorepo workspaces. It coordinates multiple specialized skills to analyze frontend (Next.js), backend (NestJS), database (MongoDB), browser extensions (Plasmo), and shared packages, ultimately delivering consolidated reports with prioritized recommendations for optimization. This allows AI agents to systematically assess and improve the overall performance of complex projects.
When to use it
- For a full workspace performance review.
- To audit the performance of a monorepo project.
- When needing to identify bottlenecks across frontend, backend, and extensions.
- When consolidated performance metrics are required for decision-making.
- As part of an "audit performance" or "check workspace performance" workflow.
Key capabilities
- Orchestrates multiple specialized skills (e.g.,
performance-expert,design-consistency-auditor,accessibility,security-expert,qa-reviewer). - Analyzes frontend (Next.js), backend (NestJS), database (MongoDB), browser extensions (Plasmo), and shared packages.
- Provides consolidated reports with prioritized recommendations.
- Supports different audit modes: Quick Audit, Full Audit, and Domain-Specific audits.
- Generates reports in
.agents/AUDITS/YYYY-MM-DD-performance.mdformat.
Example prompts
- "Perform a full workspace performance audit."
- "Audit the performance of my monorepo project."
- "Check workspace performance and identify any bottlenecks."
- "Run a quick audit focusing on frontend performance."
Tips & gotchas
- The skill relies on other specialized skills being installed. Ensure these dependencies are present for full functionality.
- Reports are generated in the
.agents/AUDITSdirectory, so ensure this location is accessible to your agent's workflow. - Different audit modes (Quick, Full, Domain-Specific) offer varying levels of detail and execution time.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.