Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Showcase Mounting and Support Claims - Skill - OpenSmartRoute
Skillv1.0.0
Showcase Mounting and Support Claims
Use when adding widget support claims, showcase tabs, example coverage, or README component lists in vscode-iced-compact-theme. Ensures supported widgets are actually mounted or explicitly marked styl
Instruction file imported from ghjdegithub/vscode-iced-compact-theme (.github/instructions/showcase-mounting.instructions.md). Copyright stays with the author.
Showcase Mounting and Support Claims
Do not describe a widget as supported unless at least one of the following is true:
it is actually mounted in src/bin/showcase.rs or the shared showcase/** page modules;
the docs explicitly say the support is style-only or export-only.
Prefer real, interactive showcase coverage over prose-only promises.
When adding a new showcase tab or component section, keep the bin page structure and README component lists aligned.
Do not reintroduce thin Cargo example wrappers or split web/native bins for coverage that already exists in showcase.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/ghjdegithub-vscode-iced-compact-theme-showcase-mounting-000159/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "ghjdegithub-vscode-iced-compact-theme-showcase-mounting-000159",
"kind": "skill",
"name": "Showcase Mounting and Support Claims",
"description": "Use when adding widget support claims, showcase tabs, example coverage, or README component lists in vscode-iced-compact-theme. Ensures supported widgets are actually mounted or explicitly marked style-only.",
"publisher": "ghjdegithub",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when adding widget support claims, showcase tabs, example coverage, or README component lists in vscode-iced-compact-theme. Ensures supported widgets are actually mounted or explicitly marked style-only."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ghjdegithub/vscode-iced-compact-theme",
"path": ".github/instructions/showcase-mounting.instructions.md",
"ref": "d328b60a0a10e6a2a1df318f98724a8b6d84a752",
"url": "https://github.com/ghjdegithub/vscode-iced-compact-theme/blob/d328b60a0a10e6a2a1df318f98724a8b6d84a752/.github/instructions/showcase-mounting.instructions.md",
"key": "ghjdegithub/vscode-iced-compact-theme/.github/instructions/showcase-mounting.instructions.md"
},
"applies_to": [
"src/bin/**",
"showcase/**",
"README.md"
]
},
"instructions": "# Showcase Mounting and Support Claims\n\n- Do not describe a widget as supported unless at least one of the following is true:\n - it is actually mounted in `src/bin/showcase.rs` or the shared `showcase/**` page modules;\n - the docs explicitly say the support is style-only or export-only.\n- Prefer real, interactive showcase coverage over prose-only promises.\n- When adding a new showcase tab or component section, keep the bin page structure and README component lists aligned.\n- Do not reintroduce thin Cargo example wrappers or split web/native bins for coverage that already exists in `showcase`",
"cost": {
"context_tokens": 150
}
}
Fetch it by URL: GET /api/v1/registry/ghjdegithub-vscode-iced-compact-theme-showcase-mounting-000159/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.