用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Dev-Toolbelt/dev-team-agents --skill diataxis-framework命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | diataxis-framework |
| description | Diataxis — tutorials, how-to, reference, explanation types. |
| Type | Answers | Oriented to | Example |
|---|---|---|---|
| Tutorial | "Help me learn by doing" | Learning | "Build your first API in 10 minutes" |
| How-to guide | "Help me accomplish X" | Goals | "How to configure CORS" |
| Reference | "What is X? What does it do?" | Information | "API endpoint reference" |
| Explanation | "Why does it work this way?" | Understanding | "How the auth token lifecycle works" |
The most common mistake is mixing types in one document. Each document should belong to exactly one type.
| Anti-pattern | What it mixes | Fix |
|---|---|---|
| "Getting started" that also explains internals | Tutorial + Explanation | Separate intro tutorial from architecture doc |
| README with installation, config reference, and rationale | How-to + Reference + Explanation | Split into three documents |
| API reference with opinionated usage advice | Reference + How-to | Move advice to a separate how-to guide |
| Tutorial that skips steps to reach a complex state | Tutorial + Reference | Show every step or link to a simpler prerequisite |
When reviewing or authoring docs:
When a document is hard to write, it is usually because it is mixing types.