ln-100-documents-pipeline

Solid

Creates complete project documentation system (project docs, reference, tasks, tests). Use when bootstrapping docs from scratch or regenerating all.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. **Type:** L1 Top Orchestrator **Category:** 1XX Documentation Pipeline # Documentation Pipeline (Orchestrator) This skill orchestrates the creation of a complete documentation system by invoking one L2 coordinator plus 3 L2 workers. The coordinator (ln-110) delegates to 5 L3 workers for project docs; other L2 workers handle reference, tasks, and test domains. Each component validates its own output, and the orchestrator owns the final docs-quality acceptance gate. ## Purpose Top-level orchestrator that creates a complete project documentation system in one invocation. Chains ln-110 coordinator + ln-120/130/140 workers sequentially, then runs global cleanup (deduplication, orphan reporting, cross-link validation). ## Runtime Contract **MANDATORY READ:** Load `shared/references/coordinator_runtime_contract.md`, `shared/references/docs_pipeline_runtime_contract.md`, `shared/references/docs_generation_summary_contract.md` Runtime family: `docs-pipeline-runtime` Identifier: - `docs-pipeline` Phases: 1. `PHASE_0_CONFIG` 2. `PHASE_1_LEGACY_SCAN` 3. `PHASE_2_CONFIRMATION` 4. `PHASE_3_DELEGATE` 5. `PHASE_4_QUALITY_GATE` 6. `PHASE_5_CLEANUP` 7. `PHASE_...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category