Agent skill · Backend & API

t-doc

Generate project tutorial documentation that reads like a human wrote it, not like AI output. Scans the codebase, extracts architecture/APIs/config/deployment details, and writes structured tutorial docs in the project's documentation target, preferring an existing docs-web site over docs/tutorials/. Use this skill whenever the user asks to write project docs, tutorials, getting-started guides, API references, deployment guides, onboarding docs, or any kind of project walkthrough. Also trigger when they say "write documentation", "generate docs", "create a tutorial", "onboarding guide", "wri

timzaak55★ · 1 repos on radarProfile →
claude-codecan modify filesApache-2.0
Install
npx skills add timzaak/web-dev-skills --skill t-doc --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: -AskUserQuestion-Read-Glob-Grep-Write-Bash
Path: skills/t-doc/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 55
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 写项目教程文档 扫描代码库,提取架构、API、配置、部署等信息,写给新人能读懂的项目教程。文档要像工程师写的,不像自动生成的 API 文档。 ## 使用场景 - 用户执行 `/t-doc [名称]` - 用户要写项目文档、教程、上手指南、README 教程、onboarding 文档 - 用户需要面向新人的项目或模块 walkthrough 不要用于 PRD、技术设计、纯 API schema 自动生成,或只改某个文档小段落的任务。 ## 参数和语言 命令格式: ```text /t-doc [项目或模块名] ``` `名称` 必填,1-50 字符,只允许英文、数字、连字符、下划线。不合法就终止,并提示: ```text 请提供合法的名称。例如:/t-doc my-project ``` 输出语言跟随用户输入;用户没明确指定时默认中文。 ## 教程位置判定 写作前先在项目根目录判定教程

More from web-dev-skills
All skills →
About this skill
What does the t-doc skill do?

Generate project tutorial documentation that reads like a human wrote it, not like AI output. Scans the codebase, extracts architecture/APIs/config/deployment details, and writes structured tutorial docs in the project's documentation target, preferring an existing docs-web site over docs/tutorials/. Use this skill whenever the user asks to write project docs, tutorials, getting-started guides, API references, deployment guides, onboarding docs, or any kind of project walkthrough. Also trigger when they say "write documentation", "generate docs", "create a tutorial", "onboarding guide", "wri

How do I install it?

Run `npx skills add timzaak/web-dev-skills --skill t-doc --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From timzaak/web-dev-skills, a repository with 55 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going