Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Production-grade ASP.NET Core development plugin with 3 agents, 3 skills, and complete learning infrastructure for enterprise applications. Implements 2024-2025 best practices including Clean Architecture, CQRS, GitOps, and comprehensive observability.
npx claudepluginhub pluginagentmarketplace/custom-plugin-aspnet-core --plugin custom-plugin-aspnet-coreExpert in ASP.NET Core system design, architectural patterns, microservices, and enterprise application architecture. Covers SOLID principles, design patterns, and scalability.
Expert in ASP.NET Core backend development, RESTful APIs, Entity Framework, and enterprise applications. Covers web services, database design, authentication, and business logic.
Expert in ASP.NET Core deployment, containerization, Azure cloud, CI/CD pipelines, and production infrastructure. Covers Docker, Kubernetes, Azure services, and monitoring.
Master advanced ASP.NET Core development including Entity Framework Core, authentication, testing, and enterprise patterns for production applications.
Master ASP.NET Core deployment, Docker, Azure cloud, CI/CD pipelines, and production infrastructure for enterprise applications.
Master ASP.NET Core fundamentals including C#, project structure, routing, middleware, and basic API development. Essential skills for all ASP.NET Core developers.
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Comprehensive .NET backend development with C#, ASP.NET Core, Entity Framework Core, and Dapper for production-grade applications
Aspire skills plugin for AI coding agents. Six skills: aspire (router), aspire-init (skeleton drop), aspireify (AppHost wiring), aspire-orchestration (lifecycle, guardrails), aspire-deployment (publish, deploy, destroy, pipeline steps), aspire-monitoring (logs, traces, dashboard, diagnostics bridge). Aligned with Aspire 13.4.
Comprehensive .NET development skills and agents for Claude Code - covering C#, F#, Akka.NET, Aspire, testing frameworks, and specialized tools
Complete Claude Code plugin development system. PROACTIVELY activate when users want to: (1) Create/build plugins with 2025 features, (2) Add skills/commands/agents/hooks, (3) Validate plugin structure, (4) Publish to marketplace, (5) Get plugin development guidance. Provides: agent-first design patterns, progressive disclosure skills, hook automation, MCP integration, marketplace publishing. Includes plugin-expert agent and validation utilities.
The definitive Claude Code companion for .NET developers. 47 skills, 10 agents, 16 commands, 10 rules, 5 templates, 15 MCP tools, 7 hooks for modern .NET 10 / C# 14.
Comprehensive .NET 10, Blazor, ASP.NET Core, C#, and Syncfusion expert plugin for building modern web apps, microservices, and cloud-native solutions
Production-grade Java development plugin with 8 specialized agents, 12 SASMP-compliant skills, and 4 commands for core Java, Spring, testing, DevOps, and enterprise development
Comprehensive game development learning system with 7 specialized agents, 21 in-depth skills, 4 slash commands, and automation hooks. Master game design, programming, graphics, audio, networking, tools, and publishing across Unity, Unreal Engine, and Godot.
Comprehensive Swift development plugin with 8 specialized agents and 12 Golden Format skills for iOS, macOS, and Apple ecosystem
Industrial-grade Flutter development plugin with 8 specialized agents and 12 production-ready skills covering UI, state management, backend integration, database design, performance optimization, testing, DevOps, and native platform integration. 15,500+ lines of expert content, 200+ code examples, 25+ projects.
React Native plugin with specialized agents for mobile development, navigation, native modules, and cross-platform apps
📦 Install Now · 🤖 Explore Agents · 📖 Documentation · ⭐ Star this repo
Aspnet Core Assistant is a Claude Code plugin with 3 agents and 3 skills for aspnet core development.
# Step 1️⃣ Add the marketplace
/plugin marketplace add pluginagentmarketplace/custom-plugin-aspnet-core
# Step 2️⃣ Install the plugin
/plugin install custom-plugin-aspnet-core@pluginagentmarketplace-aspnet-core
# Step 3️⃣ Restart Claude Code
# Close and reopen your terminal/IDE
# Clone the repository
git clone https://github.com/pluginagentmarketplace/custom-plugin-aspnet-core.git
cd custom-plugin-aspnet-core
# Load locally
/plugin load .
# Restart Claude Code
After restart, you should see these agents:
custom-plugin-aspnet-core:aspnet-core-architecture
custom-plugin-aspnet-core:aspnet-core-devops
custom-plugin-aspnet-core:aspnet-core-backend
| Feature | Description |
|---|---|
| 🤖 3 Agents | Specialized AI agents for aspnet core tasks |
| 🛠️ 3 Skills | Reusable capabilities with Golden Format |
| ⌨️ 3 Commands | Quick slash commands |
| 🔄 SASMP v1.3.0 | Full protocol compliance |
| # | Agent | Purpose |
|---|---|---|
| 1 | aspnet-core-architecture | Expert in ASP.NET Core system design, architectural patterns |
| 2 | aspnet-core-devops | Expert in ASP.NET Core deployment, containerization, Azure c |
| 3 | aspnet-core-backend | Expert in ASP.NET Core backend development, RESTful APIs, En |
| Skill | Description | Invoke |
|---|---|---|
aspnet-core-fundamentals | Master ASP.NET Core fundamentals including C#, project struc | Skill("custom-plugin-aspnet-core:aspnet-core-fundamentals") |
aspnet-core-advanced | Master advanced ASP.NET Core development including Entity Fr | Skill("custom-plugin-aspnet-core:aspnet-core-advanced") |
aspnet-core-devops | Master ASP.NET Core deployment, Docker, Azure cloud, CI/CD p | Skill("custom-plugin-aspnet-core:aspnet-core-devops") |
| Command | Description |
|---|---|
/learn | ASP.NET Core Learning Path |
/project | ASP.NET Core Project Templates |
/deploy | ASP.NET Core Deployment Guide |
| Document | Description |
|---|---|
| CHANGELOG.md | Version history |
| CONTRIBUTING.md | How to contribute |
| LICENSE | License information |
custom-plugin-aspnet-core/
├── 📁 .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── 📁 agents/ # 3 agents
├── 📁 skills/ # 3 skills (Golden Format)
├── 📁 commands/ # 3 commands
├── 📁 hooks/
├── 📄 README.md
├── 📄 CHANGELOG.md
└── 📄 LICENSE