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

docs-maker文档制作者

Agent Skill

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

总安装

760

周安装

32

GitHub Stars

3

下载量

266
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/alpoxdev/hypercore --skill docs-maker

简介

用于创建和重构结构化文档及测试引导的综合技能。

  • 支持设计规则包以增强 AI 系统的解析和执行能力。
  • 适用于需要可靠文档驱动开发的工程场景。docs-maker 属于前端设计类 Skill,可作为该场景下的辅助能力补充。
  • 可改进文档密度、清晰度和来源锚定质量。
  • 强调 harness-ready 指导的可执行性设计。

SKILL.md

@rules/sequential-thinking.md @rules/context-engineering.md @rules/harness-engineering.md @rules/forbidden-patterns.md @rules/required-behaviors.md

Docs Maker Skill

Unified skill for creating and refactoring structured documentation and harness-ready guidance.
  • Build new structured docs that AI systems can parse, retrieve, and execute reliably.
  • Refactor existing docs to improve density, clarity, source-grounding, and maintenance safety.
  • Design rule packs that support prompt assets, tool contracts, eval loops, safety gates, and context management.

<routing_rule>

Use docs-maker when the output is a structured document, runbook, spec, prompt artifact, or harness rule pack.

Use skill-maker instead when the output should become a reusable skill folder or a refactor of an existing skill.

Do not use docs-maker when:

  • the main job is code changes, feature implementation, or bug fixing
  • the user needs a reusable skill rather than a document
  • the task is a product or architecture change and documentation is only a side effect

</routing_rule>

<activation_examples>

Positive requests:

  • "Refactor this stale agent-operation guide so provider-specific rules move to references."
  • "Create a harness rule pack for prompts, tools, evals, safety gates, and context management."
  • "Refresh the OpenAI and Anthropic reference entries, then update the dependent canonical docs."

Negative requests:

  • "Create a new Codex skill for browser QA."
  • "Fix architecture violations in a TanStack Start route refactor."

Boundary request:

  • "Create a guide for writing skills." Use docs-maker only if the output is a document or runbook. Use skill-maker if the output should become a reusable skill folder.

</activation_examples>

<trigger_conditions>

SituationMode
New structured guidance is neededcreate
Existing guidance is too long, repetitive, or vaguerefactor
Team needs one canonical documentation shapecreate/refactor
Harness rules for prompts, tools, evals, or safety are missingcreate/refactor

</trigger_conditions>

<supported_targets>

  • Policy documents
  • Playbooks and runbooks
  • Technical specs and design notes
  • Workflow and process guides
  • Prompting and agent-operation guides
  • Harness documentation for prompts, tools, evals, safety, and context

</supported_targets>

<documentation_architecture>

Use this layering model by default:

  • Canonical core: durable rules that should survive provider and model churn
  • Provider references: dated Anthropic/OpenAI facts, migration notes, and behavior differences
  • Local overlays: project-specific conventions or workflow preferences

Do not mix these layers in one section unless the document explicitly labels the boundary.

</documentation_architecture>

<reference_routing>

Move guidance into official reference files when any of the following is true:

  • the rule depends on vendor behavior that may change
  • the rule mentions a migration, snapshot, or release-sensitive detail
  • the rule is accurate only for one provider or one tool family

Keep guidance in canonical core files when it remains true across providers and model generations.

</reference_routing>

<support_file_read_order>

Read in this order:

  1. The core SKILL.md to decide whether the task is create, refactor, or a route-away case.
  2. rules/sequential-thinking.md, rules/context-engineering.md, and rules/harness-engineering.md when planning the structure, context shape, or harness coverage.
  3. rules/required-behaviors.md and rules/forbidden-patterns.md before declaring the document done.
  4. references/official/openai.md and references/official/anthropic.md only when provider-sensitive guidance materially changes the rule.

</support_file_read_order>

<mandatory_reasoning>

Mandatory Sequential Thinking

  • Always use sequential-thinking before major create/refactor work.
  • In create mode: use it to design section structure, constraints, and verification.
  • In refactor mode: use it to identify redundancy, ambiguity, stale references, and mixed concerns.
  • Do not edit documents before the structure plan is complete.

</mandatory_reasoning>

<context_engineering_application>

Apply context-engineering defaults to every major edit:

  • Choose the right instruction altitude.
  • Treat tokens as finite; keep the core doc compact and push deep detail into rules/ and references/.
  • Use explicit, concrete directives with observable validation.
  • Prefer stable sectioning and progressive disclosure over long mixed-concern prose.
  • Keep canonical guidance provider-neutral where possible; isolate provider-sensitive guidance in references or adapter sections.

</context_engineering_application>

create mode

  • Start from a minimal skeleton.
  • Add only high-value rules, examples, and validation gates.
  • Prefer tables, checklists, and compact patterns over long prose.

