Coding Prompts

Coding Prompts is an open-source catalog of system prompts with a CLI to browse and copy prompts into active projects. It standardizes YAML metadata so prompts are indexed in a manifest and easy to reuse across stacks.

Role

Creator

Context

The project centralizes backend, frontend, infra, and utility system prompts as Markdown files with YAML front matter stored in a structured folder tree. Each prompt follows a strict metadata schema (id, tags, parameters, stack, and usage notes) so it can be indexed, validated, and categorized by use case. A build script scans the catalog and generates a manifest consumed by the CLI, which exposes searchable IDs and lets you list, inspect, and copy prompts into a target repo in one command. This keeps a single source of truth for reusable agent instructions, avoids prompt drift across teams, and supports an open-source workflow for contributions, reviews, and versioning.

Skills

TypeScript, Node.js, Commander, Markdown, YAML

Links