mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-20 02:15:12 +00:00
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>
This commit is contained in:
10
README.md
10
README.md
@@ -47,25 +47,31 @@ To make it easy to add these customizations to your editor, we have created a [M
|
||||
## 🔧 How to Use
|
||||
|
||||
### 🎯 Prompts
|
||||
|
||||
Use the `/` command in GitHub Copilot Chat to access prompts:
|
||||
```
|
||||
|
||||
```plaintext
|
||||
/awesome-copilot create-readme
|
||||
```
|
||||
|
||||
### 📋 Instructions
|
||||
|
||||
Instructions automatically apply to files based on their patterns and provide contextual guidance for coding standards, frameworks, and best practices.
|
||||
|
||||
### 💭 Chat Modes
|
||||
|
||||
Activate chat modes to get specialized assistance from AI personas tailored for specific roles like architects, DBAs, or security experts.
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) for details on how to:
|
||||
|
||||
- Add new prompts, instructions, or chat modes
|
||||
- Improve existing content
|
||||
- Report issues or suggest enhancements
|
||||
|
||||
### Quick Contribution Guide
|
||||
|
||||
1. Follow our file naming conventions and frontmatter requirements
|
||||
2. Test your contributions thoroughly
|
||||
3. Update the appropriate README tables
|
||||
@@ -73,7 +79,7 @@ We welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.
|
||||
|
||||
## 📖 Repository Structure
|
||||
|
||||
```
|
||||
```plaintext
|
||||
├── prompts/ # Task-specific prompts (.prompt.md)
|
||||
├── instructions/ # Coding standards and best practices (.instructions.md)
|
||||
├── chatmodes/ # AI personas and specialized modes (.chatmode.md)
|
||||
|
||||
Reference in New Issue
Block a user