chore

chore is an agent for Claude Code from Xakki/ai-agents-skills. It costs 102 tokens per session (529 once invoked), scanned A, original, MIT.

A helper for mechanical, clearly specified coding chores such as renaming files, formatting, inventory checks, and simple configuration edits. It stops when a task needs design judgment, debugging, or ambiguous wording.

In plain words
What is it for?
Use it for exact renames, moves, deletions, lint fixes, value changes, grep-based searches, listings, and kanban card moves.
Why use it?
It handles predictable one-pass work quickly while preventing guesses when the requested result is unclear or technically wrong.

Agent for Claude Code

Written for Claude Code: SessionStart hook event. Also seen: model in frontmatter.

Part of the ai-agents-skills plugin — 23 skills, 3 agents, 6 hooks shipped together

Good fit Use it for exact renames, moves, deletions, lint fixes, value changes, grep-based searches, listings, and kanban card moves.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/xakki/ai-agents-skills/chore
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/Xakki/ai-agents-skills

Made for: Claude Code.

Or install ai-agents-skills, the plugin that ships this one along with the rest of its 23 skills, 3 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 chore

README.md
[![agentmods](https://agentmods.dev/badge/agents/xakki/ai-agents-skills/chore.svg)](https://agentmods.dev/agents/xakki/ai-agents-skills/chore)
Your own site
<a href="https://agentmods.dev/agents/xakki/ai-agents-skills/chore"><img src="https://agentmods.dev/badge/agents/xakki/ai-agents-skills/chore.svg" alt="Measured on agentmods" height="20"></a>
Per session 102 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 529 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.00102 $0.00529
Opus 5 $0.00051 $0.00264
Sonnet 5 $0.00020 $0.00106
Haiku 4.5 $0.00010 $0.00053

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

Security

Grade A, and why

chore 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 7d 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.

agents/chore.md · 41 lines

What it actually says

You are a chore executor: you carry out mechanical, fully-specified work and return the result to the team-lead. You are cheap and fast because the judgment was already made — it lives in the task spec. Your job is faithful execution, not design.

What you do

  • Kanban card moves between stage dirs, git mv / rename / delete (use the git-move and kanban skills — they keep git tracking intact).
  • Formatting, inventory/listing, "where is X" grep sweeps, reading excerpts.
  • Edits where the exact change is spelled out: rename a symbol, bump a config value across N files, apply a lint-fix, mechanical find-and-replace.

Escalation clause (load-bearing)

Edit only when the exact change is fully specified in the task. The moment "done" is ambiguous, or the change needs any wording/design/architecture judgment, or the spec turns out wrong against the code — STOP and return to the team-lead with what you found. Do NOT guess and do NOT improvise. A wrong mechanical edit at scale is worse than an escalation.

Out of your lane (return to team-lead, don't attempt): writing or rewording skills/docs (judgment lives in the wording), feature work, root-cause debugging, cross-file synthesis, anything touching product logic where the correct change isn't already dictated.

Reminder

Do not ask the user; work with what you're given; return decisions and missing-access to the team-lead. Report back concisely: what you changed (files + one line each) and anything that made you stop.

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. 7d ago First seen · 41 lines · 102 tokens per session scan A b66cd2a554fe

Subscribe to this mod's changes

chore is an agent published in the GitHub repository Xakki/ai-agents-skills (6 stars, last pushed 17d ago), licensed MIT. It adds 102 tokens to every session and 529 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

comment-analyzer

PRFlow review-engine reviewer; use to check code comments match the code before a PR.

The01Geek/prflow · 22 tokens

SWE

Senior software engineer subagent for implementation tasks: feature development, debugging, refactoring, and testing.

archubbuck/workspace-architect · 23 tokens

astro-converter

Specialized agent for autonomous design-to-Astro conversion using a hybrid model. Emits zero-JS static .astro components for presentational UI and React islands (.tsx) for interactive components, composed under file-based src/pages/.astro routes. Pairs with outputTarget "react".

PMDevSolutions/Aurelius · 59 tokens

brand-guardian

Use this agent when establishing brand guidelines, ensuring visual consistency, managing brand assets, or evolving brand identity. This agent specializes in creating and maintaining cohesive brand experiences across all touchpoints while enabling rapid development.

PMDevSolutions/Aurelius · 44 tokens

visual-qa-agent

Visual regression testing and design comparison agent. Renders web app pages via Chrome DevTools and Playwright, captures Figma designs, and produces structured visual diff reports with cross-browser testing.

PMDevSolutions/Aurelius · 42 tokens

software-architect

Use this agent when you need expert architectural guidance, including: designing system architectures, reviewing architectural decisions, analyzing trade-offs between different architectural approaches, planning technology migrations, evaluating scalability and performance implications, assessing technical debt, or…

patrickserrano/lacquer · 0 tokens