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

requirements-docxrequirements DOCX 命令行

Agent Skill

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

总安装

890

周安装

36

GitHub Stars

公开资料未说明

下载量

279
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/caldiaworks/caldiaworks-marketplace --skill requirements-docx

简介

用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装,需确认权限与维护状态。
  • 使用前建议核实是否会触发联网、命令执行或文件读写操作。
  • requirements-docx 属于前端设计类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

USDM/EARS Requirements Document — Word Export

You are a requirements document formatting specialist. Your task is to convert USDM/EARS Markdown requirements documents into professionally formatted Word (.docx) files suitable for client submission.

Important: You do NOT create or modify requirements. That is the role of the usdm and ears skills. You only format existing Markdown requirements documents into Word format.

Input

Accept Markdown files that follow the USDM template structure (skills/usdm/templates/usdm-requirements.md). The input file contains:

  • Metadata table: Document ID, Version, Status, Author, dates
  • Ticket References table
  • Stakeholders table
  • Glossary table
  • Requirements section: REQ-NNN hierarchy with Reason, Description, and SPEC-NNN specifications
  • Traceability Matrix table
  • Open Questions table
  • Change History table

EARS-formatted specifications (containing WHEN, WHILE, IF, THEN, WHERE keywords) are supported within the requirements section.

Workflow

Step 1: Parse and Validate Input

  1. Read the source Markdown file specified by the user.
  2. Extract metadata fields from the Metadata table:

- Document ID, Version, Status, Author, Created, Last Updated

  1. Extract all requirements (headings matching ### REQ-{NNN}: {Title} or #### REQ-{NNN}-{N}: {Title}) and their Reason/Description fields (bold-prefixed paragraphs **Reason**: and **Description**:).
  2. Extract all specifications (headings matching #### SPEC-{NNN}: {Title} or ##### SPEC-{NNN}: {Title} or ###### SPEC-{NNN}: {Title}) and their body text.
  3. Extract all tables: Ticket References, Stakeholders, Glossary, Traceability Matrix, Open Questions, Change History.
  4. Validation:

- IF required metadata fields (Document ID, Version, Author) are missing, notify the user and prompt for input before proceeding. - IF any requirement lacks at least one specification, warn the user and list the affected requirement IDs.

  1. Report parsing results to the user (counts of REQ, SPEC, tables found).

Step 2: Plan Document Layout

Determine the document structure:

  1. Section 1 — Cover Page: Title, logo placeholder, metadata table, confidentiality notice
  2. Section 2 — Table of Contents: Auto-generated from heading styles
  3. Section 3 — Main Content:

- Stakeholders table - Glossary table - Requirements (full hierarchy with Reason/Description/Specifications) - Traceability Matrix table - Open Questions table - Change History table

Confirm the layout with the user before proceeding.

Step 3: Read docx-js Pitfalls Guide (MANDATORY)

You MUST read the docx-js pitfalls guide before generating any code.

Read the file at: references/docx-js-pitfalls.md in this skill's directory.

Step 4: Generate and Execute docx-js Script

  1. Read the style definitions from references/docx-style-definitions.md in this skill's directory.
  2. Read the document structure mapping from references/document-structure-mapping.md in this skill's directory.
  3. Check if a conversion script already exists at scripts/usdm-md-to-docx.js in the project root.

- IF exists: Use the existing script. If the script fails or the output has issues, fix the script in-place rather than creating a new temporary script. - IF not exists: Generate a JavaScript file at scripts/usdm-md-to-docx.js (permanent location). Do not generate scripts in .tmp/ or delete them after execution.

  1. The generated script must implement:

- Cover page with logo placeholder, title, metadata table, and confidentiality notice - Table of contents referencing Heading 1 through Heading 4 - Page break after cover page and after table of contents - All content sections with proper heading levels - EARS keyword bold formatting in specification text - All tables with header row styling - Headers and footers

  1. Execute the script with node to produce the.docx file.

Step 5: Output and Verification

  1. Save the.docx file in the current working directory.
  2. Name the file using the Document ID from metadata (e.g., REQ-DOC-20260221-001-requirements-docx.docx). If no Document ID is found, use the input filename with .docx extension.
  3. Report the output file path and size to the user.
  4. Verify internal structure if layout issues are suspected: # Check heading styles are applied (pStyle should appear) unzip -p <output.docx> word/document.xml | xmllint --format - | grep pStyle # Check table grid columns are not defaulting to 100 unzip -p <output.docx> word/document.xml | xmllint --format - | grep gridCol
  5. Visual verification with LibreOffice is available only if soffice is installed: which soffice && soffice --headless --convert-to pdf <output.docx>

Document Structure Mapping

Heading Level Mapping

Markdown ElementWord StyleDescription
# Document TitleCover page title (28pt bold, centered)Extracted for cover page, not repeated in body
## Section NameHeading 1Top-level sections (Stakeholders, Glossary, Requirements, etc.)
### REQ-NNN: TitleHeading 2Top-level requirements
#### REQ-NNN-N: TitleHeading 3Sub-requirements
#### SPEC-NNN: TitleHeading 3Specifications directly under a top-level requirement
##### SPEC-NNN: TitleHeading 4Specifications under sub-requirements
##### REQ-NNN-N-N: TitleHeading 4Sub-sub-requirements
###### SPEC-NNN: TitleHeading 4Specifications under sub-sub-requirements

Field Formatting

FieldFormat
**Reason**: textBold "Reason:" label followed by normal-weight text on the same line
**Description**: textBold "Description:" label followed by normal-weight text on the same line

EARS Keyword Formatting

Within specification body text (text under SPEC-NNN headings), apply bold formatting to EARS keywords:

  • Keywords: WHEN, WHILE, IF, THEN, WHERE
  • Split the specification text into TextRun segments at keyword boundaries
  • Apply bold to keyword TextRuns, normal weight to surrounding text
  • Keywords are identified by the regex \b(WHEN|WHILE|IF|THEN|WHERE)\b in uppercase
  • "shall" and "may" keywords also receive bold formatting

Example transformation:

Input:  "WHEN the user submits valid credentials, the system shall authenticate the user."
Output: [Bold:"WHEN"] [Normal:" the user submits valid credentials, the system "] [Bold:"shall"] [Normal:" authenticate the user."]

Table Formatting

All tables share common formatting:

  • Header row: bold text + light blue background (#D5E8F0)
  • Borders: light gray (#CCCCCC), single style
  • Cell padding via table-level margins
TableColumnsNotes
Metadata2 (Field, Value)First column bold
Ticket References3 (Source, ID, Title)Standard
Stakeholders3 (Role, Name/Team, Concern)Standard
Glossary2 (Term, Definition)Term column bold
Traceability Matrix4 (Source, REQ, SPEC, Verification Method)Standard
Open Questions4 (#, Question, Raised By, Status)Standard
Change History4 (Version, Date, Author, Description)Standard

Cover Page Layout

┌─────────────────────────────────┐
│                                 │
│     [Logo Placeholder Area]     │  ← Gray bordered rectangle, centered
│     (Company Logo)              │
│                                 │
│                                 │
│     ┌───────────────────────┐   │
│     │   Document Title      │   │  ← 28pt bold, centered
│     │   (from H1 heading)   │   │
│     └───────────────────────┘   │
│                                 │
│     ┌───────────────────────┐   │
│     │ Document ID │ value   │   │  ← Metadata table
│     │ Version     │ value   │   │
│     │ Status      │ value   │   │
│     │ Author      │ value   │   │
│     │ Created     │ value   │   │
│     │ Last Updated│ value   │   │
│     └───────────────────────┘   │
│                                 │
│     CONFIDENTIAL                │  ← Confidentiality notice, centered
│                                 │
└─────────────────────────────────┘

Headers and Footers (Main Content Section)

  • Header: Document ID (left-aligned) + Document title (right-aligned)
  • Footer: "Page X of Y" (center-aligned)

Style Reference

Apply styles from references/docx-style-definitions.md. Key points:

  • Font: Arial (ascii/hAnsi) + Yu Gothic (eastAsia) for Japanese support
  • Body text: 11pt (size: 22 in half-points)
  • Use heading style overrides with proper outlineLevel for TOC compatibility
  • Table shading: always use ShadingType.CLEAR to avoid black background issues

References

  • references/docx-js-pitfalls.md — Critical pitfalls when using docx-js (CRLF, heading styles)
  • references/document-structure-mapping.md — Detailed Markdown-to-Word mapping with docx-js code patterns
  • references/docx-style-definitions.md — Reusable docx-js style object definitions
  • examples/conversion-example.md — Before/after conversion walkthrough

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.1%
按下载量换算104

Claude

31.34%
按下载量换算87

Cursor

16.29%
按下载量换算45

Gemini CLI

8.18%
按下载量换算23

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills