一键导入
inline-docs
Document code using efficient inline comments. Use whenever writing, editing, or reviewing code or if the user mentions documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Document code using efficient inline comments. Use whenever writing, editing, or reviewing code or if the user mentions documentation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Anchor every frontend visual decision to DESIGN.md and fundamental design principles. Use when starting a UI project, writing or editing UI code, changing an existing design, or reviewing a frontend for design adherence.
Interactive, multi-session projects for learning a programming language or framework.
| name | inline-docs |
| description | Document code using efficient inline comments. Use whenever writing, editing, or reviewing code or if the user mentions documentation. |
| argument-hint | What code do you want to document? |
| license | MIT |
Documentation remedies ambiguity and supplies missing context. Good code is self-documenting — it shows the what, so a comment must earn its place by adding the why. Keep docs lean.
// -------- Variables -------- only bloat tokens.Load in the specific documentation standard(s) for the current project:
| Language | Reference |
|---|---|
| JavaScript/TypeScript | JSDoc |