program

A workflow for implementing the code portion of a programming task from its specification and grading rubric. It includes checking the requirements, testing the result, and preparing the code for final refinement.

In plain words
What is it for?
It helps write functions, scripts, and notebooks for coding assignments, run supplied and boundary tests, and verify each requirement against the code.
Why use it?
It reduces the chance of missing required inputs, outputs, edge cases, or tests. It also prevents implementation from starting while blocking rubric items remain.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/tomoking2004/claude-plugins/program
Any agent
npx skills add tomoking2004/claude-plugins --skill program
Clone the repo
git clone --depth 1 https://github.com/tomoking2004/claude-plugins

Made for: Claude Code, Codex.

Per session 84 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 778 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured yesterday against content hash ca9fd7fd343d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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.

plugins/assignment/skills/program/SKILL.md · 31 lines

What it actually says

対象:課題のうちコードで応える部分(実装・スクリプト・ノートブック等).

手順

  1. 受領RUBRIC.md を読み,その進行(受領・納品・修正)に従う——本スキルは実装の段を担う.ブロッキング項目が残る間は着手しない.
  2. 実装:出題文・採点基準を目的として,下の「領域の正典」に従って書く.
  3. 仕上げ:/refine:code を発動し,美の6条で確定版へ仕上げる——美の基準(BEAUTY.md)は refine プラグインの正典であり,本スキルはそれを二重定義しない.委譲の際は,必要十分の基準となる目的が出題文・採点基準であることを明示する(成果物の文脈から推測させない)./refine:code が見えなければ,導入(/plugin install refine@tomoking2004)を促す.
  4. 走査:下の「固有の走査」と RUBRIC.md の遵守ゲートを全件通し,ゼロを確認して確定する.納品するかは同書の進行に従う——単独で呼ばれたなら本スキルが納品し,委譲されたなら束ねて出すのは委譲元の責務なので納品しない.

領域の正典

言語は出題文の指定に従い,無ければ既存ファイル・分野の慣習に合わせる.使用可否が指定されたライブラリ・言語機能・実行環境(バージョン等)はそれに従う.スタイルの正典は持たない——美の仕上げは手順3で /refine:code に委ねる.

固有の走査

  • 要件対応表:自分に割り当てられた仕様(単独で呼ばれたなら出題文の全仕様——入出力形式・関数シグネチャ・与えられたテストケース等)と実装箇所を一対一で対応させ,満たさないものを潰す.
  • 実行確認:与えられたテストケース・境界値・異常系を実際に実行し,結果を裏取りする(数十秒で終わる実行なので /ops:exec は挟まない).

制約

動作をテスト・実行で確かめる.仕様の解釈が割れる箇所は推測せず問う.

失敗時

/heal:skill を呼ぶ.

Changes

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.

  1. yesterday First seen · 31 lines · 84 tokens per session scan A ca9fd7fd343d

Subscribe to this mod's changes

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.

Related

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…

sebaskauf/skaile-community-library · 97 tokens

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.

sebaskauf/skaile-community-library · 74 tokens

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.

sebaskauf/skaile-community-library · 37 tokens

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…

AndyElessar/skills · 102 tokens

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…

AndyElessar/skills · 212 tokens

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…

AndyElessar/skills · 181 tokens