智能体
Agent 规划、多步流程与编排
orchestrating-swarms
Jamie-BitFlight
Master multi-agent orchestration using Claude Code's swarm system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns. This facade loads specialist skills for primitives, spawning, operations, and patterns.
holistic-linting-orchestrator
Jamie-BitFlight
Orchestrator delegation workflows for linting. Guides orchestrators on when and how to delegate to linting-root-cause-resolver and post-linting-architecture-reviewer agents. Use when orchestrating linting tasks, delegating quality checks, or reading linting resolution reports.
holistic-linting
Jamie-BitFlight
Comprehensive linting and formatting verification workflows. Provides automatic format-lint-resolve pipelines for orchestrators and sub-agents. Use when running linters, fixing ruff/mypy/bandit errors, ensuring code quality before completion, or resolving linting issues systematically.
builder
aj-geddes
Creates custom agents, workflows, and templates for BMAD. Extends BMAD functionality with domain-specific components. Trigger keywords - create agent, create workflow, custom skill, extend BMAD, new template, customize, scaffold skill
context-degradation
shipshitdev
Recognize, diagnose, and mitigate patterns of context degradation in agent systems. Use when context grows large, agent performance degrades unexpectedly, or debugging agent failures.
context-fundamentals
shipshitdev
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.
system-architect
aj-geddes
Designs system architecture, selects tech stacks, defines components and interfaces, addresses non-functional requirements. Trigger words - architecture, system design, tech stack, components, scalability, security, API design, data model, NFR, patterns, microservices, monolith
agent-slack
stablyai
Slack automation CLI for AI agents. Use when: - Reading a Slack message or thread (given a URL or channel+ts) - Browsing recent channel messages / channel history - Downloading Slack attachments (snippets, images, files) to local paths - Searching Slack messages or files - Sending, editing, or deleting a message; adding/removing reactions - Listing channels/conversations; creating channels and inviting users - Fetching a Slack canvas as markdown - Looking up Slack users Triggers: "slack message", "slack thread", "slack URL", "slack link", "read slack", "reply on slack", "search slack", "channel history", "recent messages", "channel messages", "latest messages"
my-skill
pymc-labs
"A skill"
interview-me
mycelium-hq
Use when an ask is underspecified ("build me X" without who it's for, why now, or what success looks like), when a request is conventional rather than specific ("a dashboard", "make it faster" with no number), when Claude catches itself silently filling in ambiguous requirements before any plan, spec, or code exists, or when the user says "interview me", "grill me", "are we sure?", or "stress-test my thinking". Needs a live user; not for CI, scheduled runs, or autonomous loops.
evolve
mycelium-hq
Use when many related hardened instincts (high-confidence feedback_*/discovery_* memories) have piled up in one domain, when the user runs /evolve or asks to promote, cluster, graduate, or consolidate accumulated instincts into a Command, Skill, or Agent, or when files in Instinct Proposals need review. Part of the Instinct Engine. Not for one-off pattern capture (use patterns), daily journaling, or sharing instinct packs (use instinct-export / instinct-import).
pm-ticketing-integration
bobmatnyc
Ticket-driven development protocol
pm-git-file-tracking
bobmatnyc
Protocol for tracking files immediately after agent creation
PM Skill: Agent Update Workflow
bobmatnyc
```
mpm-workflow
bobmatnyc
Manage and customize MPM workflow configurations with local overrides
Dispatching Parallel Agents
bobmatnyc
Use multiple Claude agents to investigate and fix independent problems concurrently
pm-delegation-patterns
bobmatnyc
Common delegation patterns for PM agent
pm-bug-reporting
bobmatnyc
Bug reporting protocol for PM and agents to file GitHub issues
mpm-help
bobmatnyc
Display help for Claude MPM commands
pm-pr-workflow
bobmatnyc
Branch protection and PR creation workflow
mcp-builder
bobmatnyc
Create high-quality MCP servers that enable LLMs to effectively interact with external services. Use when building MCP integrations for APIs or services in Python (FastMCP) or Node/TypeScript (MCP SDK).
mpm-ticket-view
bobmatnyc
Orchestrate ticketing agent for project management workflows
skill-creator
bobmatnyc
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
sql-query-starter
proflead
Draft a basic SQL query from a simple requirement. Use when a junior developer needs help forming SELECT queries.