.agents/skills/cercano-document/SKILL.md
Generate doc comments for exported Go symbols using local AI and write them directly to the file. The host never sees the file contents — Cercano handles the entire read-think-write cycle locally.
npx skillsauth add GoogleDevRelExplorations/cercano cercano-documentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate doc comments for exported Go symbols using local AI and write them directly to the source file.
Tool name: cercano_document
| Parameter | Type | Required | Description | |-----------|------|----------|-------------| | file_path | string | Yes | Path to the Go source file to document. | | style | string | No | Doc comment style: "minimal" (1-2 sentences, default) or "detailed" (multi-line with params). | | dry_run | bool | No | If true, report what would be documented without writing changes. | | project_dir | string | No | Project root directory for context-aware responses. |
The host agent never sees the file contents — only the summary.
.cercano/backups/ before writinggo/formatDocument a file:
{"file_path": "internal/engine/ollama.go"}
Preview without writing:
{"file_path": "internal/engine/ollama.go", "dry_run": true}
Detailed style:
{"file_path": "internal/engine/ollama.go", "style": "detailed"}
devops
Summarize text or files using local AI via Cercano without sending content to the cloud. Supports brief, medium, and detailed summary lengths.
devops
Submit cloud token usage data to Cercano (opt-in). This sends data, not a report — use cercano_stats to view usage. Helps track cloud tokens alongside local inference for accurate local-vs-cloud comparison.
tools
View Cercano usage statistics and cloud token savings. Shows total requests, tokens processed locally, cloud tokens reported by the host, percentage kept local, and breakdowns by tool, model, and day.
development
Research a question using DuckDuckGo search and local AI analysis. Crafts search queries, fetches top results, and synthesizes a sourced answer — all locally.