Agent skill · AI & Agents

prompt-engineer

Optimize system prompts for Claude Code agents using proven prompt engineering patterns. Use when users request prompt improvement, optimization, or refinement for agent workflows, tool instructions, or system behaviors.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/ai-llm/prompt-engineer-rjmurillo-ai-agents/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 Optimizer Optimizes system prompts by applying research-backed prompt engineering patterns. Human-in-the-loop phases: understand, plan, propose changes, receive approval, then integrate. ## Purpose and Success Criteria A well-optimized prompt achieves: 1. **Behavioral clarity**: Agent knows exactly what to do in common cases and edge cases 2. **Appropriate scope**: Complex tasks get decomposition; simple tasks don't trigger overthinking 3. **Grounded changes**: Every modification traces to a specific pattern with documented impact Optimization is complete when: - Every change has explicit pattern attribution from the reference document - No section contradicts another section - The prompt matches its operating context (tool-use vs. conversational, token constraints) - Human has approved both section-level changes and full integration ## When to Use This Skill Use when the user provides a prompt and wants it improved, refined, or reviewed for best practices. Do NOT use for: - Writing prompts from scratch (different skill) - Prompts that are already working well and user just wants validation - Non-prompt content (documentation, code, etc.) ## Required Resources Before ANY a

What's inside
Steps it walks through
  1. Purpose and Success Criteria
  2. When to Use This Skill
  3. Required Resources
  4. Single-Turn Reference (Always Read)
  5. Multi-Turn Reference (Conditional)
  6. Workflow Reference
  7. Quick Process
  8. Triage (Phase 0)
  9. Core Quality Principles
  10. Completion Checkpoint
  11. References
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the prompt-engineer skill do?

Optimize system prompts for Claude Code agents using proven prompt engineering patterns. Use when users request prompt improvement, optimization, or refinement for agent workflows, tool instructions, or system behaviors.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill prompt-engineer-rjmurillo-ai-agents --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