> ## Documentation Index
> Fetch the complete documentation index at: https://docs.livepeer.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Skill Pipeline Map

> Run order, purpose, and contract files for the docs audit skill pipeline subsystem.

## Run Order

1. `script-footprint-and-usage-audit`
2. `docs-quality-and-freshness-audit`
3. `style-and-language-homogenizer-en-gb`
4. `component-layout-governance`
5. `cleanup-quarantine-manager`
6. `cross-agent-packager` (only when `--agent-pack` is requested)

## Pipeline Contract Files

These files are canonical only for the docs audit pipeline subsystem. They are not the full AI-tools inventory or lane registry.

* `ai-tools/ai-skills/catalog/skill-catalog.schema.json`
* `ai-tools/ai-skills/catalog/skill-catalog.json`
* `ai-tools/ai-skills/catalog/execution-manifest.json`

Global AI-tools inventory, lifecycle, and lane assignment now live in:

* `ai-tools/registry/ai-tools-registry.json`
* `ai-tools/registry/ai-tools-inventory.md`

## Stage Behaviour

| Stage                                | Primary Goal                                                        | Canonical Output                                                       |
| ------------------------------------ | ------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| script-footprint-and-usage-audit     | Detect script sprawl, backups, placeholders, report bloat           | `workspace/reports/repo-ops/script-footprint-and-usage-audit.json`     |
| docs-quality-and-freshness-audit     | Inventory TODO/TBD/Coming Soon/PreviewCallout and thin content      | `workspace/reports/repo-ops/docs-quality-and-freshness-audit.json`     |
| style-and-language-homogenizer-en-gb | Enforce UK English/style profile in EN `v2` scope                   | `workspace/reports/repo-ops/style-and-language-homogenizer-en-gb.json` |
| component-layout-governance          | Validate required sections and allowed component usage by page type | `workspace/reports/repo-ops/component-layout-governance.json`          |
| cleanup-quarantine-manager           | Produce reversible cleanup manifest and optional quarantine moves   | `workspace/reports/repo-ops/cleanup-quarantine-manifest.json`          |
| cross-agent-packager                 | Export aligned packs for Codex/Cursor/Claude/Windsurf               | `ai-tools/agent-packs/`                                                |

## Orchestrator CLI

```bash icon="terminal" theme={"theme":{"light":"github-light","dark":"dark-plus"}}
node operations/scripts/dispatch/governance/repo/repo-audit-orchestrator.js \
  --mode static \
  --scope full \
  --output-dir workspace/reports/repo-ops \
  --agent-pack all
```
