Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add OC-NeuralSense/reader-first-writing-skills/plugin install reader-first-writingWrote 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.
[](https://agentmods.dev/skills/oc-neuralsense/reader-first-writing-skills/revise-structure)<a href="https://agentmods.dev/skills/oc-neuralsense/reader-first-writing-skills/revise-structure"><img src="https://agentmods.dev/badge/skills/oc-neuralsense/reader-first-writing-skills/revise-structure/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.
<a href="https://agentmods.dev/skills/oc-neuralsense/reader-first-writing-skills/revise-structure"><img src="https://agentmods.dev/badge/skills/oc-neuralsense/reader-first-writing-skills/revise-structure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00185 | $0.02318 |
| Opus 5 | $0.00093 | $0.01159 |
| Sonnet 5 | $0.00037 | $0.00464 |
| Haiku 4.5 | $0.00018 | $0.00232 |
Grade A, and why
revise-structure 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 200 lines — stays where its author put it; the contents beside it link to each section on GitHub.
revise-structure
Purpose
Repair the architecture of a document -- its grouping, ordering, summaries, and membership -- so a named structural defect stops reproducing, while holding the meaning constant. This skill rearranges what sits where and what stands over what; it does not polish sentences.
When to use
- A structural defect is known (from diagnose-draft or test-argument) and the user wants it fixed.
- "Fix the structure", "re-group / re-order / re-summarize", "the arrangement is wrong".
When NOT to use
- The problem is sentence flow, clarity, length, or thinness -> revise-prose.
- The user only wants to know whether it is broken -> diagnose-draft / test-argument.
Inputs
draft_or_outline(the material to restructure).argument-blueprintcontract (the validated structure object and claim set).defect-reportcontract (the located structural findings driving the repair).
Workflow
- Read the defect-report; take the structural findings and their locations as the work list. Read the blueprint to fix the canonical claim set before any change.
- Apply only structural operations:
- re-group -- move a claim under the parent it actually belongs to;
- re-order -- sequence a group by one consistent principle (time, part structure, or degree);
- re-summarize -- rewrite a parent so it honestly summarizes its children (no empty toppers, no overreach);
- cut -- remove a claim that earns no place, recording it on the drop list.
- After each change, confirm the named defect no longer reproduces.
- Run the fidelity check: the pre/post claim set must be identical -- same propositions, numbers, dates, names, negations, modality, conditions, exceptions, and qualifiers. List every claim moved, merged, re-summarized, or cut.
- Re-run the soundness test (outline-validator): every parent-child link still genuinely follows; no restructuring created or hid a non-sequitur.
- Emit the revised structure and a change-report.
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.
- 11d ago First seen · 200 lines · 185 tokens per session scan A bb1e4db1a127
revise-structure is a skill published in the GitHub repository OC-NeuralSense/reader-first-writing-skills (1 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 185 tokens to every session and 2,318 once invoked, about $0.0009 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.
Other skills, from other repositories
vault
Generate an Obsidian LLM wiki vault from a project's source code and any static documents in raw/.
research-archivist
Use this skill when the user asks to ingest, organize, archive, or update research source materials, wiki pages, evidence packs, or information packs.
rlm
This skill should be used when the user asks to "process a large file", "analyze document exceeding context", "use RLM", "recursive language model workflow", "chunk and analyze a file", "handle long context", or needs to work with documents too large to fit in the context window. Orchestrates the full RLM loop using…
dcf-model
Build discounted cash flow valuation workbooks in Excel.
structuring-radiology-reports
Converts free-text radiology narratives into structured findings and impression — with measurements, laterality, anatomy, and follow-up recommendations — after OpenMed NER. Use when the user has a CT/MRI/X-ray/ultrasound/mammography report and needs the sections split (technique, comparison, findings, impression)…
skill-doc-delivery
Convert markdown to DOCX, PPTX, XLSX, PDF office documents — use when you need exportable deliverables.