Token导航 LogoToken导航TokenDH.com
前端设计敏感数据github未标认证来源可访问许可证需确认审计提醒

project-documentation项目文件

Agent Skill

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

总安装

353

周安装

15

GitHub Stars

5

下载量

124
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/derailed-dash/dazbo-agent-skills --skill project-documentation

简介

提供技术文档全生命周期管理框架,涵盖 README、变更说明与架构指南。

  • 适合自动生成目录结构、标准化术语与链接检查,提升文档一致性。
  • 强制初始化 technical-writer-profile 配置,否则拒绝任何文档操作。
  • 安装后用于项目知识沉淀,避免将假设写成事实或遗漏关键约束。
  • project-documentation 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Project Documentation Skill

This skill provides a comprehensive framework for the creation and maintenance of high-quality, professional technical documentation for any software project or repository.

Triggers

This skill should be triggered whenever:

  • The user requests to create or review documentation.
  • The user adds / changes / deletes functionality, or makes significant changes to the codebase.
  • The user makes any changes to testing.
  • The user makes any changes to deployment.

Mandatory Initialization

Before performing ANY documentation task, you MUST check for the presence of the technical-writer skill, by following the guidance in the Technical Writer Skill Synergy section below.

Core Principles

  1. Persona & Style: Maintain a tone that is professional ("Expert Architect"), technical but welcoming. Use a high-level architectural perspective when explaining the "Why" behind design decisions.
  2. Cross-Document Synchronisation: Changes to a core property (like a project ID, a URL, or a file path) must be propagated to *all* applicable documentation files immediately.
  3. Read Existing Documentation: Always read the existing documentation files to understand the current state and intent of the project.
  4. Tech Stack: If the file conductor/tech-stack.md is present, read it to understand the intended tech stack.
  5. Technical Accuracy: Do not assume that the existing documentation is accurate or up-to-date. Verify the codebase, configuration settings (e.g. config.py, Makefile, *.tfvars, pyproject.toml), environment variable names, and command flags, before updating documentation.
  6. Ask About Unknowns:

- Ask questions to help establish design choices and technology selection. - Ask questions to help establish the rationale for any design decisions that are missing rationale.

  1. Technical Writer Synergy: When performing documentation maintenance, you MUST make use of the technical-writer skill IF (and only IF) the technical-writer skill is present. If it is not found, follow the Technical Writer Skill Synergy section below.

Technical Writer Skill Synergy

The technical-writer skill improves the quality of your documentation review and creation. If you are performing any documentation tasks (e.g. creation or updates to README, TODO, DESIGN, Architecture, Testing, Deployment) and the technical-writer skill is not available in your current skills toolset:

  1. Check for existence: Use npx skills list (project scope) and npx skills ls -g (global scope) to verify if it is missing.
  2. Recommend: If not yet installed, inform the user that the technical-writer skill provides advanced formatting and style guidance. Offer to install it.
  3. Install: If the user agrees, install the skill for them using this command: npx skills add https://github.com/shubhamsaboo/awesome-llm-apps --skill technical-writer -g -y
  4. Collaborate: Once installed, load this skill and leverage it for documentation tasks.

Document Maintenance Guide

Here are the core documents that should be maintained by this skill. You MUST review EACH of these core documents and update them as needed.

1. README.md (The "Storefront")

  • Focus: Rapid onboarding and high-level project purpose.
  • Template: README.md.template
  • Sample: README.md
  • Key Sections: Overview, Key Links (Blogs/Live Demo), Project Structure (folder tree), Setup (One-time vs Per-session), Useful Commands (use Markdown tables).
  • Triggers include, but are not limited to:

- Adding a new top-level directory. - Adding a core feature. - Adding a make target. - Changing the local development setup workflow.

2. TODO.md (Project Plan)

  • Focus: Overall project roadmap and task tracking.
  • Template: TODO.md.template
  • Maintenance Condition: Only maintain if this file already exists. You may offer to create it, for example, if tasks have been achieved and/or future tasks are being discussed.
  • Triggers include, but are not limited to:

- Completing a step or updating the project timeline. - If asked to create a new TODO entry. - Offer to mark steps as closed when done.

