From gotcontext
Extracts the public API of a codebase — class names, function signatures, exported types, module docstrings — without loading every file. Use this skill whenever the user asks to understand, explore, navigate, or describe a codebase, library, repository, or package at the overview level. Trigger phrases include "help me understand this codebase", "what does this library do", "what's the API of X", "how is this project structured", "give me an overview of Y", "explain this repo". Calls gotcontext's AST-aware skeleton extraction so you read the shape of the code, not the implementation bodies.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gotcontext:extract-api-surfaceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user wants to get oriented in a codebase quickly — they need to
The user wants to get oriented in a codebase quickly — they need to know what's there, not how each function is implemented. Reading every file just to answer "what does this library do" wastes context and misses the forest for the trees.
./src), a repo root, or a
GitHub URL the user linked to.read_skeleton (free-tier MCP tool) on the target path. You'll
get function/class signatures, type definitions, module-level
docstrings, and import maps — bodies stripped. For cross-file
understanding across a larger tree, compress_codebase (Pro+)
returns the same AST-aware digest for every file in the corpus at
once.ingest_context at fidelity=balanced.ingest_context on them.AST-native: Python, JavaScript, TypeScript. Line-based fallback: Java, Go, Rust, C++. Other languages fall back to regex slicing — surface that caveat to the user if you hit a non-native language.
See references/overview-template.md for the reporting format.
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.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.
npx claudepluginhub oimiragieo/gotcontext-sdk --plugin gotcontext