documentation-workflow

documentation-workflow is a skill for Codex from Eliyce/paqad-ai. It costs 49 tokens per session (1,141 once invoked), scanned A, original, MIT.

A two-stage workflow for creating project documentation and then documenting the application’s modules from an approved map.

In plain words
What is it for?
Use its foundation stage to create architecture and project instruction documents, then use its module stage to create documentation for reviewed modules.
Why use it?
It structures documentation work after onboarding and prevents module documents from being generated before the module list is reviewed.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use its foundation stage to create architecture and project instruction documents, then use its module stage to create documentation for reviewed modules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/eliyce/paqad-ai/documentation-workflow
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Eliyce/paqad-ai --skill documentation-workflow
Clone the repo
git clone --depth 1 https://github.com/Eliyce/paqad-ai

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for documentation-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/eliyce/paqad-ai/documentation-workflow.svg)](https://agentmods.dev/skills/eliyce/paqad-ai/documentation-workflow)
Your own site
<a href="https://agentmods.dev/skills/eliyce/paqad-ai/documentation-workflow"><img src="https://agentmods.dev/badge/skills/eliyce/paqad-ai/documentation-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,141 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.01141
Opus 5 $0.00024 $0.00571
Sonnet 5 $0.00010 $0.00228
Haiku 4.5 $0.00005 $0.00114

Measured 8d ago against content hash 695b56e996f3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

documentation-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/check-stage2-prereq.sh, scripts/lint-output.sh, scripts/list-orphan-module-dirs.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

runtime/base/skills/documentation-workflow/SKILL.md · 103 lines

How it starts

The opening of the file, as written. The whole thing — 103 lines — stays where its author put it; the contents beside it link to each section on GitHub.

What It Does

Runs the two-stage post-onboarding documentation workflow.

Stage 1 — Foundation (create documentation) Generates docs/instructions/** (stack, architecture, design-system, registries, benchmarks, tech-debt) and writes docs/instructions/rules/module-map.yml. Module docs are explicitly deferred until the user reviews the map.

Stage 2 — Module documentation (create module documentation) Reads docs/instructions/rules/module-map.yml as the sole authority for module and feature names, then generates docs/modules/**. Refuses to run if the map is absent.

Use This When

  • documentation-update workflow: Run Stage 1. Use for post-onboarding, stack-validation, or drift-refresh runs where instruction docs need to be created or regenerated.
  • module-documentation workflow: Run Stage 2. Use only after the user has reviewed module-map.yml and confirmed business-language names.

Inputs

  • Read .paqad/project-profile.yaml, .paqad/detection-report.json, and .paqad/doc-progress.json if they exist.
  • For Stage 2: require docs/instructions/rules/module-map.yml. Refuse if absent.

Procedure — Stage 1 (foundation)

  1. Validate the effective stack and capabilities against current manifests.
  2. Recover any interrupted tracker entries still marked in-progress.
  3. Generate or update docs/instructions/stack/**, docs/instructions/architecture/**, docs/instructions/design-system/**, docs/instructions/registries/**, docs/instructions/benchmarks/**, and docs/instructions/tech-debt/**.
  4. Discover business modules from the codebase using the precedence order defined in the spec (user-provided → locked map entries → codebase-native containers → deterministic inference → LLM fallback).
  5. Write or update docs/instructions/rules/module-map.yml.
  6. Record .paqad/doc-progress.json with moduleDocStage: pending_map_review.
  7. **Do not create or regenerate docs/modules/**.**
  8. End with the required message:
Module map written to docs/instructions/rules/module-map.yml.
Review and verify the module and feature names first. After the map is correct, prompt me with: create module documentation.

Read the full file on GitHub · 103 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 103 lines · 49 tokens per session scan A 695b56e996f3

Subscribe to this mod's changes

documentation-workflow is a skill published in the GitHub repository Eliyce/paqad-ai (8 stars, last pushed today), licensed MIT. It adds 49 tokens to every session and 1,141 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

document-comparison

Compare two or more PDF documents by extracting targeted sections, building a structured comparison matrix, and highlighting differences with page references.

vladkesler/initrunner · 28 tokens

officecli-word-form

Use this skill to create fillable Word forms (.docx) with real Content Controls (SDT) + legacy FormField checkboxes + MERGEFIELD mail-merge placeholders + document protection. Trigger on: 'fillable form', 'form fields', 'content controls', 'SDT', 'word form', 'fill in', 'only editable fields', 'protect document'…

iOfficeAI/OfficeCLI · 224 tokens

foundry-hosted-agent-validation

Step-by-step process for validating a Python Foundry hosted agent sample (under python/samples/04-hosting/foundry-hosted-agents/) end to end — running it locally (native runtime and azd ai agent run) and after deploying it to an Azure AI Foundry project with azd. Use this when asked to validate a hosted agent sample.

microsoft/agent-framework · 82 tokens

officecli-data-dashboard

Use this skill to build a multi-element Excel dashboard — Dashboard sheet on open, multiple formula-driven KPI cards, multiple charts, sparklines, and conditional formatting — from CSV or tabular input. Trigger on: 'dashboard', 'KPI dashboard', 'analytics dashboard', 'executive dashboard', 'metrics dashboard', 'CSV to…

iOfficeAI/OfficeCLI · 157 tokens

gws-sheets

Google Sheets: Read and write spreadsheets.

googleworkspace/cli · 13 tokens

report-to-pdf

Narrow conversion skill. Invoke only when the user explicitly asks to convert an existing Data Analytics report, dashboard, or inline chart export into a PDF artifact.

XiaomiMiMo/MiMo-Code · 36 tokens