64 Commits

Author SHA1 Message Date
Troy Taylor
96a45fea33 Add required frontmatter fields (mode, applyTo, model) 2025-10-07 16:24:06 -04:00
Troy Taylor
7e2308936b Add Power Platform MCP connector development collection 2025-10-07 16:00:09 -04:00
Peter Strömberg
591d2fdc08
Fix typos and improve documentation clarity (#275)
* Fixes typo

* Removes duplicated docstring placement instruction

* Update from user feedback
2025-10-02 14:21:29 +10:00
Ashley Childress
383c9bec9e
feat(chatmodes): Add HLBPA (documentation architect) chat mode (#278)
* feat(chatmodes): Add HLBPA (documentation architect) chat modes

- HLBPA is a high-level, big-picture architect for systems documentation
- It can be used either in VSC as usual or dropped in coding agent for auto-updates
- Depends on user's prompting skills to get the best results
- Will default to a more generalist mode if not enough context is given
- Minor updates to README and CONTRIBUTING to fix formatting errors

Assisted-by: GitHub Copilot & Verdent AI
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>

* chore(chatmodes): Remove copy from md fence in HLBPA chat mode

- Copilot complains about the copy in the md fence
- Isn't likely to be used in this context anyway

Assisted-by: GitHub Copilot
Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>

---------

Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
2025-10-02 14:20:22 +10:00
Peter Strömberg
03199028c2
Update Clojure Interactive Programming resources (#272)
* Rename and update main Clojure instructions file

* Update Clojure interactive programming nudge prompt

* Remove Clojure memory update prompt

The general remember prompt covers this use case perfectly.

* Update clojure chatmode

* Update readmes

* Add Clojure Interactive Programming collection
2025-10-01 11:59:31 +10:00
Florian Mücke
9f91f38d35
add Expert C++ Software Engineer chat mode (#265)
* feat(chatmodes): add Expert C++ Software Engineer mode and integrate into README

Introduce a concise, standards-driven C++ expert chat mode focused on maintainability, clarity, and evolving industry best practices.

- Add new chat mode file (C++ expert)

- Register in README with install badges

- Simplify guidance (avoid prescriptive details)

- Emphasize behavior-focused testing and legacy code strategies (Michael Feathers)

* apply "node update-readme.js"
2025-09-29 10:58:24 +10:00
Troy Simeon Taylor
0f1a48e482
Add Power Apps Code Apps Development Toolkit (#264)
* Add files via upload

* Revise Power Apps Code App project scaffolding

Update project scaffolding instructions for Power Apps Code Apps with PAC CLI setup, SDK integration, and connector configuration.

* Update Power Apps Code App scaffolding prompt

* Revise development instructions for Power Apps Code Apps

Update Power Apps Code Apps development instructions with new standards and best practices for TypeScript, React, and Power Platform integration.

* Update Power Platform expert chatmode with new details

* Revise Power Apps Code App project scaffold

Update project scaffolding details and add advanced patterns.

* Fixing line endings

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-09-26 10:07:42 +10:00
Muhammad Ubaid Raza
744aff965b
Introduce blueprint variant for GPT Codex (#263)
* UPDATE: Upgrade Blueprint Mode to v39 with improved directives and model specification

* CREATE: Add Blueprint Mode Codex v1 with core directives and guiding principles

* Update blueprint-mode-codex.chatmode.md

* Modify model name and enhance description

Updated model name to include 'copilot' and refined description for clarity.
2025-09-25 09:35:35 +10:00
Stu Mace
459b309308
Terraform on Azure chat mode & instructions (#262)
* feat: add terraform on azure modes

* fix: updates to readme and testing

* chore: readme updates

* Update instructions/terraform-azure.instructions.md

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

* Update chatmodes/terraform-azure-implement.chatmode.md

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

* fix: copilot corrections

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-25 09:34:25 +10:00
Victor Williams
b7e46f9d50
Create code-tour.chatmode.md (#257)
* Create code-tour.chatmode.md

* Update README.chatmodes.md

* Update code-tour.chatmode.md
2025-09-22 16:01:25 +10:00
Nischay Sharma
cc90b4d59a
Add atlassian custom chat mode (#248)
* Add atlassian custom chat mode

* Address PR comments
2025-09-19 09:45:55 +10:00
Daniel Scott-Raynsford
931d8a0a95
Add Technical Spike collection and related resources (#251)
* Add Technical Spike collection and related resources

- Introduced a new collection for Technical Spikes, including a chat mode for research and a prompt for creating spike documents.
- Updated the Project Planning & Management collection to include references to technical spikes.
- Enhanced README files to reflect the addition of technical spike resources.
- Created detailed documentation for the technical spike research methodology and prompt structure.
- Added new tags and items to facilitate better organization and discovery of technical spike-related content.

* CHANGE: Update research methodology for technical spikes

- Refine tool usage philosophy for exhaustive research
- Enhance todo management protocol for better tracking
- Improve spike document update protocol for real-time logging
2025-09-17 14:18:17 +10:00
Muhammad Ubaid Raza
f767285190
chore: update Blueprint Mode to v38 with improved model and description (#247)
* chore: update Blueprint Mode to v38 with improved model and description

* fix: standardize description quotes in Blueprint Mode documentation
2025-09-16 10:41:37 +10:00
Troy Simeon Taylor
b4657d54c2
Declarative Agents (#239)
* Add files via upload

* Add Microsoft 365 Declarative Agents Architect chatmode

* Add Microsoft 365 Declarative Agents Development section

* Add Microsoft 365 Copilot Declarative Agents prompt

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload
2025-09-12 10:22:18 +10:00
John
b469c8943d
Adding Bicep chat modes for *planning* and *implementation* (#234)
* Create Azure Bicep coding specialist chat mode

Added a new chat mode for Azure Bicep Infrastructure as Code coding specialization, detailing key tasks, pre-flight checks, testing, validation, and final checks.

* Create bicep-plan chatmode for Azure planning

Added a new chatmode for Azure Bicep Infrastructure planning, detailing requirements, focus areas, and implementation plan structure.

* updated readme

* PR feedback

* PR feedback about quotes
2025-09-10 11:28:52 +10:00
Muhammad Ubaid Raza
14b9707d9b
Update Blueprint Mode documentation to reflect version 36 changes and enhance clarity on workflows and directives. (#230)
* Update Blueprint Mode documentation to reflect version 36 changes and enhance clarity on workflows and directives.

* Update chatmodes/blueprint-mode.chatmode.md

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

* Refine directives in Blueprint Mode documentation for clarity and accuracy

* Update Blueprint Mode documentation to version 37, enhancing clarity and detail in core directives and tool usage policies.

* Update Blueprint Mode documentation to version 37, enhancing clarity on workflows and directives.

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-09-09 09:55:37 +10:00
Aaron Powell
643419852e
Fixing tool list in debug (#222)
Fixes #146
2025-09-03 15:56:42 +10:00
Troy Simeon Taylor
6493b18b4d
Logic Apps and Power Automate (#217)
* Upload chatmode

* Upload instructions

* Update READMEs

* Fix quotes in applyTo field in instructions

* Revert other instructions
2025-08-29 09:49:45 +10:00
Muhammad Ubaid Raza
802442fd7b
feat: Revise Blueprint Mode documentation for clarity and conciseness (#195)
* feat: Revise Blueprint Mode documentation for clarity and conciseness

* feat: Update Blueprint Mode to v30 with enhanced workflows and self-correction features

* fix: Correct terminology from 'todos' to 'tasks' and improve capitalization for consistency

* feat: Upgrade model to GPT-5 Mini and enhance communication guidelines for brevity and clarity

* feat: Update model version to GPT-4.1 and clarify critical execution guidelines

* feat: Enhance Blueprint Mode with improved task handling and workflow directives

* feat: Revise Blueprint Mode directives for clarity and brevity, introducing confidence-based ambiguity resolution
2025-08-18 10:05:45 +10:00
Amelia Payne
59700a113a
Add Kusto Assistant Chatmode (#192)
* Add kusto assist chatmode

* Updated readme

---------

Co-authored-by: Amelia Payne <ameliapayne@microsoft.com>
2025-08-18 09:53:56 +10:00
Amelia Payne
ded418e3b6
Add chatmode to address PR comments (#190)
* Forgot to add file

* updated readme

---------

Co-authored-by: Amelia Payne <ameliapayne@microsoft.com>
2025-08-18 09:52:36 +10:00
Aung Myo Kyaw
16b780c166
feat(chatmode): add Ultimate Transparent Thinking Beast Mode prompt (#176)
- Add chatmodes/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md
- Document new chatmode in README.md

Co-authored-by: Aung Myo Kyaw <aungmyokyaw@users.noreply.github.com>
2025-08-14 09:48:43 +10:00
Daniel Scott-Raynsford
c6fc6d380b
Update: implementation-plan.chatmode.md (#166)
* CHANGE: update tools list and enhance implementation plan

- Reordered tools in the implementation plan for clarity.
- Added structured implementation phases with task tables.
- Revised goal description for better understanding.

* CHANGE: add status definition for implementation plans

- Introduced a new section for defining the status of implementation plans.
- Status options include `Completed`, `In progress`, `Planned`, `Deprecated`, and `On Hold`.
- Status is displayed as a badge in the introduction section.

* CHANGE: add status field to implementation plan

- Introduced a new 'status' field to the implementation plan.
- The status can be set to 'Completed', 'In progress', 'Planned', 'Deprecated', or 'On Hold'.
2025-08-11 10:31:17 +10:00
Allen Greaves
adfebcd06b
Prompt Builder for intermediate to expert prompt engineers (#160)
* feat: add prompt-builder chatmode

* chore: update README.md with reference to new chatmode
2025-08-07 10:33:04 +10:00
Allen Greaves
eedfbba93b
Task Researcher and Task Planner for intermediate to expert users and large codebases (#159)
* feat: add task-planner, task-researcher chatmodes with accompanying task-implementation instructions

* chore: update README.md with new references to chatmodes and instructions
2025-08-07 09:57:59 +10:00
Tianqi Zhang
739f650098
Update tool list in microsoft-study-mode.chatmode.md (#156) 2025-08-07 09:50:47 +10:00
Sebastian Gräf
8dbaebbfe6
Added AVM Terraform chatmode and instructions (#155)
* Add compliance requirements and usage instructions for Azure Verified Modules in GitHub Copilot

* Revise Azure Verified Modules instructions for clarity and completeness

* Add Azure Verified Modules Terraform instructions for coding standards and best practices

* Add metadata header to Azure Verified Modules Terraform instructions

* Update Azure Verified Modules entry in README to clarify Terraform usage

* Update applyTo pattern in Azure Verified Modules Terraform instructions for broader file coverage

* Add link to Azure Verified Modules Contribution documentation for AVM process details

* Update Azure Verified Modules Terraform instructions for clarity and compliance requirements

* Update header in Azure Verified Modules Terraform instructions for consistency
2025-08-07 09:33:55 +10:00
Aung Myo Kyaw
0a59e67fa4
Feature/thinking beast mode chatmode (#147)
* feat(chatmode): add Thinking Beast Mode chatmode with quantum cognitive workflow and constitutional agent protocol

Introduce a new chatmode, 'Thinking Beast Mode', which defines a transcendent coding agent with quantum cognitive architecture, adversarial intelligence, and recursive meta-cognitive workflow. The prompt includes:
- Multi-phase quantum cognitive workflow for problem solving
- Constitutional, adversarial, and meta-cognitive analysis layers
- Explicit instructions for recursive internet research and rigorous validation
- Multi-perspective and adversarial thinking protocols
- Markdown todo list framework for constitutional task management
- Communication protocol for intent, process, and pattern synthesis

This enables advanced autonomous agent behavior for complex, research-driven coding tasks. No breaking changes.

* docs(README): add Thinking Beast Mode chatmode to chatmode table with description and install links

---------

Co-authored-by: Aung Myo Kyaw <aungmyokyaw@users.noreply.github.com>
2025-08-04 10:30:47 +10:00
Muhammad Ubaid Raza
072639f7e3
Feature/blueprint mode v16 (#141)
* feat: Update Blueprint Mode to v16 with enhanced directives and workflows

- Changed model from Claude Sonnet 4 to GPT-4.1.
- Revised description for clarity and conciseness.
- Expanded communication guidelines for improved task management.
- Enhanced quality and engineering protocols, emphasizing SOLID principles and documentation.
- Introduced new execution principles to streamline task execution and reflection.
- Updated artifact structure to include specifications for requirements, architecture, and edge cases.
- Refined workflows for better task handling and validation processes.
- Improved debugging strategies and handling of ambiguous requests.

* refactor: streamline communication guidelines and core directives in Blueprint Mode documentation
2025-08-01 11:49:01 +10:00
Tianqi Zhang
43579c939e
Add Microsoft/Azure Study Mode chat mode (#134)
* Add Microsoft Study and Learn chat mode

* Fix update-readme.js for windows env
2025-07-31 15:32:05 +10:00
Muhammad Ubaid Raza
59c3a9f887
[feat] Update Blueprint Mode (#133)
* feat(docs): add Blueprint Mode v1 chat mode and documentation

Add Blueprint Mode v1 chat mode instructions and entry to README.
Blueprint Mode introduces specification-first engineering workflow,
artifact management standards, and escalation protocols for autonomous
agent development.

* docs(chatmode): improve formatting and clarify execution policy

- update tools list for accuracy and consistency
- enhance formatting in design and steering documents for readability
- clarify execution policy and internet research instructions
- fix minor markdown and wording issues

* docs(chatmode): add critical execution rules and update tools list

Add mandatory execution instructions and include runTests in tools for blueprint-mode chat mode.

* feat(chatmode): update Blueprint Mode to v2 with enhanced self-sufficient engineering directives and improved documentation

* fix(chatmode): correct formatting of tools list in Blueprint Mode documentation

* feat(blueprint-mode): update Blueprint Mode to v3 with enhanced directives and improved clarity

* fix(blueprint-mode): correct numbering format in main and lightweight workflows

* feat(blueprint-mode): enhance Core Directives with continuation and task review mandates

* feat(blueprint-mode): update Blueprint Mode to v4 with enhanced directives and improved clarity

* feat(docs): update Blueprint Mode documentation to v5 with enhanced directives and workflows

* fix(docs): refine thinking process directive for clarity and completeness

* feat(docs): update Blueprint Mode documentation from v5 to v6 with revised file paths and workflow steps

* feat(docs): update Blueprint Mode documentation to v6 with enhanced agent instructions

* feat(docs): enhance Blueprint Mode directives with self-reflection and retry strategies

* feat(docs): update Blueprint Mode documentation to v7 with enhanced task management and artifact tracking

* feat(docs): update Blueprint Mode documentation to v8 with enhanced specifications and directives

* feat(docs): update Blueprint Mode documentation to v9 with enhanced directives for task workflows and artifact management

* feat(docs): update artifact paths in Blueprint Mode documentation to reflect new directory structure

* feat(docs): update Blueprint Mode documentation from v9 to v10 with enhanced directives and workflow details

* feat(docs): update Blueprint Mode documentation from v10 to v11 with enhanced directives and tool usage guidelines

* feat(docs): update Blueprint Mode documentation to v12 with enhanced directives and workflow details
2025-07-31 10:41:03 +10:00
Muhammad Ubaid Raza
76199689d4
feat(docs): add Blueprint Mode v1 chat mode and documentation (#124)
* feat(docs): add Blueprint Mode v1 chat mode and documentation

Add Blueprint Mode v1 chat mode instructions and entry to README.
Blueprint Mode introduces specification-first engineering workflow,
artifact management standards, and escalation protocols for autonomous
agent development.

* docs(chatmode): improve formatting and clarify execution policy

- update tools list for accuracy and consistency
- enhance formatting in design and steering documents for readability
- clarify execution policy and internet research instructions
- fix minor markdown and wording issues

* docs(chatmode): add critical execution rules and update tools list

Add mandatory execution instructions and include runTests in tools for blueprint-mode chat mode.

* feat(chatmode): update Blueprint Mode to v2 with enhanced self-sufficient engineering directives and improved documentation

* fix(chatmode): correct formatting of tools list in Blueprint Mode documentation

* feat(blueprint-mode): update Blueprint Mode to v3 with enhanced directives and improved clarity

* fix(blueprint-mode): correct numbering format in main and lightweight workflows

* feat(blueprint-mode): enhance Core Directives with continuation and task review mandates

* feat(blueprint-mode): update Blueprint Mode to v4 with enhanced directives and improved clarity
2025-07-28 10:14:34 +10:00
Debbie O'Brien
edb5e16922
Add Playwright MCP prompts and chat modes for testing and automation (#99)
* Add Playwright MCP prompts and chat modes for testing and automation

* Update prompts/playwright-generate-test.prompt.md

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

* Enhance Playwright prompts and chatmode descriptions for clarity and consistency

* Add model specification to Playwright tester chatmode

* Update model specification in Playwright test generation prompt

* Add description to Playwright test generation prompt

* Refactor Playwright tools list in prompts and chat modes to remove redundant entries as just adding playwright seems to be supported now

* Fix typo in Playwright tester responsibilities section

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-28 09:57:29 +10:00
Abdi Daud
2587ec19de
Add TDD chatmodes (#119)
* Add TDD chatmodes

* Update chatmodes/tdd-red.chatmode.md

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

* Update chatmodes/tdd-green.chatmode.md

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

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2025-07-24 17:57:55 -07:00
Daniel Scott-Raynsford
647a2b43c3
UPDATE: Add status badge to implementation plan templates (#108)
* CHANGE: Add status section to implementation plan templates

- Introduced a status section in the implementation plan templates to define the current state of the plan.
- Status options include: Completed, In progress, Planned, Deprecated, and On Hold.
- Status will be displayed as a badge in the introduction section.

* CHANGE: Update status formatting in implementation plans

- Enclosed status options in quotes for consistency
- Updated formatting in implementation plan and prompt files

---------

Co-authored-by: Matt Soucoup <masoucou@microsoft.com>
2025-07-24 15:22:16 -07:00
Muhammad Ubaid Raza
7c5d96e581
Add software-engineer-agent-v1.chatmode and spec-driven-workflow-v1.instructions (#107)
* feat:  Added software-engineer-agent-v1.chatmode

Expert-level software engineering agent. Deliver production-ready, maintainable code.

* feat:  added spec-driven-workflow-v1.instructions

Bridge the gap between requirements and implementation.

* docs: 🐛 update readme

* fix: 🐛 add missing description for instruction

* fix: 🐛 update readme

* fix: 🎨 add markdown lint compliance
2025-07-18 09:11:44 +10:00
Peter Strömberg
0e31a96729
Add Clojure Interactive Programming chat mode (#102) 2025-07-17 14:55:30 +10:00
Saul Dolgin
be30dcf2ff
🔥 Add Gilfoyle Chat Mode - Silicon Valley's Most Brutally Honest Code Reviewer (#98)
* feat: Add Gilfoyle-style code review mode and instructions for sardonic analysis

* updated readme for Gilfoyle
2025-07-16 10:27:08 +10:00
Mark Noble
1b06842be0
Fix typo in 4.1-Beast chatmode: add 'of' for grammar (#101) 2025-07-16 09:15:12 +10:00
Aaron Powell
f505de62c8 Fixing file name and location 2025-07-15 09:48:40 +10:00
Shubham Gaikwad
c983292741
ms-sql-dba.chatmode (#89)
* ms-sql-dba.chatmode

* update-readme.js changes

* more refining

* add instructions file

* adress missed changes  and apply suggestions

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-15 08:03:20 +10:00
Luke Murray
5d42f2021a
feat: Add Microsoft Learn Contributor chatmode for documentation guidance (#95) 2025-07-14 08:27:24 +10:00
Oren Me
8c1a411806
feat: add meta agentic project scaffold chat mode (#85)
* feat: add meta agentic project scaffold chat mode

Use awesome-copilot repo to fetch the best tools for a project

* Update meta-agentic-project-scaffold.chatmode.md

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

* Update meta-agentic-project-scaffold.chatmode.md

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

* CR fixes

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-14 08:08:31 +10:00
sdanzo-hrb
8a37c38789
API Architect (#75)
* Create api-architect.md

initial

* Update api-architect.md

* Update README.md

* Rename api-architect.md to api-architect.chatmode.md

* Update README.md

added API Architect to custom chat modes

* Update api-architect.chatmode.md

incremental

* Update api-architect.chatmode.md

formatting

* Update api-architect.chatmode.md

* Running update script

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-11 09:27:34 +10:00
voidfnc
ceead13222
Add voidBeast_GPT41Enhanced v1.0 - Elite Developer AI Assistant Chatmode (#72)
* Add voidBeast_GPT41Enhanced v1.0 - Elite Developer AI Assistant Chatmode

- Added autonomous agent with intelligent mode detection
- Includes PLAN/ACT/PROMPT GENERATOR modes
- Features mandatory research phase for prompt generation
- Implements strict QA validation rules
- Supports specialized modes: Deep Research, Analyzer, Checkpoint, and Prompt Generator

* Move voidBeast_GPT41Enhanced.md to chatmodes/ directory

- Moved from root directory to proper chatmodes/ location
- Follows repository structure guidelines

* Update README.md with voidBeast_GPT41Enhanced chatmode

* Update filename

* Update and rename voidBeast-GPT41Enhanced.chatmode.md to voidbeast-gpt41enhanced.chatmode.md

* Updated description

* README.md updated
2025-07-11 09:16:40 +10:00
Gisela Torres
cdbf1c1923
New accessibility-focused chat mode 💙 (#69)
* Add accessibility guidelines and reminders to the project documentation

* Add accessibility mode chatmode to enhance GitHub Copilot customization options

* Update chatmodes/accesibility.chatmode.md

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

* Update chatmodes/accesibility.chatmode.md

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

* Update README.md

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

* Fix link to accessibility chatmode in README.md

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-10 09:35:19 +10:00
Burke Holland
1cfc8401b2
Refine 4.1 Beast Mode instructions and tools (#67)
* Refine 4.1 Beast Mode instructions and tools

Updated the 4.1 Beast Mode chat mode to enhance clarity and detail in the instructions. Removed the tools list and added more comprehensive guidelines for problem-solving, including steps for fetching URLs and conducting internet research. Improved communication guidelines to ensure concise user interactions.

* Update chatmodes/4.1-Beast.chatmode.md

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

* Update chatmodes/4.1-Beast.chatmode.md

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

* Update chatmodes/4.1-Beast.chatmode.md

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

* Rename 4.1 Beast Mode to 4.1 Beast Mode v3

Updated the chat mode title from "4.1 Beast Mode" to "4.1 Beast Mode v3" in the README.md to reflect the latest version of the custom prompt for GitHub Copilot.

* Rename 4.1 Beast Mode in README.md

Updated the title of the 4.1 Beast Mode chat mode in the README to remove the version suffix, ensuring consistency in naming conventions across documentation.

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-07-09 10:46:37 -07:00
hueanmy
dac2a94284
Create electron-angular-native.chatmode.md (#36)
* Create electron-angular-native.chatmode.md

## Summary

This adds a new chatmode for reviewing Electron desktop apps with:

- Node.js (main)
- Angular (renderer)
- Native integration (e.g., AppleScript, shell, exiftool)

The mode enforces best practices in IPC security, async/await consistency, error handling, performance, and Angular subscription management.

## File

- `chatmodes/electron-angular-native.chatmode.md`

## Motivation

To help teams building hybrid Electron apps (Node + Angular + native automation) perform rigorous code audits using GitHub Copilot Chat.

* chore: update README with new chatmode

* fix: resolve conflict in README.md

* Update README.md

* Update chatmodes/electron-angular-native.chatmode.md

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-07-09 13:41:57 +10:00
Waren Gonzaga
9c5fcef425
Add WG chatmodes for clean code and security (#44)
* Add WG chatmodes for clean code and security

* Update readme with the script

* Replace the front matter description with single quotes

* Remove yarn lock file

* Remove chatmodes custom header metadata

* Update README file from latest changes
2025-07-09 13:38:53 +10:00
Harald Kirschner
63c642bc2f
Set model for 4.1 beast mode 2025-07-08 15:57:14 -07:00