elaboration

elaboration is a skill for Claude Code, Codex from frenzymath/Danus. It costs 30 tokens per session (3,383 once invoked), scanned A, original, Apache-2.0.

A skill for producing a mathematical synthesis of project memory and connected facts for an agent's planning and task delegation.

In plain words
What is it for?
Use it during strategic reviews to organise conclusions, interface contracts, risky heuristics, obsolete routes, and unresolved bridge lemmas.
Why use it?
It helps the agent reassess project state, separate settled parts from uncertain ones, and identify missing connections.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/frenzymath/danus/elaboration
Any agent
npx skills add frenzymath/Danus --skill elaboration
Clone the repo
git clone --depth 1 https://github.com/frenzymath/Danus

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 elaboration

README.md
[![agentmods](https://agentmods.dev/badge/skills/frenzymath/danus/elaboration.svg)](https://agentmods.dev/skills/frenzymath/danus/elaboration)
Your own site
<a href="https://agentmods.dev/skills/frenzymath/danus/elaboration"><img src="https://agentmods.dev/badge/skills/frenzymath/danus/elaboration.svg" alt="Measured on agentmods" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,383 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00030 $0.03383
Opus 5 $0.00015 $0.01691
Sonnet 5 $0.00006 $0.00677
Haiku 4.5 $0.00003 $0.00338

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

Security

Grade A, and why

elaboration 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/elaboration/SKILL.md · 253 lines

How it starts

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

Elaboration

You are the main agent. At each strategic cycle, including the global review on each roughly 30-minute heartbeat, you distill the project's current state into one elaboration when the synthesis materially changes: a readable, deeply analytical synthesis for your own reasoning and worker dispatch. The heartbeat itself always requires a fresh global appraisal, but it need not create a duplicate elaboration when nothing material changed. You may ask speculative Codex subagents to explore individual gaps or undertake sustained technical reasoning, but their reports remain unverified and must be labelled as hypotheses. You author the next master_guidance yourself.

The elaboration is also what you draw on to keep the operator informed.

Template invariants (validate every elaboration against these)

A well-formed elaboration satisfies all of the following — a worker or linter can check them mechanically:

  • Five sections, in order, no dropped heading: §0 Mathematical verdict · §1 Closed components and obsolete routes · §2 Interface contract table · §3 Dangerous heuristic lines and strategies not to pursue · §4 Missing bridge lemmas. An empty section is written as its honest empty-state line, never omitted.
  • The two fixed empty-state lines (§1) are used verbatim when a subsection is empty:
    • _(no signed-closed components yet)_
    • _(no failed or obsolete routes recorded; absence here does not mean the strategy is unique)_
  • Exactly seven status labels, UPPERCASE, drawn only from: CLOSED · SUBSTANTIAL · PARTIAL · DANGEROUS · FALSE AS STATED · OBSOLETE · UNKNOWN.
  • §0 opens with exactly one bolded verdict line and contains the status dashboard table + the sub-task status summary table + the approach portfolio + the Current best proof skeleton + the Central missing lemma.
  • Every fact_id cited exists in the fact graph; no invented ids, no paraphrase substituted for a verified statement.
  • Published via gm_add(kind="elaboration", …) with verifiable left at its default (false).

Read the full file on GitHub · 253 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 · 253 lines · 30 tokens per session scan A fb0fe75328f3

Subscribe to this mod's changes

elaboration is a skill published in the GitHub repository frenzymath/Danus (401 stars, last pushed 9d ago), licensed Apache-2.0. It adds 30 tokens to every session and 3,383 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.

Related

Other skills, from other repositories

knowledge_store_skill

Skill for working with local .knowledge.yaml files via KnowledgeStore. Use this when you need to recall, search, or manage directory-local memories and knowledge links stored in plain YAML alongside the user's project files. KnowledgeStore is directory-scoped. Each directory that contains a .knowledge.yaml file…

NPC-Worldwide/npcpy · 346 tokens

knowledge_index_skill

Skill for using the KnowledgeIndex registry to discover which directories contain .knowledge.yaml files without walking the filesystem. KnowledgeIndex is a lightweight SQLite cache. It maps directory paths to file metadata (mtime, memorycount, linkcount). The database path is caller-provided — npcpy does not hardcode…

NPC-Worldwide/npcpy · 272 tokens

cocoscout

Relevance-ranked context loading — Tier 2 async subagent (Haiku, <5s) that fires after Tier 1 deterministic checks in UserPromptSubmit. Injects ranked context from CocoGrove, CocoContext, Environment Inspector, Prompt Studio, and CocoDream.

Snowflake-Labs/cocoplus · 59 tokens

cocohealth

Context utilization monitor — background monitor that samples context window utilization via PostToolUse hook, surfaces advisory at 60% and critical warning with recovery decision matrix at 70%.

Snowflake-Labs/cocoplus · 38 tokens

pull-search

CocoPull session archive search — full-text search across past sessions. Handles $pull search " " with --since and --feature filters, and $pull index rebuild.

Snowflake-Labs/cocoplus · 38 tokens

pod-kb

Display the project knowledge base (lifecycle/kb.md) — project-specific patterns, decisions, and gotchas accumulated by CocoCupper across sessions.

Snowflake-Labs/cocoplus · 33 tokens