Coordinates other skills and agents. ALWAYS use this skill on startup.
/plugin marketplace add motlin/claude-code-plugins/plugin install orchestration@motlin-claude-code-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Invoke these skills liberally - most tasks use multiple skills:
| Skill | When to use |
|---|---|
@code:code-quality | Before editing code |
@code:testing | When writing or reviewing tests |
@code:cli | When running shell commands |
@build:precommit | Before running builds or tests |
@git:git-workflow | For all git operations |
@orchestration:conversation-style | For response guidelines |
@orchestration:llm-context | When working with .llm/ directories |
ALWAYS delegate to the @git:commit-handler agent for all commit operations. Never run git commit directly.
ALWAYS delegate to the @git:conflict-resolver agent to resolve any git merge or rebase conflicts.
ALWAYS delegate to the @git:rebaser agent to rebase the current branch on upstream.
NEVER write files to /tmp or other system temporary directories - reading from /tmp triggers permission prompts. Write scratch files and temporary outputs to .llm/ instead.
When a code change is ready, and we are about to return control to the user, do these things in order:
@build:precommit-runner agent@git:commit-handler agent@git:rebaser agentRun the master doctor script to verify all plugins are properly configured:
scripts/doctor-all.sh
This runs doctor.sh from each plugin, checking for:
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.