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.
npx skills add Eliyce/paqad-ai --skill documentation-workflowgit clone --depth 1 https://github.com/Eliyce/paqad-aiWrote 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.
[](https://agentmods.dev/skills/eliyce/paqad-ai/documentation-workflow)<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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.
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-updateworkflow: Run Stage 1. Use for post-onboarding, stack-validation, or drift-refresh runs where instruction docs need to be created or regenerated.module-documentationworkflow: Run Stage 2. Use only after the user has reviewedmodule-map.ymland confirmed business-language names.
Inputs
- Read
.paqad/project-profile.yaml,.paqad/detection-report.json, and.paqad/doc-progress.jsonif they exist. - For Stage 2: require
docs/instructions/rules/module-map.yml. Refuse if absent.
Procedure — Stage 1 (foundation)
- Validate the effective stack and capabilities against current manifests.
- Recover any interrupted tracker entries still marked in-progress.
- Generate or update
docs/instructions/stack/**,docs/instructions/architecture/**,docs/instructions/design-system/**,docs/instructions/registries/**,docs/instructions/benchmarks/**, anddocs/instructions/tech-debt/**. - 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).
- Write or update
docs/instructions/rules/module-map.yml. - Record
.paqad/doc-progress.jsonwithmoduleDocStage: pending_map_review. - **Do not create or regenerate
docs/modules/**.** - 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.
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.
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.
- 8d ago First seen · 103 lines · 49 tokens per session scan A 695b56e996f3
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.
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.
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'…
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.
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…
gws-sheets
Google Sheets: Read and write spreadsheets.
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.