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

hackathon-doc-writer黑客马拉松文档作家

Agent Skill

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

总安装

392

周安装

16

GitHub Stars

1

下载量

125
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/bernieweb3/hackathon-ai-devkit --skill hackathon-doc-writer

简介

用于辅助文档、README 和内容稿件的整理与改写,提升可读性。

  • 适合提炼结构、统一术语、补齐章节或检查链接有效性。
  • 使用时应保留项目已有事实,避免将未确认信息写成确定结论。
  • 安装方式:通过 GitHub 仓库安装,命令为 npx skills add https://github.com/bernieweb3/hackathon-ai-devkit --skill hackathon-doc-writer。
  • 注意:对外文案需控制语气,避免过度营销或夸大能力。

SKILL.md

hackathon-doc-writer

Goal

Generate structured technical documentation artifacts (ADR, PRD, feature specs) for a hackathon project using the appropriate template.


Trigger Conditions

Use this skill when:

  • MVP scope is locked and needs to be documented in a PRD
  • An architectural decision has been made that should be recorded in an ADR
  • A specific feature needs a formal spec before implementation begins
  • Invoked during Phase 4 (Project Planning), after hackathon-scope-cutter completes
  • Can be re-invoked any time a new architectural decision is made during implementation

Inputs

InputTypeRequiredDescription
document_typeenumYesOne of: ADR, PRD, feature-spec
project_titlestringYesName of the project
problem_statementstringYesCore problem being solved
mvp_featuresstring[]YesMVP feature list from hackathon-scope-cutter
tech_stackstring[]YesTechnologies being used
architecture_decisionsobject[]NoFor ADR: list of decisions with context and rationale
feature_namestringNoFor feature-spec: name of the specific feature
constraintsstring[]NoTechnical or product constraints

Outputs

OutputDescription
documentFully populated document in Markdown
document_typeType of document generated
missing_fieldsSections that could not be completed due to missing input

Rules

  1. Use the corresponding template from templates/ directory as the output structure.
  2. Do not omit any section from the template; use [TBD] for missing information.
  3. Keep language direct and scannable — no filler paragraphs.
  4. For ADR: capture exactly one architectural decision per document.
  5. For PRD: include success metrics even if they are estimates.
  6. For feature-spec: include acceptance criteria as testable conditions.
  7. Flag all [TBD] sections in missing_fields output.

Output Format

document_type: "<ADR|PRD|feature-spec>"

missing_fields:
  - "<section name>"

document: |
  <Full Markdown document content>

Example

Input:

document_type: "ADR"
project_title: "AnchorAI"
problem_statement: "How might we provide always-available emotional support for college students?"
mvp_features:
  - "GPT-4 emotional check-in conversation"
  - "Session memory"
tech_stack: ["Python", "FastAPI", "React", "OpenAI API", "Redis"]
architecture_decisions:
  - title: "Session memory storage"
    context: "Need to persist conversation summaries between sessions"
    options: ["Redis (in-memory)", "SQLite (file)", "OpenAI conversation history API"]
    decision: "Redis"
    rationale: "Fastest to set up; sufficient for demo; team familiar with it"

Output:

document_type: "ADR"
missing_fields: []
document: |
  # ADR-001: Session Memory Storage

  **Date:** 2025-06-14
  **Status:** Accepted

  ## Context
  AnchorAI must recall emotional context from past user sessions to deliver its core wow factor.
  Memory must persist across browser refreshes for the demo.

  ## Decision
  Use Redis as an in-process session store keyed by a hardcoded demo user ID.

  ## Consequences
  - Positive: Setup takes <30 minutes; team knows Redis well
  - Negative: Data is lost on server restart; not production-ready
  - Risk: Redis unavailable on demo machine → mitigation: fallback to in-memory dict

Context Files

Knowledge Base

  • knowledge/hackathon-reference-architecture.md
  • knowledge/hackathon-mvp-strategy.md

Templates

  • templates/ADR-template.md
  • templates/PRD-template.md
  • templates/feature-spec-template.md

Playbooks

  • playbooks/hackathon-workflow.md

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.76%
按下载量换算43

Claude

29.05%
按下载量换算36

Cursor

20.56%
按下载量换算26

Gemini CLI

8.88%
按下载量换算11

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

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

安装前确认

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

来源信息

继续浏览同类 Skills