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.mdsource content
Prompt Architect
Purpose
Use this skill to turn vague intent into reliable prompt instructions.
Build Sequence
- Define objective, audience, and success criteria.
- Capture hard constraints (format, tools, safety, style).
- Specify required reasoning boundaries and output structure.
- Add verification instructions and failure handling.
- 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.