From cercano
Use when the user needs to categorize, triage, or classify text — error severity, code quality, bug reports, log entries. Quick local classification without cloud round-trip.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cercano:cercano-classifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Classify or triage text into categories using local AI inference.
Classify or triage text into categories using local AI inference.
Tool name: cercano_classify
| Parameter | Type | Required | Description |
|---|---|---|---|
text | string | Yes | The text to classify or triage. |
categories | string | No | Comma-separated list of categories to choose from. If omitted, the model determines appropriate categories. |
Returns a structured classification:
Classify an error with predefined categories:
{
"text": "FATAL: password authentication failed for user \"postgres\"",
"categories": "auth,network,configuration,data,unknown"
}
Open-ended classification:
{
"text": "The API returns 200 but the response body is empty when the user has no profile picture set"
}
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub bryancostanich/cercano-claude --plugin cercano