amelia: Skill for Claude Code

.claude/skills/doc-research-improvements/SKILL.md

doc-research-improvements is a skill for Claude Code from existential-birds/amelia. It costs 46 tokens per session (789 once invoked), scanned A, original, Apache-2.0.

A research-focused skill for reviewing an architecture or ideas document and suggesting improvements. It examines the document's concepts, finds supporting sources, and identifies open-source projects that could help implement the ideas.

In plain words
What is it for?
Use it to review Amelia design documents, focusing on areas such as data models, orchestration, security, testing, user experience, scaling, or cost.
Why use it?
It reduces the work of checking technical assumptions and turning broad design concerns into specific improvements and implementation options.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is existential-birds/amelia's own configuration. It tells Claude Code how to work on amelia 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 amelia configures →

Reuse

Borrowing it

Nothing to install: this file belongs to existential-birds/amelia. 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/existential-birds/amelia/main/.claude/skills/doc-research-improvements/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/existential-birds/amelia

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 doc-research-improvements

README.md
[![agentmods](https://agentmods.dev/badge/skills/existential-birds/amelia/doc-research-improvements/github.svg)](https://agentmods.dev/skills/existential-birds/amelia/doc-research-improvements)
Your own site
<a href="https://agentmods.dev/skills/existential-birds/amelia/doc-research-improvements"><img src="https://agentmods.dev/badge/skills/existential-birds/amelia/doc-research-improvements/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 doc-research-improvements

Your own site · 80×15
<a href="https://agentmods.dev/skills/existential-birds/amelia/doc-research-improvements"><img src="https://agentmods.dev/badge/skills/existential-birds/amelia/doc-research-improvements.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 789 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.00046 $0.00789
Opus 5 $0.00023 $0.00394
Sonnet 5 $0.00009 $0.00158
Haiku 4.5 $0.00005 $0.00079

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

Security

Grade A, and why

doc-research-improvements 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/doc-research-improvements/SKILL.md · 88 lines

How it starts

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

Doc Research and Improvement (GPT-5.2)

Use this skill to analyze a single doc (architecture or idea), research its referenced concepts, and propose improvements with external sources and implementation candidates.

Input Parameters

Parameter Description Required
doc_path Path to the doc to analyze. Required (unless doc_text)
doc_text Raw doc content if not reading from file. Optional
focus_areas Comma list: architecture, data-model, orchestration, security, observability, testing, UX, scaling, cost. Optional
depth quick (top 3 items) or standard (top 5-8 items). Optional
constraints Explicit constraints to respect (ex: local-first, SQLite, no background jobs). Optional

Repository Context (Align To)

These are core assumptions for the project (see the documentation at https://existentialbirds.com/projects/amelia):

  • Amelia is a local-first, agentic coding orchestrator with LangGraph, FastAPI, and SQLite.
  • Primary workflow: Architect -> Developer -> Reviewer with human approval gates.
  • Design principles: structured handoffs, verify before done, environment as truth.
  • Drivers and trackers are pluggable abstractions.
  • Ideas are exploratory; suggest improvements without assuming commitment.

Use these as guardrails when proposing changes.

Required Workflow

  1. Ingest and summarize the doc

    • Identify goals, scope, non-goals, and assumptions.
    • Note dependencies on current architecture or roadmap phases.
  2. Extract concepts, frameworks, and techniques

    • List all explicit or implied frameworks (ex: LangGraph, RAG, SOX/ICFR, BDD).
    • Classify each as architecture, process, data, evaluation, or UI.
  3. Research and validate

    • Use authoritative sources: specs, official docs, standards, reputable research.
    • Capture at least 1 source per key concept. If none, label as hypothesis.
    • Summarize evidence in 1-2 lines with citations.
  4. Propose improvements

    • Prioritize items by impact and feasibility.
    • Provide rationale tied to evidence and Amelia constraints.
    • Include tradeoffs and risks.
    • Call out where changes touch existing modules (ex: amelia/core/, amelia/server/).

Read the full file on GitHub · 88 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. 9d ago First seen · 88 lines · 46 tokens per session scan A 18114856cbc4

Subscribe to this mod's changes

doc-research-improvements is a skill published in the GitHub repository existential-birds/amelia (21 stars, last pushed today), licensed Apache-2.0. It adds 46 tokens to every session and 789 once invoked, about $0.0002 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-30.