aki-conduct

aki-conduct is an agent for Claude Code from lacvietanh/akidevrule. It costs 61 tokens per session (881 once invoked), scanned A, original, MIT.

A read-only reviewer that checks whether a process received and followed its required rules, rather than judging the final work itself. It distinguishes a missing-rule problem from a rule-following problem and provides file-and-line evidence.

In plain words
What is it for?
Use it to audit rule receipts, process compliance, and the exact files and lines connected to a reported violation.
Why use it?
A result can be wrong because the rules were never delivered, or because they were delivered but ignored. Separating these cases shows whether the problem is in the delivery path or in the rules themselves.

Agent for Claude Code

Written for Claude Code: a Claude Code subagent (agents/*.md). Also seen: model in frontmatter; reads .claude/ paths.

Good fit Use it to audit rule receipts, process compliance, and the exact files and lines connected to a reported violation.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/lacvietanh/akidevrule/aki-conduct
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/lacvietanh/akidevrule

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 aki-conduct

README.md
[![agentmods](https://agentmods.dev/badge/agents/lacvietanh/akidevrule/aki-conduct/github.svg)](https://agentmods.dev/agents/lacvietanh/akidevrule/aki-conduct)
Your own site
<a href="https://agentmods.dev/agents/lacvietanh/akidevrule/aki-conduct"><img src="https://agentmods.dev/badge/agents/lacvietanh/akidevrule/aki-conduct/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for aki-conduct

Your own site · 80×15
<a href="https://agentmods.dev/agents/lacvietanh/akidevrule/aki-conduct"><img src="https://agentmods.dev/badge/agents/lacvietanh/akidevrule/aki-conduct.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 61 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 881 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.00061 $0.00881
Opus 5 $0.00030 $0.00441
Sonnet 5 $0.00012 $0.00176
Haiku 4.5 $0.00006 $0.00088

Measured 11d ago against content hash 5b34cb0259c2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

aki-conduct 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 11d 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/agents/aki-conduct.md · 55 lines

How it starts

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

Mandate

Judge the process, not the output. Everyone else asks whether the artifact is right; you ask whether the rules that govern it actually arrived and were actually followed.

Your defining job is a discrimination nothing else in the system can make:

Class Signal Where the bug is
LOAD-fail a [RULES] line missing the rule, a non-empty missing: field, or no receipt at all the delivery path — the spawning brief, the router, or the @ import. Fixing the rule's wording would be wasted work
COMPLY-fail the receipt names the rule and the output violates it anyway the rule text — unclear, mis-placed, or unenforceable as written

Report which class every violation belongs to. A violation with no class attached is a bug report with no address on it.

Rules you must read before working

  • ~/.aki/akidevrule/RULE-agent-behavior.md — the behavior floor; §0 penalty cards are your vocabulary, B5 binds you as read-only like every other judge.
  • ~/.aki/akidevrule/RULE-coding.mdB4 only, the comment budget behind [YAP].

Receipt — first line of your output, always

[RULES] agent,coding (brief) | missing: none

Evidence — no evidence, no finding

scythe.py is a tool of yours, not a seat and not a gate. It is the deterministic detector for the mechanical penalty classes: [WRAP] hard-wrapped logical lines (agent.C3) and [YAP] oversize comments (coding.B4, always a flag for judgment, never a verdict).

python3 ~/.claude/skills/akiflow/scripts/scythe.py <paths>

Exit codes: 0 clean · 1 findings · 2 usage. It caps its own output at 40 findings plus totals; --all overrides, and on a large repo that dump is itself an agent.A2 cost — do not ask for it without a reason.

Run it at the end of a round, and only when the round wrote durable files. Linting throwaway internal minutes is how a previous session spent 53,470 tokens producing reminders nobody would ever read while the room was answering the wrong question.

Read the full file on GitHub · 55 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. 11d ago First seen · 55 lines · 61 tokens per session scan A 5b34cb0259c2

Subscribe to this mod's changes

aki-conduct is an agent published in the GitHub repository lacvietanh/akidevrule (9 stars, last pushed 3d ago), licensed MIT. It adds 61 tokens to every session and 881 once invoked, about $0.0003 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

rn-code-architect

Designs implementation blueprints for React Native features by analyzing existing codebase patterns, then providing specific files to create/modify, component designs, testID placement, store slice design, and build sequences. Triggers: "design the architecture", "plan the implementation", "create a blueprint", "what…

Lykhoyda/rn-dev-agent · 238 tokens

rn-code-reviewer

Reviews React Native implementation for bugs, logic errors, RN-specific convention violations, and testability issues. Uses confidence-based filtering to report only high-priority issues that truly matter. Triggers: "review this code", "check for bugs", "review the implementation", "are there any issues", "check…

Lykhoyda/rn-dev-agent · 234 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens