Agent Plugins Marketplace
All plugins

wheel7

v1.5.0

Engineering standards for .NET and React, plus the skills that apply them: setting up a project, adding a feature, building a component.

Claude Code3 Skills

By Wheel7License: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install wheel7 for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install wheel7@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/wheel7/agentic-engineering-standards

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

wheel7/
├── .claude-plugin/plugin.json
├── skills/dotnet-feature/SKILL.md
├── skills/project-setup/SKILL.md
└── skills/react-component/SKILL.md

Included Skills3

dotnet-featureskills/dotnet-feature/SKILL.md

Adds a new feature (command or query) to a .NET 10 API following our CQRS architecture without MediatR. Use this skill whenever a new endpoint, command, query or handler has to be added in a project with the layers Domain, Application, Infrastructure and Api - for example "add an endpoint to complete a todo" or "create a query to fetch orders per customer". Do not use it for setting up a new project or for changes that only modify existing code.

project-setupskills/project-setup/SKILL.md

Sets up a new full-stack repository against these engineering standards - a .NET API and a React frontend in one repository - including the solution layout, frontend, database, container setup and CI/CD. Use when someone starts a new project, creates a new solution, or asks how to bootstrap a repository that follows the team standards - for example "set up a new application for billing" or "start a new project". Do not use for adding a feature to an existing project; use dotnet-feature or react-component for that.

react-componentskills/react-component/SKILL.md

DRAFT - adds a new React component following our (not yet settled) frontend architecture. Use this skill whenever a new component, screen or feature has to be added to the React frontend of a project, for example "create a TodoList component" or "add a screen to show orders". The conventions behind it have not been confirmed by the team yet; always check first how the existing project does it.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "wheel7",
  "displayName": "Wheel7 Engineering Standards",
  "version": "1.5.0",
  "description": "Engineering standards for .NET and React, plus the skills that apply them: setting up a project, adding a feature, building a component.",
  "author": {
    "name": "Wheel7",
    "url": "https://github.com/wheel7"
  },
  "homepage": "https://github.com/wheel7/agentic-engineering-standards",
  "repository": "https://github.com/wheel7/agentic-engineering-standards",
  "license": "MIT",
  "keywords": [
    "engineering-standards",
    "dotnet",
    "react",
    "postgres",
    "github-actions"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[wheel7 on Agent Plugins Marketplace](https://pluginsmp.com/plugins/wheel7)