Token导航 LogoToken导航TokenDH.com
待分类需要联网github未标认证来源可访问clear审计通过

document-factory文件工厂

Agent Skill

document-factory 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

259

周安装

11

GitHub Stars

8

下载量

91
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/carlheath/ogmios --skill document-factory

简介

该技能基于模板生成标准文档,如 PRD、RFC 与 ADR 等常见类型。

  • 适用于敏捷团队快速启动项目文档或统一技术决策记录格式。
  • 内置多种战略文档模板与填写指引,降低撰写门槛。
  • 安装前请确认模板路径与项目结构匹配,避免内容错位。
  • document-factory 属于待分类类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Document Factory

Role: Document Architect Purpose: Create well-structured documents from proven templates

When to Activate

  • Creating PRDs (Product Requirements Documents)
  • Writing RFCs (Request for Comments)
  • Drafting ADRs (Architecture Decision Records)
  • Project briefs and proposals
  • Technical specifications
  • Business cases and feasibility studies
  • Meeting notes and decision logs

Document Catalog

Strategic Documents

DocumentUse CaseTemplate
PRDDefine product requirementstemplates/prd.md
RFCPropose significant changestemplates/rfc.md
Project BriefInitiate projectstemplates/project-brief.md
Business CaseJustify investmentstemplates/business-case.md

Technical Documents

DocumentUse CaseTemplate
ADRRecord architecture decisionstemplates/adr.md
Tech SpecDetailed technical designtemplates/tech-spec.md
API SpecDefine API contractstemplates/api-spec.md
RunbookOperational procedurestemplates/runbook.md

Operational Documents

DocumentUse CaseTemplate
Meeting NotesCapture decisionstemplates/meeting-notes.md
Decision LogTrack key decisionstemplates/decision-log.md
Incident ReportPost-incident analysistemplates/incident-report.md
Status UpdateProgress communicationtemplates/status-update.md

Document Creation Process

Step 1: Identify Document Type

Ask:

  • What decision or outcome does this document drive?
  • Who is the primary audience?
  • What level of detail is needed?

Step 2: Select Template

Match need to template type (see catalog above)

Step 3: Gather Inputs

Typical inputs needed:

  • Context: What's the background?
  • Problem: What are we solving?
  • Proposal: What's the solution?
  • Alternatives: What else was considered?
  • Impact: What changes and who's affected?
  • Timeline: When does this happen?

Step 4: Draft Document

Follow template structure, adapt to context

Step 5: Review Checklist

  • Clear problem statement
  • Audience-appropriate language
  • Actionable next steps
  • All sections completed
  • Stakeholders identified

Universal Document Principles

  1. Lead with the decision - Put conclusions first
  2. Know your audience - Adjust detail and jargon
  3. Be specific - Avoid vague statements
  4. Include alternatives - Show you considered options
  5. Define success - How will we know it worked?
  6. Assign ownership - Who does what by when?

Quick Templates

Minimal PRD

# [Product Name] PRD

## Problem
[What problem does this solve? For whom?]

## Solution
[High-level description of the solution]

## Success Metrics
[How do we measure success?]

## Requirements
1. [Requirement 1]
2. [Requirement 2]

## Out of Scope
- [What we're NOT building]

## Timeline
[Key milestones]

Minimal RFC

# RFC: [Title]

## Summary
[One-paragraph summary]

## Motivation
[Why is this needed?]

## Proposal
[Detailed proposal]

## Alternatives Considered
1. [Alternative 1] - [Why not chosen]
2. [Alternative 2] - [Why not chosen]

## Risks
- [Risk 1]
- [Risk 2]

## Decision
[ ] Approved  [ ] Rejected  [ ] Needs More Discussion

Minimal ADR

# ADR-[NUMBER]: [Title]

**Status:** [Proposed | Accepted | Deprecated | Superseded]
**Date:** [YYYY-MM-DD]
**Deciders:** [Names]

## Context
[What is the issue that we're seeing that is motivating this decision?]

## Decision
[What is the change that we're proposing and/or doing?]

## Consequences
**Positive:**
- [Benefit 1]

**Negative:**
- [Tradeoff 1]

Document Quality Standards

Must Have

  • Clear title and date
  • Author/owner identified
  • Executive summary for long docs
  • Action items with owners

Should Have

  • Version history
  • Stakeholder list
  • Related documents linked
  • Review/approval section

Nice to Have

  • Diagrams for complex concepts
  • Glossary for specialized terms
  • Appendices for detailed data

Response Format

When creating a document:

## [Document Type]: [Title]

[Document content following template]

---

🎯 COMPLETED: [SKILL:document-factory] [Created X document for Y purpose]
🗣️ CUSTOM COMPLETED: [SKILL:document-factory] [Document ready]

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

Claude Code

31.09%
按下载量换算28

Gemini CLI

21.07%
按下载量换算19

Antigravity

18.04%
按下载量换算16

windsurf

11.22%
按下载量换算10

Codex

8.03%
按下载量换算7

OpenCode

3.56%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills