Agent skill · AI & Agents

system-prompts

Write system prompts, tool docs, and agent definitions. Combines research-backed prompt engineering (+15-30% measured improvements) with project XML conventions. Covers tag hierarchy, structural templates, high-impact interventions, anti-patterns.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill system-prompts-finimo-solutions-research --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 17 KB
Bundled scripts: none
Path: skills/ai-llm/system-prompts-finimo-solutions-research/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

# System Prompt Engineering Empirically-validated techniques + consistent XML structure. Every recommendation backed by benchmarks or production data. <critical> ## High-Impact Interventions (+15-30% measured improvement) 1. **Persistence**: "Keep going until fully resolved" — prevents premature termination 2. **Tool verification**: "Use tools to verify; do not guess" — reduces hallucination 3. **Planning**: "Plan approach before acting" — improves complex task success 4. **Context positioning**: Critical instructions at START and END — middle content degrades 20%+ 5. **Urgency framing**: "This matters" / "Get this right" — 8-115% improvement (EmotionPrompt) 6. **Edit format**: SEARCH/REPLACE beats line-numbers 3X on code generation **Minimal prompting wins.** Every instruction must justify its token cost. </critical> --- ## Tag Hierarchy Tags encode enforcement level. Use consistently throughout: | Tag | Enforcement | When to Use | | --------------- | ------------- | ---------------------------------------------------- | | `<critical>` | Inviolable | Safety constraints, must-follow rules, repeat at END | | `<prohibited>` | Forbidden | Actions that cause harm, never acceptable | |

What's inside
Steps it walks through
  1. High-Impact Interventions (+15-30% measured improvement)
  2. Tag Hierarchy
  3. Standard Tags
  4. Structure Tags
  5. Special Tags
  6. Example Tags
  7. Structural Templates
  8. Tool Documentation
  9. Agent Definition
  10. System Prompt (Main Agent)
  11. Writing Style
  12. Voice
  13. Normative Language (RFC 2119)
  14. Positive Framing
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the system-prompts skill do?

Write system prompts, tool docs, and agent definitions. Combines research-backed prompt engineering (+15-30% measured improvements) with project XML conventions. Covers tag hierarchy, structural templates, high-impact interventions, anti-patterns.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill system-prompts-finimo-solutions-research --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