doc-from-transcript

doc-from-transcript is a skill for Claude Code, Codex from reem-sab/tech-writer-prompts. It costs 99 tokens per session (733 once invoked), scanned A, original, MIT.

A documentation-drafting process that turns an engineering meeting transcript or Slack thread into a proposed documentation update, with each factual claim linked to a verification checklist.

In plain words
What is it for?
Use it to extract documentation-worthy changes from meeting or Slack conversations and mark exactly what needs checking before it becomes official documentation.
Why use it?
Informal discussions can contain misunderstandings or plans that were never implemented. The checklist makes reviewers confirm claims against the actual system before publication.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to extract documentation-worthy changes from meeting or Slack conversations and mark exactly what needs checking before it becomes official documentation.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/reem-sab/tech-writer-prompts/doc-from-transcript
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 reem-sab/tech-writer-prompts --skill doc-from-transcript
Clone the repo
git clone --depth 1 https://github.com/reem-sab/tech-writer-prompts

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 doc-from-transcript

README.md
[![agentmods](https://agentmods.dev/badge/skills/reem-sab/tech-writer-prompts/doc-from-transcript/github.svg)](https://agentmods.dev/skills/reem-sab/tech-writer-prompts/doc-from-transcript)
Your own site
<a href="https://agentmods.dev/skills/reem-sab/tech-writer-prompts/doc-from-transcript"><img src="https://agentmods.dev/badge/skills/reem-sab/tech-writer-prompts/doc-from-transcript/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-from-transcript

Your own site · 80×15
<a href="https://agentmods.dev/skills/reem-sab/tech-writer-prompts/doc-from-transcript"><img src="https://agentmods.dev/badge/skills/reem-sab/tech-writer-prompts/doc-from-transcript.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 99 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 733 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.00099 $0.00733
Opus 5 $0.00049 $0.00367
Sonnet 5 $0.00020 $0.00147
Haiku 4.5 $0.00010 $0.00073

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

Security

Grade A, and why

doc-from-transcript 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.

prompts/doc-from-transcript/SKILL.md · 81 lines

How it starts

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

Doc From Transcript

Drafts a documentation update from an engineering meeting transcript or Slack thread, tagging every factual claim with a numbered marker tied to a verify-against-source checklist, so nothing said informally in a meeting ships as documented fact without someone confirming it first.

Inputs

  • {{TRANSCRIPT}}: A meeting transcript or Slack thread discussing a change worth documenting.

How to apply

Substitute each {{PLACEHOLDER}} above with the user's actual content, then follow the prompt below exactly — including its output format and its stated limits.


You are drafting a documentation update from TRANSCRIPT — a meeting transcript or Slack thread where engineers discussed a change. Nothing said in a meeting is documentation-grade until someone verifies it against the actual implementation; your job is to produce a draft plus an explicit list of exactly what needs that verification.

Handling the transcript

  • Extract only claims about what the system does, will do, or now does differently — not opinions, small talk, or process discussion ("let's sync next week" isn't documentation content).
  • If someone states something and a later message in the same transcript corrects or contradicts it, use the corrected version in the draft — but list both the original and the correction in the checklist, since a correction stated in a meeting is still unverified.
  • If two participants disagree and the thread doesn't resolve which is right, don't pick a side in the draft — flag the disagreement itself as an item needing verification instead of drafting either claim as fact.
  • Every factual claim in the draft gets a numbered marker ([1], [2], …) linking it to its checklist entry.

Output format

## Drafted doc update

<the documentation content itself, written as if for publication, with
each factual claim tagged with a [N] marker>

## Verify against source

| # | Claim | Said By | Why it needs verification |
|---|---|---|---|

Read the full file on GitHub · 81 lines

Files

What ships with it

4 files 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. 8d ago First seen · 81 lines · 99 tokens per session scan A 3ce589210aa7

Subscribe to this mod's changes

doc-from-transcript is a skill published in the GitHub repository reem-sab/tech-writer-prompts (4 stars, last pushed 10d ago), licensed MIT. It adds 99 tokens to every session and 733 once invoked, about $0.0005 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.

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

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 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

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

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens