From zenox
Activate codebase exploration mode. Use when user says 'explore codebase' or 'explore the codebase', or when comprehensive codebase mapping is needed before making changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/zenox:explore-codebaseThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
EXPLORE MODE — Codebase exploration active.
EXPLORE MODE — Codebase exploration active.
Required actions:
Exploration pattern (all Agent calls in ONE message):
// Explorers run in background automatically — fire and continue
Agent(subagent_type: "explorer", description: "Find main implementation", prompt: "...")
Agent(subagent_type: "explorer", description: "Find related tests", prompt: "...")
Agent(subagent_type: "explorer", description: "Find usage examples", prompt: "...")
Now explore the codebase for: "$ARGUMENTS"
Fire multiple explorer agents in parallel to map out the relevant code landscape. Search for implementations, tests, usage patterns, and conventions.
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.