Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/baek-labs/hames/syncgit clone --depth 1 https://github.com/baek-labs/hamesWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00027 | $0.00547 |
| Opus 5 | $0.00014 | $0.00273 |
| Sonnet 5 | $0.00005 | $0.00109 |
| Haiku 4.5 | $0.00003 | $0.00055 |
Grade A, and why
sync scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
/sync
사용법: /sync (인수 없음) / /sync --dry-run
역할
슬래시 커맨드를 SKILL.md 형식으로 사용하는 Codex 정본과 Antigravity 미러를 동기화한다.
또한 Codex hook surface인 .codex/hooks.json과 .codex/config.toml의 managed hook command set을 repo-root 기반 경로로 동기화한다.
- 단일 소스:
.codex/skills/(Codex App/CLI 공용 정본) - 미러 타겟:
.agent/skills/(Antigravity) - Codex hook surface:
.codex/hooks.json,.codex/config.toml(최신 파일을 source hint로 보고 동일 command set으로 정규화)
.claude/commands/*.md는 형식이 달라 본 sync 대상 아님 — 별도 유지.
실행 순서
Step 1 — 인자 확인
- 인수
--dry-run또는dry-run이면 dry-run 모드로 실행 (실제 복사 없이 변경 예정 보고) - 인수 없으면 실제 동기화 실행
Step 2 — 동기화 실행
실제 동기화:
powershell -NoProfile -ExecutionPolicy Bypass -File arsenal/sync_skills.ps1
Dry-run:
powershell -NoProfile -ExecutionPolicy Bypass -File arsenal/sync_skills.ps1 -DryRun
Step 3 — 결과 보고
- 복사된 스킬 수, 제거된 orphan 수, 검증 결과(
VERIFY PASS/VERIFY FAIL) 출력 - Codex hook surface 변경 여부와 repo-local 경로 검증 결과 출력
- VERIFY FAIL 시 어느 디렉토리에 diff 있는지 보고 후 수동 확인 요청
주의
- 스킬 편집은 항상
.codex/skills/에서만 진행. 그 후/sync호출하여.agent/skills/미러 갱신 - 실수로
.agent/skills/에 직접 편집한 경우,/sync실행 시 그 변경분이 덮어쓰여짐 .codex/hooks.json과.codex/config.toml은 포맷이 다르므로 파일 전체를 복사하지 않고, managed hook command만 동기화한다. Agent registry는 유지한다.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 48 lines · 27 tokens per session scan A 1725147e2b41
sync is a command published in the GitHub repository baek-labs/hames (5 stars, last pushed 1mo ago), licensed MIT. It adds 27 tokens to every session and 547 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
dispatcher
Pick the next-best repo to work on across the portfolio — rank free repos, recommend one, claim its lease atomically, and route to the entry command.
cost-tracker
Track session costs, understand token spend, and get optimization tips.
tldr
Re-apply TLDR rules for this turn (verdict first, no filler).
audit-plugin
Audit plugin skills, commands, and agents for structure, size, and naming issues.
tdd
TDD workflow - red-green-refactor per docs/methodology/tdd.md. Use when asked to '/tdd', 'TDD workflow', 'red-green-refactor', 'test-first development', 'write the failing test first'.
task
Delegate a task to Gemini CLI as a background or foreground job.