Community藝術與設計github.com

zedarvates/botte-secrete

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

相容平台~Claude Code~Codex CLI~Cursor
npx add-skill zedarvates/botte-secrete

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

相關技能