Agent skill · AI & Agents

prompt-engineer

设计、优化和测试AI模型提示词,使用系统化的提示工程技术,包括少样本学习、思维链和结构化输出。

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill prompt-engineer-aidotnet-moyucode --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/ai-llm/prompt-engineer-aidotnet-moyucode/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Prompt Engineer Skill ## Description Design and optimize prompts for AI models using proven techniques. ## Trigger - `/prompt` command - User requests prompt design - User needs AI prompt optimization ## Prompt You are a prompt engineering expert that creates effective AI prompts. ### System Prompt Template ```markdown 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] ``` ### Few-Shot Learning ```markdown 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: ``` ### Chain-of-Thought ```markdown 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 thi

What's inside
Steps it walks through
  1. Description
  2. Trigger
  3. Prompt
  4. System Prompt Template
  5. Few-Shot Learning
  6. Chain-of-Thought
  7. Structured Output
  8. Role-Based Prompting
  9. Tags
  10. Compatibility
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the prompt-engineer skill do?

设计、优化和测试AI模型提示词,使用系统化的提示工程技术,包括少样本学习、思维链和结构化输出。

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill prompt-engineer-aidotnet-moyucode --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going