repowise-dev/claude-code-prompts · Archived

prompt-architect

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

First seen Apr 6, 2026

Installation

$ npx skills add repowise-dev/claude-code-prompts --skill prompt-architect

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from repowise-dev/claude-code-prompts.

npx skills add repowise-dev/claude-code-prompts

Browse all from repowise-dev/claude-code-prompts

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1.1K
License LICENSE
Default branch master
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 922 B
  • docs SUMMARY.md 175 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 8 installs

SKILL.md

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](reference.md) for compact templates, anti-patterns, and refinement loops.