npx skills add ...
npx skills add davila7/claude-code-templates --skill senior-prompt-engineer
npx skills add davila7/claude-code-templates --skill senior-prompt-engineer
World-class prompt engineering skill for LLM optimization, prompt patterns, structured outputs, and AI product development. Expertise in Claude, GPT-4, prompt design patterns, few-shot learning, chain-of-thought, and AI evaluation. Includes RAG optimization, agent design, and LLM system architecture. Use when building AI products, optimizing LLM performance, designing agentic systems, or implementing advanced prompting techniques.
World-class senior prompt engineer skill for production-grade AI/ML/Data systems.
This skill covers world-class capabilities in:
Languages: Python, SQL, R, Scala, Go ML Frameworks: PyTorch, TensorFlow, Scikit-learn, XGBoost Data Tools: Spark, Airflow, dbt, Kafka, Databricks LLM Frameworks: LangChain, LlamaIndex, DSPy Deployment: Docker, Kubernetes, AWS/GCP/Azure Monitoring: MLflow, Weights & Biases, Prometheus Databases: PostgreSQL, BigQuery, Snowflake, Pinecone
Comprehensive guide available in references/prompt_engineering_patterns.md covering:
Complete workflow documentation in references/llm_evaluation_frameworks.md including:
Technical reference guide in references/agentic_system_design.md with:
Enterprise-scale data processing with distributed computing:
Production ML system with high availability:
High-throughput inference system:
Latency:
Throughput:
Availability:
references/prompt_engineering_patterns.mdreferences/llm_evaluation_frameworks.mdreferences/agentic_system_design.mdscripts/ directoryAs a world-class senior professional:
Technical Leadership
Strategic Thinking
Collaboration
Innovation
Production Excellence
# Development
python -m pytest tests/ -v --cov
python -m black src/
python -m pylint src/
# Training
python scripts/train.py --config prod.yaml
python scripts/evaluate.py --model best.pth
# Deployment
docker build -t service:v1 .
kubectl apply -f k8s/
helm upgrade service ./charts/
# Monitoring
kubectl logs -f deployment/service
python scripts/health_check.py