Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
shipshitdev avatar

Workspace Performance Audit

  • 137 installs
  • 31 repo stars
  • Updated August 2, 2026
  • shipshitdev/library

Diagnose slow IDE or agent workspaces—indexing, extensions, large repos—and recommend fixes to restore developer throughput.

About

Audits developer workspace performance for Cursor, VS Code, or agent environments: indexing bottlenecks, extension load, monorepo scope, git and search settings, and concrete tuning so coding and AI assistance stay fast at scale.

  • Index and watcher analysis
  • Extension impact review
  • Repo size hotspots
  • Cache and ignore tuning
  • Throughput recovery plan

Workspace Performance Audit by the numbers

  • 137 all-time installs (skills.sh)
  • +3 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #1,225 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/shipshitdev/library --skill workspace-performance-audit

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs137
repo stars31
Last updatedAugust 2, 2026
Repositoryshipshitdev/library

What it does

Diagnose slow IDE or agent workspaces—indexing, extensions, large repos—and recommend fixes to restore developer throughput.

Files

SKILL.mdMarkdownGitHub ↗

Workspace Performance Audit

Contract

Inputs:

  • Monorepo root path (defaults to current working directory)
  • Optional: target domain(s) to focus on (frontend, backend, database, extension)
  • Optional: audit mode (quick or full)

Outputs:

  • Consolidated performance audit report
  • Prioritized recommendations with severity ratings

Creates/Modifies:

  • .agents/memory/performance-audit-YYYY-MM-DD.md — writes the audit report

External Side Effects:

  • None. Read-only analysis only; does not deploy, modify, or install anything.

Confirmation Required:

  • Before writing the output report if the target path is outside the current workspace

Delegates To:

  • performance-expert for metrics and optimization
  • design-consistency-auditor for UI/UX consistency
  • qa-reviewer for validation and prioritization

Overview

Orchestrates comprehensive performance audits across entire monorepo workspaces. Coordinates multiple specialized skills to analyze frontend (Next.js), backend (NestJS), database (MongoDB), browser extensions (Plasmo), and shared packages—delivering consolidated reports with prioritized recommendations.

When to Use

  • Full workspace performance review
  • Audit a monorepo
  • "audit performance", "check workspace performance"
  • Identify bottlenecks across frontend, backend, extensions
  • Consolidated performance metrics needed

Skills Orchestrated

SkillFocus AreaPhase
performance-expertPerformance metrics & optimization1-4
design-consistency-auditorUI/UX consistency & design debt1
accessibilityWCAG 2.1 AA compliance1
security-expertSecurity validation2
qa-reviewerValidation & prioritization5

Orchestration Flow

Phase 0: Workspace Discovery
    → Identify apps, packages, tech stacks

Phase 1: Frontend Audit (Next.js)
    → Core Web Vitals, Bundle Analysis, Design, A11y

Phase 2: Backend Audit (NestJS)
    → API Response Times, N+1 Queries, Security

Phase 3: Database Audit (MongoDB)
    → Query Performance, Index Analysis

Phase 4: Extension & Packages
    → Bundle Sizes, Memory, Dependencies

Phase 5: Consolidation
    → Aggregate, Score, Prioritize, Report

Key Metrics by Domain

DomainKey MetricsTargets
FrontendLCP, FID, CLS<2.5s, <100ms, <0.1
Backendp50, p95 response<100ms, <200ms
DatabaseQuery p95, Index hit<50ms, >95%
ExtensionContent script size<50KB

Usage Modes

Quick Audit: Essential checks only → 1-page summary Full Audit: All phases → Complete report Domain-Specific: Single domain focus

Integration

Produces reports in .agents/memory/performance-audit-YYYY-MM-DD.md

---

For detailed phase execution, metric collection commands, report templates, best practices, and example interactions: load ${CLAUDE_SKILL_DIR}/references/full-guide.md when starting a full audit or when a specific phase requires detailed guidance.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.