doc-intake

doc-intake is a skill for Claude Code, Codex from ChenyCHENYU/wl-skills-design. It costs 116 tokens per session (616 once invoked), scanned A, original, Apache-2.0.

A document intake and completion tool for existing or unfinished design documents. It sorts requirements, database, interface, flowchart, and glossary files into a common structure and records what is missing.

In plain words
What is it for?
Use it to assess existing design files, identify structural and naming gaps, create a draft design model, or complete approved structural omissions. It is not for filling in missing business decisions automatically.
Why use it?
It turns scattered or partial documents into a clear gap report and completion plan. It avoids inventing business facts by marking unknown details as questions to resolve.

Skill for Claude CodeCodex

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

Good fit Use it to assess existing design files, identify structural and naming gaps, create a draft design model, or complete approved structural omissions. It is not for filling in missing business decisions automatically.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chenychenyu/wl-skills-design/doc-intake
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 ChenyCHENYU/wl-skills-design --skill doc-intake
Clone the repo
git clone --depth 1 https://github.com/ChenyCHENYU/wl-skills-design

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-intake

README.md
[![agentmods](https://agentmods.dev/badge/skills/chenychenyu/wl-skills-design/doc-intake/github.svg)](https://agentmods.dev/skills/chenychenyu/wl-skills-design/doc-intake)
Your own site
<a href="https://agentmods.dev/skills/chenychenyu/wl-skills-design/doc-intake"><img src="https://agentmods.dev/badge/skills/chenychenyu/wl-skills-design/doc-intake/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-intake

Your own site · 80×15
<a href="https://agentmods.dev/skills/chenychenyu/wl-skills-design/doc-intake"><img src="https://agentmods.dev/badge/skills/chenychenyu/wl-skills-design/doc-intake.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 116 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 616 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.00116 $0.00616
Opus 5 $0.00058 $0.00308
Sonnet 5 $0.00023 $0.00123
Haiku 4.5 $0.00012 $0.00062

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

Security

Grade A, and why

doc-intake 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 10d 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.

files/.github/skills/doc-intake/SKILL.md · 28 lines

What it actually says

文档接入与补全

先确定模式

  • validate / review:只读评估既有文档,输出差距报告,不修改任何文件。
  • create / maintain:在用户明确给出补全范围后,补全结构缺口并复验;业务事实一律 【待补充:说明】+Pending,不得编造。

至少确认既有文档路径或集合。目标规范域、是否已有 design-model、允许自动补全的范围可从上下文推断;无法推断时只追问最关键的一项。

执行流程

  1. 采集与归位:读入全部既有产物,按编码体系分类,识别不了的进「未归类区」。
  2. 差距分析:逐域执行 机械验证(wl-skills-design verify)+ 语义判断,检测字典值漂移与名称近似漂移。
  3. 补全计划与执行:差距映射为补丁任务(复用变更影响分析的 P0/P1/P2 格式),按授权范围执行并复验。
  4. 报告使用 接入差距报告模板;需要质量对照时读取 匿名样例

交付约束

  • 默认产物:INTAKE 差距报告(对话内返回);仅当用户明确要求保存时写入 docs/intake/INTAKE_{项目代号}_{日期}.md
  • 结构缺口(缺章节、缺表列、缺编码、编码不连续)可在授权范围内自动补;业务事实(字段口径、状态值、规则文案)只登记待补问题清单。
  • 铸造的 draft design-model 写入 docs/design-model.json 前必须先展示并获得确认;与既有内容冲突时报告,不静默覆盖。
  • 最终说明已采集文件数、各域差距计数、P0 断点、未归类项和补全执行状态。
Files

What ships with it

5 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. 10d ago First seen · 28 lines · 116 tokens per session scan A a6a3abddc2a7

Subscribe to this mod's changes

doc-intake is a skill published in the GitHub repository ChenyCHENYU/wl-skills-design (5 stars, last pushed 26d ago), licensed Apache-2.0. It adds 116 tokens to every session and 616 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-31.

Related

Other skills, from other repositories

baoyu-youtube-transcript

A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.

JimLiu/baoyu-skills · 107 tokens

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

read

Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…

tw93/Waza · 78 tokens

overleaf-sync

A two-way connection between a local paper folder and Overleaf, a web-based LaTeX editor for writing research papers. It lets you move changes between the local files and the shared Overleaf project.

wanshuiyin/Auto-claude-code-research-in-sleep · 97 tokens