CommunityArte e Designgithub.com

zedarvates/botte-secrete

Token Efficiency Toolkit — Reduce AI token consumption with proven patterns, local hardware acceleration, and smart workflows

Funciona com~Claude Code~Codex CLI~Cursor
npx skills add zedarvates/botte-secrete

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Documentação

Project Cache

Avoids re-scanning between agents. First agent scans, subsequent agents read cache.

Trigger: When multiple agents work on the same project sequentially.

Usage:

from skills.cache import ProjectCache
cache = ProjectCache(project_root)
scan = cache.get_or_scan(lambda: scanner.scan())
cache.set_audit_report(report)

Module: skills/cache Storage: .botte-cache/ directory TTL: 24 hours Savings: -50% re-scan tokens

Habilidades Relacionadas