aicontext: Skill for Claude Code

.claude/skills/tidy-aic/SKILL.md

tidy-aic is a skill for Claude Code from zahardev/aicontext. It costs 24 tokens per session (45 once invoked), scanned A, original, MIT.

A cleanup procedure for completed tasks, specifications, and worklog entries stored in the .aicontext folder.

In plain words
What is it for?
Use it after finishing work to archive completed task material and tidy .aicontext files.
Why use it?
It removes old project notes that can make the folder harder to navigate.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is zahardev/aicontext's own configuration. It tells Claude Code how to work on aicontext itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything aicontext configures →

Reuse

Borrowing it

Nothing to install: this file belongs to zahardev/aicontext. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/zahardev/aicontext/main/.claude/skills/tidy-aic/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/zahardev/aicontext

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 tidy-aic

README.md
[![agentmods](https://agentmods.dev/badge/skills/zahardev/aicontext/tidy-aic/github.svg)](https://agentmods.dev/skills/zahardev/aicontext/tidy-aic)
Your own site
<a href="https://agentmods.dev/skills/zahardev/aicontext/tidy-aic"><img src="https://agentmods.dev/badge/skills/zahardev/aicontext/tidy-aic/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 tidy-aic

Your own site · 80×15
<a href="https://agentmods.dev/skills/zahardev/aicontext/tidy-aic"><img src="https://agentmods.dev/badge/skills/zahardev/aicontext/tidy-aic.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 45 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.00024 $0.00045
Opus 5 $0.00012 $0.00023
Sonnet 5 $0.00005 $0.00009
Haiku 4.5 $0.00002 $0.00005

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

Security

Grade A, and why

tidy-aic 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/skills/tidy-aic/SKILL.md · 7 lines

What it actually says

Read and follow .aicontext/prompts/tidy-aic.md

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 · 7 lines · 24 tokens per session scan A dacaded12bfc

Subscribe to this mod's changes

tidy-aic is a skill published in the GitHub repository zahardev/aicontext (2 stars, last pushed yesterday), licensed MIT. It adds 24 tokens to every session and 45 once invoked, about $0.0001 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 skills, from other repositories

rtk-optimizer

Wrap high-verbosity shell commands with RTK to reduce token consumption. Use when running git log, git diff, cargo test, pytest, or other verbose CLI output that wastes context window tokens.

FlorianBruniaux/claude-code-ultimate-guide · 44 tokens

session-save

Save the current session state (decisions, modified files, current status, and next steps) to a handoff file for later resume.

FlorianBruniaux/claude-code-ultimate-guide · 31 tokens

handoff-create

Generate a structured handoff document from the current session. Captures scope, relevant files with line numbers, key discoveries, work completed, current status, next steps, and code snippets. Use before ending a session or handing work to another agent.

FlorianBruniaux/claude-code-ultimate-guide · 53 tokens

handoff-update

Update an existing handoff document with current session progress. Applies section-specific merge rules: append-only for Work Done (never deletes history), replace for Status and Next Steps, merge for Files and Discoveries. Falls back to creating a new handoff if no source file is found.

FlorianBruniaux/claude-code-ultimate-guide · 60 tokens

handoff-resume

Load a handoff document and resume work from where a previous session left off. Parses scope, file references, completed work, and next steps, then confirms understanding before proceeding.

FlorianBruniaux/claude-code-ultimate-guide · 40 tokens

autonomous-mode

Use when the operator asks for unattended work. Triggers: 'work autonomously', 'fully autonomous', "don't stop unless you have a blocker", 'keep going until it's done', 'don't check in with me', 'run until finished', 'no need to ask, just do it'. NOT for: a single unattended command, YOLO/permission-bypass questions…

axiomantic/spellbook · 106 tokens