home/productivity/make-prompt

Make Prompt

GPTClaudeDeepSeek··687 copies·updated 2026-07-14
make-prompt.prompt
---
title: "Creating prompts"
description: "Generate versioned, role-based prompt structures with the `make:prompt` Artisan command."
---

## Introduction

Deck by PromptPHP provides an Artisan generator command that scaffolds versioned, role-based prompt structures for your AI agents. The command follows Laravel conventions and supports interactive workflows, automatic versioning, customisable stubs, and rich metadata.

## Generating prompts

### Basic usage

To create a new prompt, use the `make:prompt` Artisan command:

when to use it

Community prompt sourced from the open-source GitHub repo promptphp/deck (MIT). A "Make Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

promptphp/deck · MIT