125 Commits

Author SHA1 Message Date
Debbie O'Brien
950329511e
Playwright instructions typescript (#62)
* feat: add Playwright test generation instructions and best practices

* feat: add Playwright test generation instructions and related prompts

* fix: standardize formatting of description and applyTo fields in Playwright instructions

* fix: remove files not ready for submitting from README

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-09 11:31:16 +10:00
Troy Taylor
2cb63af8e1
Add Power Platform Connector instructions (#45)
* Add Power Platform Connector instructions

* Update power-platform-connector-instructions.md

* Update README.md

* Update power-platform-connector-instructions.md

* Update power-platform-connector-instructions.md

* Update README.md

* Update instructions/power-platform-connector-instructions.md

Co-authored-by: Aaron Powell <me@aaron-powell.com>

* Fix merge conflicts

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-09 11:29:28 +10:00
Vamshi Verma
25f4ba14c9
Add DevOps, CI/CD, and performance optimization instructions (#58)
* feat: add comprehensive API design & documentation generator prompt (OpenAPI, REST, GraphQL, best practices, examples)

* chore: update README.md after adding API design prompt

* feat: Add comprehensive DevOps & CI/CD best practices instructions

* Add comprehensive DevOps suite and performance instructions

* Remove rejected API Design prompt and update README

* Update security instructions

* Update containerization-docker-best-practices.instructions.md

* Update github-actions-ci-cd-best-practices.instructions.md

* Update kubernetes-deployment-best-practices.instructions.md

* Update devops-core-principles.instructions.md

* Apply suggestion from @aaronpowell

* Apply suggestion from @aaronpowell

* Apply suggestion from @aaronpowell

* Apply suggestion from @aaronpowell

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-08 12:12:42 +10:00
Furkan Enes
8ecf9f27a5
Ruby on Rails Instruction File (#63)
* instruction file for ruby on rails

* updated readme
2025-07-08 12:07:07 +10:00
Joseph Gonzales
1ba5cc78ff
new java and springboot base best practices (#22)
* new java and springboot base best practices

* Update java-and-springboot.md

* Update java-and-springboot.md

* split  java and springboot instructions

* header wrap with signle quote

* remove duplicate instruction

* address code reviews

* apply  update-readme script

* java and kotlin prompts for springboot

* apply update-readme  script

* Apply suggestion from @aaronpowell

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-08 11:50:30 +10:00
Guilherme do Amaral Alves
fd548e0284
feat: add 'Taming Copilot' instructions to control AI behavior in codebase (#57) 2025-07-07 16:18:30 +10:00
Tugdual Grall
643d4e77db
Add Quarkus development standards and instructions (#48)
* Add Quarkus development standards and instructions

* Fix: Add applyTo field in Quarkus instructions metadata
2025-07-07 10:05:46 +10:00
Kenny White
c3869d8c7b
First add of PowerShell instructions (#55)
* First add of PowerShell instructions

* Update instructions/powershell.instructions.md

* Update instructions/powershell.instructions.md

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-07 10:04:43 +10:00
Oren Me
55bee93cc7
feat: add memory bank instructions (#25)
* feat: add memory bank instructions

add memory bank instructions based on cline memory bank with additional task management system

* update readme
2025-07-07 09:56:34 +10:00
Nick Taylor
70f112740e
docs: added copilot instructions for TanStack Start with Shadcn/ui Development Guide (#23)
* docs: added copilot instructions for TanStack Start with Shadcn/ui Development Guide

* Update instructions/tanstack-start-shadcn-tailwind.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* wrapped frontmatter description in single quotes per guidelines

* added applyTo frontmatter property

* updated README

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-07 09:55:13 +10:00
Vamshi Verma
45e56350da
Feat/performance optimization (#42)
* feat: Add security and OWASP instructions

This adds a new instruction file for secure coding practices based on the OWASP Top 10 to guide GitHub Copilot in generating more secure code.

* fix: add YAML front matter to security instructions and correct README link casing

* chore: update README.md after running update-readme.js

* feat: add the most comprehensive, practical, and engineer-authored performance optimization instructions. Covers frontend, backend, and database best practices with actionable guidance, scenario-based checklists, troubleshooting, and pro tips. Updates README.md to include this new resource.

* Apply suggestion from @aaronpowell

* Apply suggestion from @aaronpowell

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-04 10:59:25 +10:00
Salih İbrahimbaş
4ab31cdc31
Feat/golang instructions (#38)
* feat:  Add comprehensive Go development instructions

- Introduced a detailed guide for writing Go code adhering to idiomatic practices.
- Covers general instructions, naming conventions, code style, error handling, and security best practices.
- References established resources like Effective Go and Google's Go Style Guide.

* feat:  Add Go development instructions

- Introduced guidelines for writing Go code that adhere to idiomatic Go practices and community standards.
2025-07-04 09:16:49 +10:00
Vamshi Verma
cee964cf7a
feat: Add security and OWASP instructions (#35)
* feat: Add security and OWASP instructions

This adds a new instruction file for secure coding practices based on the OWASP Top 10 to guide GitHub Copilot in generating more secure code.

* fix: add YAML front matter to security instructions and correct README link casing

* chore: update README.md after running update-readme.js
2025-07-03 16:20:57 +10:00
James Montemagno
6fb794bc79
Update development instructions and guidelines (#29)
* Delete outdated development instructions for Next.js + Tailwind and Python; add comprehensive guidelines for PostgreSQL DBA, Angular, ASP.NET REST APIs, Azure Functions with TypeScript, Bicep, Blazor, CMake with vcpkg, C#, .NET MAUI, GenAIScript, Terraform for Azure, localization, and markdown standards.

* Update documentation and prompts for consistency and clarity

- Standardized description formatting in various markdown files to use single quotes.
- Added error handling utility in update-readme.js for safer file operations.
- Improved title extraction logic in update-readme.js to handle frontmatter more robustly.
- Updated chat modes section in README to reflect new emoji and sorted chat mode links.
- Cleaned up various instruction files for better readability and consistency.
- Ensured all markdown files end with a newline for better compatibility with version control.

* Remove standardize-frontmatter.js script

* Add usage instructions for creating and switching chat modes in README.md

* Update README.md generation script to enhance instructions and usage details for custom chat modes

* Update README.md and update-readme.js for improved instruction clarity and consistency

* Refactor README.md links and update readme script for improved clarity and consistency in instructions

* Update README.md and update-readme.js for improved instruction clarity and consistency

* Changing from a patch to regen approach for the readme

* Bit more cleanup for how to show things in the readme

* Adding missing description

* Another missing description

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-03 11:18:52 +10:00
Aaron Powell
5ea84bbee6
Merge branch 'main' into feat/localisation 2025-07-02 20:42:17 +10:00
Peli de Halleux
0844c87740
Update genaiscript.md
Pointing to online llms.txt source.
2025-07-02 03:36:53 -07:00
Justin Yoo
fb2be271cc Add custom instruction for localisation 2025-07-02 13:06:19 +09:00
Aaron Powell
2cde26e72e
Merge branch 'main' into main 2025-07-02 09:23:26 +10:00
Aaron Powell
fcfb4ccf02 Adding PostgreSQL DBA chatmode
Fixed updater script to handle whitespace filenames

Fixed a previously added instruction file that was hand-updated in the readme
2025-07-01 12:40:41 +10:00
Aaron Powell
9c916043ab
Merge pull request #5 from MattVevang/addContribution
Add contribution
2025-07-01 10:02:38 +10:00
Aaron Powell
5a0a9415bc
Merge branch 'main' into main 2025-07-01 10:01:56 +10:00
webreidi
6c6b793fef Add guidelines for C# development and MAUI patterns 2025-06-27 08:54:16 -07:00
Matt Vevang
6d7a1cd655 add file I have been using 2025-06-26 11:37:11 -07:00
James Montemagno
0964bd53fa
Update blazor.md 2025-06-26 09:20:52 -07:00
Aaron Powell
4c8ad05afd Initial setup of repo with prompts and instructions 2025-06-19 11:50:55 +10:00