From zenox
Activate comprehensive exploration mode. Use when user says 'deep research' or when a task requires thorough investigation of both internal codebase and external sources before proceeding.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zenox:deep-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
DEEP RESEARCH MODE — Comprehensive exploration requested.
DEEP RESEARCH MODE — Comprehensive exploration requested.
Required actions:
Research pattern (all Agent calls in ONE message):
// All run in background automatically — fire and continue
Agent(subagent_type: "explorer", description: "Find implementations", prompt: "...")
Agent(subagent_type: "explorer", description: "Find related tests", prompt: "...")
Agent(subagent_type: "librarian", description: "Find official docs", prompt: "...")
Agent(subagent_type: "librarian", description: "Find OSS examples", prompt: "...")
// When all agents complete -> retrieve, synthesize, then act
Now execute deep research for: "$ARGUMENTS"
Fire at least 3-4 agents in parallel covering both internal codebase exploration and external documentation/examples. Synthesize all findings before taking any action.
npx claudepluginhub cyberboyayush/zenox-claudeOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
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.