llmtornado-tutorial-generator

llmtornado-tutorial-generator is a skill for Claude Code, Codex from lofcz/LLMTornado. It costs 31 tokens per session (1,405 once invoked), scanned A, original, MIT.

A workflow for creating code tutorials about the LlmTornado API, with examples, explanations, best practices, and formatting for Medium articles.

In plain words
What is it for?
Use it to plan tutorials about authentication, endpoints, streaming, function calling, integrations, error handling, or performance, then save the finished article locally.
Why use it?
It organizes the work of turning an API topic into a complete tutorial instead of leaving setup, examples, or explanations incomplete.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to plan tutorials about authentication, endpoints, streaming, function calling, integrations, error handling, or performance, then save the finished article locally.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lofcz/llmtornado/llmtornado-tutorial-generator
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add lofcz/LLMTornado --skill llmtornado-tutorial-generator
Clone the repo
git clone --depth 1 https://github.com/lofcz/LLMTornado

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for llmtornado-tutorial-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/lofcz/llmtornado/llmtornado-tutorial-generator/github.svg)](https://agentmods.dev/skills/lofcz/llmtornado/llmtornado-tutorial-generator)
Your own site
<a href="https://agentmods.dev/skills/lofcz/llmtornado/llmtornado-tutorial-generator"><img src="https://agentmods.dev/badge/skills/lofcz/llmtornado/llmtornado-tutorial-generator/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for llmtornado-tutorial-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/lofcz/llmtornado/llmtornado-tutorial-generator"><img src="https://agentmods.dev/badge/skills/lofcz/llmtornado/llmtornado-tutorial-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,405 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.01405
Opus 5 $0.00015 $0.00702
Sonnet 5 $0.00006 $0.00281
Haiku 4.5 $0.00003 $0.00140

Measured 10d ago against content hash 97498167f74e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

llmtornado-tutorial-generator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/LlmTornado.Demo/Static/Files/Skills/llmtornado-tutorial-generator/SKILL.md · 190 lines

How it starts

The opening of the file, as written. The whole thing — 190 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Tutorial Generation Workflow

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

Step 1: Identify tutorial topic and scope

Determine the specific aspect of LlmTornado API to cover:

  • Basic setup and authentication
  • Specific API endpoints (chat completions, embeddings, etc.)
  • Advanced features (streaming, function calling, etc.)
  • Integration patterns
  • Error handling and best practices
  • Performance optimization

Ask the user if a specific topic isn't provided:

  • What LlmTornado API feature should be covered?
  • What's the target audience level (beginner, intermediate, advanced)?
  • Are there specific use cases to demonstrate?

Step 2: Structure tutorial outline

Create a comprehensive outline following Medium best practices:

Standard Structure:

  1. Title - Catchy and SEO-friendly
  2. Introduction - Hook and overview (2-3 paragraphs)
  3. Prerequisites - Required knowledge and tools
  4. Setup Section - Installation and configuration
  5. Core Concepts - Theory and explanation
  6. Hands-on Examples - Step-by-step code demonstrations
  7. Best Practices - Tips and recommendations
  8. Common Pitfalls - What to avoid
  9. Conclusion - Summary and next steps
  10. Resources - Links and references

Step 3: Generate code examples

Create working, production-ready code examples:

Code Example Guidelines:

  • Use proper code formatting with language tags
  • Include comments explaining each section
  • Show both synchronous and async patterns where applicable
  • Demonstrate error handling
  • Use realistic use cases
  • Keep examples concise but complete
  • Include expected output or responses

Example Code Block Format for Medium:

# Description of what this code does
import llmtornado

# Initialize the client
client = llmtornado.Client(api_key="your_api_key")

# Your implementation here

Read the full file on GitHub · 190 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 190 lines · 31 tokens per session scan A 97498167f74e

Subscribe to this mod's changes

llmtornado-tutorial-generator is a skill published in the GitHub repository lofcz/LLMTornado (639 stars, last pushed 23d ago), licensed MIT. It adds 31 tokens to every session and 1,405 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

author-pragma-dsl

Create and update validated pragma/v5 Expert, ExpertTeam, Flow, Evaluation, and Automation resources. Use when a user asks Pragma to create, change, configure, test, evaluate, or repair an Expert, team, Flow, Run Dry suite, schedule, trigger, or Automation in the current Pragma project.

pqpo/pragma · 70 tokens

portable-bundle-review

A review guide for portable Pragma bundles. A portable bundle is a packaged set of resources intended to work across environments.

pqpo/pragma · 21 tokens

pragma-code-review

A code-review guide written in Chinese. It reviews code across correctness, architectural boundaries, risk, and verification.

pqpo/pragma · 24 tokens

agent-orchestrator

Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.

Ghosteken/agent-harness · 41 tokens

agent-orchestrator

Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.

sickn33/agentic-awesome-skills · 41 tokens

agent-framework-py-release

Use when cutting a Python release for the microsoft/agent-framework monorepo. Triggers on "bump py versions", "cut a python release", "prepare release PR for python", "release py packages", "bump python to X.Y.Z", or similar requests to bump Python package versions and prepare a release PR. Handles all four lifecycle…

microsoft/agent-framework · 103 tokens