ln-160-docs-skill-extractor

Solid

Extracts procedural content from project docs into .claude/commands skills. Use when docs contain deploy, test, or troubleshoot procedures.

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}`. # ln-160-docs-skill-extractor **Type:** L2 Coordinator **Category:** 1XX Documentation Pipeline **Workers:** ln-161-skill-creator, ln-162-skill-reviewer Scans project documentation, identifies procedural content, and extracts it into executable `.claude/commands/*.md` files. Declarative documentation stays in markdown; this skill only routes procedural sections into command form. --- ## Overview | Aspect | Details | |--------|---------| | **Input** | Project docs, test docs, and optional doc registry | | **Output** | `.claude/commands/*.md` files in target project | | **Workers** | ln-161 creates commands, ln-162 reviews them | | **Source policy** | Docs-first extraction; `AGENTS.md` and `CLAUDE.md` are routing-only | --- ## Workflow ``` Phase 1: Discovery (route docs, build inventory) | Phase 2: Classification (procedural vs declarative scoring) | Phase 3: Extraction Plan (user approval) | Phase 4: Delegate -> ln-161 (create commands) | Phase 5: Delegate -> ln-162 (review commands) | Phase 6: Report (aggregate results) ``` --- ## Phase 1: Discovery **MANDATORY READ:** Load `shared/references/procedural_extraction_rules....

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