refactor mode

  • Preserve critical intent and operational behavior.
  • Remove repetition, vague guidance, and stale provider coupling.
  • Convert explanation-heavy sections into compact rules, examples, and references.

<default_outputs>

Default output shapes:

  • create mode: new canonical doc + any required rule/reference files + validation checklist
  • refactor mode: updated canonical doc + collapsed rules + moved references + explicit simplification summary

</default_outputs>

PhaseTaskOutput
0Confirm the target layer (core / reference / local overlay) before writingPlacement decision
1Read target docs and classify mode (create/refactor)Scope + mode
2Build structure plan with sequential-thinkingSection plan
3Write/refactor canonical contentUpdated document
4Add or refresh official references when provider-sensitive guidance appearsReference layer
5Run a readback pass for drift, mixed concerns, and layer placementReview notes
6Validate quality, consistency, and source freshnessFinalized document

Phase 3 authoring rules

  • Use explicit sections with stable headings.
  • Prefer positive directives (Do X) over prohibition-only guidance when possible.
  • Keep examples copy-paste ready and scoped to the rule they illustrate.
  • Keep instructions specific. Replace terms like "appropriately" or "if needed" with criteria.
  • Use one term per concept across the full document.
  • Keep canonical rules provider-neutral unless a provider-specific difference materially changes behavior.
  • Place content in the highest-stability layer that still preserves accuracy.
  • Label provider-sensitive exceptions at the point where they appear.
  • Keep sections small and scannable so retrieval is reliable under context pressure.
CategoryAvoid
StructureUnstructured long paragraphs with mixed concerns
ContentRedundant rules repeated in multiple sections
GuidanceAmbiguous instructions without decision criteria
Provider couplingFixed model literals in canonical core docs
QualityRemoving key constraints during refactor
CategoryRequired
ClarityClear section hierarchy and concise wording
ActionabilityConcrete workflow steps and validation checks
ExamplesRunnable or directly reusable examples
ConsistencySame terminology and rule style across sections
Source groundingOfficial references for provider-sensitive guidance
MaintainabilitySeparation between core rules, provider adapters, and local preferences
PlacementContent is stored in the right layer for its volatility and scope

<structure_blueprint>

Use this default layout unless a better domain-specific layout is required:

  1. Objective
  2. Scope and assumptions
  3. Rules (required / forbidden)
  4. Execution workflow
  5. Examples or patterns
  6. Validation checklist
  7. References when provider-sensitive guidance exists

</structure_blueprint>

<usage_examples>

Example: refactor a stale skill

  • Read the skill body and all default rule files.
  • Classify content into core rules, provider references, and local overlays.
  • Remove mixed implementation concerns from the canonical core.
  • Add or refresh official reference entries for provider-sensitive claims.
  • Run grep and readback checks before closing.

Example: create a harness rule pack

  • Define the prompt asset contract.
  • Define tool contracts and approval boundaries.
  • Define eval criteria and failure handling.
  • Define context ordering and compaction policy.
  • Add provider references only where vendor behavior materially changes the rule.

</usage_examples>

CheckRule
StructureMajor sections are clearly separated
DensityRepetition removed; tables used where helpful
ActionabilitySteps can be executed without guessing
ExamplesExamples match actual workflow and tools
SafetyCritical constraints preserved after refactor
Context qualityRight altitude + explicitness + low redundancy
Source freshnessProvider-sensitive claims cite official docs and verification dates
Model neutralityCanonical core docs avoid fixed model literals

Completion checklist:

  • Target layer decided before writing
  • Mode decided (create or refactor)
  • Sequential-thinking plan created first
  • Context-engineering checks applied (rules/context-engineering.md)
  • Harness-engineering checks applied when relevant (rules/harness-engineering.md)
  • Provider-sensitive guidance moved to references or adapter sections
  • Document updated with compact structure
  • Readback pass confirms the updated docs still match the intended workflow
  • Validation checks completed

Must-pass thresholds:

  • At least 3 positive trigger examples
  • At least 2 negative trigger examples
  • At least 1 boundary trigger example
  • Support-file read order is explicit enough to start without searching
  • Route-away requests name the neighboring skill or direct surface
  • English and Korean core workflows expose the same phase order and readback path

Reviewer quick gate:

  • Fail if canonical docs contain fixed model literals.
  • Fail if provider-sensitive claims appear without official references.
  • Fail if unrelated implementation-stack mandates appear in the default docs-maker load path.
  • Fail if a harness doc omits eval, tool, safety, or context boundaries that are clearly in scope.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.3%
按下载量换算91

Claude

30.7%
按下载量换算82

Cursor

18.12%
按下载量换算48

Gemini CLI

10.76%
按下载量换算29

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

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

安装前确认

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

来源信息

继续浏览同类 Skills