From zenox
Activate maximum multi-agent coordination mode. Use when user says 'ultrawork' or 'ulw', or when a task requires aggressive parallel research across multiple agents.
npx claudepluginhub cyberboyayush/zenox-claudeThis skill uses the workspace's default tool permissions.
ULTRAWORK MODE ACTIVE — Maximum multi-agent coordination engaged.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Analyzes competition with Porter's Five Forces, Blue Ocean Strategy, and positioning maps to identify differentiation opportunities and market positioning for startups and pitches.
Share bugs, ideas, or general feedback.
ULTRAWORK MODE ACTIVE — Maximum multi-agent coordination engaged.
Mandatory behaviors:
Parallel research pattern (all Agent calls in ONE message):
// Explorer and Librarian run in background automatically
Agent(subagent_type: "explorer", description: "Find patterns", prompt: "...")
Agent(subagent_type: "librarian", description: "Find best practices", prompt: "...")
// Continue working while they run — plan, read known files, identify edge cases
// When agents complete -> synthesize results
Now execute the user's request "$ARGUMENTS" using ultrawork mode. Fire parallel agents immediately, continue working, and synthesize results.