en un clic
llmtornado-tutorial-generator
// Generates comprehensive code tutorials on LlmTornado API formatted for Medium publication with examples, explanations, and best practices.
// Generates comprehensive code tutorials on LlmTornado API formatted for Medium publication with examples, explanations, and best practices.
| name | llmtornado-tutorial-generator |
| description | Generates comprehensive code tutorials on LlmTornado API formatted for Medium publication with examples, explanations, and best practices. |
Copy this checklist and track your progress:
LlmTornado Tutorial Generation Progress:
- [ ] Step 1: Identify tutorial topic and scope
- [ ] Step 2: Structure tutorial outline
- [ ] Step 3: Generate code examples
- [ ] Step 4: Add explanations and best practices
- [ ] Step 5: Format for Medium publication
- [ ] Step 6: Save to local file
Determine the specific aspect of LlmTornado API to cover:
Ask the user if a specific topic isn't provided:
Create a comprehensive outline following Medium best practices:
Create working, production-ready code examples:
# Description of what this code does
import llmtornado
# Initialize the client
client = llmtornado.Client(api_key="your_api_key")
# Your implementation here
For each code example, provide:
Apply Medium-specific formatting:
variable_names and function_calls()Save the generated tutorial to a local markdown file:
llmtornado-tutorial-[topic]-[date].md
Example: llmtornado-tutorial-chat-completions-2024-01-15.md
/projects/llmtornado-tutorials/
├── llmtornado-tutorial-[topic].md
└── examples/
└── [topic]-example.py
When a user requests a tutorial, follow this pattern:
User: "Create a tutorial on LlmTornado chat completions"
Response Process:
/projects/llmtornado-tutorials/llmtornado-tutorial-chat-completions-[date].mdBefore finalizing, ensure:
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.
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.