What problem does it solve? Crafting effective prompts for AI models is inconsistent and often produces unpredictable outputs. This Skill provides structured prompt patterns, templates, and model-specific guidance for LLMs, image generators, and video models, all runnable through the inference.sh CLI. ## Core Features & Use Cases - LLM Prompting Patterns: Covers role prompting, chain-of-thought, few-shot examples, constraint setting, and structured JSON output for models like Claude and GPT-4. - Image & Video Prompting: Provides subject/style/composition structures, negative prompts, camera movement keywords, and temporal keywords for FLUX and Veo models. - Prompt Templates & Iterative Refinement: Includes ready-made templates for code review and content writing, plus a workflow for progressively refining prompts. - Use Case: A developer needs a model to return strict JSON sentiment analysis results. They apply the output format specification pattern with a schema and few-shot examples to get consistent, parseable responses. ## Quick Start Ask the AI to run a well-structured prompt through the belt CLI, such as requesting a chain-of-thought solution or a JSON-formatted sentiment analysis using the openrouter/claude-sonnet-45 app.