Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

documentation文档

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

2,752

周安装

117

GitHub Stars

35,685

下载量

964
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:documentation(文档)
来源仓库:https://github.com/sickn33/antigravity-awesome-skills
仓库路径:skills/documentation
安装命令:
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill documentation
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill documentation

简介

documentation 技能专注于 Markdown 和说明文写作支持。

  • 帮助 Agent 组织章节、优化术语并保持内容连贯。
  • 输出时需忠实反映项目现有事实和路径信息。
  • 不将推测内容包装为确定结论,尤其涉及外部链接时。
  • 对外发布前应复核语气是否符合产品定位。documentation 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Documentation Workflow Bundle

Overview

Comprehensive documentation workflow for generating API documentation, architecture documentation, README files, code comments, and technical content from codebases.

When to Use This Workflow

Use this workflow when:

  • Creating project documentation
  • Generating API documentation
  • Writing architecture docs
  • Documenting code
  • Creating user guides
  • Maintaining wikis

Workflow Phases

Phase 1: Documentation Planning

Skills to Invoke

  • docs-architect - Documentation architecture
  • documentation-templates - Documentation templates

Actions

  1. Identify documentation needs
  2. Choose documentation tools
  3. Plan documentation structure
  4. Define style guidelines
  5. Set up documentation site

Copy-Paste Prompts

Use @docs-architect to plan documentation structure
Use @documentation-templates to set up documentation

Phase 2: API Documentation

Skills to Invoke

  • api-documenter - API documentation
  • api-documentation-generator - Auto-generation
  • openapi-spec-generation - OpenAPI specs

Actions

  1. Extract API endpoints
  2. Generate OpenAPI specs
  3. Create API reference
  4. Add usage examples
  5. Set up auto-generation

Copy-Paste Prompts

Use @api-documenter to generate API documentation
Use @openapi-spec-generation to create OpenAPI specs

Phase 3: Architecture Documentation

Skills to Invoke

  • c4-architecture-c4-architecture - C4 architecture
  • c4-context - Context diagrams
  • c4-container - Container diagrams
  • c4-component - Component diagrams
  • c4-code - Code diagrams
  • mermaid-expert - Mermaid diagrams

Actions

  1. Create C4 diagrams
  2. Document architecture
  3. Generate sequence diagrams
  4. Document data flows
  5. Create deployment docs

Copy-Paste Prompts

Use @c4-architecture-c4-architecture to create C4 diagrams
Use @mermaid-expert to create architecture diagrams

Phase 4: Code Documentation

Skills to Invoke

  • code-documentation-code-explain - Code explanation
  • code-documentation-doc-generate - Doc generation
  • documentation-generation-doc-generate - Auto-generation

Actions

  1. Extract code comments
  2. Generate JSDoc/TSDoc
  3. Create type documentation
  4. Document functions
  5. Add usage examples

Copy-Paste Prompts

Use @code-documentation-code-explain to explain code
Use @code-documentation-doc-generate to generate docs

Phase 5: README and Getting Started

Skills to Invoke

  • readme - README generation
  • environment-setup-guide - Setup guides
  • tutorial-engineer - Tutorial creation

Actions

  1. Create README
  2. Write getting started guide
  3. Document installation
  4. Add usage examples
  5. Create troubleshooting guide

Copy-Paste Prompts

Use @readme to create project README
Use @tutorial-engineer to create tutorials

Phase 6: Wiki and Knowledge Base

Skills to Invoke

  • wiki-architect - Wiki architecture
  • wiki-page-writer - Wiki pages
  • wiki-onboarding - Onboarding docs
  • wiki-qa - Wiki Q&A
  • wiki-researcher - Wiki research
  • wiki-vitepress - VitePress wiki

Actions

  1. Design wiki structure
  2. Create wiki pages
  3. Write onboarding guides
  4. Document processes
  5. Set up wiki site

Copy-Paste Prompts

Use @wiki-architect to design wiki structure
Use @wiki-page-writer to create wiki pages
Use @wiki-onboarding to create onboarding docs

Phase 7: Changelog and Release Notes

Skills to Invoke

  • changelog-automation - Changelog generation
  • wiki-changelog - Changelog from git

Actions

  1. Extract commit history
  2. Categorize changes
  3. Generate changelog
  4. Create release notes
  5. Publish updates

Copy-Paste Prompts

Use @changelog-automation to generate changelog
Use @wiki-changelog to create release notes

Phase 8: Documentation Maintenance

Skills to Invoke

  • doc-coauthoring - Collaborative writing
  • reference-builder - Reference docs

Actions

  1. Review documentation
  2. Update outdated content
  3. Fix broken links
  4. Add new features
  5. Gather feedback

Copy-Paste Prompts

Use @doc-coauthoring to collaborate on docs

Documentation Types

Code-Level

  • JSDoc/TSDoc comments
  • Function documentation
  • Type definitions
  • Example code

API Documentation

  • Endpoint reference
  • Request/response schemas
  • Authentication guides
  • SDK documentation

Architecture Documentation

  • System overview
  • Component diagrams
  • Data flow diagrams
  • Deployment architecture

User Documentation

  • Getting started guides
  • User manuals
  • Tutorials
  • FAQs

Process Documentation

  • Runbooks
  • Onboarding guides
  • SOPs
  • Decision records

Quality Gates

  • All APIs documented
  • Architecture diagrams current
  • README up to date
  • Code comments helpful
  • Examples working
  • Links valid

Related Workflow Bundles

  • development - Development workflow
  • testing-qa - Documentation testing
  • ai-ml - AI documentation

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.82%
按下载量换算326

Claude

30.13%
按下载量换算290

Cursor

18.66%
按下载量换算180

Gemini CLI

9.36%
按下载量换算90

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills