Agent Skills
› solatis/claude-config
› prompt-engineer
prompt-engineer
GitHub用于优化提示词的技能,通过执行Python脚本进行三分类和后续工作流。支持单提示词、生态系统、从零设计和修复问题四种场景,无需预先分析即可直接调用脚本完成优化任务。
触发场景
用户请求提示词优化
需要批量或复杂提示词调整
安装
npx skills add solatis/claude-config --skill prompt-engineer -g -y
SKILL.md
Frontmatter
{
"name": "prompt-engineer",
"description": "Invoke IMMEDIATELY via python script when user requests prompt optimization. Do NOT analyze first - invoke this skill immediately."
}
Prompt Engineer
When this skill activates, IMMEDIATELY invoke the script. The script IS the workflow.
Invocation
Start with step 1 (triage) to determine scope:
Then continue with determined scope:
| Argument | Required | Description |
|---|---|---|
--step |
Yes | Current step (1 = triage, 2-6 = workflow) |
--scope |
For 2+ | Required for steps 2-6. Determined by step 1. |
Scopes
- single-prompt: One prompt file, general optimization
- ecosystem: Multiple related prompts that interact
- greenfield: No existing prompt, designing from requirements
- problem: Existing prompt(s) with specific issue to fix
Do NOT analyze or explore first. Run the script and follow its output.
版本历史
- 6e72bc2 当前 2026-07-11 17:18


