Claude-code-prompts prompt-architect

Designs clear, testable prompts for agent workflows. Use when creating new prompts, refining weak prompts, or establishing reusable prompting patterns.

install
source · Clone the upstream repo
git clone https://github.com/repowise-dev/claude-code-prompts
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/repowise-dev/claude-code-prompts "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/prompt-architect" ~/.claude/skills/repowise-dev-claude-code-prompts-prompt-architect && rm -rf "$T"
manifest: skills/prompt-architect/SKILL.md
source content

Prompt Architect

Purpose

Use this skill to turn vague intent into reliable prompt instructions.

Build Sequence

  1. Define objective, audience, and success criteria.
  2. Capture hard constraints (format, tools, safety, style).
  3. Specify required reasoning boundaries and output structure.
  4. Add verification instructions and failure handling.
  5. Iterate using concrete examples and observed errors.

Prompt Quality Checks

  • Is the task scope explicit and bounded?
  • Are required outputs unambiguous?
  • Are constraints actionable (not aspirational)?
  • Is there a clear fallback when information is missing?

Reference

Use reference.md for compact templates, anti-patterns, and refinement loops.