accept

accept is a skill for Claude Code from s0912758806p/agentic-sop-to-work. It costs 43 tokens per session (404 once invoked), scanned A, original, MIT.

A final workflow gate that accepts a draft only when an upstream verdict says “pass.” It writes an accepted artifact; any other verdict fails and leaves the result marked as a draft.

In plain words
What is it for?
Use it as the terminal node after a verdict step in a draft-and-review workflow. It reads a verdict artifact and writes an acceptance artifact.
Why use it?
It does not trust that routing reached the correct branch, so a rejected draft cannot be accepted through a workflow mistake. This adds a second check at the final step.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agentic-sop-kit plugin — 9 skills, 1 command, 2 hooks shipped together

Good fit Use it as the terminal node after a verdict step in a draft-and-review workflow. It reads a verdict artifact and writes an acceptance artifact.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/s0912758806p/agentic-sop-to-work/accept
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.

Any agent
npx skills add s0912758806p/agentic-sop-to-work --skill accept
Clone the repo
git clone --depth 1 https://github.com/s0912758806p/agentic-sop-to-work

Made for: Claude Code.

Or install agentic-sop-kit, the plugin that ships this one along with the rest of its 9 skills, 1 command, 2 hooks.

Wrote 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.

agentmods badge for accept

README.md
[![agentmods](https://agentmods.dev/badge/skills/s0912758806p/agentic-sop-to-work/accept/github.svg)](https://agentmods.dev/skills/s0912758806p/agentic-sop-to-work/accept)
Your own site
<a href="https://agentmods.dev/skills/s0912758806p/agentic-sop-to-work/accept"><img src="https://agentmods.dev/badge/skills/s0912758806p/agentic-sop-to-work/accept/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.

agentmods 80×15 button for accept

Your own site · 80×15
<a href="https://agentmods.dev/skills/s0912758806p/agentic-sop-to-work/accept"><img src="https://agentmods.dev/badge/skills/s0912758806p/agentic-sop-to-work/accept.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 404 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00043 $0.00404
Opus 5 $0.00022 $0.00202
Sonnet 5 $0.00009 $0.00081
Haiku 4.5 $0.00004 $0.00040

Measured yesterday against content hash 8b6f4296ebbc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

accept 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.

The scan reads SKILL.md. This mod also ships 1 executable file (tool.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/agentic-sop-kit/kit/skills/accept/SKILL.md · 33 lines

What it actually says

Skill — accept(終端節點,不信任路由)

圖示範流程的終端節點。刻意不信任路由:即使編排把一份 reject 的判定送到這裡 (例如有人手改了 flow.json 的 branch 條件),這一步仍拒絕通過。 閘門查真相,不查「我是被誰叫來的」。

綁定的單一工具

  • python3(標準庫)。本 skill 只此一個工具。

依賴

  • python >= 3.8

參數化(無硬編碼)

  • 輸入:--in <verdict artifact.json>;輸出:--out <accepted artifact.json>

介面

  • 輸入 artifactverdict@1(讀 data.verdictdata.round)。
  • 輸出 artifactaccepted@1data{accepted, rounds, draft_status:"DRAFT"},透傳 trace

fail-loud 邊界

data.verdict != "pass"exit 3。產出一律 DRAFT,需人覆核。

執行

python3 skills/accept/tool.py --in <$RUN/verdict.json> --out <$RUN/accepted.json>

獨立重用

skills/accept/ + lib/kit.py 可單獨抽出;只要上游給 verdict@1 即可運作。

Files

What ships with it

1 file 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.

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 · 33 lines · 43 tokens per session scan A 8b6f4296ebbc

Subscribe to this mod's changes

accept is a skill published in the GitHub repository s0912758806p/agentic-sop-to-work (206 stars, last pushed yesterday), licensed MIT. It adds 43 tokens to every session and 404 once invoked, about $0.0002 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-08.

Related

Other skills, from other repositories

x-bug2rag

A knowledge-capture tool that turns reusable bug explanations into a local RAG collection, meaning a searchable store of text that an agent can retrieve later. It records the trigger, incorrect implementation, correct implementation, and observable difference.

KtKID/x-dev-pipeline · 255 tokens

x-cr

A software-correctness investigation skill for finding why code behaves differently from what was expected. It uses evidence from code paths, specifications, tests, logs, and changes to assess possible causes.

KtKID/x-dev-pipeline · 183 tokens

x-spec2

A compact system-design guide for turning vague or cross-module requests into a small, structured specification package. It defines requirements, acceptance scenarios, module boundaries, and—when needed—data flow, state, timing, resources, or recovery design.

KtKID/x-dev-pipeline · 397 tokens

x-adversarial-risk

A focused adversarial review of a software specification. It tries to find small counterexamples that would expose incorrect implementations, such as invalid state changes, crashes, duplicate actions, permission mistakes, or concurrent events.

KtKID/x-dev-pipeline · 85 tokens

x-qdev

A compact development workflow for a small, clearly defined code change. It keeps the requirement, initially failing tests, implementation, and real verification results in one task document, following TDD, or test-driven development.

KtKID/x-dev-pipeline · 116 tokens

coordination-audit

Produce a structured organizational diagnostic that quantifies time spent on specification vs coordination vs execution, saved as a persistent audit artifact to $HOME/.ai-first-kit/. Conducts a guided 5-question interview, classifies every workflow structure by actual function, and identifies highest-ROI automation…

synaptiai/synapti-marketplace · 182 tokens