73 Commits

Author SHA1 Message Date
Troy Simeon Taylor
616d8f14a7
Add Swift MCP Server Development collection (#328)
- Add Swift MCP server best practices instruction
- Add Swift MCP server project generator prompt
- Add Swift MCP expert chat mode
- Add Swift MCP development collection manifest
- Update category READMEs

Features:
- Server setup with official Swift SDK package
- Tool/resource/prompt handlers with withMethodHandler
- Async/await and actor-based concurrency patterns
- ServiceLifecycle integration for graceful shutdown
- Stdio, HTTP, and network transport support
- JSON schema construction with Value type
- Swift 6.0+ with modern concurrency features
- Platform support: macOS 13+, iOS 16+, Linux
2025-10-17 11:05:21 +11:00
Troy Simeon Taylor
f10bc70ce5
Add Kotlin MCP Server Development collection (#327) 2025-10-17 11:03:59 +11:00
Troy Simeon Taylor
db6c158020
Add Go MCP Server Development collection (#326)
* Add Go MCP Server Development collection

* Fix: Wrap description in single quotes per prompt guidelines

* Fix: Wrap chatmode description in single quotes per guidelines

* Fix: Wrap instruction description in single quotes per guidelines
2025-10-17 11:03:04 +11:00
Troy Simeon Taylor
4c6f3a5567
Add Python MCP Server Development collection (#325)
- Add instructions for Python MCP server development best practices
- Add prompt for generating complete Python MCP server projects
- Add expert chat mode for Python MCP development assistance
- Add collection grouping all Python MCP resources together
- Update README files with new contributions

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-10-17 11:02:00 +11:00
Troy Simeon Taylor
fc55306045
Add TypeScript MCP Server Development Collection (#324)
* Add TypeScript MCP Server Development collection

- Add instructions for TypeScript MCP server development best practices
- Add prompt for generating complete TypeScript MCP server projects
- Add expert chat mode for TypeScript MCP development assistance
- Add collection grouping all TypeScript MCP resources together
- Update README files with new contributions

* Revert unintended change to power-bi-development.md
2025-10-17 10:57:58 +11:00
Troy Simeon Taylor
f6acdfcacb
Add C# MCP Server Development collection (#323)
* Add C# MCP Server Development collection

- Add instructions for C# MCP server development best practices
- Add prompt for generating complete MCP server projects
- Add expert chat mode for C# MCP development assistance
- Add collection grouping all C# MCP resources together
- Update README files with new contributions

* Add applyTo field to C# MCP instructions
2025-10-17 10:55:27 +11:00
Derek Clair
69cd4fae4e
update editFiles to edit/editFiles (#319) 2025-10-16 10:07:01 +11:00
Troy Simeon Taylor
38969f7cc2
Add Power BI resources (#298)
* Add Power BI resources: 4 chat modes, 6 instructions, 4 prompts, and resources README

* Remove power-bi-resources-README.md - not needed for PR

* Add Power BI Development collection

* Fix PR review feedback: Add collection YAML file and remove double fenced code blocks

- Add power-bi-development.collection.yml with proper metadata
- Remove outer 4-backtick fences from all Power BI files (chatmodes, instructions, prompts)
- Files now have only the standard 3-backtick fences for proper GitHub Copilot compatibility

* Remove outer code fences from Power BI chatmode files
2025-10-16 10:05:56 +11:00
Nick Brady
6de20c22b5
feat(chatmode): add GPT-5 Beast Mode high-agency engineering assistant (#306)
* feat(chatmode): add GPT-5 Beast Mode high-agency engineering assistant

* Update chatmodes/gpt-5-beast-mode.chatmode.md

Yes, please remove attirbution.

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

* Update chatmodes/gpt-5-beast-mode.chatmode.md

use standard hyphen caharacters

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

* Update GPT-5 Beast Mode documentation and tools

removing personal tools which may introduce an increased tool call accuracy error surface

* Refactor GPT-5 Beast Mode chatmode documentation

Adding some cosmetic changes to the formatting

* Refine tool preamble formatting in chatmode documentation

Updated formatting to → from [?]

* Update readme and title

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-10-16 10:01:32 +11:00
Troy Simeon Taylor
aa38e38a95
Add Power Platform Connector MCP Protocol Development Collection (#297)
* Add Power Platform MCP connector development collection

* Update README files with Power Platform MCP collection entries

* Add required frontmatter fields (mode, applyTo, model)

* Simplify collection to schema-compliant format per review feedback

* Update collections/power-platform-mcp-connector-development.collection.yml

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

---------

Co-authored-by: Aaron Powell <me@aaron-powell.com>
2025-10-10 09:42:11 +11:00
Ashley Childress
c95af033c9
chore(chatmodes): Standardize and clarify Mermaid diagram enforcement in HLBPA chat mode (#281)
- Standardized YAML front-matter formatting and tool list quoting in hlbpa.chatmode.md
- Clarified and enforced Mermaid-only diagram requirement in HLBPA chat mode

Assisted-by: GitHub Copilot

Signed-off-by: Ashley Childress <6563688+anchildress1@users.noreply.github.com>
2025-10-08 11:17:09 +11: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