ln-112-project-core-creator

Solid

Creates core project docs (requirements, architecture, tech stack, patterns catalog). Use for any project regardless of type.

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 Core Documentation Creator **Type:** L3 Worker L3 Worker that creates 4 core project documentation files. These are ALWAYS created regardless of project type. ## Purpose & Scope - Creates 4 core project documentation files (required for all projects) - Receives Context Store from ln-110-project-docs-coordinator - Heavy use of auto-discovery (architecture needs full project scan) - Replaces placeholders with project-specific data - Self-validates structure and content (16+ questions) - Never gathers context itself; uses coordinator input ## Invocation (who/when) - **ln-110-project-docs-coordinator:** ALWAYS invoked as second worker (after ln-111) - Never called directly by users ## Inputs From coordinator: - `contextStore`: Full Context Store with all discovered data - PROJECT_NAME, PROJECT_DESCRIPTION - TECH_STACK (full object: frontend, backend, database, etc.) - DEPENDENCIES (from package.json) - SRC_STRUCTURE (folder analysis) - EXTERNAL_SYSTEMS (from .env.example) - CODE_CONVENTIONS (from eslint, prettier) - ADR_LIST (from docs/reference/adrs/) - **LEGACY_CONTENT** (optional, from ln-100 Phase 0 migration): - `le...

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