3. docs/DESIGN.md (Visual & UX)

  • Focus: Visual identity, UX components, and design tokens. Can be used by UI design integrations, e.g. Google Stitch.
  • Template: design.md.template
  • Sample: docs/DESIGN.md
  • Key Sections: Visual Identity (Typography, Colours), Visual Effects (e.g. Glassmorphism), Frontend Components (Layout, Carousel, Widget, etc), CLI UX (if present).
  • Triggers include, but are not limited to:

- When implementing a UI framework (e.g. React, Vue, Angular, Svelte, etc). - When adding or changing any UI components. - Modifying visuals or style, e.g. modifying index.css global styles.

4. docs/architecture-and-walkthrough.md (The "Blueprint")

  • Focus: System-wide architectural logic and design decisions. Assess if any change introduces a new "Design Decision" (ADR) that should be recorded in docs/architecture-and-walkthrough.md.
  • Template: architecture-and-walkthrough.md.template
  • Sample: docs/architecture-and-walkthrough.md
  • Key Sections: Design Decisions (ADRs in table format with Rationale), Solution Architecture, Service/Model relationships, Key User Journeys / Walkthroughs
  • Triggers include, but are not limited to:

- Adding or changing a design decision. - Changing a database schema. - Modifying agent orchestration logic. - Adding or changing a coding framework. - Changing or introducing a new infrastructure hosting service (e.g. on GCP). - Adding a security component or feature. - Adding a layer (e.g. frontend, API, backend, persistence, etc).

5. docs/testing.md (Quality Assurance)

  • Focus: How we verify the application's correctness.
  • Template: testing.md.template
  • Sample: docs/testing.md
  • Key Sections: Scope (e.g. Python, frontend, agents), tooling (pytest, ruff, etc.), CI/CD environment specifics (Local vs CI=true), Unit/Integration/E2E test descriptions, Manual verification steps (e.g., curl scripts for rate limiting).
  • Triggers include, but are not limited to:

- Adding / changing / removing tests. - Changing mock strategies. - Introducing new quality gating tools.

6. deployment/README.md (Infrastructure)

  • Focus: Provisioning and managing the infrastructure environment.
  • Template: deployment-README.md.template
  • Sample: deployment/README.md
  • Key Sections: Deployment approach (e.g. scripts, Terraform, or both), Terraform structure, Prerequisites, Variable propagation (env.tfvars -> substitutions -> runtime), Secrets management, CI/CD pipelines.
  • Maintenance Condition: All projects should have some sort of deployment documentation. If it does not exist, you should offer to create it. Update this documentation whenever you make changes to the deployment process.
  • Triggers include, but are not limited to:

- Adding a new Terraform resource. - Enabling APIs. - Changing a deployment script. - Adding a new service. - Changing or binding IAM roles. - Updating install pre-reqs. - Updating the CI/CD pipeline logic, updating GitHub Actions, updating Cloud Build, etc.

7. conductor/ Documents (Implementation Details)

  • Focus: Product logic, product branding, guidelines, and tech stack details. These documents are automatically managed by the Gemini Conductor Extension, but if changes are done outside of Conductor, these documents should be updated to reflect the changes.
  • Key Files: product.md, product-guidelines.md, tech-stack.md.
  • Maintenance Condition: ONLY maintain these documents if they already exist in the codebase.
  • Triggers include, but are not limited to:

- Major tech stack shifts. - Product branding changes. - Product logic re-definition. - Request to audit product alignment or tech stack compliance.

Continuous Update Workflow

[!IMPORTANT] Whenever you perform a code change or feature addition, or you are asked to review / update any documentation, you MUST: 1. Review ALL of the core document types and assess which ones should be created / updated, using the guidance for each document type provided above. 2. Then, create or update as required. 3. For documents you believe do not require updating, explicitly state this in your response. 4. Ensure all command snippets in README.md or testing.md match the updated code behavior. 5. Always use the provided templates in the references/ directory when creating new documentation files. 6. Use the samples in the references/samples/ directory as a guide for the style and structure of the documentation files.

Formatting Best Practices

  • Use Tables for mapping configurations, model fields, and design decisions to improve readability.
  • Always include a blank line after any markdown header (at any heading level).
  • Wrap any code in a fenced code block, with an appropriate language identifier.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.78%
按下载量换算46

Claude

29.92%
按下载量换算37

Cursor

17.74%
按下载量换算22

Gemini CLI

9.76%
按下载量换算12

安全审计

Gen Agent Trust Hub

可疑

Socket

可疑

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

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

来源信息

继续浏览同类 Skills