complete

A skill for completing university assignments that contain several kinds of work, such as a report and a program. It divides the requirements between the appropriate skills and checks that the finished pieces agree with each other.

In plain words
What is it for?
Use it when an entire coursework assignment needs to be completed across multiple media. It checks requirements, naming, terminology, results, disclosure rules, format, and length.
Why use it?
It helps avoid gaps between parts of one assignment, such as a report naming a function differently from the submitted code or reporting different results.

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/complete
Any agent
npx skills add tomoking2004/claude-plugins --skill complete
Clone the repo
git clone --depth 1 https://github.com/tomoking2004/claude-plugins

Made for: Claude Code, Codex.

Per session 147 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,176 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.00147 $0.01176
Opus 5 $0.00073 $0.00588
Sonnet 5 $0.00029 $0.00235
Haiku 4.5 $0.00015 $0.00118

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

Security

Grade A, and why

complete 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 2d 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.

plugins/assignment/skills/complete/SKILL.md · 30 lines

What it actually says

対象:媒体をまたぐ課題一件(出題文・採点基準・配布資料一式)と,媒体をまたぐ部分だけ——要求の媒体への割り当て,媒体間の継ぎ目,提出物全体の確定.各媒体の内側(執筆・実装・美の仕上げ・媒体内の走査)は委譲先が完結させるので,ここでは繰り返さない.

単一媒体の課題では本スキルに担うものが無い——/assignment:report ・ /assignment:program を直接使う.

手順

  1. 受領RUBRIC.md進行に従い,課題ごとに一度の受領をここで済ませる(委譲先は繰り返さない)——ただし同書が受領の締めに置く着手可否の問いは手順2まで持ち越す(割り当てと合わせて一度だけ問う).
  2. 割り当て:出題文・採点基準から要求項目(設問・成果物・書式・分量・提出形式・締切・使用可否)を漏れなく列挙し,各項目を負う媒体を決める——これは媒体スキルには決められない(各々は自分の媒体しか見ない).どの媒体にも属さない要求(提出形式,全体の分量,AI 利用の開示等)は本スキル自身が負う.確定した要求・提出条件・割り当てを一つの要約にまとめて着手可否を問い,承認を得てから進む.
  3. 委譲:各媒体を,導入済みスキルの description から対応する assignment プラグインのスキル(report・program 等)を選んで発動し,その媒体に割り当てた要求項目を渡す——対応を列挙で固定しない(媒体スキルの増減に自動で追従させる).対応スキルの無い媒体は報告し,方針を問う.
  4. 継ぎ目の走査:委譲先が各々の内側を仕上げた後に残るのは,媒体をまたぐ整合だけ.
    • 割り当ての充足:手順2の全項目を辿り,成果物の箇所を指せるか確かめる.自分が負った項目(どの媒体にも属さないもの)も同じく辿る——ここが最も落ちやすい.
    • 名前鎖:コードの識別子(関数・変数・出力ファイル名)がレポートの記述と一致しているか,全件確かめる.
    • 用語統一:同義語群・記号・表記の規約を全媒体横断で列挙し,揺れを潰す.
    • 事実照合:レポートが語る数値・図表が,コードの最終実行結果と一致するか——委譲先は各々の時点で照合しているが,後から他媒体が変われば食い違う.
    • 全体の遵守ゲート:開示規定・提出形式・全体の分量(媒体内の遵守ゲートは委譲先が済ませている).
  5. 確定:手順4を再実行しゼロを確認してから,RUBRIC.md の納品に従い全媒体を束ねて返す.納品後の指摘は同書の修正に従い,該当媒体を直して手順4を再実行し,再確定する.

制約

出題文・採点基準・配布資料は読み込みのみ(改変しない).採点基準の解釈,AI 利用可否,書式の曖昧さなど判断の割れる箇所は推測せず問う.引用・数値の捏造はしない.

失敗時

/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. 2d ago First seen · 30 lines · 147 tokens per session scan A a44645b4b23f

Subscribe to this mod's changes

complete is a skill published in the GitHub repository tomoking2004/claude-plugins (3 stars, last pushed 1mo ago), licensed MIT. It adds 147 tokens to every session and 1,176 once invoked, about $0.0007 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-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

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

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