📐
AI Engineering

Prompt Architect

by repowise-dev

Prompt Architect is an AI Engineering skill for Claude Code, published by repowise-dev in claude-code-prompts.

1.2K stars394 forkson repowise-dev/claude-code-promptsAdded 2026/08/20Repository updated 2026/05/11
ai-coding-agentai-toolsanthropic-claudeclaude-codeclaude-code-promptsclaude-code-system-promptclaude-promptscoding-assistantcursor-skillsllm-promptsmulti-agentprompt-engineeringprompt-templatessystem-prompt
Install in seconds
Install Prompt Architect
Copy Prompt Architect into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/repowise-dev/claude-code-prompts/tree/master/skills/prompt-architect ~/.claude/skills/prompt-architect

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/repowise-dev/claude-code-prompts.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/prompt-architect/SKILL.md in repowise-dev/claude-code-prompts
Installs to
~/.claude/skills/prompt-architect
Collection
One of 3 skills cataloged from this repository
Category
AI Engineering2451 skills

What Prompt Architect does

Prompt Architect turns vague objectives into clear, testable prompts for agent workflows. Use it when creating new prompts, refining weak prompts, or establishing reusable prompting patterns.

Prompt Architect is cataloged under AI Engineering on DirSkills. Prompt Architect comes from a repository tagged ai-coding-agent, ai-tools, anthropic-claude, claude-code and claude-code-prompts.

Documentation

README

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.

Frequently asked about Prompt Architect

  • What else does repowise-dev publish alongside Prompt Architect?

    Prompt Architect is one of 3 skills that DirSkills catalogs from repowise-dev/claude-code-prompts, the repository it ships in. Its siblings there include Coding Agent Standards and Verification Agent. Each one is a separate skill with its own page in this directory, installs the same way Prompt Architect does, and is maintained by repowise-dev in that same repository. The rest of the collection is listed on the repowise-dev/claude-code-prompts page.

  • How does Prompt Architect compare to other AI Engineering skills?

    Prompt Architect ranks #1176 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Prompt Architect against them. Open each page to compare what they document and how they install.