From cercano
Use when the user asks to explain unfamiliar code, complex algorithms, or dense documentation. Processes the explanation locally before deciding what context to send to the cloud. Prefer this for initial code understanding.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cercano:cercano-explainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Explain code or text using local AI inference.
Explain code or text using local AI inference.
Tool name: cercano_explain
| Parameter | Type | Required | Description |
|---|---|---|---|
text | string | No* | Code or text to explain. Provide either text or file_path. |
file_path | string | No* | Path to a file to read and explain. Provide either text or file_path. |
*One of text or file_path is required.
Returns an explanation covering:
Explain code inline:
{
"text": "func (s *Server) handleLocal(ctx context.Context, request *gomcp.CallToolRequest, args LocalRequest) (*gomcp.CallToolResult, any, error) { ... }"
}
Explain a file:
{
"file_path": "/project/internal/agent/router.go"
}
npx claudepluginhub bryancostanich/cercano-claude --plugin cercanoCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.