skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
getsentry/warden131 installs

agent-prompt

Reference guide for writing effective agent prompts and skills. Use when creating new skills, reviewing prompt quality, or understanding Warden's prompt architecture.

How do I install this agent skill?

npx skills add https://github.com/getsentry/warden --skill agent-prompt
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    The skill is a reference guide for prompt engineering and agent development. It provides best practices, architectural documentation, and examples for creating AI skills within the Warden framework. No security risks or malicious patterns were detected.

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

  • Runlayerwarn

    9/9 files flagged

What does this agent skill do?

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

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/getsentry/warden/agent-prompt">View agent-prompt on skillZs</a>