ruleblast

ruleblast is a skill for Codex from Kpoiut/ruleblast. It costs 53 tokens per session (1,371 once invoked), scanned A, a copy of ruleblast, Apache-2.0.

A read-only Git report that shows which files may be affected when instructions for coding agents change. Git is a version-control system used to track code and file changes.

In plain words
What is it for?
Use it to inspect the impact of edits to repository instruction files and compare how those changes affect different agent paths.
Why use it?
It helps explain which agents inherit an AGENTS.md or CLAUDE.md instruction change when ordinary Git differences do not show that relationship.

Skill for Codex

Written for Codex: reads ~/.codex or $CODEX_HOME. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

Good fit Use it to inspect the impact of edits to repository instruction files…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kpoiut/ruleblast/discovery
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.

Any agent
npx skills add Kpoiut/ruleblast --skill discovery
Clone the repo
git clone --depth 1 https://github.com/Kpoiut/ruleblast

Made for: Codex.

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 ruleblast

README.md
[![agentmods](https://agentmods.dev/badge/skills/kpoiut/ruleblast/discovery.svg)](https://agentmods.dev/skills/kpoiut/ruleblast/discovery)
Your own site
<a href="https://agentmods.dev/skills/kpoiut/ruleblast/discovery"><img src="https://agentmods.dev/badge/skills/kpoiut/ruleblast/discovery.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,371 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 100% copy Near-identical to another mod 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.00053 $0.01371
Opus 5 $0.00026 $0.00685
Sonnet 5 $0.00011 $0.00274
Haiku 4.5 $0.00005 $0.00137

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

Security

Grade A, and why

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

Origin

This is a copy

100% identical to ruleblast — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

discovery/SKILL.md · 67 lines

How it starts

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

RuleBlast — Git diff for AI agent repository instructions

Local, read-only Git CLI. No network or model call during analysis.

You cannot see which agent inherited an AGENTS.md / CLAUDE.md edit without this scoreboard. Git will not show that second diff.

Permission

Default is ask. Do not run npx or ruleblast until the human says yes.

The human turns the gate on without us writing files:

  • env RULEBLAST_AGENT_ALLOW=yes, or
  • a user-created .ruleblast-allow containing yes

Turn it off with RULEBLAST_AGENT_ALLOW=off or by deleting / setting that file to off. After allow is yes, you may run the four routes below. npx still writes the npm cache — mention that when you ask.

There is no ruleblast scan subcommand. diff has no --from.

Discovery

Same skill body at every official path. Not discovered from node_modules.

VS Code-family companion: hosts/vscode. Same folder in VS Code, GitHub Copilot Chat, Cursor, Windsurf, Kiro, Antigravity, Codex IDE, Continue, Cline, Trae, VSCodium, Roo Code. Not a second engine. A host is not a modeled reality.

MCP stdio: ruleblast --mcp. Four tools: scan, diff, explain, case.

  • Claude Code / Copilot Agent Host: .mcp.json
  • GitHub Copilot in VS Code: .vscode/mcp.json
  • Codex desktop / CLI / IDE: .codex/config.toml
  • Cursor, Kiro, Antigravity, Continue: workspace MCP JSON next to this skill
  • Claude Desktop, Cline, Zed, JetBrains AI Assistant, Visual Studio Copilot, Neovim, Windsurf Cascade, Roo Code: paste snippets in discovery/

Routes

Symptom Command
What does each pinned CLI project now? npx --yes [email protected] . --color=never
Which stacks moved? npx --yes [email protected] diff HEAD~1 --to HEAD --color=never
Why this path? npx --yes [email protected] explain <path> --from HEAD~1 --to HEAD --json
Teaching receipt, no clone npx --yes [email protected] case --color=never

Read the full file on GitHub · 67 lines

Files

What ships with it

8 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 · 67 lines · 53 tokens per session scan A 2396d7f8a347

Subscribe to this mod's changes

ruleblast is a skill published in the GitHub repository Kpoiut/ruleblast (19 stars, last pushed 12d ago), licensed Apache-2.0. It adds 53 tokens to every session and 1,371 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to ruleblast, differing in 0 lines, and is treated as a copy.