Coding Prompts
Coding Prompts is an open-source catalog of system prompts with a CLI designed to make prompt reuse consistent across teams and stacks.
Role
Creator
Context
Product focus
The repository centralizes reusable backend, frontend, infra, and utility prompts as Markdown files with YAML front matter.
Structural design
Each prompt follows a strict metadata model (id, tags, parameters, stack, usage notes), enabling validation and machine-readable indexing.
Tooling workflow
- A build step scans the catalog and generates a manifest.
- The CLI exposes searchable prompt IDs.
- Teams can list, inspect, and copy prompts into active projects quickly.
Why this matters
A single source of truth reduces prompt drift, improves reviewability, and makes prompt operations versionable in an open-source workflow.
Skills
TypeScript, Node.js, Commander, Markdown, YAML