agent-capability-standard CLAUDE.md

agent-capability-standard CLAUDE.md is an instructions file for coding agents from synaptiai/agent-capability-standard. It costs 2,946 tokens per session, scanned A, original, Apache-2.0.

Development instructions for agent-capability-standard, a project that defines and checks standard descriptions of what AI agents can do.

In plain words
What is it for?
Running the project’s checks while changing workflows, domain profiles, skills, schemas, ontology data, documentation, or dependency definitions.
Why use it?
They provide the exact validation commands needed to catch invalid workflows, broken references, schema errors, documentation links, and inconsistencies between project files.

Instructions file

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 instructions/synaptiai/agent-capability-standard/claude-md
Clone the repo
git clone --depth 1 https://github.com/synaptiai/agent-capability-standard

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 agent-capability-standard CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/synaptiai/agent-capability-standard/claude-md.svg)](https://agentmods.dev/instructions/synaptiai/agent-capability-standard/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/synaptiai/agent-capability-standard/claude-md"><img src="https://agentmods.dev/badge/instructions/synaptiai/agent-capability-standard/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,946 This file is loaded in full into every session.
When invoked 2,946 The same file — it is already loaded in full.
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.02946 $0.02946
Opus 5 $0.01473 $0.01473
Sonnet 5 $0.00589 $0.00589
Haiku 4.5 $0.00295 $0.00295

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

Security

Grade A, and why

agent-capability-standard CLAUDE.md 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.

CLAUDE.md · 343 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Commands

Validate workflows against the ontology

python tools/validate_workflows.py

Validate domain profiles against schema

python tools/validate_profiles.py

Validate skill file references (no phantom paths)

python tools/validate_skill_refs.py

Validate ontology graph (orphans, cycles, symmetry)

python tools/validate_ontology.py

Validate the five canonical schemas designated by spec §6.1

python tools/validate_canonical_schemas.py

Validate RFC structure against GOVERNANCE requirements

python tools/validate_rfcs.py

Validate constraints.txt agrees with pyproject.toml

python tools/validate_constraints.py

Validate documentation links (no dangling cross-references)

python tools/validate_doc_links.py

Validate YAML utility sync (safe_yaml.py ↔ yaml_util.py)

python tools/validate_yaml_util_sync.py

Validate transform mapping_ref paths (no broken refs)

python tools/validate_transform_refs.py

Validate benchmark deps against ontology

python tools/validate_benchmark_deps.py

Sync skill-local schemas from ontology

python tools/sync_skill_schemas.py

Run conformance tests (optional, local only)

python scripts/run_conformance.py

Setup Python environment (one-time)

python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]" -c constraints.txt

Install the dev extra rather than individual packages, and pass -c constraints.txt — that file pins the exact tool versions CI runs, so the local formatter matches CI's exactly. Without it, ruff>=0.16,<0.17 resolves to whatever 0.16.x is newest and a reformat can appear in CI that never appeared locally.

The bounds in pyproject.toml are the supported range; constraints.txt is the one version CI runs. The range caps each dependency at the major this repo has been verified against, so a new major is a deliberate bump — run the suite on it, then raise the cap. Note the range still admits patch and minor drift: two installs a week apart are not identical unless both use the constraints file.

Read the full file on GitHub · 343 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. 5d ago First seen · 343 lines · 2,946 tokens per session scan A e7f67a308f6d

Subscribe to this mod's changes

agent-capability-standard CLAUDE.md is an instructions file published in the GitHub repository synaptiai/agent-capability-standard (4 stars, last pushed 5d ago), licensed Apache-2.0. It adds 2,946 tokens to every session, about $0.0147 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 instructions, from other repositories

Lycheetah-Framework AGENTS.md

Instructions for Lycheetah/Lycheetah-Framework, covering codex transition overlay — caelorynth, sol protocol v3.0 — operating architecture, sovereign human–ai co-creation system, i. what this is and ii. identity.

Lycheetah/Lycheetah-Framework · 3,621 tokens

Lycheetah-Framework copilot-instructions.md

Instructions for Lycheetah/Lycheetah-Framework, covering copilot instructions for lycheetah-framework, quick reference, for copilot users and mathematics standard.

Lycheetah/Lycheetah-Framework · 358 tokens

Lycheetah-Framework CLAUDE.md

Instructions for Lycheetah/Lycheetah-Framework, covering sol — claude execution anchor, authority and purpose, canonical source map, sol's functional identity and relationship with mac.

Lycheetah/Lycheetah-Framework · 4,913 tokens

hallucination-detector CLAUDE.md

Instructions for bitflight-devops/hallucination-detector, covering hallucination prevention — behavioral framing, banned language, what to do instead and completeness.

bitflight-devops/hallucination-detector · 348 tokens

SoDam-Harness-Eng AGENTS.md

Instructions for sodam-ai/SoDam-Harness-Eng, covering sodamharness — 초보자 안전 지침 (agents.md · 선택), 말투, 위험 작업 (항상 먼저 멈추고 확인) and 안전·정직.

sodam-ai/SoDam-Harness-Eng · 610 tokens

second-thought-agent-skill GEMINI.md

Instructions for gg-mo/second-thought-agent-skill, a project described as: A critique-first agent skill that challenges every decision before execution—catching flaws, surfacing risks, and improving outcomes in real time.

gg-mo/second-thought-agent-skill · 29 tokens