📝
AI EngineeringTypeScript

Prompt Generator

by catlog22

Prompt Generator is an AI Engineering skill for Claude Code, published by catlog22 in Claude-Code-Workflow.

2.1K stars164 forkson catlog22/Claude-Code-WorkflowAdded 2026/08/18Repository updated 2026/06/18
claudeclaude-codecli-toolscodexcontext-managementgemini-clijson-drivenqwen-codetask-orchestrationworkflow-automation
Install in seconds
Install Prompt Generator
Copy Prompt Generator 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/catlog22/Claude-Code-Workflow/tree/main/.claude/skills/prompt-generator ~/.claude/skills/prompt-generator

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/catlog22/Claude-Code-Workflow.git

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

In this catalog

Source file
.claude/skills/prompt-generator/SKILL.md in catlog22/Claude-Code-Workflow
Installs to
~/.claude/skills/prompt-generator
Collection
One of 25 skills cataloged from this repository
Category
AI Engineering2451 skills

What Prompt Generator does

Prompt Generator generates or converts Claude Code prompt files, including command orchestrators, skill files, and agent role definitions. Use it when you need to create or restyle Claude Code commands, skills, or agents with consistent structure.

Prompt Generator is cataloged under AI Engineering on DirSkills. Prompt Generator comes from a repository tagged claude, claude-code, cli-tools, codex and context-management.

Documentation

README

  • Create command — new orchestration workflow at .claude/commands/ or ~/.claude/commands/
  • Create skill — new skill file at .claude/skills/*/SKILL.md (progressive loading, no @ refs)
  • Create agent — new role + expertise file at .claude/agents/
  • Convert — restyle existing command/skill/agent to GSD conventions with zero content loss

Content separation principle (from GSD): commands/skills own orchestration flow; agents own domain knowledge. Skills are a variant of commands but loaded progressively inline — they CANNOT use @ file references.

This is the opening of the README. Read the full README on GitHub.

Commands Prompt Generator provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /plan-phase
  • /prompt-generator

Frequently asked about Prompt Generator

  • What else does catlog22 publish alongside Prompt Generator?

    Prompt Generator is one of 25 skills that DirSkills catalogs from catlog22/Claude-Code-Workflow, the repository it ships in. Its siblings there include Brainstorm, CCW Chain and CCW Help. Each one is a separate skill with its own page in this directory, installs the same way Prompt Generator does, and is maintained by catlog22 in that same repository. The rest of the collection is listed on the catlog22/Claude-Code-Workflow page.

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

    Prompt Generator ranks #857 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 Generator against them. Open each page to compare what they document and how they install.

More from catlog22/Claude-Code-Workflow

Prompt Generator is one of 25 skills cataloged on DirSkills from catlog22/Claude-Code-Workflow.

See all 25 skills
🧠
2w ago

Brainstorm

Brainstorm is a unified brainstorming skill that guides Claude Code through interactive framework generation, parallel multi-role analysis, and cross-role synthesis. Use it when you need structured ideation, role-based analysis, or feature specifications for a project.
AI Engineering
2.1K164
⛓️
2w ago

CCW Chain

CCW Chain orchestrates chain-based workflows through intent analysis, routing, and progressive skill pipeline execution. Use it to route tasks to workflow chains and execute multi-step Claude Code workflows.
Automation
2.1K164
🔍
2w ago

CCW Help

CCW Help provides an in-context help system for the CCW workflow, allowing users to search commands, get recommendations, and browse skills and teams. It triggers on keywords like ccw-help and ccw-issue.
Automation
2.1K164
🔍
2w ago

Delegation Check

Delegation Check validates workflow delegation prompts against agent role definitions to detect content separation violations. Use it to catch conflicts, duplication, boundary leaks, and missing contracts in Claude Code skills.
AI Engineering
2.1K164
🐞
2w ago

Frontend Debug Team

Frontend Debug Team orchestrates multi-agent frontend debugging using Chrome DevTools MCP, with dual pipelines for feature-list testing and bug-report debugging.
Quality
2.1K164
🔍
2w ago

Investigate

Investigate is a systematic debugging skill that enforces the Iron Law: never fix without a confirmed root cause. It walks through 5 phases from evidence collection to verified fix, producing structured debug reports.
Quality
2.1K164