What problem does it solve? Writing effective prompts for LLMs is hard: vague instructions produce inconsistent outputs, techniques like Chain of Thought and Few-Shot are often misapplied, and prompts built for one platform fail on another. This Skill applies official Anthropic prompt engineering techniques to create, improve, or diagnose prompts tailored to each target platform. ## Core Features & Use Cases - Three operating modes: CRIAR (adaptive interview plus construction), MELHORAR (diagnosis plus rewrite with before/after scores), and ANALISAR (decomposition plus prioritized recommendations). - Platform-aware generation: Detects the target platform (Claude Desktop, Claude Code, N8N, Notion Custom AI, OpenClaw) and loads platform-specific patterns, including a multi-model adaptation table for GPT-4, Gemini, and Llama. - Quality scorecard: Evaluates every prompt against a 4-dimension scorecard with a 7.5/10 delivery threshold, plus a practical validation test suggestion. - Use Case: A user says "my N8N support-ticket classifier prompt gives inconsistent JSON." The Skill detects ANALISAR mode and the N8N platform, diagnoses missing few-shot examples and output spec, and rewrites the prompt with structured JSON output and edge-case rules. ## Quick Start Ask the assistant to create a prompt for your use case, for example: "Create a system prompt for an N8N agent that classifies support tickets into categories and priority."