do-shared
Installation
SKILL.md
Shared Resources
Purpose
Centralizes references consumed by multiple do-* execution skills. Avoids duplication of the MCP capability registry and the discovery procedure across skills.
Contents
references/do-mcp-capabilities.md: Registry mapping each configured MCP server to its capabilities, tool prefix, runtime requirements, and unavailability handling.references/do-mcp-discovery-instructions.md: Standard procedure for discovering MCP servers in the active AI tool's configuration file and applying the capability guard.references/do-service-readiness.md: Standard procedure for checking, reusing, and starting services (frontend dev server, backend API, broker, database) before invoking MCP tools or E2E tests. Enforces "check first, reuse if running, start only when needed, never kill running services".
Consumers
The following skills read these references at runtime:
do-execute-taskdo-execute-qado-execute-qa-bugfixdo-execute-review
Usage
This skill is not user-invocable. Other do-* skills cite the absolute path (e.g., do-shared/references/do-mcp-capabilities.md) when their procedure requires the registry or the discovery flow.