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 skills add Dannykkh/skill-olympus --skill design-plangit 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/skills/dannykkh/skill-olympus/design-plan)<a href="https://agentmods.dev/skills/dannykkh/skill-olympus/design-plan"><img src="https://agentmods.dev/badge/skills/dannykkh/skill-olympus/design-plan.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
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.1 | $0.00108 | $0.08059 |
| Opus 5 | $0.00054 | $0.04029 |
| Sonnet 5 | $0.00022 | $0.01612 |
| Haiku 4.5 | $0.00011 | $0.00806 |
Grade A, and why
design-plan 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 4d ago.
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 — 526 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Aphrodite — Experience-led Frontend Design
아프로디테는 색과 컴포넌트를 고르는 스킬이 아닙니다. 사용자가 이해하고 행동하고 신뢰하고 실패에서 회복하는 흐름을 아름다운 시각 언어로 구현하는 디자인 하네스입니다.
Quick Start
/aphrodite
/aphrodite --plan-only
/aphrodite --review-only
/aphrodite --benchmark <URL-or-file>
/aphrodite --product-design
/aphrodite --stitch
내부 소스 모듈 해석 계약 (필수)
frontend-design, mermaid-diagrams, ui-ux-auditor, web-design-guidelines는 모든 관련 실행에서
사용하는 핵심 source-only 내부 모듈입니다. design-system-starter, stitch, skill-evolve,
autoresearch도 등록 스킬을 호출하는 것이 아니라, 해당 선택 경로가 실제로 요청됐을 때만 직접
읽는 조건부 source-only 모듈입니다. 각 이름에 대해 해석된 SKILL.md 절대경로를
MODULE_SKILL[name], 그 부모 디렉터리를 MODULE_ROOT[name]으로 기록합니다. 조건부 모듈은
다음 경계에서만 해석합니다.
design-system-starter: 사용자가 상세 디자인 시스템 scaffold를 명시적으로 요청했을 때stitch:--stitch또는 명시적인 Stitch 실행 요청이 있을 때, Phase 5 진입 직전skill-evolve: Phase 7에서 전역 규칙 변경을 사용자가 명시적으로 승인한 뒤autoresearch: 승인된skill-evolve절차가 대조 실험을 요구할 때
각 모듈을 처음 쓰기 전에 다음 순서로 해석합니다.
- 프로젝트 루트의
skills/<name>/SKILL.md가 실제 파일로 존재하고 frontmatter의name이 정확히<name>일 때만 그 절대경로를 사용합니다. 없거나 이름이 다르면 프로젝트의 다른 경로를 추측하지 않고 2번으로 갑니다. - 없으면 현재 런타임의 활성 루트에서 정확한
skills/<name>/SKILL.md를 확인합니다. Codex는$CODEX_HOME/skills(미설정이면~/.codex/skills), Claude와 Grok 호환 표면은~/.claude/skills, Antigravity는~/.gemini/antigravity-cli/skills입니다. 파일 존재와 frontmatter 이름이 모두 일치할 때만 사용하고, 아니면 3번으로 갑니다. - 없으면 현재 런타임의 전역
SKILLS-CATALOG.md를 읽습니다. Codex는$CODEX_HOME/SKILLS-CATALOG.md(미설정이면~/.codex/SKILLS-CATALOG.md), Claude와 Grok 호환 표면은~/.claude/SKILLS-CATALOG.md, Antigravity는~/.gemini/antigravity-cli/SKILLS-CATALOG.md입니다. 첫 번째 셀이 정확히<name>인 행 (| <name> | ... | ... | <읽을 경로> |) 하나를 찾아읽을 경로의 절대SKILL.md를 그대로 사용합니다. 정확한 이름의 행이 0개이거나 2개 이상이면 해석 실패이며 다른 행이나 레지스트리 경로를 추측하지 않습니다. - 해석한 파일의 존재를 확인하고
SKILL.md전체를 읽은 뒤에만 그 모듈의 기준을 적용합니다. 참조 파일은MODULE_ROOT[name]/references/..., 스크립트는MODULE_ROOT[name]/scripts/...로부터 절대경로를 만듭니다.
이 과정은 모듈 읽기이지 스킬 호출이 아닙니다. /frontend-design, /mermaid-diagrams,
/ui-ux-auditor, /web-design-guidelines, /design-system-starter, /stitch, /skill-evolve,
/autoresearch를 호출하거나 스킬 레지스트리에 등록됐다고 가정하지 않습니다. 프로젝트·활성 루트
파일도 없고 카탈로그의 정확한 행·읽을 경로·필수 참조 중 하나라도 없으면 완료 증거의
Module Coverage에 경로와 이유를 기록하고 다음 한정된 native fallback을 사용합니다.
fallback도 실행할 수 없는 검사는 NOT RUN,
UNVERIFIED, 또는 BLOCKED로 남기며 통과로 바꾸지 않습니다. 요청되지 않은 조건부 모듈은
NOT REQUESTED이며 완료 누락으로 계산하지 않습니다.
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 351 B
- references/design-md-guide.md 9.8 KB
- references/experience-contract-guide.md 11 KB
- references/reference-capture-guide.md 13 KB
- references/render-critique-loop.md 7.1 KB
- references/site-benchmark-guide.md 7.7 KB
- references/web-motion-contract.md 6.5 KB
- scripts/test_validate_experience_contract.py 5.6 KB runs code
- scripts/validate_experience_contract.py 6.7 KB runs code
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.
- 4d ago First seen · 526 lines · 108 tokens per session scan A 14621ad1e282
design-plan is a skill published in the GitHub repository Dannykkh/skill-olympus (5 stars, last pushed today), licensed MIT. It adds 108 tokens to every session and 8,059 once invoked, about $0.0005 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-09-03.
Other skills, from other repositories
polish
Frontend quick wins to wow effects (6 dimensions). Use when: "polish", "beautify", "improve", "wow", "improve design", "enhance", "quick wins".
factory-design
Design-system discipline distilled across builds. Semantic token vocabulary (name intent, not palette position), CSS variables bridged into Tailwind, dark/light as a variable swap, single- vs two-layer token systems, component primitives as token consumers, when to promote a repeated utility cluster into a primitive…
Role: Frontend Styler
Frontend styling: layout debugging, style consistency, CSS best practices for Svelte/SvelteKit.
mcp-host-styling-integration
Integrates MCP App UI with host theming system. Applies host CSS variables, handles onhostcontextchanged, safe area insets, display mode detection, and fullscreen configuration.
ui-web
Web UI - glassmorphism, Tailwind, dark mode, accessibility.
frontend-ui-ux-system
A company-level guide for designing web interfaces and user experiences. It covers visual styles, design tokens (named values for colors, spacing, and typography), layout, interaction, accessibility, motion, and review checks.