Real Skill packageSource verifiedClawHub registry

dotnet-onion-api

Scaffold a new .NET solution (Web API + Worker microservices) using ONION architecture and EF Core, codifying battle-tested layered patterns and explicitly avoiding the common pitfalls of legacy stored-procedure-centric codebases. Use this skill whenever the user asks to "create a new dotnet project", "scaffold a .NET API", "new C# solution", "add a worker microservice", "add a feature end-to-end", or mentions "ONION", "Clean Architecture", "Onion Architecture", or "the layered .NET patterns I like". Three modes —…

Identity and source

Publisher attributionDennis Rongoregistry owner unverified by skillvetai
Functional categorySoftware Developmentautomatically inferred · 61% rule confidence
Package forminstruction bundle12 recorded files
Canonical sourceClawHub registryclawhub:dennisrongo:dotnet-onion-api
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/16/2026.claude/skills/dotnet-onion-api

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/16/2026.agents/skills/dotnet-onion-api

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/16/2026skills/dotnet-onion-api

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @dennisrongo/dotnet-onion-api
clawhub inspect @dennisrongo/dotnet-onion-api --version 1.0.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
12 / 12 inspected as text
Checked
8/16/2026, 9:38:28 PM
Scanner
0.1.3
Policy
1.0.3
2 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
4 dependency and API indicators
  • api: api.nuget.org
  • api: clawhub.ai
  • api: dotnet.microsoft.com
  • api: www.nuget.org
External clawhub result: clean

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/16/2026, 10:02:55 PM
Release binding
Matches this record
  • vt: clean
  • skillspector: clean
  • llm: clean

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:60f5d072c28aa439a24071a7cdf24f31d15d4da553835b831beb6178f29061a1
Show up to 12 recorded paths
  • references/anti-patterns.md
  • references/solution-layout.md
  • references/templates/appsettings.md
  • references/templates/base-controller.cs.md
  • references/templates/csproj-files.md
  • references/templates/dbcontext.cs.md
  • references/templates/exception-middleware.cs.md
  • references/templates/feature-slice.md
  • references/templates/program-cs.md
  • references/templates/worker-program.cs.md
  • skill-card.md
  • SKILL.md

Source changelog

dotnet-onion-api v1.0.0 - Initial release of the .NET Onion API scaffolding skill. - Supports full Onion-architecture solution scaffolding, end-to-end feature slice addition, and BackgroundService-based worker microservices. - Guides users to select latest stable .NET, EF Core, and ASP.NET Core versions at generation time, avoiding hard-coded or out-of-date dependencies. - Templates enforce best practices (layered separation, DI, DTO mapping, unified error handling) and avoid common .NET legacy pitfalls. - Flexible for new projects or incremental additions; prompts for key options and verifies build/test after scaffolding.