INDEX

INDEX is a command for Claude Code from iamironz/ai-config-bundle. It costs 0 tokens per session (698 once invoked), scanned A, original, MIT.

An index of shared command playbooks stored in a knowledge base. It tells tool-specific command files to delegate to these common instructions.

In plain words
What is it for?
Use it when building or updating agent commands, choosing command behavior, routing requests, or coordinating parallel work.
Why use it?
It keeps command behavior consistent across tools and defines how requests, background work, skills, safety checks, and citations should be handled.

Command for Claude Code

Written for Claude Code: a Claude Code command (commands/*.md). Also seen: mentions subagents; mentions AGENTS.md; mentions OpenCode.

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/iamironz/ai-config-bundle/index
Clone the repo
git clone --depth 1 https://github.com/iamironz/ai-config-bundle

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 INDEX

README.md
[![agentmods](https://agentmods.dev/badge/commands/iamironz/ai-config-bundle/index.svg)](https://agentmods.dev/commands/iamironz/ai-config-bundle/index)
Your own site
<a href="https://agentmods.dev/commands/iamironz/ai-config-bundle/index"><img src="https://agentmods.dev/badge/commands/iamironz/ai-config-bundle/index.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 698 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.00698
Opus 5 $0.00000 $0.00349
Sonnet 5 $0.00000 $0.00140
Haiku 4.5 $0.00000 $0.00070

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

Security

Grade A, and why

INDEX 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.

ai-kb/commands/INDEX.md · 37 lines

How it starts

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

Commands Index

Canonical command playbooks live under ai-kb/commands/. Tool-specific command files (Cursor/OpenCode) should be thin wrappers that delegate here.

Shared Conventions

  • Command input is the text after the command name; treat it as the request and constraints for the invocation.
  • Follow ai-kb/AGENTS.md for the operational loop and <rule_context> citation protocol.
  • For command offloading/parallelization policy: ai-kb/rules/command-orchestration.md.
  • Parallel background subagents are the default execution mode across commands unless the user explicitly requests sequential/main-thread execution.
  • Background-first is mandatory for implementation, analysis, and research work; keep main-thread work to orchestration and synthesis.
  • For non-trivial natural-language requests, load command-parity-router skill first and infer command-intent automatically.
  • If command-parity-router cannot be loaded, apply ai-kb/rules/skill-routing.md directly.
  • When runtime state, plugin hooks, internal sessions, or nested delegation are in scope, also load ai-kb/rules/plugin-safety.md and ai-kb/rules/delegation-depth.md.
  • For KB recommendation workflow: ai-kb/rules/kb-maintenance.md.

Command Catalog

Command Canonical doc Use for
create_plan ai-kb/commands/create_plan.md Explore options and draft a plan in the same response (iterate with feedback)
execute_plan ai-kb/commands/execute_plan.md Execute an existing plan without editing it
implement_feature ai-kb/commands/implement_feature.md Implement a new feature (TDD-first when feasible)
fix_issue ai-kb/commands/fix_issue.md Diagnose and fix a bug (TDD-first when feasible)
implement_tests ai-kb/commands/implement_tests.md Add missing tests and run them immediately
run_tests ai-kb/commands/run_tests.md Run the most relevant test scope for changes
run_build ai-kb/commands/run_build.md Run the most relevant build step for changes
review_code ai-kb/commands/review_code.md Review code for quality, architecture, risks
validate_domain ai-kb/commands/validate_domain.md Verify behavior matches domain/spec requirements
validate_runtime ai-kb/commands/validate_runtime.md Debug runtime behavior, logs, state timelines
research ai-kb/commands/research.md Research uncertain APIs/errors/best practices
update_docs ai-kb/commands/update_docs.md Update project docs to match changes
update_rule ai-kb/commands/update_rule.md Add/update/compact KB rules and structure
suggest_kb_updates ai-kb/commands/suggest_kb_updates.md Propose KB updates from durable learnings
commit ai-kb/commands/commit.md Create local git commits (opt-in, approval gated)

Read the full file on GitHub · 37 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. 6d ago First seen · 37 lines · 0 tokens per session scan A 49f3d28ee62a

Subscribe to this mod's changes

INDEX is a command published in the GitHub repository iamironz/ai-config-bundle (2 stars, last pushed 5mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 698 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.