Showing 28 verified skills. 284 preview entries are hidden until we confirm a real source. Show preview skills · Why?
Turn one prompt into a parallel pipeline across Claude, Codex, Gemini, and Cursor agents -- then get a unified result back
npx @developersdigest/dd-skills install multica-pipelineWraps the Multica CLI (MIT-licensed managed-agents platform) so Claude Code can fan out a single user goal across 2-5 parallel issues, each claimed by the most appropriate agent runtime. Handles preflight (install, auth, daemon), decomposition, dispatch with run-id labels, WebSocket-backed polling, and final aggregation of each agent's output into one response. Includes fallback/retry logic when an agent fails.
mkdir -p ~/.claude/skills/multica-pipeline~/.claude/skills/multica-pipeline/SKILL.mdResulting file structure:
~/.claude/
skills/
multica-pipeline/
SKILL.md <-- skill definitionSkills are loaded automatically by Claude Code when you start a new session. The skill name and description in the frontmatter determine when Claude triggers it.
Recommended from shared domain, career, and tool overlap with multica-pipeline
Inspect Redis keys, TTLs, and cache hit rates from your AI editor
Both used by Software Engineer, DevOps Engineer
Query Sentry errors and analyze stack traces from your AI editor
Both used by Software Engineer, DevOps Engineer
Generate safe database migrations with rollback and zero-downtime plans
Both used by Software Engineer, DevOps Engineer
Generate realistic load test scripts with traffic patterns and thresholds
Both used by Software Engineer, DevOps Engineer
Scaffold production-ready microservices with all the boilerplate done
Both used by Software Engineer, DevOps Engineer
Manage monorepo workspaces, affected detection, and coordinated releases
Both used by Software Engineer, DevOps Engineer
multica-pipeline