documentation-pipeline

Documentation pipeline: Full project docs with auto-detection (backend/frontend/devops). Creates CLAUDE.md, README, architecture, requirements, API spec, runbook, references, kanban, test strategy.

Content Preview
{
  "name": "documentation-pipeline",
  "description": "Documentation pipeline: Full project docs with auto-detection (backend/frontend/devops). Creates CLAUDE.md, README, architecture, requirements, API spec, runbook, references, kanban, test strategy.",
  "source": "./",
  "strict": false,
  "skills": [
    "./skills-catalog/ln-100-documents-pipeline",
    "./skills-catalog/ln-110-project-docs-coordinator",
    "./skills-catalog/ln-111-root-docs-creator",
    "./skills-catalog/ln-112-project-c
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/documentation-pipeline.md \
  https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/levnikolaevich/claude-code-skills

Then reference at .claude-plugin/marketplace.json

Related Skills