anchor.scout

anchor.scout is a skill for Claude Code, Codex from unknowbug/anchorlaw. It costs 53 tokens per session (529 once invoked), scanned A, original, MIT.

An isolated role that drafts an implementation specification from already confirmed requirements and technical rules. The draft covers naming, module structure, dependencies, framework boundaries, and interfaces for review by a judge.

In plain words
What is it for?
Use it in a staged development process to produce a specification document. It does not write implementation code or discover requirements.
Why use it?
It separates specification writing from approval and coding, so implementation decisions are reviewed before planning begins.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it in a staged development process to produce a specification document. It does not write implementation code or discover requirements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/unknowbug/anchorlaw/anchor.scout
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 unknowbug/anchorlaw --skill anchor.scout
Clone the repo
git clone --depth 1 https://github.com/unknowbug/anchorlaw

Made for: Claude Code, Codex.

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 anchor.scout

README.md
[![agentmods](https://agentmods.dev/badge/skills/unknowbug/anchorlaw/anchor.scout/github.svg)](https://agentmods.dev/skills/unknowbug/anchorlaw/anchor.scout)
Your own site
<a href="https://agentmods.dev/skills/unknowbug/anchorlaw/anchor.scout"><img src="https://agentmods.dev/badge/skills/unknowbug/anchorlaw/anchor.scout/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 anchor.scout

Your own site · 80×15
<a href="https://agentmods.dev/skills/unknowbug/anchorlaw/anchor.scout"><img src="https://agentmods.dev/badge/skills/unknowbug/anchorlaw/anchor.scout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 529 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.00053 $0.00529
Opus 5 $0.00026 $0.00264
Sonnet 5 $0.00011 $0.00106
Haiku 4.5 $0.00005 $0.00053

Measured 5d ago against content hash 3d6df13b1c05, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

anchor.scout 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 5d 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.

archive/reasonix/skills/anchor.scout/SKILL.md · 38 lines

What it actually says

anchor.scout — 规范起草角色(subprocess)

Protocol: spec/protocol-v0.20.md §15.1 (Definition), §15.2 (Isolation Semantics) Layer: 执行角色(非 §14 动作 skill,不占 manifest 名额) Execution: subprocess(隔离)

角色契约(§15.1/§15.2)

  • 本角色在隔离子进程中运行:工作上下文绝不进入主会话。
  • 被 Judge 派遣,按已确认需求输入起草实施规范;产出 artifact 后返回最终答案 + 产物引用。
  • 不做实施决策——规范是否通过由 Judge 判定,本角色只提供草案。

触发场景(流水线 stage 1)

实施规范起草(stage 1) — 输入契约(已确认需求文档 + 技术约束规范;架构设计归本角色起草)交接后,Judge 派本角色起草实施规范:变量命名统一规范、模块化划分建议、依赖方向、框架边界、接口。规范由 Judge 审查批准后才进规划(stage 2)。

需求发掘不在本角色职责内——它属于独立的需求协议(Scout 驱动 + 人机对话),本角色只消费其产出。

规范起草检查单(stage 1)

  • 变量命名规范(统一命名约定)
  • 模块化划分(模块边界 + 依赖方向)
  • 实施框架边界(哪些部分用框架、哪些手写)
  • 对照输入契约:规范不得与已确认需求/规范定义冲突
  • 返回:实施规范草案 artifact(.artifacts/<task>/implementation-spec-<NNN>.md),交 Judge 审查

约束

  • 只产出规范草案 artifact,不写实现代码
  • 隔离语义见 §15.2:上下文不进入主会话。
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. 5d ago Changed 3d6df13b1c05
  2. 9d ago First seen · 38 lines · 53 tokens per session scan A 2546f946ca8e

Subscribe to this mod's changes

anchor.scout is a skill published in the GitHub repository unknowbug/anchorlaw (5 stars, last pushed yesterday), licensed MIT. It adds 53 tokens to every session and 529 once invoked, about $0.0003 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

solid-principles

SOLID principles checklist with Java examples. Use when a class has too many responsibilities, an abstraction leaks, or a dependency points the wrong way, and when the user asks about Single Responsibility, Open/Closed, Liskov, Interface Segregation or Dependency Inversion. For naming, duplication and method length…

decebals/claude-code-java · 73 tokens

security-audit

Java security checklist covering OWASP Top 10, input validation, injection prevention, and secure coding. Works with Spring, Quarkus, Jakarta EE, and plain Java. Use when reviewing code security, before releases, or when user asks about vulnerabilities.

decebals/claude-code-java · 55 tokens

issue-triage

Triage and categorize GitHub issues with priority labels. Use when user says "triage issues", "check issues", "review open issues", or during regular maintenance of GitHub issue backlog.

decebals/claude-code-java · 44 tokens

ring:migrating-to-lib-observability

Migrating a Lerian Go app off lib-commons observability imports (deprecated shims or removed APIs) to lib-observability via a fixed mapping table, then bumps go.mod and validates the build; ring:backend-go applies the edits. Covers log/zap/runtime/assert, opentelemetry/tracing, HTTP middleware, context helpers, and…

LerianStudio/ring · 104 tokens

ring:searching-code

Forensic code search and analysis with optional Chain of Draft (CoD) ultra-concise mode. Five-phase methodology (clarification, planning, execution, analysis, synthesis) with severity assessment. Use for targeted investigation of specific patterns, bugs, or vulnerabilities. Skip for broad architecture mapping (use…

LerianStudio/ring · 74 tokens

ring:exploring-codebases

Exploring a codebase across phases: scopes the target, detects architecture, components, and layers, deep-dives each discovered perspective, then synthesizes findings into actionable guidance with file:line evidence. Use to understand how a feature or system works before planning changes, or to orient on an unfamiliar…

LerianStudio/ring · 91 tokens