CtrlK
BlogDocsLog inGet started
Tessl Logo

orchardcore-tenants

Works with OrchardCore multi-tenancy — shells, ShellSettings, creating/configuring tenants programmatically, running code in a tenant scope, feature profiles, and data isolation. Use when the user needs to create or manage tenants, run code inside a tenant, pre-configure tenants, or understand shell lifecycle.

75

Quality

93%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

93%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A dense, well-structured skill body that delivers executable code, a routing table, and quick-reference tables with minimal padding. The main gap is the absence of an explicit validate-then-setup checkpoint in the tenant-creation workflow, which the gotchas section notes but does not fold into the workflow steps.

Suggestions

Add an explicit '4. Verify/setup' step to Workflow A (e.g. call ISetupService or POST /api/tenants/setup and confirm the shell reaches Running) so the creation workflow has a validation checkpoint rather than relegating it to Gotchas.

In Workflow A, note how to confirm the reload succeeded (check ShellSettings.State / VersionId) before declaring the tenant created.

Optionally pair references/shells.md with a one-line summary of what it adds beyond the body so readers know when to consult it.

DimensionReasoningScore

Conciseness

Lean and table-driven; every section earns its place with concrete API names and code, assuming Claude knows C#/.NET basics rather than re-explaining them.

5 / 5

Actionability

Copy-paste-ready executable C# for both tenant creation and scope execution, plus concrete settings keys, API endpoints, and feature-profile JSON covering the common cases.

5 / 5

Workflow Clarity

Three clearly sequenced workflows (A/B/C) with a 'Decide what you're doing' routing table, but creation lacks an explicit validation/setup checkpoint despite the destructive-ish 'UpdateShellSettingsAsync' reload and the noted 'must be set up' gap being stated as a gotcha rather than a workflow step.

4 / 5

Progressive Disclosure

Well-organized overview with a single clearly-signaled one-level-deep reference (references/shells.md, verified to exist) and repo doc pointers; body content is appropriately scoped to an overview.

5 / 5

Total

19

/

20

Passed

Description

92%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A strong, third-person description that covers concrete capabilities and provides explicit 'Use when' triggers scoped to OrchardCore multi-tenancy. Trigger phrasing could add a couple of casual synonyms, but it is otherwise comprehensive and distinct.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'creating/configuring tenants programmatically', 'running code in a tenant scope', 'feature profiles', 'data isolation' — covering the domain comprehensively.

5 / 5

Completeness

Explicitly answers both 'what' (the enumerated capabilities) and 'when' via the clear 'Use when the user needs to create or manage tenants, run code inside a tenant, pre-configure tenants, or understand shell lifecycle' clause.

5 / 5

Trigger Term Quality

Strong natural triggers ('create or manage tenants', 'run code inside a tenant', 'pre-configure tenants', 'shell lifecycle') but misses common synonyms a casual user might say like 'multi-tenant sites' or 'OrchardCore sites'.

4 / 5

Distinctiveness Conflict Risk

Scoped tightly to OrchardCore multi-tenancy with shell-specific triggers; minimal overlap risk with other OrchardCore skills since the triggers are domain-distinct.

5 / 5

Total

19

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
OrchardCMS/OrchardCore
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.