From oco
Structured codebase exploration with OCO-backed code intelligence. Auto-activates when the user asks to explore, understand, explain how a module works, a feature, an architecture, a data flow, or asks "how does this work", "where is", "show me", "what is this module". Enforces: compact summary before any action, selective reading (no directory dumps), explicit confidence level.
npx claudepluginhub hoklims/oco-marketplaceThis skill uses the workspace's default tool permissions.
You are performing a focused exploration of a codebase area. Follow this structured workflow.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Share bugs, ideas, or general feedback.
You are performing a focused exploration of a codebase area. Follow this structured workflow.
Determine which part of the codebase needs exploration:
Use oco.search_codebase if available (ranked, symbol-aware results):
oco.search_codebase({ query: "<area description>", workspace: "." })
Otherwise, use Grep for key symbols and Glob for file patterns.
Focus on symbol-level results — prefer targeted searches over raw file dumping.
Based on search results, read only the most relevant files. Do NOT dump entire directories.
Priority order:
Before taking any action, produce a compact summary:
@codebase-investigator subagent