ability-generator
The ability-generator skill creates structured markdown templates for new skills by systematically working through four defined steps: establishing requirements, generating the initial template, refining it against specifications, and organizing it into standardized sections including name, description, and workflow. Use this skill when developing new Claude Code items or abilities that require consistent formatting and comprehensive documentation structure.
git clone --depth 1 https://github.com/lofcz/LLMTornado /tmp/ability-generator && cp -r /tmp/ability-generator/src/LlmTornado.Tests/Static/Files/Skills/ability-generator ~/.claude/skills/ability-generatorSKILL.md
## Skill Generation Workflow Copy this checklist and track your progress: ``` Skill Generation Progress: - [ ] Step 1: Define skill requirements - [ ] Step 2: Generate skill template - [ ] Step 3: Review and refine template - [ ] Step 4: Create structured summary ``` ## **Step 1: Define skill requirements** Review the provided specifications for the skill. Note the main functionalities and expected outcomes. ## **Step 2: Generate skill template** Using the defined requirements, create a markdown skill template that outlines the skill's name, description, and workflow. ## **Step 3: Review and refine template** Go through the generated template to ensure it meets the defined requirements. Make adjustments as necessary. ## **Step 4: Create structured summary** Organize the skill template by sections. Include: - Skill name - Description - Workflow steps - Any additional notes or considerations
A step-by-step guide to synthesizing research from multiple sources into a coherent summary.
This skill provides a comprehensive context extraction system for large codebases. It intelligently analyzes code structure, dependencies, and relationships to extract relevant context for understanding, debugging, or modifying code.
Compiles comprehensive company product context from PDF documents, web research, and industry knowledge
Performs comprehensive, multi-layered research on any topic with structured analysis and synthesis of information from multiple sources.
Generates comprehensive code tutorials on LlmTornado API formatted for Medium publication with examples, explanations, and best practices.
Extracts text and tables from PDF files, fills forms, and merges documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.
Generates Anthropic Skills with complete workflow including GitHub PR creation and local download verification.
Generates complete Anthropic SKILL packages with proper structure, documentation, and automated download verification.