from-transcript

from-transcript is a skill for Claude Code, Codex from asherzj/ashers-agent-skills. It costs 50 tokens per session (945 once invoked), scanned A, original, MIT.

A workflow for turning spoken notes, meeting transcripts, or chat logs into a reviewed brief for software development. It separates stated facts, confirmed decisions, guesses, conflicts, and unknowns.

In plain words
What is it for?
Use it to extract goals, users, examples, scope, constraints, decisions, and open questions before planning or building.
Why use it?
Raw conversation often mixes requirements with speculation, so using it directly can lead to the wrong specification or code.

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/asherzj/ashers-agent-skills/from-transcript
Any agent
npx skills add asherzj/ashers-agent-skills --skill from-transcript
Clone the repo
git clone --depth 1 https://github.com/asherzj/ashers-agent-skills

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/asherzj/ashers-agent-skills/from-transcript.svg)](https://agentmods.dev/skills/asherzj/ashers-agent-skills/from-transcript)
Your own site
<a href="https://agentmods.dev/skills/asherzj/ashers-agent-skills/from-transcript"><img src="https://agentmods.dev/badge/skills/asherzj/ashers-agent-skills/from-transcript.svg" alt="Measured on agentmods" height="20"></a>
Per session 50 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 945 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.00050 $0.00945
Opus 5 $0.00025 $0.00473
Sonnet 5 $0.00010 $0.00189
Haiku 4.5 $0.00005 $0.00094

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

Security

Grade A, and why

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 5d 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.

coding/from-transcript/SKILL.md · 86 lines

What it actually says

从逐字稿建立研发输入

逐字稿是高带宽的一手来源,不是可直接执行的规格。本 Skill 保留原始来源的可追溯性,把其中的事实、决策、例子、矛盾和未知项整理成一份经人类确认的输入简报,再交给后续澄清或交付流程。

边界

  • 不把未经确认的口述写进 CONTEXT.md、ADR、规格或代码。
  • 不因为说话人语气确定,就把猜想当作决策。
  • 不要求用户重新填写一份完整表格;先从已有口述中提取,只有真正会改变路线的缺口才追问。
  • 原始逐字稿只作为证据保存或引用。除非用户或仓库规则要求,不复制到仓库。
  • 逐字稿可能包含敏感信息;沿用当前环境的访问与传输授权,不主动上传、转发或扩大可见范围。

1. 建立来源指针

记录已知的来源、日期、参与者和讨论主题。信息未知就标为未知,不猜测。来源可以是文件、会议链接、消息线程或当前对话。

不要改写原始来源。后续产物引用它,而不是替代它。

2. 编译输入

把内容整理为以下类别,并为每条标记认识状态:

  • 已陈述:逐字稿中明确说过,但尚未经过本次确认;
  • 已确认:用户明确认可,可以进入后续规格;
  • 推断:根据上下文得出的解释,必须单独标出。

提取:

  1. 问题、目标和受影响的人;
  2. 具体使用场景与现有替代方式;
  3. 范围和非目标;
  4. 领域术语及可能冲突的同义词;
  5. 业务规则、技术约束和不可突破的架构范围;
  6. 已做决策、理由、被否决方案和决策者;
  7. 正常例子、业务异常、外部依赖故障、并发或重试场景;
  8. 相互矛盾的说法、含糊指代和仍然未知的事项。

查代码、仓库文档或工具就能确定的事实由 Agent 自己调查。只有需要价值判断、业务语义或范围选择的问题才交给人类。

3. 形成待确认输入简报

使用紧凑结构呈现:

## 来源

## 目标与用户

## 场景与例子

## 范围与非目标

## 术语与约束

## 已陈述的决策

## 冲突与未知项

## 建议进入后续流程的内容

每个冲突都要并列展示相互冲突的说法和它们的来源;不要静默选择一个。每个推断都要说明依据。

4. 人类确认门禁

把输入简报交给用户确认。未经确认,不发布规格、不拆票、不实现,也不把术语和决策升级为长期项目上下文。

如果仍有会改变路线的开放决策,调用 grilling;如果术语或难以回退的决策被确认,调用 domain-modeling 就地维护 CONTEXT.md 或 ADR。

5. 路由

确认后的输入简报是后续流程的一手来源:

  • 一个局部、单上下文行为 → flow-small-change
  • 路线可澄清、需要规格和多张工单 → flow-feature
  • 路线仍不可见、需要跨会话决策地图 → flow-large-effort
  • 只需要发布规格 → to-spec

后续流程只针对尚未解决的缺口继续澄清,不要让用户重述逐字稿已经提供并确认的事实。

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. 5d ago First seen · 86 lines · 50 tokens per session scan A f3f385648eb9

Subscribe to this mod's changes

from-transcript is a skill published in the GitHub repository asherzj/ashers-agent-skills (2 stars, last pushed 8d ago), licensed MIT. It adds 50 tokens to every session and 945 once invoked, about $0.0003 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