·prompt-generator
</>

prompt-generator

mhylle/claude-skills-collection

Generate implementation prompts for phase-based project execution using an orchestration pattern. Use when users request prompts for implementing project phases, need orchestration prompts for multi-step implementations, ask for "/prompt", "generate prompt", "create implementation prompt", or want to create structured implementation instructions for subagent delegation. Outputs the prompt to chat and saves to docs/prompts folder.

2Installs·0Trend·@mhylle

Installation

$npx skills add https://github.com/mhylle/claude-skills-collection --skill prompt-generator

SKILL.md

Generate structured implementation prompts for phase-based project execution using an orchestrator/subagent pattern.

| PHASENUMBER | Phase identifier | "1", "2", "3" | | PHASENAME | Descriptive phase name | "Foundation", "Data Pipeline" | | PHASEDOCPATH | Path to phase plan document | /project/docs/plans/01-foundation.md | | PROJECTROOT | Project root directory | /home/user/myproject |

| GENERALPLANPATH | Path to general plan (optional) | /project/docs/plans/00-general-plan.md | | ADRPATH | Path to ADR directory (optional) | /project/docs/decisions/ |

Generate implementation prompts for phase-based project execution using an orchestration pattern. Use when users request prompts for implementing project phases, need orchestration prompts for multi-step implementations, ask for "/prompt", "generate prompt", "create implementation prompt", or want to create structured implementation instructions for subagent delegation. Outputs the prompt to chat and saves to docs/prompts folder. Source: mhylle/claude-skills-collection.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/mhylle/claude-skills-collection --skill prompt-generator
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is prompt-generator?

Generate implementation prompts for phase-based project execution using an orchestration pattern. Use when users request prompts for implementing project phases, need orchestration prompts for multi-step implementations, ask for "/prompt", "generate prompt", "create implementation prompt", or want to create structured implementation instructions for subagent delegation. Outputs the prompt to chat and saves to docs/prompts folder. Source: mhylle/claude-skills-collection.

How do I install prompt-generator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/mhylle/claude-skills-collection --skill prompt-generator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/mhylle/claude-skills-collection

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01