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 instructions/dannykkh/skill-olympus/gemini-mdgit clone --depth 1 https://github.com/Dannykkh/skill-olympusWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/instructions/dannykkh/skill-olympus/gemini-md)<a href="https://agentmods.dev/instructions/dannykkh/skill-olympus/gemini-md"><img src="https://agentmods.dev/badge/instructions/dannykkh/skill-olympus/gemini-md.svg" alt="Measured on agentmods" height="20"></a>What 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.01152 | $0.01152 |
| Opus 5 | $0.00576 | $0.00576 |
| Sonnet 5 | $0.00230 | $0.00230 |
| Haiku 4.5 | $0.00115 | $0.00115 |
Grade A, and why
skill-olympus GEMINI.md 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.
How it starts
The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.
GEMINI.md
Native-First 구현 경계
- 공개 추적 스킬 소스 100개 중 사용자 진입점 18개와 Antigravity 어댑터 2개만 기본 활성화합니다. 나머지 76개는
~/.gemini/antigravity-cli/SKILLS-CATALOG.md의 source-only 내부·선택 모듈로 보존합니다. skills/{name}/...참조는 프로젝트 파일이 없으면~/.gemini/antigravity-cli/skills/{name}/..., 이어서 카탈로그의 source-only읽을 경로로 절대경로를 해석합니다. 활성 하네스는 하위 모듈을 별도 스킬로 호출하지 않고 정확한SKILL.md를 직접 읽으며 참조·스크립트는 그 모듈 루트를 기준으로 실행합니다.- 필수 source-only 모듈 누락은 실패 또는
NOT RUN으로 남기고, 선택 모듈만 명시된 네이티브 폴백을 사용합니다. 누락을PASS로 처리하지 않습니다. - Olympus 사용자 정의 에이전트는 기본 등록 0개이며 source-only
agents/*.md를 런타임 능력으로 취급하지 않습니다. 절차는 명시형 스킬이 소유합니다. - 읽기 전용 탐색은 Antigravity 내장
research에이전트를 사용합니다. 파일 생성·수정·명령 실행은 메인 에이전트 또는 쓰기 도구를 명시한 사용자 정의 서브에이전트가 담당하며, 읽기 전용 작업자에게 쓰기 작업을 주지 않습니다. - 메인 컨텍스트가 공유 태스크 장부·활동 로그·완료 판정을 소유합니다. 작업자는 고유 파일 또는 반환값만 담당하고, 위임이 없거나 병렬 이득이 없으면 메인 컨텍스트에서 순차 실행합니다.
Antigravity 네이티브 워크플로 우선순위
| 요청 | 먼저 쓸 네이티브 기능 | Olympus를 더하는 조건 |
|---|---|---|
| 유한 작업을 끝까지 수행 | /goal |
실제 테스트 게이트·우선순위·PARK·감사 로그가 필요하면 Chronos |
| 가벼운 구현 계획 | /plan |
저장되는 spec·API/DB·flow·sections·QA 묶음이 필요하면 Zephermine |
| 요구사항 집중 인터뷰 | /grill-me |
인터뷰부터 downstream 설계 산출물까지 이어져야 하면 Zephermine |
| 일반 장기 팀 작업 | /teamwork-preview |
플랜·가용성 확인 후, Wave·파일 소유권·자재/테스트 게이트가 필요하면 Agent Team 또는 WorkPM |
| 최근 교정 학습 | /learn |
여러 세션의 프로젝트 관찰을 cluster/rebuild/evolve해야 하면 Mnemo source-only 모듈 |
| 예약·cron·반복 모니터링 | /schedule |
유한한 FIND→FIX→VERIFY 완료 계약이면 Chronos; schedule을 heartbeat로 가장하지 않음 |
| 브라우저 조사·화면 관찰 | /browser |
반복 가능한 QA 판정은 Minos Playwright, 디자인 계약·렌더 비평은 Aphrodite |
| 옆 질문 | /btw |
현재 작업의 상태나 범위를 바꾸지 않는 보조 질문 |
/skills, /agents, /tasks, /hooks, /mcp는 설치·상태 확인에 우선합니다. slash command는 사용자/TUI
진입점이므로 스킬이 프로그램적으로 호출한다고 가정하지 않습니다. 네이티브 기능만으로 요청이 완결되면
동명·유사 Olympus 하네스를 중첩하지 않습니다.
Code Map (자동 생성)
이 섹션은 TermSnap CodeMapService가 자동 관리합니다. 수동 편집하지 마세요.
코드 위치를 찾을 때 다음 순서로 진행하세요. 앞 단계에서 충분한 정보를 얻으면 다음 단계는 건너뜁니다.
codemap/index.md— 카테고리 + 파일 수 요약. 필요하면codemap/info.md의 작업별 라우터로 읽는 순서를 확인.- 해당 카테고리
.mdgrep — 통째 read 금지. 항목 옆(L123)라인 번호는 그대로Read(file, offset=L, limit=N)사용. - 검색 결과가 많으면 로컬 압축 우선 —
rg --json/rg --vimgrep/file:line:text결과를 파일별로 묶고 routes/api/ui 신호와 source/test/document 가중치로 상위 파일만 읽음. MCPcodemap_compress_search는 외부 agent용 선택 경로이며 필수 단계가 아님. - 못 찾으면 일반 grep/Glob — codemap이 stale일 수 있음. 의심되면 사용자에게 "코드맵 갱신"을 권장.
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 Changed · +17 lines · +443 tokens per session 4b319a358e71
- 4d ago First seen · 28 lines · 709 tokens per session scan A 29d80ea23e71
skill-olympus GEMINI.md is an instructions file published in the GitHub repository Dannykkh/skill-olympus (5 stars, last pushed 3d ago), licensed MIT. It adds 1,152 tokens to every session, about $0.0058 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 instructions, from other repositories
babysitter CLAUDE.md
Claude Code instructions for a5c-ai/babysitter, covering claude.md, repo-specific overrides, read these first, quick commands and claude code local notes.
claude-code-second-brain AGENTS.md
Instructions for shofer-dev/claude-code-second-brain, covering agents.md, read first, invariants and working here.
loadout CLAUDE.md
Instructions for AmElmo/loadout, covering loadout, project structure, tech stack, key commands and test fixtures.
Warden-AI GEMINI.md
Gemini CLI instructions for rynald0cst0ltziam/Warden-AI, covering warden — context governance and verification layer, session start (important — do this first), layer 1: before starting work — context selection, layer 2: during work — tool output pruning and enforcement hooks (automatic).
TideCode AGENTS.md
AGENTS.md instructions for ceciliomichael/TideCode, covering tideflow, core rule, workflow, 1. explore first and 2. plan with the user.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).