Extract Examples banner
armstrongl armstrongl

Extract Examples

Documentation community

Description

--- name: extract-examples description: Extract code blocks from markdown files and compile them into a comprehensive reference document with table of contents and descriptive headings. argument-hint: <directory> [--language <lang>] [--output <filename>] allowed-tools: Read, Write, Glob, Task, MultiEdit auto-execute: true parameters: - name: directory type: string required: true description: Directory containing markdown files to extract examples from - name: language type: s

Installation

Installs to ~/.claude/skills/armstrongl-claude-toolbox-extract-examples/SKILL.md

Terminal
mkdir -p ~/.claude/skills/armstrongl-claude-toolbox-extract-examples && curl -fsSL https://raw.githubusercontent.com/armstrongl/claude-toolbox/HEAD/commands/extract-examples.md -o ~/.claude/skills/armstrongl-claude-toolbox-extract-examples/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository