.claude/skills/cercano-init/SKILL.md
Initialize Cercano for a project by scanning the repo and building a context file. Makes all Cercano tools project-aware with domain-specific knowledge. Run this once per project for dramatically better local AI responses.
npx skillsauth add GoogleDevRelExplorations/cercano cercano-initInstall 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.
Initialize Cercano for the current project. Scans the repo, feeds key files through a local model, and writes .cercano/context.md — a concise reference document that gets automatically prepended to all future Cercano tool calls in this project.
Tool name: cercano_init
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| project_dir | string | Yes | The project root directory (where .git/ lives). |
| context | string | No | Domain knowledge you already have about this project. IMPORTANT: Only provide knowledge you already have. Do NOT read files or research the project to populate this field. Cercano will scan the repo itself. If you don't have context yet, omit this parameter entirely. |
project_dir for key files: README, CLAUDE.md, .claude/memory/*, .proto, .h, config files, manifests.cercano/context.md with sections for: Overview, Architecture, Key Data Structures, APIs & Protocols, Conventions, File Layoutproject_dir automatically get this context prependedBasic init (no prior context):
{
"project_dir": "/Users/me/my-project"
}
Init with host context:
{
"project_dir": "/Users/me/my-project",
"context": "This project uses a custom binary protocol over SPI between an STM32 and ESP32. The key struct is espcp_configuration_t with the message queue at offset 0x14."
}
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.