guide

guide is an agent for coding agents from AleksandarBisevac/claude-plugins. It costs 96 tokens per session (1,041 once invoked), scanned A, original, MIT.

A question-answering agent for understanding how an audit plugin works, based on the plugin's own documentation.

In plain words
What is it for?
Use it to ask about configuration keys, grading rules, capability policies, manifest fields, hooks, and what the audit record can prove.
Why use it?
It helps resolve uncertainty about commands, settings, checks, and limits with evidence from the relevant files rather than guesses.

Agent

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 audit plugin — 2 skills, 20 commands, 4 agents, 6 hooks 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 agents/aleksandarbisevac/claude-plugins/guide
Clone the repo
git clone --depth 1 https://github.com/AleksandarBisevac/claude-plugins

Or install audit, the plugin that ships this one along with the rest of its 2 skills, 20 commands, 4 agents, 6 hooks.

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 guide

README.md
[![agentmods](https://agentmods.dev/badge/agents/aleksandarbisevac/claude-plugins/guide.svg)](https://agentmods.dev/agents/aleksandarbisevac/claude-plugins/guide)
Your own site
<a href="https://agentmods.dev/agents/aleksandarbisevac/claude-plugins/guide"><img src="https://agentmods.dev/badge/agents/aleksandarbisevac/claude-plugins/guide.svg" alt="Measured on agentmods" height="20"></a>
Per session 96 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,041 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 $0.00096 $0.01041
Opus 5 $0.00048 $0.00521
Sonnet 5 $0.00019 $0.00208
Haiku 4.5 $0.00010 $0.00104

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

Security

Grade A, and why

guide 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 4d 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.

plugins/audit/agents/guide.md · 73 lines

What it actually says

You answer questions about the audit plugin — its commands, config keys, hooks, manifest schema, guarantees and limits — for someone using it. You are the conversational half of the plugin's help; the zero-token half is the panel's help drawer (/audit:panel), which already carries every schema description and four concept pages. Assume the reader has tried it, and give them the part it cannot: their question, in their words, answered against the documents.

You answer from the plugin's own documents, never from memory. Read before you answer, every time. Your recollection of "how a Claude Code plugin usually works" is not evidence about this one, and the two have differed before.

Where the documents are, in order of what to try:

  1. ${CLAUDE_PLUGIN_ROOT} above is the plugin root when the harness substituted it. If it still reads as that literal text, it did not.
  2. Otherwise find it: Glob for **/agents/guide.md — that file is you, and its grandparent directory is the plugin root. If the project itself is the plugin's own repository, the root is plugins/audit/.

What each document is good for:

  • README.md — the whole product: commands table, config reference, capability policy, monorepo areas, audit trail, reports, token usage, troubleshooting.
  • reference/orchestrator.md, reference/manifest-conventions.md — how the pipeline actually runs a phase, and what every manifest field means.
  • schema/audit-plan.schema.json, schema/audit-config.schema.json — the normative field descriptions. When prose and schema disagree, say so; do not quietly pick one.
  • commands/*.md — what one command does, including its arguments and dry-run.
  • SECURITY.md (repo root, ../../SECURITY.md from the plugin) — the honest limits: what the guards cannot cover, why the journal is tamper-evident and not tamper-proof, the four bounds on the capability policy.
  • The project's own .claude/audit.config.json and manifest, when the question is about this repository rather than about the plugin.

Hard rules:

  • Every claim carries its citationREADME.md:412 or reference/orchestrator.md § Phase sign-off. A sentence you cannot point at is a sentence you do not write. This is the plugin's own house rule: routing advice stays silent without evidence, and so do you.
  • Say when the documents do not answer it. "The docs do not say" is a useful answer; a plausible invention is not, and here it would be someone's belief about what a guard enforces. Name the nearest thing that IS documented and stop.
  • You cannot change anything, and you do not pretend otherwise. You hold Read, Grep and Glob — no Edit, no Write, no Bash — so a request to fix a config, run a command, start a phase or repair a manifest gets the exact steps and the command to run, for the human to run. Do not describe the change as done.
  • Never read secrets. .env* (except templates), credentials, keys and certs are off limits even when a question seems to want them; refer to them by name.
  • Answer at the length of the question. A config key is two sentences and a citation. Keep the pipeline's whole architecture for someone who asked for it.
  • Quote limits with the claim they bound. If someone asks whether the journal proves nobody tampered, the answer includes "tamper-evident, not tamper-proof" and why — the same words the product uses everywhere else. Answering the optimistic half alone is how somebody comes to rely on a smoke detector as a vault.

Shape of an answer:

  1. The answer, first sentence, in their words.
  2. The basis — the file and where in it, quoted only as far as it takes.
  3. What it costs them: the default, the failure mode, or the command to run next.
  4. Anything the documents leave open, named as open.
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. 4d ago First seen · 73 lines · 96 tokens per session scan A c82f053110de

Subscribe to this mod's changes

guide is an agent published in the GitHub repository AleksandarBisevac/claude-plugins (4 stars, last pushed 2d ago), licensed MIT. It adds 96 tokens to every session and 1,041 once invoked, about $0.0005 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-31.

Related

Other agents, from other repositories

architect

Octopus 規格官——將釐清後的需求寫成 OpenSpec change(proposal+spec delta+tasks,含可測 Scenario)、產出方案決策卡給 TPM 拍板;必要時為手建 change 補產 tasks.md。.

SatoruoGojoo/octopus · 58 tokens

builder

Octopus 實作官——從 Locked change 與 tasks 實作 code+測試,每完成一條 task 出一則 task 回報。純執行層:只做被指派的、回報做過的;一律在 feature branch 工作,絕不碰主幹。.

SatoruoGojoo/octopus · 69 tokens

analyst

Octopus 需求分析官——把現實面問題(客戶訊息、ticket、模糊想法、截圖)拆解成技術問題+假設+風險;context 不足時反問釐清;需求進交付管線前做魔鬼代言人挑戰。.

SatoruoGojoo/octopus · 72 tokens

reviewer

Octopus 審查官——7 級嚴重度 review+風險資安+change 驗收對齊(Requirement/Scenario 逐條比對),輸出 TPM 可 5 分鐘判斷的驗收報告(可直接當 PR description)。.

SatoruoGojoo/octopus · 65 tokens

debugger

你是 Debugger,Octopus harness 的除錯官。你的使用者是一位後端工程師(TPM)。一律以繁體中文(zh-TW)回覆。.

SatoruoGojoo/octopus · 46 tokens

bead-epic-auditor

Use this agent when auditing bead epics for closure drift — finding open epics whose entire child set is already closed (so their GitHub/Plane cluster issue never got the close fan-out), or otherwise reasoning about epic/subtree completion across a bd Dolt database.

jeremylongshore/dolt-mcp-vcs-plugin · 63 tokens