README

README is a command for Claude Code from opensesh/karimo-overview. It costs 0 tokens per session (440 once invoked), scanned A, original, Apache-2.0.

A set of user-triggered slash commands for specific coding tasks. It includes commands for code review, Git operations, feature development, and repeated AI work loops.

In plain words
What is it for?
Use commands such as /code-review, /commit, /commit-push-pr, /feature-dev, or /ralph-loop for the matching task.
Why use it?
It gives developers explicit, repeatable actions instead of relying on an agent to decide when to start a multi-step workflow.

Command for Claude Code

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 commands/opensesh/karimo-overview/readme
Clone the repo
git clone --depth 1 https://github.com/opensesh/karimo-overview

Made for: Claude Code.

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/opensesh/karimo-overview/readme.svg)](https://agentmods.dev/commands/opensesh/karimo-overview/readme)
Your own site
<a href="https://agentmods.dev/commands/opensesh/karimo-overview/readme"><img src="https://agentmods.dev/badge/commands/opensesh/karimo-overview/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 440 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.00000 $0.00440
Opus 5 $0.00000 $0.00220
Sonnet 5 $0.00000 $0.00088
Haiku 4.5 $0.00000 $0.00044

Measured 5d ago against content hash aa27d0459dfb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, 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 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/commands/README.md · 73 lines

What it actually says

BOS Commands

User-triggered slash commands for specific operations.


What Are Commands?

Commands are:

  • User-triggered via /command-name syntax
  • Single-purpose — do one thing well
  • Explicit — require user to initiate
  • Predictable — same input produces same behavior

Commands Inventory

Command What It Does How to Use
code-review PR review with BOS design system checks /code-review, /code-review --comment
commit-commands Streamlined git operations /commit, /commit-push-pr
feature-dev (command) Manual feature development workflow /feature-dev
ralph-wiggum Iterative AI loops for complex tasks /ralph-loop

How Commands Differ from Agents

Aspect Commands Agents
Trigger User types /command Auto-activates on context
Autonomy Follows explicit instructions Makes decisions independently
Scope Single operations Multi-step workflows
Control User stays in control AI drives the process

Command Structure

command-name/
├── .claude-plugin/
│   └── plugin.json      # Command metadata
├── commands/
│   └── command.md       # Command definition
└── README.md            # Documentation

Using Commands

Type the command in Claude Code:

/commit              # Quick commit
/code-review         # Review current changes
/ralph-loop          # Start iterative loop

Naming Convention

When the same concept exists as both a command and an agent, use parentheses to distinguish:

  • feature-dev (command) — User-triggered command
  • feature-dev (agent) — Autonomous workflow

Part of the BOS CONFIG system

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 · 73 lines · 0 tokens per session scan A aa27d0459dfb

Subscribe to this mod's changes

README is a command published in the GitHub repository opensesh/karimo-overview (11 stars, last pushed 4mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 440 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-30.