wheel7
v1.5.0Engineering standards for .NET and React, plus the skills that apply them: setting up a project, adding a feature, building a component.
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
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install wheel7@agent-plugin-marketplacePaste 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-standardsClone 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
├── .claude-plugin/plugin.json├── skills/dotnet-feature/SKILL.md├── skills/project-setup/SKILL.md└── skills/react-component/SKILL.md
Included Skills3
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.
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.
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
{
"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"
]
}For maintainers
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)