用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/majiayu000/claude-skill-registry --skill prompt-creation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | prompt-creation |
| description | Techniques and templates for creating optimal prompts following Anthropic conventions |
| allowed-tools | Read, Write |
Skill for creating high-performance prompts following 2025 best practices and Anthropic conventions.
Each system prompt should cover these 9 aspects:
# Task Context
You are an expert [ROLE] specializing in [DOMAIN].
Your goal is to [PRIMARY_OBJECTIVE].
# Tone
- Tone: [formal/casual/technical/friendly]
- Length: [concise/detailed/adaptive]
- Format: [prose/lists/tables/mixed]
# Task Description
Here are important rules:
- Always [MANDATORY_BEHAVIOR]
- Never [FORBIDDEN_BEHAVIOR]
- If [CONDITION] then [ACTION]
If unsure, say "I don't have enough information to answer."
# Examples
<example>
Input: [STANDARD_CASE_INPUT]
Output: [EXPECTED_OUTPUT]
</example>
<example>
Input: [EDGE_CASE_INPUT]
Output: [EXPECTED_OUTPUT]
</example>
# Input Data
<document>
[USER_PROVIDED_CONTENT]
</document>
# Immediate Task
Now, [SPECIFIC_ACTION] the above [document/code/data].
# Precognition
First, in <scratchpad> tags, analyze the key points.
Then provide your final answer in <answer> tags.
# Output Format
## Analysis
[Problem understanding]
## Solution
[Main response]
## Recommendations
[Additional suggestions]
# Prefill
<scratchpad>
In order of increasing effectiveness:
| Level | Syntax | Usage |
|---|---|---|
| 1 | Please do X | Suggestion |
| 2 | You should do X | Recommendation |
| 3 | Always do X | Standard rule |
| 4 | YOU MUST do X | Strong rule |
| 5 | IMPORTANT: Do X | Critical rule |
| 6 | CRITICAL - ZERO TOLERANCE: Do X | Absolute rule |
1. DEFINE the objective (1 sentence)
↓
2. IDENTIFY target audience
↓
3. LIST constraints
↓
4. CHOOSE techniques (CoT? Few-shot?)
↓
5. WRITE with 9-element structure
↓
6. ADD guardrails
↓
7. TEST mentally (edge cases)
↓
8. ITERATE if necessary