essay-draft-from-research

A workflow that interviews a writer and then drafts a long-form essay from documents in a supplied research directory. It produces a complete first draft grounded in those sources, rather than an outline or research summary.

In plain words
What is it for?
Use it to turn research notes or a document collection into a focused essay draft after clarifying the intended argument and voice.
Why use it?
It reduces the risk of merely repeating source notes or inventing an unsupported argument. The interview establishes the writer's purpose and angle before the documents are turned into prose.

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/alteredcraft/claude-code-plugins/example-skill-docs
Any agent
npx skills add AlteredCraft/claude-code-plugins --skill example-skill-docs
Clone the repo
git clone --depth 1 https://github.com/AlteredCraft/claude-code-plugins

Made for: Claude Code, Codex.

Per session 130 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,003 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 $0.00130 $0.03003
Opus 5 $0.00065 $0.01502
Sonnet 5 $0.00026 $0.00601
Haiku 4.5 $0.00013 $0.00300

Measured yesterday against content hash 7c601b1108d4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

essay-draft-from-research 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 yesterday.

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.

plugins/anchored-interview/skills/create-skill/references/example-skill-docs/SKILL.md · 139 lines

How it starts

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

Essay Draft from Research

Interview the user to produce a focused essay draft grounded in their research directory. The output is a single markdown file the user (or an editor) can read end-to-end as a first draft — not an outline, not a research summary — with enough of the user's voice and angle baked in that the next pass is revision, not generation.

Why this skill exists

Drafting from a directory of notes usually fails in one of two directions: either the draft regurgitates the sources without finding an angle, or it asserts an angle the research doesn't actually support. Both happen because the draft gets written before the writer has interrogated the corpus with their own thesis in hand. The interview is what fixes that — it pulls the angle out of the writer, anchored on what's actually in the documents, before any prose gets written. The invariant: read the research first, sharpen the angle in conversation, then draft.

Workflow

The sequence matters. Do not jump ahead.

1. Confirm the seed intent in one sentence

Before opening any document, get the user's intent in one sentence: what essay do they want to draft, and where is the research?

If they already named both clearly in the prompt, paraphrase and confirm — don't make them repeat themselves. If the topic is vague ("something about my notes on AI") or the research path is missing, ask one targeted question to nail down (a) the working topic or angle and (b) the path to the research directory. Reading the wrong directory is wasted work.

2. Strategic research-directory scan to seed context

The grounding read is steered by the seed, not exhaustive. Skim what the topic makes relevant; ignore what it doesn't. The goal is to know enough to ask sharp anchored questions in step 3 — not to internalize every document. Deep reading of specific sources for quoting and evidence happens after the interview locks the angle (see step 7).

Specifically:

  • Run ls (or Glob **/*.{md,txt,pdf,docx}) on the research directory to inventory what's there. Note file counts, formats, and any obvious grouping (subdirs, naming patterns).
  • Read 3–5 documents end-to-end — the ones whose titles or filenames look most central to the seed topic. If filenames are uninformative, read the 3–5 most recently modified.
  • Skim the rest — first paragraph and any headers — to register what kinds of material exist (interviews, articles, raw quotes, the user's own notes, primary sources).
  • Extract signals: what claims or threads recur across documents; where sources contradict each other; what's a strong quote vs. paraphrasable; the user's own voice if their notes are present; obvious gaps the seed topic might require.
  • If the directory is large (>30 files) or unfamiliar, spawn an Explore subagent in parallel rather than reading serially. Tell it: "Inventory the research directory at <path> for an essay on <topic>. Identify (a) the 5 most central documents, (b) recurring themes, (c) contradictions or tensions across sources, (d) the strongest quotable passages, (e) obvious gaps. Report under 400 words."

Read the full file on GitHub · 139 lines

Files

What ships with it

1 file 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. yesterday First seen · 139 lines · 0 tokens per session scan A 7c601b1108d4

Subscribe to this mod's changes

essay-draft-from-research is a skill published in the GitHub repository AlteredCraft/claude-code-plugins (13 stars, last pushed 3mo ago), licensed MIT. It adds 130 tokens to every session and 3,003 once invoked, about $0.0006 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

babysit-pr

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…

openai/codex · 114 tokens

imagegen

Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output…

openai/codex · 113 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

next-cache-components-optimizer

Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…

vercel/next.js · 170 tokens