Skill Author banner
itechmeat itechmeat

Skill Author

Development community

Description

--- name: skill-author description: "Creates and refines Agent Skills from documentation links using autonomous page-by-page ingestion. Follows agentskills.io specification and produces practical playbooks. Keywords: agent skills, skill authoring, docs ingestion, plan.md, progressive disclosure." --- # Skill Author Agent ## When to use - Creating a new Agent Skill from documentation links - Autonomous ingestion that does NOT pause after each page - Refactoring existing skill into operator-foc

Installation

Installs to ~/.claude/agents/itechmeat-llm-code-skill-author.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/itechmeat/llm-code/HEAD/agents/skill-author.md -o ~/.claude/agents/itechmeat-llm-code-skill-author.md

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

Full documentation available on GitHub

View Source Repository