Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "IntelliPlugins",
"owner": {
"name": "IntelliTect-dev",
"name": "IntelliTect",
"email": "dan.olvera@intellitect.com"
},
"metadata": {
"description": "Curated Copilot plugins for enterprise C# development, Coalesce framework, and Vue 3 with Vuetify. Designed to support SOLID principles, best practices, and architectural excellence.",
"version": "1.0.0",
"homepage": "https://intellitect-dev.github.io/IntelliPlugins",
"repository": "https://github.com/IntelliTect-dev/IntelliPlugins",
"homepage": "https://intellitect.github.io/IntelliPlugins",
"repository": "https://github.com/IntelliTect/IntelliPlugins",
"license": "MIT"
},
"plugins": [
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ copilot plugin install solid-principles@IntelliPlugins

### Browse All Plugins

Visit [help pages](https://intellitect-dev.github.io/IntelliPlugins/) for documentation, examples, and installation guides.
Visit [help pages](https://intellitect.github.io/IntelliPlugins/) for documentation, examples, and installation guides.

## Available Plugins

Expand All @@ -45,7 +45,7 @@ Visit [help pages](https://intellitect-dev.github.io/IntelliPlugins/) for docume
- **[Getting Started](docs/guides/getting-started.md)** - Your first steps with IntelliPlugins
- **[Usage Examples](docs/guides/usage-examples.md)** - Real-world scenarios
- **[Installation Guide](docs/plugins/installation-guide.md)** - Detailed setup
- **[Full Documentation](https://intellitect-dev.github.io/IntelliPlugins/)** - Complete guides and examples
- **[Full Documentation](https://intellitect.github.io/IntelliPlugins/)** - Complete guides and examples

## Repository Structure

Expand Down Expand Up @@ -120,7 +120,7 @@ Help me fix bug #12345. Let's start with a test-first approach.
### Install from Marketplace

```bash
copilot plugin marketplace add IntelliTect-dev/IntelliPlugins
copilot plugin marketplace add IntelliTect/IntelliPlugins
```

### Install All Plugins
Expand Down
2 changes: 1 addition & 1 deletion docs/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"_enableSearch": true,
"_gitContribute": {
"branch": "main",
"repository": "https://github.com/IntelliTect-dev/IntelliPlugins"
"repository": "https://github.com/IntelliTect/IntelliPlugins"
},
"_lang": "en-us"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Extend GitHub Copilot with enterprise C# development, Coalesce framework, and Vu
## Install from Marketplace

```bash
copilot plugin marketplace add IntelliTect-dev/IntelliPlugins
copilot plugin marketplace add IntelliTect/IntelliPlugins
```

## Install Your First Plugin
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ Domain-specific workflows:

## Resources

- **GitHub Repository**: [IntelliTect-dev/IntelliPlugins](https://github.com/IntelliTect-dev/IntelliPlugins)
- **GitHub Repository**: [IntelliTect/IntelliPlugins](https://github.com/IntelliTect/IntelliPlugins)
- **Copilot Docs**: [GitHub Copilot CLI](https://docs.github.com/en/copilot/how-tos/copilot-cli)
- **Awesome Copilot**: [Community Extensions](https://github.com/github/awesome-copilot)
8 changes: 4 additions & 4 deletions plugins/coalesce-accelerator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ This plugin includes three comprehensive instruction files:

## Related Plugins

- **[C# Best Practices](https://intellitect-dev.github.io/IntelliPlugins//plugins/csharp-best-practices)** — SOLID principles and architectural patterns for .NET
- **[Vuetify Components](https://intellitect-dev.github.io/IntelliPlugins//plugins/vuetify-components)** — Material Design UI component library for Vue 3
- **[Testing Essentials](https://intellitect-dev.github.io/IntelliPlugins//plugins/testing-essentials)** — Unit, integration, and E2E testing strategies
- **[C# Best Practices](https://intellitect.github.io/IntelliPlugins//plugins/csharp-best-practices)** — SOLID principles and architectural patterns for .NET
- **[Vuetify Components](https://intellitect.github.io/IntelliPlugins//plugins/vuetify-components)** — Material Design UI component library for Vue 3
- **[Testing Essentials](https://intellitect.github.io/IntelliPlugins//plugins/testing-essentials)** — Unit, integration, and E2E testing strategies

## Architecture Highlights

Expand Down Expand Up @@ -231,7 +231,7 @@ const model = ref<Person>(new Person());

For issues, questions, or suggestions:

- Open an issue on [GitHub](https://github.com/IntelliTect-dev/IntelliPlugins/issues)
- Open an issue on [GitHub](https://github.com/IntelliTect/IntelliPlugins/issues)
- Reference this plugin: `coalesce-accelerator`
- Include your Coalesce version and .NET version

Expand Down
6 changes: 3 additions & 3 deletions plugins/coalesce-accelerator/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"displayName": "Coalesce Accelerator",
"description": "Streamline full-stack Coalesce framework development with code generation, data binding, and EF Core migration workflows.",
"version": "1.0.0",
"publisher": "IntelliTect-dev",
"publisher": "IntelliTect",
"license": "MIT",
"homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/coalesce-accelerator",
"homepage": "https://intellitect.github.io/IntelliPlugins/plugins/coalesce-accelerator",
"repository": {
"type": "git",
"url": "https://github.com/IntelliTect-dev/IntelliPlugins.git",
"url": "https://github.com/IntelliTect/IntelliPlugins.git",
"directory": "plugins/coalesce-accelerator"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions plugins/csharp-best-practices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ List<User> GetActiveUsersList()

## Contributing

This plugin is part of the IntelliPlugins ecosystem. For contributions, feature requests, or bug reports, visit the [IntelliPlugins repository](https://github.com/IntelliTect-dev/IntelliPlugins).
This plugin is part of the IntelliPlugins ecosystem. For contributions, feature requests, or bug reports, visit the [IntelliPlugins repository](https://github.com/IntelliTect/IntelliPlugins).

## License

Expand All @@ -191,5 +191,5 @@ MIT License - See LICENSE file for details
---

**Version:** 1.0.0
**Publisher:** IntelliTect-dev
**Publisher:** IntelliTect
**Last Updated:** 2024
6 changes: 3 additions & 3 deletions plugins/csharp-best-practices/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"displayName": "C# Best Practices",
"description": "C#-specific language patterns, naming conventions, error handling, dependency injection, and async best practices for enterprise development.",
"version": "1.0.0",
"publisher": "IntelliTect-dev",
"publisher": "IntelliTect",
"license": "MIT",
"homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/csharp-best-practices",
"homepage": "https://intellitect.github.io/IntelliPlugins/plugins/csharp-best-practices",
"repository": {
"type": "git",
"url": "https://github.com/IntelliTect-dev/IntelliPlugins.git",
"url": "https://github.com/IntelliTect/IntelliPlugins.git",
"directory": "plugins/csharp-best-practices"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/enterprise-bug-fixing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ MIT License - See LICENSE file for details

---

**IntelliTect-dev** - Enterprise Software Solutions
**IntelliTect** - Enterprise Software Solutions
6 changes: 3 additions & 3 deletions plugins/enterprise-bug-fixing/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"displayName": "Enterprise Bug Fixing Workflow",
"description": "Structured bug resolution workflow with test-first approach, Azure DevOps integration, and comprehensive validation.",
"version": "1.0.0",
"publisher": "IntelliTect-dev",
"publisher": "IntelliTect",
"license": "MIT",
"homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/enterprise-bug-fixing",
"homepage": "https://intellitect.github.io/IntelliPlugins/plugins/enterprise-bug-fixing",
"repository": {
"type": "git",
"url": "https://github.com/IntelliTect-dev/IntelliPlugins.git",
"url": "https://github.com/IntelliTect/IntelliPlugins.git",
"directory": "plugins/enterprise-bug-fixing"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions plugins/solid-principles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,8 @@ MIT License. See LICENSE file in the repository.
## Support

For issues, questions, or contributions:
- GitHub: [IntelliPlugins](https://github.com/IntelliTect-dev/IntelliPlugins)
- Issues: [GitHub Issues](https://github.com/IntelliTect-dev/IntelliPlugins/issues)
- GitHub: [IntelliPlugins](https://github.com/IntelliTect/IntelliPlugins)
- Issues: [GitHub Issues](https://github.com/IntelliTect/IntelliPlugins/issues)

---

Expand Down
6 changes: 3 additions & 3 deletions plugins/solid-principles/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"displayName": "SOLID Principles & Architecture",
"description": "Enterprise-grade guidance on SOLID principles, architecture patterns, and code quality for maintainable C# projects.",
"version": "1.0.0",
"publisher": "IntelliTect-dev",
"publisher": "IntelliTect",
"license": "MIT",
"homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/solid-principles",
"homepage": "https://intellitect.github.io/IntelliPlugins/plugins/solid-principles",
"repository": {
"type": "git",
"url": "https://github.com/IntelliTect-dev/IntelliPlugins.git",
"url": "https://github.com/IntelliTect/IntelliPlugins.git",
"directory": "plugins/solid-principles"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions plugins/testing-essentials/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"displayName": "Testing Essentials",
"description": "Comprehensive testing best practices including unit testing strategies, test naming conventions, and mock frameworks.",
"version": "1.0.0",
"publisher": "IntelliTect-dev",
"publisher": "IntelliTect",
"license": "MIT",
"homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/testing-essentials",
"homepage": "https://intellitect.github.io/IntelliPlugins/plugins/testing-essentials",
"repository": {
"type": "git",
"url": "https://github.com/IntelliTect-dev/IntelliPlugins.git",
"url": "https://github.com/IntelliTect/IntelliPlugins.git",
"directory": "plugins/testing-essentials"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions plugins/vuetify-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,8 @@ WCAG compliance, semantic HTML, ARIA attributes, keyboard navigation, and inclus

## Related Plugins

- **[SOLID Principles & Architecture](https://intellitect-dev.github.io/IntelliPlugins/plugins/solid-principles)** — Enterprise code quality and design patterns to structure your Vue applications professionally
- **[Coalesce Accelerator](https://intellitect-dev.github.io/IntelliPlugins/plugins/coalesce-accelerator)** — Full-stack data access patterns that complement your Vue UI
- **[SOLID Principles & Architecture](https://intellitect.github.io/IntelliPlugins/plugins/solid-principles)** — Enterprise code quality and design patterns to structure your Vue applications professionally
- **[Coalesce Accelerator](https://intellitect.github.io/IntelliPlugins/plugins/coalesce-accelerator)** — Full-stack data access patterns that complement your Vue UI

## Vuetify Documentation

Expand Down Expand Up @@ -419,7 +419,7 @@ src/

## Contributing

This plugin is part of the IntelliPlugins marketplace. For updates and improvements, visit the [GitHub repository](https://github.com/IntelliTect-dev/IntelliPlugins).
This plugin is part of the IntelliPlugins marketplace. For updates and improvements, visit the [GitHub repository](https://github.com/IntelliTect/IntelliPlugins).

## License

Expand Down
6 changes: 3 additions & 3 deletions plugins/vuetify-components/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"displayName": "Vuetify Components & Patterns",
"description": "Vue 3 and Vuetify best practices for building professional UI components with accessibility and UX consistency.",
"version": "1.0.0",
"publisher": "IntelliTect-dev",
"publisher": "IntelliTect",
"license": "MIT",
"homepage": "https://intellitect-dev.github.io/IntelliPlugins/plugins/vuetify-components",
"homepage": "https://intellitect.github.io/IntelliPlugins/plugins/vuetify-components",
"repository": {
"type": "git",
"url": "https://github.com/IntelliTect-dev/IntelliPlugins.git",
"url": "https://github.com/IntelliTect/IntelliPlugins.git",
"directory": "plugins/vuetify-components"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-plugin-docs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ $installGuideLines.Add("")
$installGuideLines.Add("## Install from Marketplace")
$installGuideLines.Add("")
$installGuideLines.Add('```bash')
$installGuideLines.Add("copilot plugin marketplace add IntelliTect-dev/IntelliPlugins")
$installGuideLines.Add("copilot plugin marketplace add IntelliTect/IntelliPlugins")
$installGuideLines.Add('```')
$installGuideLines.Add("")
$installGuideLines.Add("## Install All Plugins")
Expand Down
Loading