ln-110-project-docs-coordinator

Solid

Coordinates project documentation creation with single context gathering and project type detection. Use when generating project docs subset.

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}`. # Project Documentation Coordinator **Type:** L2 Coordinator **Category:** 1XX Documentation Pipeline Runtime-backed docs coordinator. The runtime owns context assembly checkpoints, conditional worker fan-out, and docs-generation summary aggregation. ## Purpose & Scope - **Single context gathering** — analyzes project once, builds Context Store - **Project type detection** — determines hasBackend, hasDatabase, hasFrontend, hasDocker - **Delegates to 5 workers** — passes Context Store to each worker - **Aggregates results** — collects status from all workers, returns summary - Solves the "context loss" problem by gathering data once and passing explicitly - Builds the routing table used by `ln-100` docs-quality repair loop ## Runtime Contract **MANDATORY READ:** Load `shared/references/coordinator_runtime_contract.md`, `shared/references/docs_runtime_contract.md`, `shared/references/docs_generation_summary_contract.md` Runtime family: `docs-runtime` Identifier: - `project-docs` Phases: 1. `PHASE_0_CONFIG` 2. `PHASE_1_CONTEXT_ASSEMBLY` 3. `PHASE_2_DETECTION` 4. `PHASE_3_DELEGATE` 5. `PHASE_4_AGGREGATE` 6. `PHASE_5_SELF_CHECK` Worker summary con...

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