- Home
- /
- Categories
- /
- Performance
Performance
Performance profiling and optimization
create-plan
by velcrafting
Create a concise, executable plan for a coding task. Use when the user explicitly asks for a plan or when work is clearly multi-step.
forge-review
by fwehrling
FORGE Reviewer Agent — Adversarial review of an artifact (devil's advocate). Usage: /forge-review <path-to-artifact>
forge-memory
by fwehrling
FORGE Vector Memory — Diagnostic tool for the vector memory index. Operations: sync, search, status, reset, log, consolidate. Usage: /forge-memory sync /forge-memory search "query" /forge-memory status /forge-memory log "message" /forge-memory consolidate
forge-party
by fwehrling
FORGE Orchestrator — Launches 2-3 agents in parallel on a topic for multi-agent collaboration. Usage: /forge-party "topic"
lesson-plan-adapter
by stevekinney
Adapts K-12 lesson plans to classroom learning needs using the Universal Design for Learning (UDL) framework. Use when a teacher asks to differentiate a lesson, adapt activities for diverse learners, set up a classroom profile, update learning needs, or says "help me differentiate", "adapt my lesson", "modify this lesson plan", "accommodation suggestions", "set up my classroom", or "I have students with different needs". Requires the Lesson Plan Adapter MCP connector.
communicate-with-s-c
by crystal-project-inc
"Communication coaching for working with an SC (The Stabilizer) DISC type — consistent, thorough, practical. Covers do's, don'ts, meetings, email, feedback, and conflict. Powered by Crystal's DISC framework."
memory-systems
by fefogarcia
Design and implement memory architectures for agent systems. Use when building agents that need to persist state across sessions, maintain entity consistency, or reason over structured knowledge.
dotnet-enable-autocomplete
by Im5tu
Enables tab autocomplete for the dotnet CLI. Use when the user wants to set up shell completion for dotnet commands.
dev-client
by gigs-slc
Build and distribute Expo development clients locally or via TestFlight
mongodb
by lukemor17
MongoDB operations expert for queries, aggregation pipelines, indexes, and schema design
rust-performance
by terraphim
High-performance Rust optimization. Profiling, benchmarking, SIMD, memory optimization, and zero-copy techniques. Focuses on measurable improvements with evidence-based optimization.
disciplined-validation
by terraphim
Phase 5 of disciplined development. Validates system against original requirements through system testing and user acceptance testing (UAT). Uses structured stakeholder interviews to gather sign-off and traces defects back to research or design phases.
Retrospective
by starlink-awaken
复盘工具:快速回顾项目/任务,提炼经验教训,更新知识库。自动识别关键问题,生成改进建议。
forge-ux
by fwehrling
FORGE UX Agent — Generates UX design, wireframes, design system, and accessibility guidelines. Usage: /forge-ux
agentscope-sdk
by CaiZongyuan
This skill should be used when users need to work with AgentScope, a multi-agent platform for building AI-powered applications. It provides comprehensive guidance on agents, tools, memory management, models, RAG, workflows, evaluation, and development operations.
openclaw-workspace-governance
by heishiqing
🚨【高危预警 / IMPORTANT WARNING】这不是工具Skill,而是系统级架构升级!部署前务必备份工作区!This is NOT a standard tool skill, but a system-level architecture upgrade! Backup workspace before deployment! 虾滑 OpenClaw 工作区治理:用于治理和升级复杂 OpenClaw 工作区,覆盖多 Agent 治理、权威事实分层、查询分类路由、语义搜索诊断、工作集保鲜与维护收口。
python-engineering
by yariv1025
Production Python engineering patterns covering architecture, observability, testing, performance/concurrency, and core practices. Use when designing Python systems, implementing async/sync APIs, setting up monitoring, structuring tests, optimizing performance, or following Python best practices.
test-trading-strategies
by robonet-tech
"Backtest trading strategies on historical data and interpret performance metrics. Provides run_backtest (crypto strategies) and run_prediction_market_backtest (Polymarket strategies). Fast execution (20-60s), minimal cost ($0.001). Returns Sharpe ratio, max drawdown, win rate, profit factor, and trade statistics. Use this skill after building or improving strategies to validate performance before deploying. NEVER deploy without thorough backtesting (6+ months recommended)."
forge-status
by fwehrling
Displays the FORGE sprint status: stories, metrics, progress. Usage: /forge-status
system_monitor
by cliuxinxin
Check the current system status including CPU usage, memory usage, and disk space.
vercel-react-best-practices
by dereknex
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
musk-algorithm
by khw1031
Elon Musk의 5단계 문제 해결 알고리즘을 적용하여 문제를 분석합니다. 문제 해결, 최적화, 프로세스 개선, 효율화, 단순화, First Principles, "이거 어떻게 해결하지", "더 효율적인 방법" 요청 시 활성화.
system-status
by addozhang
Check comprehensive system health and resource usage including CPU, memory, disk, processes, network, and load statistics. Use when asked to check system status, monitor resources, view system health, diagnose performance issues, or get an overview of system running state (进程、cpu、内存、负载、磁盘等).
adonisjs
by filipebraida
Build AdonisJS 6 features from scratch through production. Full lifecycle - build, debug, test, optimize, refactor. Follows TypeScript-first, Lucid ORM, and AdonisJS conventions.