
from zorai308
Conducts deep performance audits across databases, memory, algorithms, concurrency, I/O, bundling, and more using specialist agents and pattern-based detection.
This skill runs a coordinated set of specialist agents to find performance anti-patterns across a codebase. Each agent focuses on a domain (database queries, memory, algorithmic complexity, concurrency, bundle size, dead code, I/O, rendering, data structures, error handling, caching, build config, and security-related performance). Agents use pattern-based search (grep/glob) and limited-context reads to surface high-impact issues and recommended fixes, then the skill consolidates findings into a prioritized audit report.
Use when you need a performance-focused code review or audit: 'optimize my code', 'find bottlenecks', 'speed up my app', or after a release that introduced regressions. Good for large codebases where focused, domain-specific checks catch issues human reviewers may miss.
Likely compatible with CLI and API-based multi-agent orchestrators and agent runtimes (Copilot/Codex-style CLI adapters, Gemini/Claude/other model CLIs via the host orchestration).
A comprehensive code optimization audit skill that spawns parallel specialist agents to detect performance anti-patterns across 13+ domains (database, memory, algorithms, concurrency, I/O, etc.). Uses pattern-based detection via Grep/Glob to avoid anchoring bias. No bundled scripts — purely instructional, relying entirely on agent capability. Well-structured reference file system and clear report format template.
Clean skill with no security concerns. Strong architectural pattern using reference files for domain-specific guidance. The agent prompt template is well-designed with clear rules to avoid bias. Lacks executable scripts for validation. Spanish trigger phrases included for internationalization.
Knowledge Base (Help Center)
Guidance and templates for designing help center architecture, writing effective support articles, and optimizing search to maximize self-service deflection.
Weights & Biases (wandb)
Integrate Weights & Biases for ML experiment tracking: log metrics, hyperparameters, checkpoints, run sweeps and view collaborative dashboards.
EconML (Microsoft) — Heterogeneous Treatment Effects
Guidance and examples for using Microsoft EconML to estimate heterogeneous treatment effects (Double ML, Causal Forest, Deep IV) from observational data.
Git Guardrails (Claude Code)
PreToolUse hook that blocks destructive git commands (push, reset --hard, clean, branch -D) so agents like Claude Code cannot run them without approval.