Token导航 LogoToken导航TokenDH.com
开发external-servicegithub未标认证来源可访问许可证需确认审计通过

documentation-structure文档结构

Agent Skill

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

总安装

1,388

周安装

59

GitHub Stars

96

下载量

486
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/miroapp/miro-ai --skill documentation-structure

简介

确立以 README 为核心枢纽,docs/ 目录承载详细参考信息的架构原则。

  • 坚持单一事实来源理念杜绝重复内容,建立全链路交叉引用体系。
  • 严格分离用户文档(仅含自动化安装方法)与开发文档的不同定位。
  • 为不同 AI 平台设立独立目录隔离平台相关说明避免混杂混乱。
  • documentation-structure 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Documentation Structure

This skill defines how documentation is organized and maintained in this repository.

Core Principles

PrincipleDescription
Separation of ConcernsREADME (landing), docs/ (reference), CONTRIBUTING (dev workflow)
Single Source of TruthDefine once, link everywhere. Never duplicate content.
Hub-and-Spokedocs/README.md is the central navigation hub
Vendor IsolationEach AI platform gets its own directory in docs/

Document Responsibilities

User vs Developer Content Separation

CRITICAL RULE: User documentation must ONLY contain fully automated installation methods. All manual setup belongs in developer documentation.

Content TypeUser DocsDeveloper Docs
Marketplace install
One-command GitHub install
git clone
--plugin-dir
extensions link
JSON config editing
Local path setup
mcp_settings.json

User Documentation (README.md, docs/*/overview.md)

  • Installation must be copy-paste simple
  • Single command or UI-only steps
  • Link to dev docs for manual alternatives

Developer Documentation (CONTRIBUTING.md, docs/*/*-development.md)

  • All manual setup workflows
  • Local testing procedures
  • Configuration file editing
  • Environment setup

README.md (Landing Page)

Purpose: First impression. Get users started quickly.

Must include:

  • One-line description
  • Quick Start (4 steps: Choose → Install → Authenticate → Try)
  • Capability tables (what users can do)
  • Links to docs/ for details

Must NOT include:

  • Full API reference (→ docs/mcp/)
  • Development workflows (→ CONTRIBUTING.md)
  • Detailed architecture (→ docs/)

docs/ (Reference Documentation)

Purpose: Complete reference for users and developers.

Structure:

docs/
├── README.md              # Navigation hub
├── troubleshooting.md     # Cross-platform issues
├── getting-started/       # Entry points
│   ├── mcp-setup.md       # Generic MCP config
│   └── enterprise.md      # Admin requirements
├── claude-code/           # Vendor: Claude Code
├── kiro/                  # Vendor: Kiro
├── gemini-cli/            # Vendor: Gemini CLI
└── mcp/                   # Protocol reference
    ├── tools-reference.md
    └── tutorials.md

CONTRIBUTING.md (Development Workflow)

Purpose: How to modify THIS repository.

Must include:

  • Clone and local dev setup
  • How to test changes locally (--plugin-dir, etc.)
  • Validation checklists
  • PR process

Must NOT include:

  • Full plugin/power architecture (→ docs/)
  • User-facing tutorials (→ docs/)

Vendor Documentation Standards

Each vendor directory in docs/ follows this pattern:

Required Files

FilePurpose
overview.mdWhat is this integration, why use it, installation
*-development.mdHow to build new plugins/powers/extensions
Individual component docsOne file per plugin/power

Standard Sections in overview.md

## What are [Plugins/Powers/Extensions]?
## Why Use [Plugins/Powers] vs Direct MCP?
## Available [Plugins/Powers]
## Installation
## Authentication
## Related

Vendor-Specific Metadata

VendorConfig FormatLocation
Claude Codeplugin.json.claude-plugin/plugin.json
KiroPOWER.md frontmatterPOWER.md
Gemini CLIJSON extensiongemini-extension.json

Cross-Reference Patterns

Link Format

  • Within docs/: Use relative paths [text](../mcp/tools-reference.md)
  • From README to docs/: Use docs/ prefix [text](docs/claude-code/overview.md)
  • External links: Full URLs [text](https://developers.miro.com)

Required "Related" Section

Every doc file should end with a Related section:

## Related

- [Overview](overview.md) - Introduction to this integration
- [Tools Reference](../mcp/tools-reference.md) - MCP tool documentation

Reciprocal Links

If doc A links to doc B, doc B should link back to doc A in its Related section.

Validation Guidelines

Before committing documentation changes:

Content Checks

  • No duplicated content (link instead)
  • Correct document owns the content (README vs docs/ vs CONTRIBUTING)
  • All sections present per vendor standards

Link Checks

  • All internal links resolve
  • Related sections have reciprocal links
  • External links use HTTPS

Format Checks

  • Code blocks have language specified
  • Tables have consistent formatting
  • Collapsibles have matching tags

See Also

  • references/patterns.md - Formatting patterns (tables, collapsibles, code blocks)

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.9%
按下载量换算174

Claude

31.95%
按下载量换算155

Cursor

19.53%
按下载量换算95

Gemini CLI

8.92%
按下载量换算43

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

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

来源信息

继续浏览同类 Skills