Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub pluginagentmarketplace/custom-plugin-aspnet-coreProduction-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.
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Share bugs, ideas, or general feedback.
📦 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