Loading...
Loading...
Found 13,172 Skills
Multi-agent CLI system for autonomous novel writing, auditing, and revision with human review gates
Instrument a .NET application with the Elastic Distribution of OpenTelemetry (EDOT) .NET SDK for automatic tracing, metrics, and logs. Use when adding observability to a .NET service that has no existing APM agent.
Audit and sync AI agent configuration files (CLAUDE.md, CODEX.md, AGENTS.md, .cursorrules, hooks, settings) across workspaces. Use when agent configs drift, rules duplicate, files go stale, or after workspace restructuring.
Fresh-subagent-per-task execution with two-stage review (ADR compliance + code quality). Use when an implementation plan exists with mostly independent tasks and you want quality gates between each. Use for "execute plan", "subagent", "dispatch tasks", or multi-task implementation runs. Do NOT use for single simple tasks, tightly coupled work needing shared context, or when the user wants manual review after each task.
Dispatch independent subagents in parallel for unrelated problems spanning different subsystems. Use when 2+ failures have independent root causes, multiple subsystems are broken independently, or user requests concurrent investigation. Use for "parallel", "multiple failures", "independent bugs", "fix these concurrently". Do NOT use for related failures, shared-state problems, or exploratory debugging where root cause is unknown.
Bridge any AI agent backend to WeChat using the weixin-agent-sdk framework with simple Agent interface, login, and message loop.
Agent skill for swarm-issue - invoke with $agent-swarm-issue
Agent skill for v3-memory-specialist - invoke with $agent-v3-memory-specialist
Agent skill for memory-coordinator - invoke with $agent-memory-coordinator
Agent skill for coder - invoke with $agent-coder
Agent skill for sona-learning-optimizer - invoke with $agent-sona-learning-optimizer
Agent skill for reviewer - invoke with $agent-reviewer