This remote publishes the Home marketing cards pane. It owns the pane's content, its states, and its layout; Home owns only the composition that mounts it.
Imported from nickderobertis/nick-derobertis-site (apps/home-cards/AGENTS.md). Install upstream with npx skills add nickderobertis/nick-derobertis-site --skill home-cards. Copyright stays with the author.
Home cards rules
This remote publishes the Home marketing cards pane. It owns the pane's
content, its states, and its layout; Home owns only the composition that mounts
it.
Journeys
The pane's happy path is accessible, its skeleton shows while its boundary is
pending, and its empty and error states are visible, through both the
standalone remote and the host-composed Home page.
The pane fits the mobile, tablet, and desktop breakpoints through both render
paths.
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/nickderobertis-nick-derobertis-site-home-cards/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": "nickderobertis-nick-derobertis-site-home-cards",
"kind": "skill",
"name": "home-cards",
"description": "This remote publishes the Home marketing cards pane. It owns the pane's content, its states, and its layout; Home owns only the composition that mounts it.",
"publisher": "nickderobertis",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This remote publishes the Home marketing cards pane. It owns the pane's content, its states, and its layout; Home owns only the composition that mounts it."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/nickderobertis/nick-derobertis-site",
"path": "apps/home-cards/AGENTS.md",
"ref": "d0a8342cd61bbcce263fed827d4b08fba7916c83",
"url": "https://github.com/nickderobertis/nick-derobertis-site/blob/d0a8342cd61bbcce263fed827d4b08fba7916c83/apps/home-cards/AGENTS.md",
"key": "nickderobertis/nick-derobertis-site/apps/home-cards/AGENTS.md"
}
},
"instructions": "# Home cards rules\n\nThis remote publishes the Home marketing cards pane. It owns the pane's\ncontent, its states, and its layout; Home owns only the composition that mounts\nit.\n\n## Journeys\n\n1. The pane's happy path is accessible, its skeleton shows while its boundary is\n pending, and its empty and error states are visible, through both the\n standalone remote and the host-composed Home page.\n2. The pane fits the mobile, tablet, and desktop breakpoints through both render\n paths.",
"cost": {
"context_tokens": 122
}
}
Fetch it by URL: GET /api/v1/registry/nickderobertis-nick-derobertis-site-home-cards/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.