ln-110-project-docs-coordinator

Gather project context once and delegate documentation tasks to specialized L3 writers.

534|73|Updated Oct 24, 2025
One-click install
npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-110-project-docs-coordinator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ln-110-project-docs-coordinator
Source: https://github.com/levnikolaevich/claude-code-skills/tree/main/ln-110-project-docs-coordinator
Command: npx skills add https://github.com/levnikolaevich/claude-code-skills --skill ln-110-project-docs-coordinator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This L2 Coordinator gathers project context once, detects project type, and delegates to five L3 workers for core documentation tasks, then aggregates results.

Core Features & Use Cases

  • One-time context gathering from package.json, Docker, docker-compose, and repo structure
  • Detects flags: hasBackend, hasDatabase, hasFrontend, hasDocker
  • Delegates to: ln-111-root-docs-creator, ln-112-project-core-creator, ln-113-backend-docs-creator, ln-114-frontend-docs-creator, ln-115-devops-docs-creator
  • Aggregates results and returns a summary to the requesting pipeline

Quick Start

Run ln-110-project-docs-coordinator to initialize context and dispatch to worker tasks.

Frequently Asked Questions about ln-110-project-docs-coordinator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I coordinate documentation creation across multiple project components?

Documentation coordination gathers project context once, auto-detects your codebase structure (backend, frontend, database, Docker), then delegates specialized writing tasks to five workers and aggregates results into unified documentation artifacts.

Can I automate documentation for projects with mixed backend, frontend, and DevOps components?

Yes. The coordinator detects project type flags across package.json, Docker, docker-compose, and repo structure, then dispatches to specialized workers for root docs, core architecture, backend APIs, frontend guides, and DevOps setup—merging legacy content if provided.

How does project-type detection work for documentation workflows?

Project-type detection scans your repository structure and configuration files to identify hasBackend, hasDatabase, hasFrontend, and hasDocker flags, routing context to the appropriate specialized documentation workers for accurate, component-specific output.

What's the best way to delegate documentation tasks across a large codebase?

Use a coordinator that gathers context once from your entire project, detects component types automatically, distributes work to specialized writers, then aggregates all outputs—eliminating redundant context gathering and ensuring consistency across documentation artifacts.

Can documentation orchestration merge existing docs with newly generated content?

Yes. The coordinator supports explicit context passing to workers and merges legacy documentation when provided, combining your existing docs with newly generated specialized content from backend, frontend, and DevOps workers.

Do I need to manually configure context for each documentation worker?

No. One-time context gathering creates a Context Store from your project structure, which the coordinator automatically passes to all five specialized workers, eliminating manual per-worker configuration and ensuring consistent project understanding.