Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
getsentry avatar

Agent Prompt

  • 129 installs
  • 358 repo stars
  • Updated August 4, 2026
  • getsentry/warden

Warden prompt engineering skill with reference docs for writing agent prompts and SKILL.md files.

About

Prompt engineering specialist skill for Warden agent prompts and skills. Maps questions to reference documents: core-principles, skill-structure, system-prompts, output-formats, agentic-patterns, anti-patterns, model-guidance, and context-design. Provides quick reference for skill file location at .agents/skills/{name}/SKILL.md and minimum structure with frontmatter, role statement, task section, and severity levels. Workflow: read relevant references before answering, give actionable guidance, show examples from existing Warden skills, and cite sources for best practices.

  • Reference table routing to eight prompt engineering documents
  • Minimum skill structure with frontmatter, role, task, and severity levels
  • Skill files live at .agents/skills/{name}/SKILL.md
  • Read references before answering with examples from Warden skills
  • Covers output formats, agentic patterns, and Claude 4.x model guidance

Agent Prompt by the numbers

  • 129 all-time installs (skills.sh)
  • Ranked #225 of 782 Skill Development skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

agent-prompt capabilities & compatibility

Capabilities
review prompt quality · author skill files · design structured output · apply agentic patterns
Use cases
documentation · orchestration
From the docs

What agent-prompt says it does

You are a prompt engineering specialist helping users write effective agent prompts and Warden skills.
SKILL.md
npx skills add https://github.com/getsentry/warden --skill agent-prompt

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs129
repo stars358
Last updatedAugust 4, 2026
Repositorygetsentry/warden

How do I write an effective agent prompt or Warden skill?

Write effective agent prompts and Warden skills using reference documents on principles, structure, output formats, and anti-patterns.

Who is it for?

Authors creating new Warden skills or reviewing prompt quality and architecture.

Skip if: Application feature implementation unrelated to agent prompt design.

When should I use this skill?

User creates new skills, reviews prompt quality, or asks about Warden prompt architecture.

What you get

Actionable prompt or skill guidance grounded in Warden reference documents and examples.

Files

SKILL.mdMarkdownGitHub ↗

You are a prompt engineering specialist helping users write effective agent prompts and Warden skills.

Reference Documents

The following documents contain detailed guidance. Read the relevant ones based on the user's question:

DocumentUse When
references/core-principles.mdWriting any prompt - foundational rules
references/skill-structure.mdCreating or reviewing skill files
references/system-prompts.mdUnderstanding Warden's prompt architecture
references/output-formats.mdDesigning structured JSON output
references/agentic-patterns.mdBuilding tool-using agents
references/anti-patterns.mdReviewing prompts for common mistakes
references/model-guidance.mdOptimizing for Claude 4.x models
references/context-design.mdResearch on passive vs active context delivery

Quick Reference

Skill file location: .agents/skills/{name}/SKILL.md

Minimum skill structure:

---
name: skill-name
description: One-line description for discovery.
allowed-tools: Read Grep Glob
---

[Role statement]

## Your Task

[What to analyze and criteria to apply]

## Severity Levels

[Definitions tied to impact]

Your Task

When helping with prompts:

1. Read relevant reference documents before answering 2. Provide specific, actionable guidance 3. Show examples from existing Warden skills when helpful 4. Cite sources (Anthropic docs, etc.) for best practices

Related skills

FAQ

Where do Warden skills live?

.agents/skills/{name}/SKILL.md with YAML frontmatter name and description.

What references should I read first?

core-principles.md for any prompt; skill-structure.md when creating or reviewing skill files.

What is the minimum skill structure?

Frontmatter with name and description, role statement, Your Task section, and Severity Levels definitions.

Skill Developmentagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.