standards

standards is a skill for Claude Code, Codex from ItamarZand88/CLI-Anything-WEB. It costs 73 tokens per session (4,336 once invoked), scanned A, original, MIT.

A review and release workflow for a command-line tool that connects to a website. It coordinates independent code reviews, quality checks, installation tests, user smoke tests, documentation, and publishing.

In plain words
What is it for?
Reviewing implementations, running tiered checklists, installing and exercising the CLI, generating its skill documentation, updating the registry, and verifying the release.
Why use it?
It provides release gates that must pass before the tool is made available, reducing the chance of shipping broken or incomplete integrations.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the cli-anything-web plugin — 6 skills, 6 commands, 4 agents, 1 MCP server shipped together

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/itamarzand88/cli-anything-web/standards
Any agent
npx skills add ItamarZand88/CLI-Anything-WEB --skill standards
Clone the repo
git clone --depth 1 https://github.com/ItamarZand88/CLI-Anything-WEB

Made for: Claude Code, Codex.

Or install cli-anything-web, the plugin that ships this one along with the rest of its 6 skills, 6 commands, 4 agents, 1 MCP server.

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 standards

README.md
[![agentmods](https://agentmods.dev/badge/skills/itamarzand88/cli-anything-web/standards.svg)](https://agentmods.dev/skills/itamarzand88/cli-anything-web/standards)
Your own site
<a href="https://agentmods.dev/skills/itamarzand88/cli-anything-web/standards"><img src="https://agentmods.dev/badge/skills/itamarzand88/cli-anything-web/standards.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,336 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.1 $0.00073 $0.04336
Opus 5 $0.00036 $0.02168
Sonnet 5 $0.00015 $0.00867
Haiku 4.5 $0.00007 $0.00434

Measured 6d ago against content hash 308f1d5c8819, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

standards 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 6d 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.

cli-anything-web-plugin/skills/standards/SKILL.md · 411 lines

How it starts

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

CLI-Anything-Web Standards (Phase 4: Review + Publish + Verify)

Quality gate for cli-web-* CLIs. This skill owns the complete Phase 4: independent implementation review, structural quality checklist, publishing, and end-user smoke testing. Nothing ships until this phase passes.

Copy this checklist and check off items as you complete them:

Phase 4 Progress:
- [ ] Prerequisites: tests 100% pass, TEST.md Parts 1+2, <APP>.md present
- [ ] Step 1: 3 review agents dispatched, Critical findings = 0
- [ ] Step 2: validate-checklist Tier 1 exits 0, then full run reviewed
- [ ] Step 3: pip install -e . verified (binary on PATH, --help, doctor)
- [ ] Step 4: end-user smoke test — auth, READ, WRITE all pass
- [ ] Step 5: per-CLI skill generated (passes test_skill_quality.py)
- [ ] Step 6: registry entry added, devkit gates green, repo docs updated
- [ ] phase-state marked complete

Prerequisites (Hard Gate)

Do NOT start unless:

  • All tests pass (100% pass rate from Phase 3)
  • TEST.md has both Part 1 (plan) and Part 2 (results)
  • All core modules are implemented and functional
  • <APP>.md (API map) exists and documents all endpoints

If tests are not passing, invoke the testing skill first. If this gate or the phase state is in a failed/inconsistent state, follow skills/shared/RECOVERY.md §phase-state Check Failures.

Optional pre-review coverage scan: before dispatching the review agents, you MAY run the gap-analyzer skill (${CLAUDE_PLUGIN_ROOT}/skills/gap-analyzer/SKILL.md, pass APP_PATH=<app>/agent-harness) to diff captured endpoints (<APP>.md + traffic-capture/traffic-analysis.json) against implemented commands. It is optional here because the traffic-fidelity-reviewer agent covers endpoint coverage during Step 1; gap-analyzer is the mandatory first step of /refine, where no reviewer pass exists. Run it here when coverage looks doubtful and you want the structured report before the agents start.

Site Profile Exceptions

Read the full file on GitHub · 411 lines

Files

What ships with it

2 files 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. 6d ago First seen · 411 lines · 73 tokens per session scan A 308f1d5c8819

Subscribe to this mod's changes

standards is a skill published in the GitHub repository ItamarZand88/CLI-Anything-WEB (215 stars, last pushed 4d ago), licensed MIT. It adds 73 tokens to every session and 4,336 once invoked, about $0.0004 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.

Related

Other skills, from other repositories

release

Prepare and execute a Python package release with verification steps. Use for releasing Python packages with uv and ruff.

sequenzia/agent-alchemy · 24 tokens

release

Prepare and execute a Python package release with verification steps. Use for releasing Python packages.

sequenzia/agent-alchemy · 19 tokens

prepare-providers-documentation

Replace the manual commit-by-commit classification step in breeze release-management prepare-provider-documentation with AI-driven classification. For each provider with pending changes, analyze every PR (batched into one sub-agent per provider, not one per PR), pay special attention to potentially breaking changes by…

apache/airflow · 113 tokens

update-public-docs

Update public API reference docs to match Python source code. Compares client.py, schema files, and config models against MDX docs and fixes any gaps. Triggers on: update docs, sync docs, update public docs, update api reference, refresh documentation.

ReflexioAI/claude-smart · 57 tokens

release

CONTRIBUTOR TOOL - Cut a plugin release: bump plugin.json version, finalize CHANGELOG, update README if needed, gate on make ci, commit, tag vX.Y.Z, and create the GitHub release. Use when shipping a new plugin version. NOT distributed.

oliver-kriska/claude-elixir-phoenix · 60 tokens

release

Cut a brooks-lint release: set the version in package.json, propagate it across all four plugin manifests and every version-bearing text file (README badges, docs site metadata), write the CHANGELOG entry, validate, then commit, push, tag, and publish the GitHub release. Triggers when the maintainer asks to "release"…

hyhmrright/brooks-lint · 135 tokens