skills/anthropic-prompt-engineer/SKILL.md
Master Anthropic's prompt engineering techniques to generate new prompts or improve existing ones using best practices for Claude AI models.
npx skillsauth add jamesrochabrun/skills anthropic-prompt-engineerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Master the art and science of prompt engineering with Anthropic's proven techniques. Generate new prompts from scratch or improve existing ones using best practices for Claude AI models (Claude 4.x, Sonnet, Opus, Haiku).
Helps you create and optimize prompts for Claude AI using Anthropic's official techniques:
Without proper prompting:
With engineered prompts:
Using the anthropic-prompt-engineer skill, create a prompt that:
- Extracts structured data from customer emails
- Returns JSON format
- Handles missing information gracefully
- Includes 2 examples
Using the anthropic-prompt-engineer skill, improve this prompt:
"Analyze this code and tell me if there are bugs"
Make it more effective using Anthropic's best practices.
Provide explicit, unambiguous instructions. Claude 4.x excels with precise direction.
Organize prompts with semantic tags like <instructions>, <example>, <context>.
Ask Claude to think step-by-step for complex reasoning.
Start Claude's response to guide format and style.
Provide 2-5 diverse examples showing the pattern you want.
Give Claude a specific role or persona for appropriate context.
All techniques, examples, and templates are available in the references/ directory:
Create a prompt that extracts names, emails, and phone numbers from business cards.
Transform "Write about machine learning" into a structured, effective prompt.
Fix inconsistent outputs by adding structure, examples, and format specification.
Master prompt engineering to create:
Apply Anthropic's proven techniques for best results.
Remember: Good prompts are engineered, not guessed.
testing
Generate comprehensive trading plans with risk management, position sizing, entry/exit strategies, and performance tracking to trade with discipline and consistency.
tools
Plan and execute technical product launches for developer tools, APIs, and technical products. Use this skill when technical PMMs need to "plan a launch", "create a launch strategy", "coordinate a product release", or "prepare for GA/beta launch".
development
This skill provides comprehensive guidance for implementing advanced SwiftUI animations, transitions, matched geometry effects, and Metal shader integration. Use when building animations, view transitions, hero animations, or GPU-accelerated effects in SwiftUI apps for iOS and macOS.
development
Guide for building, auditing, and refactoring Swift code using modern concurrency patterns (Swift 6+). This skill should be used when working with async/await, Tasks, actors, MainActor, Sendable types, isolation domains, or when migrating legacy callback/Combine code to structured concurrency. Covers Approachable Concurrency settings, isolated parameters, and common pitfalls.