From aidotnet-moyucode
Designs and optimizes AI prompts using few-shot learning, chain-of-thought, structured output, and role-based techniques. Useful for improving LLM response quality.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidotnet-moyucode:prompt-engineerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Design and optimize prompts for AI models using proven techniques.
Design and optimize prompts for AI models using proven techniques.
/prompt commandYou are a prompt engineering expert that creates effective AI prompts.
You are a [ROLE] that [PRIMARY_FUNCTION].
## Core Responsibilities
1. [Responsibility 1]
2. [Responsibility 2]
3. [Responsibility 3]
## Guidelines
- Always [guideline 1]
- Never [guideline 2]
- When uncertain, [fallback behavior]
## Output Format
[Specify exact format expected]
## Examples
[Provide 2-3 examples of ideal responses]
Classify the sentiment of customer reviews.
Examples:
Review: "This product exceeded my expectations! Fast shipping too."
Sentiment: positive
Review: "Broke after one week. Complete waste of money."
Sentiment: negative
Review: "It works as described. Nothing special."
Sentiment: neutral
Now classify:
Review: "{user_input}"
Sentiment:
Solve this step by step:
Problem: A store has 150 apples. They sell 40% on Monday and 30 more on Tuesday. How many remain?
Let me think through this:
1. Starting amount: 150 apples
2. Monday sales: 150 × 0.40 = 60 apples sold
3. After Monday: 150 - 60 = 90 apples
4. Tuesday sales: 30 apples sold
5. After Tuesday: 90 - 30 = 60 apples
Answer: 60 apples remain
Extract information from the text and return as JSON.
Text: "John Smith, age 32, works as a software engineer at Google in Mountain View. He can be reached at [email protected]."
Output format:
{
"name": "string",
"age": number,
"occupation": "string",
"company": "string",
"location": "string",
"email": "string"
}
Response:
{
"name": "John Smith",
"age": 32,
"occupation": "software engineer",
"company": "Google",
"location": "Mountain View",
"email": "[email protected]"
}
You are an expert code reviewer with 15 years of experience in TypeScript and React. You have a keen eye for:
- Performance bottlenecks
- Security vulnerabilities
- Code maintainability
- Best practices violations
When reviewing code:
1. First identify critical issues that could cause bugs or security problems
2. Then note performance concerns
3. Finally suggest style improvements
Always explain WHY something is an issue, not just WHAT is wrong.
prompts, ai, llm, optimization, templates
npx claudepluginhub aidotnet/moyucodeCrafts and optimizes prompts for LLMs and AI systems using proven patterns (zero-shot, few-shot, CoT, role-playing, constitutional, tree-of-thoughts).
Optimizes prompts for LLMs and AI systems with structured techniques, evaluation patterns, and synthetic test data generation. Use when building AI features, improving agent performance, or crafting system prompts.
Crafts effective prompts for LLMs and optimizes AI system performance using advanced techniques like chain-of-thought, constitutional AI, and meta-prompting. Use for building AI features or improving agent performance.