원클릭으로
chanakya-usage
Use when checking token burn, usage cost, or run history for chanakya agent runs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when checking token burn, usage cost, or run history for chanakya agent runs
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Enforces lean harness discipline — orchestrator session delegates ALL implementation to sub-agents via chanakya run, never touches files or debugs inline
Update handover.md with current session state and optionally exit for a fresh session
DEPRECATED — session setup now handled by CLAUDE.md (chanakya harness) + SessionStart hook (ag preflight). No skill invocation needed.
| name | chanakya-usage |
| description | Use when checking token burn, usage cost, or run history for chanakya agent runs |
When this skill is invoked, immediately run these commands and display the real output. Do not show documentation — show live data.
npx chanakya status
Display the output. If "No runs found" → stop, tell user no runs yet.
For each run ID from status output that has agent_started events (coordinator runs, not orchestrator):
npx chanakya tokens <run-id>
Display each output inline.
After showing all runs, output a summary:
--- Summary ---
Runs shown: N
Total in: X tokens
Total out: Y tokens
Total cached: Z tokens
Estimated cost (USD):
gemini: $X.XX
claude-code: $X.XX
Cost rates:
chanakya run: orchestrator (no LLM tokens) + coordinator (real work). Show both but flag which is which.chanakya usage aggregate command = Phase 19, not yet impl'd. This skill is the interim.