README

README is a command for Claude Code from marcoguillermaz/Tierward. It costs 0 tokens per session (350 once invoked), scanned A, original, MIT.

Documentation for creating reusable prompt templates in Claude Code. These templates are called with slash commands such as /review or /deploy-checklist.

In plain words
What is it for?
Use it to create command files, accept user input with $ARGUMENTS, and make repeatable tasks such as code reviews or deployment checks available by name.
Why use it?
It explains when to use an on-demand command, a multi-step skill, or a rule that applies to every session.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

Part of the tierward plugin — 29 skills, 1 command, 1 hook, 1 MCP server shipped together

Good fit Use it to create command files, accept user input with $ARGUMENTS, and make repeatable tasks such as code reviews or deployment checks available by name.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/marcoguillermaz/tierward/readme
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.

Clone the repo
git clone --depth 1 https://github.com/marcoguillermaz/Tierward

Made for: Claude Code.

Or install tierward, the plugin that ships this one along with the rest of its 29 skills, 1 command, 1 hook, 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 README

README.md
[![agentmods](https://agentmods.dev/badge/commands/marcoguillermaz/tierward/readme.svg)](https://agentmods.dev/commands/marcoguillermaz/tierward/readme)
Your own site
<a href="https://agentmods.dev/commands/marcoguillermaz/tierward/readme"><img src="https://agentmods.dev/badge/commands/marcoguillermaz/tierward/readme.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 350 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.00000 $0.00350
Opus 5 $0.00000 $0.00175
Sonnet 5 $0.00000 $0.00070
Haiku 4.5 $0.00000 $0.00035

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

Security

Grade A, and why

README 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 8d 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.

packages/cli/templates/tier-l/.claude/commands/README.md · 41 lines

What it actually says

Custom Commands

Custom commands are reusable prompt templates you invoke with /command-name in Claude Code.

When to use commands vs skills vs rules

Mechanism Use when Loaded
Commands (this dir) Reusable prompts you run on demand (e.g. /review, /deploy-checklist) On invocation only
Skills (.claude/skills/) Multi-step audit workflows with structured output On invocation only
Rules (.claude/rules/) Constraints that apply to every session automatically Every session

How to create a command

  1. Create a Markdown file in this directory: .claude/commands/my-command.md
  2. Write the prompt template as the file content
  3. Use $ARGUMENTS to accept user input: /my-command some input here
  4. Invoke with /my-command in any Claude Code session

Example

# .claude/commands/review.md

Review the following files for correctness, security issues, and adherence
to the project conventions in CLAUDE.md:

$ARGUMENTS

Output: a numbered list of findings with severity (critical / major / minor).

Usage: /review src/api/users.ts src/api/auth.ts

Tips

  • Keep commands focused on a single task
  • Reference project files (CLAUDE.md, rules) for context - Claude reads them automatically
  • Commands in subdirectories work too: .claude/commands/db/migrate-check.md/db/migrate-check
  • Commands are project-specific and committed to git - the whole team can use them
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. 8d ago First seen · 41 lines · 0 tokens per session scan A a2e15a4c5b3d

Subscribe to this mod's changes

README is a command published in the GitHub repository marcoguillermaz/Tierward (4 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 350 tokens. 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.