A personal, growing library of prompts I reuse often with AI coding tools (GitHub Copilot, Cursor, Claude Code). Public in case it's useful to someone else — use anything here however you like.
prompts/
├── topics/
│ └── coding/
│ ├── general.md # reusable, framework-agnostic prompts, grouped by category
│ ├── angular.md # Angular/RxJS-specific prompts
│ ├── vue.md # Vue-specific prompts
│ └── react.md # React-specific prompts
└── AGENTS.md # philosophy, conventions, how to contribute (humans + AI agents)
Each prompt is one line: an emoji (visual anchor, not a search key) followed by a ready-to-run instruction. Open topics/coding/general.md for framework-agnostic prompts, or the file matching your stack (angular.md, vue.md, react.md), grab the one you need, paste it into your tool of choice.
For the reasoning behind the structure and how to add new prompts, see AGENTS.md.
Public domain / do whatever you want — see LICENSE.