Skip to content

sergiooak/prompts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prompts

🇧🇷 Leia em português

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.

Structure

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)

Usage

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.

License

Public domain / do whatever you want — see LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors