aget-process-observation

aget-process-observation is a skill for Claude Code from aget-framework/template-advisor-aget. It costs 29 tokens per session (1,423 once invoked), scanned A, a copy of aget-process-observation, Apache-2.0.

A workflow step that classifies captured observations and sends useful items to the next part of a capture system. It can distinguish material worth recording as a lesson from items that should become issues.

In plain words
What is it for?
Use it to process one observation or all unprocessed observations, classify them, route them to lessons or issues, and update their status.
Why use it?
It fills the gap between collecting notes and deciding what should happen to them, so observations do not remain unprocessed without a clear outcome.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Good fit Use it to process one observation or all unprocessed observations, classify them, route them to lessons or issues, and update their status.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aget-framework/template-advisor-aget/aget-process-observation
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 aget-framework/template-advisor-aget --skill aget-process-observation
Clone the repo
git clone --depth 1 https://github.com/aget-framework/template-advisor-aget

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 aget-process-observation

README.md
[![agentmods](https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-process-observation/github.svg)](https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-process-observation)
Your own site
<a href="https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-process-observation"><img src="https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-process-observation/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 aget-process-observation

Your own site · 80×15
<a href="https://agentmods.dev/skills/aget-framework/template-advisor-aget/aget-process-observation"><img src="https://agentmods.dev/badge/skills/aget-framework/template-advisor-aget/aget-process-observation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,423 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 100% copy Near-identical to another mod 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.00029 $0.01423
Opus 5 $0.00015 $0.00711
Sonnet 5 $0.00006 $0.00285
Haiku 4.5 $0.00003 $0.00142

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

Security

Grade A, and why

aget-process-observation 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 8d 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.

Origin

This is a copy

100% identical to aget-process-observation — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/aget-process-observation/SKILL.md · 131 lines

How it starts

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

/aget-process-observation

Classify captured observations and route actionable items to downstream skills. The missing middle step between capture and promotion in the capture pipeline.

Purpose

Observations are captured (/aget-record-observation) and can be promoted to L-docs (/aget-record-lesson) or issues (/aget-file-issue), but there is no governed step that classifies captured input, routes actionable items to downstream skills, and updates observation status. This skill fills that gap, implementing L665 (File-and-Route) for the capture pipeline: the user captures once, the system processes and routes optimally.

Evidence: L665 (File-and-Route), L671 (Classification Without Consequence), L669 (Principal Sense Amplification), L692 (Data Sovereignty). CAP-001 Gates 4-5 alignment. Principal observation (2026-03-18): "we are looking for the next investment. /aget-process-observation for example."

Input

$ARGUMENTS

Parameters:

Parameter Values Default Purpose
--source Observation file path or unprocessed unprocessed What to process

Examples:

  • /aget-process-observation — Process all unprocessed observations
  • /aget-process-observation --source .aget/research/OBSERVATION_2026-04-10_patterns.md — Process specific observation
  • process this observation — Process most recently captured observation
  • route this finding — Natural language trigger

Execution

Step 1: Resolve Source

Source Resolution
unprocessed (default) Scan .aget/research/OBSERVATION_*.md for files with status: Captured
Specific path Read the specified observation file directly
Most recent Find latest .aget/research/OBSERVATION_*.md by date

If 0 unprocessed observations found, report "No unprocessed observations." and stop.

Step 2: Read and Classify

For each observation, read its content and classify the input types present:

Input Type Indicators Routing Implication
Screenshot evidence Image references, visual description Visual record — archive
Web research finding URLs, citations, external sources Source attribution — ontology or L-doc
Verbal observation Pattern description, gap identification Pattern/gap — L-doc or issue
Environmental context State snapshot, configuration data State record — session note
Metric or measurement Numbers, counts, comparisons Data point — rubric or spec enhancement

Read the full file on GitHub · 131 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. 8d ago First seen · 131 lines · 29 tokens per session scan A 329427027078

Subscribe to this mod's changes

aget-process-observation is a skill published in the GitHub repository aget-framework/template-advisor-aget (2 stars, last pushed 8d ago), licensed Apache-2.0. It adds 29 tokens to every session and 1,423 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to aget-process-observation, differing in 0 lines, and is treated as a copy.