reusable-docs

Generate Markdown documentation for GitHub reusable workflows and actions.

1|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/intartif/demos-agent-skills --skill reusable-docs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reusable-docs
Source: https://github.com/intartif/demos-agent-skills/tree/main/.github/skills/reusable-docs
Command: npx skills add https://github.com/intartif/demos-agent-skills --skill reusable-docs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Genera documentación estandarizada para workflows o actions reusable de github actions (on: workflow_call) y reusable actions (action.yml), guardando el resultado en ./docs/actions o ./docs/workflows según corresponda.

Core Features & Use Cases

  • Documenta workflows reutilizables (workflow_call) y actions reutilizables (action.yml) de GitHub Actions.
  • Genera y guarda Markdown en los directorios ./docs/actions o ./docs/workflows según corresponda.
  • Opcionalmente actualiza un índice en docs/README.md para facilitar la navegación.

Quick Start

Indica si documentarás workflows o actions, luego selecciona los archivos para generar la documentación.

Frequently Asked Questions about reusable-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate standardized documentation for GitHub Actions reusable workflows?

To generate documentation for GitHub Actions reusable workflows, you need a YAML frontmatter containing name and description. The tool targets workflow_call-enabled workflows and outputs Markdown files to the docs/workflows directory automatically.

Can I document GitHub Actions defined in action.yml files?

Yes, you can document reusable actions defined in action.yml files. The generator processes these definitions and saves the resulting Markdown documentation into the ./docs/actions directory to keep your repository organized.

What is the best way to include extended resources like scripts and assets in my action documentation?

The best way to include extended resources is by utilizing optional scripts/, references/, and assets/ directories within your GitHub Actions structure. The documentation generator supports reading these directories to enrich the output Markdown.

Does generating documentation for GitHub Actions update the repository index automatically?

Generating documentation for GitHub Actions optionally updates an index in docs/README.md. This feature automatically facilitates navigation across your generated workflow and action Markdown files.

What do I need to start automating docs for my reusable GitHub workflows?

To start automating docs for reusable GitHub workflows, you need valid workflow files with workflow_call triggers and a YAML frontmatter specifying name and description. Simply indicate whether you are documenting workflows or actions, then select the files.