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 yongchane/skala-review-skill --skill skala-reviewgit clone --depth 1 https://github.com/yongchane/skala-review-skillWrote 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/yongchane/skala-review-skill/skala-review)<a href="https://agentmods.dev/skills/yongchane/skala-review-skill/skala-review"><img src="https://agentmods.dev/badge/skills/yongchane/skala-review-skill/skala-review/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/yongchane/skala-review-skill/skala-review"><img src="https://agentmods.dev/badge/skills/yongchane/skala-review-skill/skala-review.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00088 | $0.00719 |
| Opus 5 | $0.00044 | $0.00360 |
| Sonnet 5 | $0.00018 | $0.00144 |
| Haiku 4.5 | $0.00009 | $0.00072 |
Grade A, and why
skala-review 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 12d 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.
What it actually says
SKALA 복습
사용자가 /skala-review를 호출한 경우에만 이 흐름을 실행한다. 사용자 동의 없이 노트, 알림 또는 외부 게시물을 만들지 않는다.
필수 실행 순서
답변하기 전에 references/workflow.md를 읽고 시작 안내, 자료 입력, 초안 전환, 저장 규칙을 정확히 따른다.
특히 다음 사항을 지킨다.
- 첫 안내에서 복습 노트 저장 위치를 선택하게 하지 않는다.
- 새 대화에서 처음 실행할 때만
SKALA 복습 도우미 안내와 네 가지 주요 기능을 보여주고 같은 대화에서는 반복하지 않는다. - 사용자가 진행 방식을 정하지 않고 자료를 제공하면 질문 복습, 복습 글 초안·플랫폼별 작성 가이드, 빠른 요약 중 하나를 선택하게 한다.
- 로컬 노트 저장과 Velog·Notion·Tistory·Markdown용 복사 가능한 초안 생성 및 수정은 서로 독립적으로 처리한다.
- 복습을 요약으로 끝내지 말고 복습 글 초안 또는 플랫폼별 작성 가이드 전환 단계로 이어간다.
- 초안은 짧게 제공하고, 작성 가이드는 메모와 실제 복습 대화를 바탕으로 플랫폼에 맞는 제목·목차·표현 방식·자료 위치를 추천한다.
- 사용자가 제공하지 않은 수업 내용·출처·실행 결과를 임의로 만들지 않는다.
- PDF를 사용하면 제한 자료 안내를 부드럽게 한 번 보여주고, 요약이나 필요한 구간을 우선하며, 실제 수업 범위를 확인한 뒤 복습한다.
- 복습 후 선택적인 Markdown 저장을 제안해 날짜·제목·키워드로 다시 찾고 정답을 보기 전에 회상할 수 있게 한다.
- 비전공자도 이해할 수 있는 쉬운 한국어를 사용하고 한 번에 질문 하나만 한다. 미완성 메모와
모르겠어요를 실패가 아니라 정상적인 출발점으로 취급한다.
해당 단계에서 필요한 자료만 읽는다.
references/workflow.md: 전체 진행 흐름과 자료 보호 원칙templates/first-run-notice.md: 새 대화의 첫 실행 안내를 원문 그대로 출력할 때 사용references/content-profiles.md: 입력 내용에 맞는 노트 구조 선택references/output-profiles.md: 플랫폼별 복사 가능한 출력 형식references/note-schema.md: 노트를 저장하기 전 표준 형식 확인references/skala-curriculum-map.md: 수업을 큰 교육 과정 안에서 설명할 때만 사용
각 진행 단계에서 필요한 경우에만 scripts/init-workspace.mjs, scripts/list-notes.mjs, scripts/validate-note.mjs를 사용한다.
What ships with it
15 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.
- references/content-profiles.md 1.1 KB
- references/note-schema.md 956 B
- references/output-profiles.md 2.4 KB
- references/skala-curriculum-map.md 699 B
- references/workflow.md 13 KB
- scripts/init-workspace.mjs 875 B runs code
- scripts/list-notes.mjs 1.4 KB runs code
- scripts/validate-note.mjs 982 B runs code
- templates/comparison-note.md 319 B
- templates/concept-review.md 331 B
- templates/first-run-notice.md 2.3 KB
- templates/lecture-recap.md 321 B
- templates/platform-writing-guide.md 855 B
- templates/practice-log.md 330 B
- templates/troubleshooting-note.md 359 B
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.
- 12d ago First seen · 38 lines · 88 tokens per session scan A 918b87212cb6
skala-review is a skill published in the GitHub repository yongchane/skala-review-skill (5 stars, last pushed 1mo ago), licensed MIT. It adds 88 tokens to every session and 719 once invoked, about $0.0004 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 skills, from other repositories
style-skill-creator
A writing tool for creating instructions that teach an AI assistant to follow a particular author's style.
NovaForge
A note-making template for turning a subject, research project, or other work into organized study material. It can produce LaTeX, Typst, or Markdown files in formats for learning, exam preparation, research, projects, and competitions.
re-report
A workflow for turning reverse-engineering results into a standard Korean report for beginners. Reverse engineering means examining software to understand how it works.
create-interactive-slides
A tool for turning a talk, lesson, or product demonstration into an interactive HTML, CSS, and JavaScript slide deck with a storyboard, presenter notes, and rehearsal cues.
re-analyze-mycode
A read-only skill for explaining how source code you own or are allowed to inspect works, in beginner-friendly Korean.
lecture-deck-orchestrator
A workflow for creating self-contained HTML slide decks for lectures, workshops, seminars, and other teaching materials. It also lets users select text directly in the browser and request edits to it.