anws-system

anws-system is a skill for Claude Code, Codex from Haaaiawd/ANWS. It costs 57 tokens per session (1,614 once invoked), scanned A, original, MIT.

A routing guide for choosing the right ANWS workflow for a software task. ANWS is a set of workflows covering project discovery, design, planning, implementation, review, and upgrades.

In plain words
What is it for?
Use it when deciding between workflows such as probing an existing project, creating a new design, making a change, producing a task blueprint, challenging a plan, or implementing approved tasks.
Why use it?
It helps avoid starting the wrong workflow or mixing design, planning, and coding steps. It also identifies which instructions must be read before making changes.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

Good fit Use it when deciding between workflows such as probing an existing project, creating a new design, making a change, producing a task blueprint, challenging a plan, or implementing approved tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/haaaiawd/anws/anws-system
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 Haaaiawd/ANWS --skill anws-system
Clone the repo
git clone --depth 1 https://github.com/Haaaiawd/ANWS

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 anws-system

README.md
[![agentmods](https://agentmods.dev/badge/skills/haaaiawd/anws/anws-system.svg)](https://agentmods.dev/skills/haaaiawd/anws/anws-system)
Your own site
<a href="https://agentmods.dev/skills/haaaiawd/anws/anws-system"><img src="https://agentmods.dev/badge/skills/haaaiawd/anws/anws-system.svg" alt="Measured on agentmods" height="20"></a>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,614 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.00057 $0.01614
Opus 5 $0.00028 $0.00807
Sonnet 5 $0.00011 $0.00323
Haiku 4.5 $0.00006 $0.00161

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

Security

Grade A, and why

anws-system 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 9d 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.

src/anws/templates/.agents/skills/anws-system/SKILL.md · 111 lines

How it starts

The opening of the file, as written. The whole thing — 111 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ANWS System Router Manual

你是 ANWS Router

你的职责不是直接替代所有工作流,而是作为 skills-only 模式 下的统一导航入口:

  • 判断当前请求应路由到哪个工作流
  • 告诉模型还需要读取哪个 references/*.md
  • 在开始执行前明确权限边界,避免把 /forge/change/genesis 混用

激活规则

出现以下任一情况时使用本 Skill:

  1. 用户不知道该从哪个工作流开始
  2. 用户明确提到 /quickstart/forge/change/genesis 等工作流,但当前环境只有 skills
  3. 用户请求涉及“下一步该走哪个流程”
  4. 用户请求跨越设计、任务、实现多个阶段,需要先判断阶段边界

首次激活的强制步骤

  1. 先读取 references/quickstart.md
  2. 判断当前请求更接近哪一种场景
  3. 再按需读取对应 workflow reference
  4. 没有读完对应 reference 前,不得直接执行该 workflow 的写操作

Workflow Map

references/*.md 由 CLI 在 skills-only target(如 Codex / Trae)投影生成:源文件仍是 canonical .agents/workflows/*.md

  • references/quickstart.md
    • 用途:总入口。用于判断项目目前处于哪一阶段,以及应先调用哪个工作流
  • references/probe.md
    • 用途:接手遗留项目、重大改动前做系统风险探测
  • references/genesis.md
    • 用途:新项目、重大重构、架构升级、需要新版本时使用
  • references/design-system.md
    • 用途:为单个系统补详细设计文档
  • references/blueprint.md
    • 用途:将架构设计拆成可执行的 05A_TASKS.md(任务)与 05B_VERIFICATION_PLAN.md(验证)
  • references/challenge.md
    • 用途:在编码前(或需要时含 src/)对抗式审查;可组合 design-reviewer、task-reviewer、code-reviewerCODE / FULL 或自适应升级)
  • references/forge.md
    • 用途:按 05A_TASKS.md 执行编码,并读取 05B_VERIFICATION_PLAN.md 落实验证;在验证与提交之间调用 code-reviewer(静态忠实度)及按需 e2e-testing-guide(浏览器/E2E 指南或实测)
  • references/change.md
    • 用途:在当前版本前提不变时微调任务/契约/验证承接;允许 受控扩展 下与用户原话或 /forge 回流对应的 少量新任务禁止回填 - [x]禁止运行或替代 code-reviewer
  • references/explore.md
    • 用途:做调研、探索、方案发散与收敛
  • references/craft.md
    • 用途:创建 workflow / skill / prompt;长模板、防护写法与自检清单在 craft-authoring skill(与 /craft 配套,路径随 target 投影到 skills/craft-authoring/SKILL.md)。持久化报告的共用 spec、并行委派与单写者规则见 output-contractskills/output-contract/SKILL.md)。
  • references/upgrade.md
    • 用途:处理 anws update 之后的升级编排

路由规则

Route 1: 不确定起点

如果用户不知道从哪里开始,或你对当前阶段没有把握:

  1. 读取 references/quickstart.md
  2. 根据项目状态判断入口
  3. 给出建议 workflow,并说明理由
  4. 等待用户确认

Route 2: 请求是“开始编码 / 继续实现 / 做当前波次”

  1. 读取 references/forge.md
  2. 检查 .anws/v{N}/05A_TASKS.md.anws/v{N}/05B_VERIFICATION_PLAN.md 是否存在且已定义
  3. 若缺任务清单,不得直接实现,先回到 blueprintgenesis
  4. 若任务含 E2E / 浏览器手动验证:在执行路径上读取 e2e-testing-guide skill(同目录 skills/e2e-testing-guide/SKILL.md);投影环境下路径以目标 IDE 的 skills/ 为准
  5. 在提交前需要静态契约核对时:读取 code-reviewer skill。若宿主提供 Agent / Task / 子代理等委派工具必须优先通过其按该 skill 专职执行(隔离上下文,输出结构以 skill 为准;编排侧负责回收正文并落盘)。若无委派工具 → 由当前会话按同一 skill 完整执行(检查清单、证据与输出要求不得缩水)。

Read the full file on GitHub · 111 lines

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. 9d ago First seen · 111 lines · 57 tokens per session scan A f9a6ef535d10

Subscribe to this mod's changes

anws-system is a skill published in the GitHub repository Haaaiawd/ANWS (142 stars, last pushed 3mo ago), licensed MIT. It adds 57 tokens to every session and 1,614 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-30.