attune-ai: Skill for Claude Code

.agents/skills/docs-outbox/SKILL.md

docs-outbox is a skill for Claude Code, Codex from Smart-AI-Memory/attune-ai. It costs 67 tokens per session (697 once invoked), scanned A, original, Apache-2.0.

A review workflow for small documentation files waiting in a shared outbox. It groups clean items into one proposed pull request, a change package for code review, after approval.

In plain words
What is it for?
Use it to check the outbox, remove duplicates, lint documents, flag important items, prepare a digest, and request approval for one batched pull request.
Why use it?
It prevents duplicate documents and keeps unfinished or invalid files from being published accidentally. It also avoids opening a separate pull request for every small document.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is Smart-AI-Memory/attune-ai's own configuration. It tells Claude Code and Codex how to work on attune-ai 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 attune-ai configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Smart-AI-Memory/attune-ai. 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/Smart-AI-Memory/attune-ai/main/.agents/skills/docs-outbox/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Smart-AI-Memory/attune-ai

Made for: Claude Code, Codex.

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 docs-outbox

README.md
[![agentmods](https://agentmods.dev/badge/skills/smart-ai-memory/attune-ai/docs-outbox.svg)](https://agentmods.dev/skills/smart-ai-memory/attune-ai/docs-outbox)
Your own site
<a href="https://agentmods.dev/skills/smart-ai-memory/attune-ai/docs-outbox"><img src="https://agentmods.dev/badge/skills/smart-ai-memory/attune-ai/docs-outbox.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 697 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.00067 $0.00697
Opus 5 $0.00034 $0.00349
Sonnet 5 $0.00013 $0.00139
Haiku 4.5 $0.00007 $0.00070

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

Security

Grade A, and why

docs-outbox 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 6d 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/skills/docs-outbox/SKILL.md · 69 lines

How it starts

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

Docs Outbox

IMPORTANT: Start your response by telling the user: you are running the docs-outbox sweep — it composes a digest for approval and never ships anything on its own.

What It Does

Small docs artifacts (lessons, roundtable reports, process drafts, plans) land as per-artifact timestamped files in ~/.attune/docs-outbox/ instead of shipping as their own PRs. This skill runs the curating sweep: dedupe, lint, core-worthy flagging, ONE digest — then the chair approves via chip before a single batched PR opens. decisions.md rulings and spec status flips NEVER route here; they merge now (R2).

Invariants:

  • No auto-shipping — the chair (or their chip-spawned session) approves the digest before any PR opens (R4).
  • One swept PR per approval, auto-merge, containing every clean artifact in timestamp order.
  • Artifacts with lint issues stay in the outbox untouched.

Step 1 — status

Version preflight first: if python -m attune.docs_outbox status fails with "No module named attune.docs_outbox", the installed attune-ai wheel predates this module — upgrade it (pip install --upgrade attune-ai) before continuing rather than working around it with PYTHONPATH.

Run python -m attune.docs_outbox status. If the outbox is empty, say so and stop. If the status line says STALE (oldest 2+ days), surface the warning prominently.

Step 2 — sweep

Run python -m attune.docs_outbox sweep from the repo root and show the digest to the user verbatim (it is one screen: pending count, per-artifact table with core-worthy / related-slug / lint flags, dropped exact duplicates).

Step 3 — chip approval

Present the digest as a chip via the spawn_task tool:

  • title: Approve docs-outbox digest (N docs)
  • tldr: one sentence — how many docs, oldest age, any flags.
  • prompt: the digest text, plus instructions for the spawned session: create a branch off origin/main, run python -m attune.docs_outbox apply --repo-root ., review the diff, commit (docs(outbox): sweep N artifacts), push, open ONE auto-merge PR, and report skipped artifacts.

Read the full file on GitHub · 69 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. 6d ago First seen · 69 lines · 67 tokens per session scan A a908bce254bb

Subscribe to this mod's changes

docs-outbox is a skill published in the GitHub repository Smart-AI-Memory/attune-ai (10 stars, last pushed today), licensed Apache-2.0. It adds 67 tokens to every session and 697 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 skills, from other repositories