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 skills/tomoking2004/claude-plugins/programnpx skills add tomoking2004/claude-plugins --skill programgit clone --depth 1 https://github.com/tomoking2004/claude-pluginsWhat 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.00084 | $0.00778 |
| Opus 5 | $0.00042 | $0.00389 |
| Sonnet 5 | $0.00017 | $0.00156 |
| Haiku 4.5 | $0.00008 | $0.00078 |
Grade A, and why
program 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
対象:課題のうちコードで応える部分(実装・スクリプト・ノートブック等).
手順
- 受領:RUBRIC.md を読み,その進行(受領・納品・修正)に従う——本スキルは実装の段を担う.ブロッキング項目が残る間は着手しない.
- 実装:出題文・採点基準を目的として,下の「領域の正典」に従って書く.
- 仕上げ:/refine:code を発動し,美の6条で確定版へ仕上げる——美の基準(BEAUTY.md)は refine プラグインの正典であり,本スキルはそれを二重定義しない.委譲の際は,必要十分の基準となる目的が出題文・採点基準であることを明示する(成果物の文脈から推測させない)./refine:code が見えなければ,導入(
/plugin install refine@tomoking2004)を促す. - 走査:下の「固有の走査」と RUBRIC.md の遵守ゲートを全件通し,ゼロを確認して確定する.納品するかは同書の進行に従う——単独で呼ばれたなら本スキルが納品し,委譲されたなら束ねて出すのは委譲元の責務なので納品しない.
領域の正典
言語は出題文の指定に従い,無ければ既存ファイル・分野の慣習に合わせる.使用可否が指定されたライブラリ・言語機能・実行環境(バージョン等)はそれに従う.スタイルの正典は持たない——美の仕上げは手順3で /refine:code に委ねる.
固有の走査
- 要件対応表:自分に割り当てられた仕様(単独で呼ばれたなら出題文の全仕様——入出力形式・関数シグネチャ・与えられたテストケース等)と実装箇所を一対一で対応させ,満たさないものを潰す.
- 実行確認:与えられたテストケース・境界値・異常系を実際に実行し,結果を裏取りする(数十秒で終わる実行なので /ops:exec は挟まない).
制約
動作をテスト・実行で確かめる.仕様の解釈が割れる箇所は推測せず問う.
失敗時
/heal:skill を呼ぶ.
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 · 31 lines · 84 tokens per session scan A ca9fd7fd343d
program is a skill published in the GitHub repository tomoking2004/claude-plugins (3 stars, last pushed 1mo ago), licensed MIT. It adds 84 tokens to every session and 778 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
skill-teilen
Reicht einen Skill, ein Plugin oder eine Vorlage (CLAUDE.md, settings.json, Prompt) in die SKAILE Community Skill-Library ein. Nutzen wenn der User sagt "teile meinen Skill", "teile meine CLAUDE.md", "teile meine Vorlage", "lade meinen Skill in die Community hoch", "reiche meinen Skill ein", "skill teilen" oder "in…
show-and-share
Schreibt einen fertigen Show-&-Share-Post für die SKAILE Community. Nutzen wenn der User sagt "schreib mir einen Show & Share Post", "stelle meinen Skill vor", "Post für meinen Skill/meine Vorlage", "schreib einen Post zu dem was ich gebaut habe", oder direkt nachdem ein Skill mit skill-teilen eingereicht wurde.
readme-pro
Schreibt oder verbessert ein README für das aktuelle Projekt. Nutzen wenn der User "schreib mir ein README", "dokumentier das Projekt" oder "readme-pro" sagt.
skill-guide
Design, write, and review SKILL.md files using proven patterns. Use when creating, improving, or reviewing agent skills, choosing a design pattern (Tool Wrapper, Generator, Reviewer, Inversion, Pipeline), structuring progressive disclosure, writing skill descriptions, or composing patterns. Also trigger for 'skill…
microsoft-webui
Microsoft WebUI Framework expertise — a language-agnostic server-side rendering framework where templates compile to a binary protocol and interactive Web Components hydrate as islands. Use when authoring, reviewing, or debugging WebUI components (.html + .css + .ts triplets), wiring up routes, hydrating with…
plugin-creator
Guide AI agents through creating GitHub Copilot CLI and Claude Code plugins and plugin marketplaces — from scaffolding plugin directories and writing plugin.json manifests to building marketplace.json registries and testing installations. Use this skill whenever the user wants to create, scaffold, configure, package…