prompt-optimizer
Prompt Optimizer
Optimize prompts for Claude 4.x models (Sonnet 4.5, Haiku 4.5, Opus 4.5) using Anthropic's official guidance.
Core Principles
1. Be Explicit
Claude 4.x models follow instructions precisely. Request behaviors explicitly rather than hoping Claude infers them.
Less effective: Create an analytics dashboard
More effective: Create an analytics dashboard. Include as many relevant features and interactions as possible. Go beyond the basics to create a fully-featured implementation.
2. Provide Context for Why
Explain motivation behind instructions to help Claude generalize appropriately.
Less effective: NEVER use ellipses
More from aznatkoiny/zai-skills
consulting-frameworks
>
112real-estate-investment
>
13x402-payments
|
11reinforcement-learning
|
11cpp-reinforcement-learning
|
9deep-learning
Comprehensive guide for Deep Learning with Keras 3 (Multi-Backend: JAX, TensorFlow, PyTorch). Use when building neural networks, CNNs for computer vision, RNNs/Transformers for NLP, time series forecasting, or generative models (VAEs, GANs). Covers model building (Sequential/Functional/Subclassing APIs), custom training loops, data augmentation, transfer learning, and production best practices.
8