aoa-session-harvest

aoa-session-harvest is a skill for Codex from 8Dionysus/aoa-skills. It costs 92 tokens per session (1,085 once invoked), scanned A, original, Apache-2.0.

A controlled process for extracting reusable lessons from a closed and reviewed work session. It classifies those lessons and considers whether they should be promoted, branched into new work, or automated.

In plain words
What is it for?
Use it with an explicitly supplied reviewed session packet to identify reusable work units, decide who should own them, and assess automation opportunities.
Why use it?
It prevents unreviewed or incomplete session material from being treated as reliable knowledge.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it with an explicitly supplied reviewed session packet to identify reusable work units, decide who should own them, and assess automation opportunities.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/8dionysus/aoa-skills/aoa-session-harvest
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.

Any agent
npx skills add 8Dionysus/aoa-skills --skill aoa-session-harvest
Clone the repo
git clone --depth 1 https://github.com/8Dionysus/aoa-skills

Made for: 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 aoa-session-harvest

README.md
[![agentmods](https://agentmods.dev/badge/skills/8dionysus/aoa-skills/aoa-session-harvest/github.svg)](https://agentmods.dev/skills/8dionysus/aoa-skills/aoa-session-harvest)
Your own site
<a href="https://agentmods.dev/skills/8dionysus/aoa-skills/aoa-session-harvest"><img src="https://agentmods.dev/badge/skills/8dionysus/aoa-skills/aoa-session-harvest/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 aoa-session-harvest

Your own site · 80×15
<a href="https://agentmods.dev/skills/8dionysus/aoa-skills/aoa-session-harvest"><img src="https://agentmods.dev/badge/skills/8dionysus/aoa-skills/aoa-session-harvest.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,085 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.00092 $0.01085
Opus 5 $0.00046 $0.00543
Sonnet 5 $0.00018 $0.00217
Haiku 4.5 $0.00009 $0.00109

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

Security

Grade A, and why

aoa-session-harvest 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 12d 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.

skills/core/session-growth/aoa-session-harvest/SKILL.md · 121 lines

How it starts

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

aoa-session-harvest

Intent

Metabolize reviewed experience without collapsing extraction, object classification, promotion, route choice, and automation readiness into one generic candidate label. Destination owners retain all acceptance authority.

Trigger boundary

Use this skill when:

  • an explicitly reviewed, bounded session/evidence packet contains reusable units, an isolated unit needs owner or promotion judgment, several next routes must remain visible, or a repeated manual route needs automation triage
  • the same extraction or promotion is explicitly requested from live, unreviewed, or unbounded material and the only valid result is blocked_unreviewed_evidence before a mode loads

Do not use this skill when:

  • the request is generic summarization, progression scoring, memo writeback, runtime repair, or direct owner writing, promotion, scheduling, delegation, or mutation
  • the request starts from ordinary work/closeout evidence and asks whether a bounded lesson should be preserved for future owner work; that first writeback judgment belongs to aoa-memo-writeback, even if the answer might later resemble a candidate classification

Inputs

  • reviewed evidence boundary and at least one literal supplied ref, closure/review posture, one mode intent, relevant owner constraints, risks, effects, and optional checkpoint/handoff hints that have not yet been trusted; or an attempted live/unreviewed input used only to return the pre-mode block

Outputs

  • one typed session-local result from references/contract.yaml, with evidence refs, owner hints, rejected nearest route, effect none, stop line, and destination-owner review requirement; or blocked_unreviewed_evidence

Procedure

Mode Use when Reference
extract Reusable units and unresolved residue have not been isolated. references/extract.md
classify One unit needs its object kind, owner, and next artifact classified. references/classify.md
promote Exactly one isolated repeated quest-shaped unit needs a final promotion verdict. references/promote.md
branch Several materially different continuations must stay visible. references/branch.md
automation-opportunity A repeated manual route needs readiness and highest-honest-mode classification. references/automation-opportunity.md

Read the full file on GitHub · 121 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 121 lines · 92 tokens per session scan A b8ad34ecf6b0

Subscribe to this mod's changes

aoa-session-harvest is a skill published in the GitHub repository 8Dionysus/aoa-skills (4 stars, last pushed 4d ago), licensed Apache-2.0. It adds 92 tokens to every session and 1,085 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 skills, from other repositories

aoa-memo

AoA/Abyss durable memory and owner orientation: use when ongoing work may depend on reviewed prior decisions, provenance, lifecycle/currentness, or an existing memo artifact, even when none is named. Also use to recall, review, or evolve a candidate, export, quarantine packet, object, corpus identity, lifecycle…

8Dionysus/aoa-memo · 116 tokens

git-ai-search

Search and restore AI conversation context from git history.

git-ai-project/git-ai · 13 tokens

brain-page

Operating manual for reading and writing a project's brain — every read and write goes through the bundled zero-dependency brain CLI; never hand-edit brain files. Read it before creating or modifying any page or root page.

mindmuxai/brain.md · 47 tokens

brain-setup

Bootstrap the Open Project Brain Standard into the current project — prefer brain init (ensure BRAIN.md, scaffold empty brain brainRoot-aware, default-wire CLAUDE.md + AGENTS.md). Optionally install a pre-commit hook and a Claude Code or Codex SessionStart hook.

mindmuxai/brain.md · 63 tokens

brain-bootstrap

Seed a freshly-scaffolded brain with real project knowledge — on an existing (brownfield) project read the code, docs, and git log to draft the six root pages and capture key historical decisions; on a near-empty (greenfield) project interview the user. Every write goes through the brain CLI. Run it after brain-setup.

mindmuxai/brain.md · 74 tokens

brain-ingest

The process for digesting a conversation, document, or research result, classifying it, and writing it down as brain content (a root-page update or a new/updated page) through the brain CLI.

mindmuxai/brain.md · 48 tokens