← ClaudeAtlas

prompt-template-generatorlisted

Analyze a software project's files and generate a tailored, copy-paste-ready prompt-template cookbook (a Markdown "PROMPT-TEMPLATES.md") with the project's real stack, paths, subsystems, and conventions already filled in. Use this whenever the user wants to create prompt templates, a prompt cookbook, a prompt library, prompt scaffolding, reusable AI-coding prompts, or a "prompt template generator" for a codebase — or says things like "make prompt templates for my project", "build a prompt guide for this repo", "generate copy-paste prompts for my codebase", or "turn my project into a set of reusable Claude/Cursor prompts". Trigger it even when the user just points at a project and asks for ready-to-use prompts, since the value is filling templates with project-specific facts they'd otherwise type by hand.
scoobydrew83/skills · ★ 0 · AI & Automation · score 78
Install: claude install-skill scoobydrew83/skills
# Prompt Template Generator Turn any codebase into a **tailored prompt cookbook**: a single Markdown file of copy-paste-ready prompts (session kickoff, per-subsystem tasks, testing, bug fixes, optimization, deploy, feature/architecture/hotfix) where the project's real stack, paths, subsystems, and conventions are **already filled in**. The user copies a block, fills a couple of `[BRACKETS]`, and pastes it into Claude, Claude Code, or Cursor to start a task with full context loaded. This generalizes the hand-built "prompt template" documents developers make for a single project — but produced automatically for *any* project from its files. ## The one idea that matters Every template has two kinds of slots: - **Filled by you, from the analysis** — facts true for the whole project: name, stack, real source paths, subsystem names, test command, CI/deploy tooling, file-size/style conventions, the doc files that actually exist, and any standing user communication preferences. The user must never retype these. - **Left as `[BRACKETS]`** — per-task blanks: the specific feature, file, error message, component, or metric. A generic template leaves everything bracketed. This skill's output is valuable precisely because it already knows the project. If you ever write `[PROJECT_NAME]` or `[TECH_STACK]` into the output, stop — you have that fact; fill it in. ## Workflow Work in clear phases. ### Phase 1 — Locate the project Find the project root. It's usually an uploaded