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: integrate AI tuning into repo to leverage awesome copilot (#6)
* feat: integrate AI tuning into repo to leverage awesome copilot
* feat: add dependabot configuration for GitHub Actions updates
* feat: update upstream sync schedule and enhance VS Code installation links in documentation
Visit the **[help pages](https://intellitect.github.io/IntelliPlugins/)** for the full list of plugins, instructions, and prompts with documentation and usage examples.
40
19
41
-
-**[Enterprise Bug Fixing](plugins/enterprise-bug-fixing)** - Structured bug resolution with Azure DevOps
20
+
## What's Included
42
21
43
-
## Documentation
44
-
45
-
-**[Getting Started](docs/guides/getting-started.md)** - Your first steps with IntelliPlugins
-**[Full Documentation](https://intellitect.github.io/IntelliPlugins/)** - Complete guides and examples
22
+
| Section | Description | Docs |
23
+
|---------|-------------|------|
24
+
|**Plugins**| Copilot plugins for enterprise C#, Coalesce, Vuetify, and more |[Plugins](https://intellitect.github.io/IntelliPlugins/plugins/installation-guide.html)|
25
+
|**Instructions**| Instruction files that automatically apply coding standards to matching files — one-click install from the docs site |[Instructions](https://intellitect.github.io/IntelliPlugins/instructions/index.html)|
26
+
|**Prompts**| Reusable prompt files for common development workflows — one-click install from the docs site |[Prompts](https://intellitect.github.io/IntelliPlugins/prompts/index.html)|
This copies the file locally and records its upstream SHA in `.github/upstream-sync-state.json`. Review the file and state file, then commit when ready.
138
55
139
-
Create `.copilot/config.json` in your project:
56
+
## Contributing
140
57
141
-
```json
142
-
{
143
-
"plugins": [
144
-
"solid-principles@IntelliPlugins",
145
-
"testing-essentials@IntelliPlugins",
146
-
"csharp-best-practices@IntelliPlugins"
147
-
]
148
-
}
149
-
```
58
+
Have ideas for new content or improvements? Open a PR or reach out to dan.olvera@intellitect.com.
150
59
151
-
## Contributing
60
+
## License
152
61
153
-
Have ideas for new plugins or improvements? Open a PR or reach out to dan.olvera@intellitect.com.
62
+
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments