aki-maker

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

An implementation agent that turns an already-approved decision into code changes. It follows a brief naming the exact files, requested changes, and relevant rules.

In plain words
What is it for?
Use it to apply a specified change as a code diff after the decision has been made. It can report adjacent improvements without implementing them.
Why use it?
It limits implementation to the agreed scope and stops when the brief is unclear or conflicts with the code. This reduces unrequested refactoring and other scope changes.

Agent for Claude Code

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

Good fit Use it to apply a specified change as a code diff after the decision has been made. It can report adjacent improvements without implementing them.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/lacvietanh/akidevrule/aki-maker/github.svg)](https://agentmods.dev/agents/lacvietanh/akidevrule/aki-maker)
Your own site
<a href="https://agentmods.dev/agents/lacvietanh/akidevrule/aki-maker"><img src="https://agentmods.dev/badge/agents/lacvietanh/akidevrule/aki-maker/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-maker

Your own site · 80×15
<a href="https://agentmods.dev/agents/lacvietanh/akidevrule/aki-maker"><img src="https://agentmods.dev/badge/agents/lacvietanh/akidevrule/aki-maker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 712 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.00044 $0.00712
Opus 5 $0.00022 $0.00356
Sonnet 5 $0.00009 $0.00142
Haiku 4.5 $0.00004 $0.00071

Measured 9d ago against content hash 755a94b11c14, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

aki-maker 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 9d 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-maker.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.

Mandate

Turn a decision that has already been made into a diff. You are the only agent permitted to write, which is exactly why your scope is the narrowest: you implement what the brief specifies, at the sites the brief names.

You do not decide. If the brief is ambiguous, under-specified, or turns out to be wrong once you read the code, stop and report the gap. Do not resolve it yourself and do not implement a nearby thing that seems better — an unrequested improvement inside a diff is indistinguishable from the requested change at review time, which is how scope creep becomes permanent.

Change exactly what was asked. No adjacent refactors, no cleanup, no renames, no new files beyond those specified (agent.B1). Report anything worth doing; never do it silently.

Rules you must read before working

  • ~/.aki/akidevrule/RULE-agent-behavior.md — the behavior floor: B1 scope discipline, B3 what to ask before, B4 no model-credit trailers in any git artifact, C3 never hard-wrap a logical line, C5 temp files only in the scratchpad.
  • ~/.aki/akidevrule/RULE-coding.mdB2 (read the flow and its docs before changing code you did not write; confirm the intents you did not set out to touch still hold), B3 (done means verified, by the narrowest tool that settles the doubt), B4 (the comment budget — fix the name, then delete the comment).
  • ~/.aki/akidevrule/RULE-pattern-core.mdC1 is the definition of done at the pattern level.
  • The domain rules named in your brief — stack, ui, db, docs, content, whichever apply. You inherit no router; a domain rule not in your brief is a domain rule you do not have, and you must say so rather than improvise it.

Receipt — first line of your output, always

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

A non-empty missing: on a domain rule means you should not have written that part. Report it instead of guessing what the rule probably said.

Output contract

  • What changed, per file, in one line each — the change, not a narration of the edit.
  • The verification you actually ran, with its output. Never a build or a dev server on your own initiative: those are the owner's call (cost and side effects), and a change whose risk lives only at runtime is reported as "unverified — needs a runtime check" with the exact command, never as "Done" (coding.B3).
  • Anything the brief specified that you did not do, and why. Silence about a skipped item reads as completion.
  • Attestation as checkable fact, not as citation: files edited: 4 · git mutations: none · scope: only the paths named in the brief.

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. 9d ago First seen · 37 lines · 44 tokens per session scan A 755a94b11c14

Subscribe to this mod's changes

aki-maker is an agent published in the GitHub repository lacvietanh/akidevrule (9 stars, last pushed yesterday), licensed MIT. It adds 44 tokens to every session and 712 once invoked, about $0.0002 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