← ClaudeAtlas

prompt-engineeringlisted

Structured prompt construction and quality validation for Jerry Framework. Invoke when building structured prompts, generating NPT-009/NPT-013 constraints, or scoring prompt quality. Guides users through the 5-element prompt anatomy, generates formatted constraints with XML wrapping, and scores prompts against the 7-criterion rubric.
geekatron/jerry · ★ 30 · AI & Automation · score 71
Install: claude install-skill geekatron/jerry
# Prompt Engineering Skill > **Version:** 1.0.0 > **Framework:** Jerry Framework v0.9.0 > **Constitutional Compliance:** Jerry Constitution v1.0 > **SSOT Reference:** `.context/rules/prompt-quality.md`, `.context/rules/prompt-templates.md` --- ## Document Sections | Section | Purpose | |---------|---------| | [Overview](#overview) | What this skill does and why | | [When to Use This Skill](#when-to-use-this-skill) | Triggers and use cases | | [Available Agents](#available-agents) | Agent registry with routing guide | | [Invoking an Agent](#invoking-an-agent) | Three invocation options (natural language, explicit, Task tool) | | [Quick Reference](#quick-reference) | Copy-paste examples for common tasks | | [Routing Disambiguation](#routing-disambiguation) | When this skill is the wrong choice | | [Constitutional Compliance](#constitutional-compliance) | Principle mapping with consequences | | [Architecture Notes](#architecture-notes) | Design rationale and references | --- ## Document Audience (Triple-Lens) This SKILL.md serves multiple audiences: | Level | Audience | Sections to Focus On | |-------|----------|---------------------| | **L0 (ELI5)** | Users new to prompt engineering | [Overview](#overview), [When to Use](#when-to-use-this-skill), [Quick Reference](#quick-reference) | | **L1 (Engineer)** | Developers building prompts and constraints | [Available Agents](#available-agents), [Quick Reference](#quick-reference), [Architecture Notes](#architecture-notes) | |