用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tetherto/mdk --skill mdk-docs-style命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | mdk-docs-style |
| description | Router for MDK docs-authoring rules. |
The rules live in docs/reference/maintainers/style.md. Read it before authoring or editing:
docs/**/*.md (the root docs tree)README.mdbackend/**/docs/**/*.md or ui/**/docs/**/*.mdDon't store style rules here.
[slug]: …), or an admonition on a page that might be ported to tether.io: single-source-of-truth.md, the routing-comment vocabulary the port pipeline readsAGENT_READY.md or USAGE.md in a package's docs/: style.md governs the prose, but agent-ready-sdk.md governs the required contract structure; read bothREADME.md with a marked generated region (for example backend/core/plugins/README.md's <!-- BEGIN GENERATED: … --> / <!-- END GENERATED --> block): never hand-edit inside the markers; regenerate with the documented script instead (that file: npm run generate:plugin-reference in backend/core/plugins)Existing READMEs and package docs predate this scope apply style.md going forward on pages you touch; don't mass-rewrite existing files unprompted.
CHANGELOG.md, release notes, or package.json, node_modules, or lock files without explicit approvalCHANGELOG.md or release notes with approval (e.g. cutting a release via the changelog skill), style.md's prose rules still apply — including the 150–180 char line length (tables and fenced code exempt)