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

ark-documentation方舟文档

Agent Skill

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

总安装

857

周安装

35

GitHub Stars

373

下载量

274
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/mckinsey/agents-at-scale-ark --skill ark-documentation

简介

ark-documentation 采用 Diataxis 结构指导 Ark 文档编写,区分教程、操作指南与参考材料类型。

  • 适合创建线性学习路径、任务导向指南或维护 API 参考手册时的内容组织与术语统一。
  • 明确各章节归属(如 Core Concepts、How-to Guides),避免信息重复与用户认知负担。
  • 撰写时应保留项目事实性信息(如命令、路径),不涉及未经验证的假设性结论。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Ark Documentation

Guidance for structuring Ark documentation using Diataxis adapted for Ark's needs.

When to use this skill

  • Creating new documentation
  • Deciding where content belongs
  • Reviewing documentation PRs
  • Restructuring existing documentation

ARK's Diataxis structure

docs/content/
├── Introduction
├── Quickstart
├── Tutorials          → Linear learning paths
├── How-to Guides      → Task-oriented, by persona
├── Core Concepts      → Understanding "why" and "how"
├── Reference          → Factual lookup material
├── Marketplace        → External link
└── Disclaimer

Terminology

DiataxisArk TermWhy
ExplanationCore ConceptsMore accessible

The four quadrants

1. Tutorials (learning-oriented)

Purpose: Hands-on lessons for newcomers.

Characteristics:

  • Linear, numbered paths (1, 2, 3...)
  • Single prescribed path - no choices
  • Frequent visible results
  • Ends with "Next step" → How-to Guides

Writing style:

  • Use "we" language
  • Don't explain - link to Core Concepts

Content belongs here if:

  • It teaches a skill through doing
  • Reader is studying, not working
  • Success requires following steps in order

Examples: Quickstart, Running the Dashboard, Starting a New Project, Complete Worked Example


2. How-to guides (task-oriented)

Purpose: Help competent users complete specific tasks.

Organized by persona:

Build with ARK (application developers)

  • Configure models, create agents, coordinate teams, run queries, add tools.

Extend ARK (contributors)

  • Build services locally, implement APIs, build A2A servers, add tests.

Operate ARK (operators / SRE / security)

  • Platform operations: Provisioning, deploying
  • CI/CD and supply chain: Build pipelines
  • Security & assurance: Pen testing, code analysis

Writing style:

  • Goal-oriented: "If you want X, do Y"
  • Assumes competence
  • Don't teach - link to Tutorials or Core Concepts

Content belongs here if:

  • Reader has a specific task to complete
  • Reader is working, not studying

3. Core concepts (understanding-oriented)

Purpose: Explain what ARK is, how it's designed, and why.

Topics:

  • What ARK is and how it works.
  • Design effective agentic systems.
  • Platform architecture concepts.
  • Extensibility concepts.
  • Security and identity concepts.

Writing style:

  • Discursive: "The reason for X is..."
  • Make connections between concepts
  • Provide design decision context

Content belongs here if:

  • It answers "why" or "how does this work"
  • Reader is deciding how to design/extend/operate
  • Content provides context, not procedures

4. Reference (information-oriented)

Purpose: Factual lookup material.

Organized by type:

  • Interfaces: ARK APIs.
  • Kubernetes API: CRDs, resources.
  • System behavior: Query execution, relationships.
  • Operations: Upgrading, troubleshooting.
  • Project: Contributors.

Writing style:

  • Austere, factual, neutral
  • Structure mirrors product
  • No instruction, explanation, or opinion

Content belongs here if:

  • It describes what something IS
  • Reader needs to look up specific details
  • Content is consulted, not read cover-to-cover

Decision guide

Is the reader LEARNING or WORKING?
│
├─ LEARNING (studying)
│   ├─ Hands-on, step-by-step? → TUTORIALS
│   └─ Understanding concepts? → CORE CONCEPTS
│
└─ WORKING (applying)
    ├─ Completing a task? → HOW-TO GUIDES
    └─ Looking up facts? → REFERENCE

Hub pages

Hub pages link to content without moving files:

  • tutorials.mdx - Lists tutorials in order.
  • how-to-guides.mdx - Groups by persona.
  • core-concepts.mdx - Groups by topic.
  • reference/index.mdx - Groups by type.

Hub pages should:

  • Explain purpose in one sentence.
  • Group links logically.
  • Not duplicate content.

Personas

PersonaSections
End usersQuickstart, Tutorials
Agent buildersTutorials, How-to (Build)
Platform engineersHow-to (Operate), Reference
ContributorsHow-to (Extend), Core Concepts

Writing guidelines

Lexicon

  • The product is known as ARK rather than Ark.

General style

  • Be concise and direct.
  • Use simple language.
  • Keep descriptions to 1-2 sentences.
  • Use active voice: "Creates agent" not "Agent is created".
  • Write "ARK" not "Ark".
  • Use US English.
  • Use Oxford commas in lists.

Bullets

  • Capitalize the first word and end with a period.
  • Use numbered lists only for sequences of instructions or when referencing items later.

Capitalization

  • Capitalize only proper nouns (product names, tools, services).
  • Use sentence case for titles: "An introduction to data visualization" not "An Introduction to Data Visualization".
  • Don't capitalize: cloud, internet, machine learning, advanced analytics.

Headings

  • Avoid gerunds: "Get started" not "Getting started," "Customize a layout" not "Customizing a layout".
  • Keep titles short and descriptive for search discoverability.

Instructions

  • Use imperatives: "Complete the configuration steps".
  • Don't use "please".
  • Don't use passive tense: "Complete the steps" not "The steps should be completed".

Links

  • Make hyperlinks descriptive: Learn how to [contribute to ARK](url).
  • Don't write: To contribute, see [here](url).

Avoid

  • Gerunds in headings.
  • Colloquialisms (may not translate across regions/languages).
  • Business speak: "leverage", "utilize", "facilitate".

What not to mix

Don't put in...This content...
TutorialsExplanations, choices.
How-to guidesTeaching, complete reference.
Core conceptsInstructions, reference.
ReferenceInstructions, explanations.

References

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

补充不同宿主或平台的使用分布数据

能力 5

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

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

平台分布

Claude Code

31.32%
按下载量换算86

windsurf

24.43%
按下载量换算67

OpenCode

18.67%
按下载量换算51

Codex

11.29%
按下载量换算31

Antigravity

7.55%
按下载量换算21

Gemini CLI

3.87%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills