Skip to content
Open
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
14 changes: 7 additions & 7 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"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",
"version": "1.0.1",
"homepage": "https://intellitect.github.io/IntelliPlugins",
"repository": "https://github.com/IntelliTect/IntelliPlugins",
"license": "MIT"
Expand All @@ -16,7 +16,7 @@
"name": "solid-principles",
"displayName": "SOLID Principles & Architecture",
"description": "Enterprise-grade guidance on SOLID principles, architecture patterns, and code quality for maintainable C# projects.",
"version": "1.0.0",
"version": "1.0.1",
"category": "Enterprise",
"source": "./plugins/solid-principles",
"keywords": [
Expand All @@ -31,7 +31,7 @@
"name": "testing-essentials",
"displayName": "Testing Essentials",
"description": "Comprehensive testing best practices including unit testing strategies, test naming conventions, and mock frameworks.",
"version": "1.0.0",
"version": "1.0.1",
"category": "Enterprise",
"source": "./plugins/testing-essentials",
"keywords": ["testing", "unit-tests", "TDD", "best-practices", "xUnit"]
Expand All @@ -40,7 +40,7 @@
"name": "csharp-best-practices",
"displayName": "C# Best Practices",
"description": "C#-specific language patterns, naming conventions, error handling, dependency injection, and async best practices.",
"version": "1.0.0",
"version": "1.0.1",
"category": "Language",
"source": "./plugins/csharp-best-practices",
"keywords": [
Expand All @@ -56,7 +56,7 @@
"name": "coalesce-accelerator",
"displayName": "Coalesce Accelerator",
"description": "Streamline full-stack Coalesce framework development with code generation, data binding, and EF Core migration workflows.",
"version": "1.0.0",
"version": "1.0.1",
"category": "Framework",
"source": "./plugins/coalesce-accelerator",
"keywords": [
Expand All @@ -71,7 +71,7 @@
"name": "vuetify-components",
"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",
"version": "1.0.1",
"category": "Framework",
"source": "./plugins/vuetify-components",
"keywords": [
Expand All @@ -87,7 +87,7 @@
"name": "enterprise-bug-fixing",
"displayName": "Enterprise Bug Fixing Workflow",
"description": "Structured bug resolution workflow with test-first approach, Azure DevOps integration, and comprehensive validation.",
"version": "1.0.0",
"version": "1.0.1",
"category": "Specialized",
"source": "./plugins/enterprise-bug-fixing",
"keywords": [
Expand Down
46 changes: 2 additions & 44 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,52 +8,10 @@ Get started with IntelliPlugins in minutes:

1. **[Installation Guide](plugins/installation-guide.md)** - Set up plugins in your environment
2. **[Getting Started](guides/getting-started.md)** - Your first steps with Copilot plugins
3. **[Instructions](instructions/index.md)** - One-click install coding standards for VS Code
4. **[Prompts](prompts/index.md)** - One-click install reusable prompt files for VS Code

## Available Plugins
## Contributing

### Enterprise-Generic Plugins

These plugins apply best practices across any C# project:

- **[SOLID Principles & Architecture](plugins/solid-principles.md)** - Enterprise-grade architecture patterns
- **[Testing Essentials](plugins/testing-essentials.md)** - Comprehensive testing best practices
- **[C# Best Practices](plugins/csharp-best-practices.md)** - Language-specific patterns and conventions

### Framework-Specific Plugins

Tools optimized for IntelliTect's tech stack:

- **[Coalesce Accelerator](plugins/coalesce-accelerator.md)** - Full-stack Coalesce development productivity
- **[Vuetify Components](plugins/vuetify-components.md)** - Vue 3 & Vuetify UI patterns

### Specialized Plugins

Domain-specific workflows:

- **[Enterprise Bug Fixing](plugins/enterprise-bug-fixing.md)** - Structured bug resolution with Azure DevOps

## Guides & Resources

- **[Getting Started](guides/getting-started.md)** - New to Copilot plugins?
- **[Usage Examples](guides/usage-examples.md)** - Real-world scenarios and patterns

## Instructions & Prompts

Lightweight Copilot files you can install directly into VS Code with one click — no copy-pasting required.

- **[Instructions](instructions/index.md)** - Automatically apply coding standards to matching files (e.g., C# conventions on `**/*.cs`)
- **[Prompts](prompts/index.md)** - Reusable prompt templates for common workflows (e.g., XUnit best practices)

## Key Features

**Enterprise Focus** - Built for SOLID principles and architectural excellence
**Coalesce Optimized** - Streamline full-stack development
**Vue 3 Ready** - Modern Vue and Vuetify patterns
**Test-First** - Emphasis on quality and testing
**One-Click Install** - Instructions and prompts install directly into VS Code
**Open Source** - Community-driven, MIT licensed
Have ideas for new content or improvements? Open a PR or [open an issue](https://github.com/IntelliTect/IntelliPlugins/issues).

## Resources

Expand Down
6 changes: 0 additions & 6 deletions docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@
href: instructions/index.md
- name: C# Development
href: instructions/csharp.md
- name: Prompts
items:
- name: Overview
href: prompts/index.md
- name: XUnit Best Practices
href: prompts/csharp-xunit.md
- name: Guides
items:
- name: Getting Started
Expand Down
Loading
Loading