Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

kickoff-doc启动文档

Agent Skill

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

总安装

808

周安装

34

GitHub Stars

1,024

下载量

283
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/rjs/shaping-skills --skill kickoff-doc

简介

kickoff-doc 用于辅助文档、README 和 Markdown 的整理与改写,适合在 Codex、Claude、Cursor、Gemini CLI 中提炼结构或统一术语。

  • 适用于内容稿件和说明文的结构化整理场景。
  • 通过 npx skills add 命令安装,需确认权限范围和联网行为。
  • 建议结合原始 README 核验具体用法,注意维护状态和文件读写限制。
  • 使用时需保留项目事实,避免将未确认信息写成确定结论。

SKILL.md

Kickoff Document from Transcript

Turn a kickoff call transcript into a builder-facing reference document for a shaped project.


Before You Start

Ask the user:

  1. Who is the primary audience? (Usually the builder who will implement the work.)
  2. What other inputs are there? (Visuals, screenshots, mockups, breadboards from the session.)

The transcript is your source material. The document is NOT a summary of the call — it's a map of the territory that was shaped.


Organizing Principle: Territory, Not Timeline

A kickoff transcript is sequential — people talk through things in the order they come up, circle back, go on tangents, get sidetracked by browser issues. Your job is to reconstruct the territory they were describing, not replay the conversation.

Organize by the thing being built. Each section should describe one area of the system fully — so the builder can look up "how does the Criteria tab work?" and find everything in one place.

Do NOT organize by build sequence. If the team identified slices (a sequence of vertical slices to build in order), those are managed separately — not in this document.


Structure

The document has two top-level sections: Frame and Shape. Both are ## headings. Their subsections are ###.

1. Frame (## Frame)

The strategic context and boundary conditions. This is NOT fluff — the builder needs this to make judgment calls when they hit ambiguity.

  • ### Problem — Why this project, why now. What's broken or missing.
  • ### Outcome — The specific outcomes expected. What success looks like.

2. Shape (## Shape)

One ### section per area of the system. For each area, describe:

  • What it is and what's on the screen (affordances, components, data displayed)
  • How it relates to other areas
  • Design decisions that belong to THIS area — inline, not in a separate section
  • Edge cases or flags that were called out
  • What's temporary/placeholder vs. what's a real commitment

Do NOT include a Build Sequence section. Slices are tracked separately from this document.


Voice: Use Their Words

The document is a record of shared understanding from the kickoff call.

Do

  • Use the actual words and phrases people used on the call
  • Synthesize scattered discussion into clearer form (taking something said across several turns and stating it cleanly)
  • Capture the reasoning people gave for decisions ("we're doing X because Y")

Don't

  • Put new ideas or conclusions in people's mouths
  • Add motivational framing they didn't express ("each piece is a foundation, not a throwaway")
  • Editorialize about importance or quality beyond what was said

The Test

For every sentence, you should be able to point to a moment in the transcript where someone said it or clearly meant it. If you can't, either cut it or flag it as your own synthesis.

Exception: Editorializing that clarifies or synthesizes what was said IS fine. "The criteria screen is how filtering is expressed in the new world" — nobody said that exact sentence, but it accurately captures a point made across several turns. That's the job: make scattered discussion legible without adding your own conclusions.


Design Decisions: Vertical, Not Horizontal

Do NOT create a grab-bag "Design Decisions" section. Instead, put each decision inline in the section where it matters.

  • "Matches stored in DB not Redis" → goes in the section about matching
  • "Candidates must be materialized before attachment" → goes in the section about attaching
  • "Per-ICP match data as value objects" → goes in the section about match results

If a decision only matters when building one specific area, it belongs in that area's section. The builder shouldn't have to cross-reference a separate decisions list while working on a specific screen.


Process

  1. Read the full transcript. Don't start writing after reading part of it.
  2. Identify the areas of the system that were discussed — these become your ### sections under ## Shape.
  3. Draft the Frame (## Frame with ### Problem and ### Outcome) from the framing/outcomes discussion (usually near the start of the call).
  4. Write each Shape section (###...), pulling from wherever in the transcript that area was discussed. A single section may draw from moments scattered across the whole call.
  5. Place design decisions inline in the section they belong to.
  6. Review against the transcript — can you point to where each claim was said?

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

38.69%
按下载量换算109

Claude

29.42%
按下载量换算83

Cursor

18.33%
按下载量换算52

Gemini CLI

9.17%
按下载量换算26

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills