ln-161-skill-creator

Solid

Creates .claude/commands from procedural doc sections. Use when transforming documentation prose into executable skill files.

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-161-skill-creator **Type:** L3 Worker (standalone-capable) **Category:** 1XX Documentation Pipeline Creates `.claude/commands/*.md` files from procedural documentation sections. It converts procedural prose into imperative command instructions without changing the source docs. --- ## Overview | Aspect | Details | |--------|---------| | **Input** | Approved procedural sections or standalone docs scan | | **Output** | `.claude/commands/*.md` files in target project | | **Template** | `references/command_template.md` | | **Read mode** | Section-first markdown reading | --- ## Input Modes | Mode | Trigger | Behavior | |------|---------|----------| | **Provided sections** | Context contains `approved_sections` | Use supplied sections directly | | **Standalone** | Invoked directly with `$ARGUMENTS` | Self-discover, classify, and create commands | ### Standalone Discovery When invoked without `approved_sections`: 1. Read `shared/references/procedural_extraction_rules.md`, `shared/references/markdown_read_protocol.md`, and `shared/references/docs_quality_contract.md` 2. Scan docs-first sources: - `docs/**/*.md` - `tests/README.md` - `t...

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