From transformers
Provides build decomposition patterns, agent selection guides, and conflict resolution strategies for Autobot builders working on complex builds.
How this skill is triggered — by the user, by Claude, or both
Slash command
/transformers:build-patternsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
@${CLAUDE_PLUGIN_ROOT}/knowledge/build-patterns.md
@${CLAUDE_PLUGIN_ROOT}/knowledge/build-patterns.md
npx claudepluginhub shankarkakumani/transformers --plugin transformersProvides Claude Code templates for agentic design patterns like prompt chaining, routing, reflection, tool use, planning, and multi-agent workflows using 4-layer stack. For LLM task decomposition.
Provides best practices for constructing effective subagent prompts with proper scoping. Useful when delegating tasks to subagents.
Provides design patterns for building autonomous coding agents, covering tool integration, permission systems, browser automation, and human-in-the-loop workflows.