ckelsoe/prompt-architect
266 stars · Last commit 2026-07-24
Agent skill for analyzing and improving prompts using 31 frameworks across 7 intent categories. Works with Claude Code, Gemini CLI, Cursor, Copilot, and 30+ Agent Skills compatible tools.
README preview
# Prompt Architect Transform vague prompts into expert-level, structured prompts using 31 frameworks across 7 intent categories. Works with **Claude Code, ChatGPT, Gemini CLI, Cursor, GitHub Copilot, Windsurf, OpenAI Codex**, and [30+ Agent Skills compatible tools](https://agentskills.io). [](https://opensource.org/licenses/MIT) [](https://www.npmjs.com/package/@ckelsoe/prompt-architect) [](https://agentskills.io) [](https://codeguilds.dev/packages/prompt-architect) ## Quick Start ```bash npx @ckelsoe/prompt-architect ``` The interactive installer detects your AI agents (Claude Code, Gemini CLI, Cursor, Copilot, Codex, and more) and lets you choose where to install. > **Tip:** Use `npx` rather than `npm install`. Both work — `npm install` runs the same installer via the postinstall hook and installs to every agent it detects — but only `npx` gives you the interactive menu to choose specific targets. > Published on the public npm registry. **No authentication required.**