You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: release Copilot-Kit v1.0.0 - comprehensive GitHub Copilot template system
- Refactor project structure with action-oriented naming conventions
- Implement Joyride bulk installation system for VS Code integration
- Add comprehensive instruction templates for multiple programming languages
- Create specialized prompt templates for common development workflows
- Include custom chat modes for role-based AI assistance
- Update repository name from GitHub-Copilot-Instructions-Template to Copilot-Kit
- Add special thanks section crediting Joyride, Awesome Copilot, and other inspirations
- Organize language-specific instructions in dedicated subfolders
- Modernize documentation with improved structure and examples
- Create automated README generation system
BREAKING CHANGE: Repository name changed from GitHub-Copilot-Instructions-Template to Copilot-Kit
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# GitHub Copilot Instructions Template
1
+
# Copilot-Kit
2
2
3
3
A comprehensive collection of language-agnostic templates and structured prompts for GitHub Copilot that can be customized for any programming language and project type. This repository provides a systematic approach to AI-assisted development with standardized workflows, coding guidelines, and specialized prompts.
4
4
@@ -118,13 +118,13 @@ Clone the repository and copy the `.github` folder to your project:
@@ -167,6 +167,15 @@ You can also use this repository as a GitHub template:
167
167
4. Test with your development workflows
168
168
5. Submit a pull request with detailed examples
169
169
170
+
## Special Thanks
171
+
172
+
This project was inspired by and benefits from the following amazing open-source projects:
173
+
174
+
-**[Joyride](https://github.com/BetterThanTomorrow/joyride)** - VS Code scripting with ClojureScript that powers our bulk installation system
175
+
-**[Awesome Copilot](https://github.com/github/awesome-copilot)** - A curated list of resources for GitHub Copilot that inspired many of our best practices
176
+
-**[GitHub Copilot](https://github.com/features/copilot)** - The AI pair programmer that makes all of this possible
177
+
-**[Visual Studio Code](https://code.visualstudio.com/)** - The extensible editor that provides the platform for these integrations
178
+
170
179
## License
171
180
172
181
This project is licensed under the MIT License - see the LICENSE file for details.
Copy file name to clipboardExpand all lines: scripts/update-readme.js
+14-5Lines changed: 14 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ const path = require("path");
5
5
6
6
// Template sections for the README
7
7
constTEMPLATES={
8
-
header: `# GitHub Copilot Instructions Template
8
+
header: `# Copilot-Kit
9
9
10
10
A comprehensive collection of language-agnostic templates and structured prompts for GitHub Copilot that can be customized for any programming language and project type. This repository provides a systematic approach to AI-assisted development with standardized workflows, coding guidelines, and specialized prompts.
11
11
@@ -71,13 +71,13 @@ Clone the repository and copy the \`.github\` folder to your project:
@@ -120,6 +120,15 @@ You can also use this repository as a GitHub template:
120
120
4. Test with your development workflows
121
121
5. Submit a pull request with detailed examples
122
122
123
+
## Special Thanks
124
+
125
+
This project was inspired by and benefits from the following amazing open-source projects:
126
+
127
+
- **[Joyride](https://github.com/BetterThanTomorrow/joyride)** - VS Code scripting with ClojureScript that powers our bulk installation system
128
+
- **[Awesome Copilot](https://github.com/github/awesome-copilot)** - A curated list of resources for GitHub Copilot that inspired many of our best practices
129
+
- **[GitHub Copilot](https://github.com/features/copilot)** - The AI pair programmer that makes all of this possible
130
+
- **[Visual Studio Code](https://code.visualstudio.com/)** - The extensible editor that provides the platform for these integrations
131
+
123
132
## License
124
133
125
134
This project is licensed under the MIT License - see the LICENSE file for details.`
0 commit comments