Browse Skills
Ln 004 Agent Config Sync
v1.0.0Sync skills (symlinks) and MCP settings from Claude to Gemini CLI and Codex CLI
Ln 005 Environment Scanner
v1.0.0Probes CLI agents (Codex, Gemini) and writes docs/environment_state.json — agent availability config for Phase 0
Ln 100 Documents Pipeline
v1.0.0Top orchestrator for complete doc system. Delegates to ln-110 coordinator (project docs) + ln-120-150 workers. Phase 3: global cleanup. Idempotent.
Ln 1000 Pipeline Orchestrator
v1.0.0Meta-orchestrator: reads kanban board, lets user pick ONE Story, drives it through pipeline 300->310->400->500 via TeamCreate. Creates worktree isolation; coordinates workers + reports.
Ln 110 Project Docs Coordinator
v1.0.0Coordinates project documentation creation. Gathers context once, detects project type, delegates to specialized workers (ln-111-115).
Ln 111 Root Docs Creator
v1.0.0Creates 5 root documentation files (CLAUDE.md, docs/README.md, documentation_standards.md, principles.md, tools_config.md).
Ln 112 Project Core Creator
v1.0.0Creates 4 core project docs (requirements.md, architecture.md, tech_stack.md, patterns_catalog.md). ALWAYS created.
Ln 115 Devops Docs Creator
v1.0.0Creates infrastructure.md (always) and runbook.md (if hasDocker). DevOps documentation worker.
Ln 120 Reference Docs Creator
v1.0.0Creates reference documentation structure + smart documents (ADRs/Guides/Manuals) based on TECH_STACK. Only creates justified documents (nontrivial technology choices).
Ln 130 Tasks Docs Creator
v1.0.0Creates task management documentation (docs/tasks/README.md + kanban_board.md). Sets up Linear integration and task tracking rules.
Ln 160 Docs Skill Extractor
v1.0.0Scans project docs, classifies procedural content, extracts into .claude/commands skills
Ln 161 Skill Creator
v1.0.0Creates .claude/commands from procedural doc sections with proper structure and transformation