mit einem Klick
skill-generator
// Generates complete Anthropic SKILL packages with proper structure, documentation, and automated download verification.
// Generates complete Anthropic SKILL packages with proper structure, documentation, and automated download verification.
Generates a structured skill template based on provided specifications.
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.
| name | skill-generator |
| description | Generates complete Anthropic SKILL packages with proper structure, documentation, and automated download verification. |
This skill generates complete Anthropic SKILL packages with proper structure, documentation, and automated download verification. It ensures all files are successfully transferred to the user's local machine.
/tmp/skill-{skillname}//tmp/skill-{skillname}//tmp/skill-{skillname}/ to $OUTPUT_DIR/skill-{skillname}/To install this skill:
1. Move the 'skill-{skillname}' folder to your skills directory
2. Ensure the folder structure is: skills/skill-{skillname}/SKILL.md
3. Test the skill by using one of these trigger phrases: {list triggers}
Every skill should follow this structure:
skill-{skillname}/
├── SKILL.md # Main skill documentation (REQUIRED)
├── README.md # User-facing documentation (RECOMMENDED)
├── examples/ # Example files (OPTIONAL)
├── scripts/ # Python/Bash scripts (OPTIONAL)
└── configs/ # Configuration files (OPTIONAL)
# {Skill Name} - {Brief Description}
## Trigger Words
- "trigger phrase 1"
- "trigger phrase 2"
- "trigger phrase 3"
## Description
{Detailed description of what the skill does}
## Workflow
1. Step 1
2. Step 2
3. Step 3
## Usage Examples
**Example 1:**
User: "{example user message}"
Assistant: {what the assistant should do}
## Technical Details
- {Any technical requirements}
- {Dependencies or prerequisites}
- {Special considerations}
## Files Included
- **SKILL.md**: This file
- **{other files}**: {description}
## Notes
{Any additional notes or warnings}
mkdir -p /tmp/skill-{skillname}/scripts
mkdir -p /tmp/skill-{skillname}/examples
# Copy entire directory structure to OUTPUT_DIR
cp -r /tmp/skill-{skillname} $OUTPUT_DIR/
# Before download - show what will be downloaded
echo "Files ready for download:"
find /tmp/skill-{skillname} -type f -exec basename {} \;
# Count files
find /tmp/skill-{skillname} -type f | wc -l
User: "Create a skill for processing CSV files"
Assistant: "I'll help you create a CSV processing skill! Let me gather some details:
Please provide these details so I can create the perfect skill for you!"
When updating this skill: