This folder owns authored catalog tables and the generator entry point. Concrete identities, contracts, readiness, and provenance live in CSV. Canonical schema and invariants are routed from [catalog
Imported from wn-mitch/reservist (catalog/AGENTS.md). Install upstream with npx skills add wn-mitch/reservist --skill catalog. Copyright stays with the author.
Catalog authoring
This folder owns authored catalog tables and the generator entry point. Concrete identities, contracts, readiness, and provenance live in CSV. Canonical schema and invariants are routed from catalog authoring design.
Catalog provenance is hash-bearing scenario input. Preserve existing legacy locator strings byte-for-byte; they resolve through the source map at its pinned revision. New documentation references use stable doc: IDs. Root CSV is regenerated from inventory; derived evidence lives under generated. Run just catalog-test after authored changes and just docs-check after guidance changes.
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/wn-mitch-reservist-catalog/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.
wn-mitch-reservist-catalog.ocm.jsonjson
{
"ocm": "1",
"id": "wn-mitch-reservist-catalog",
"kind": "skill",
"name": "catalog",
"description": "This folder owns authored catalog tables and the generator entry point. Concrete identities, contracts, readiness, and provenance live in CSV. Canonical schema and invariants are routed from [catalog authoring design](../docs/design/content/catalog-authoring-boundary.md).",
"publisher": "wn-mitch",
"version": "1.0.0",
"capabilities": {
"domains": [
"data_analysis"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This folder owns authored catalog tables and the generator entry point. Concrete identities, contracts, readiness, and provenance live in CSV. Canonical schema and invariants are routed from [catalog authoring design](../docs/design/content/catalog-authoring-boundary.md)."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/wn-mitch/reservist",
"path": "catalog/AGENTS.md",
"ref": "f6595bb5bf02616ad97e0e8e3117e7c3dbfd5782",
"url": "https://github.com/wn-mitch/reservist/blob/f6595bb5bf02616ad97e0e8e3117e7c3dbfd5782/catalog/AGENTS.md",
"key": "wn-mitch/reservist/catalog/AGENTS.md"
}
},
"instructions": "# Catalog authoring\n\nThis folder owns authored catalog tables and the generator entry point. Concrete identities, contracts, readiness, and provenance live in CSV. Canonical schema and invariants are routed from [catalog authoring design](../docs/design/content/catalog-authoring-boundary.md).\n\nCatalog provenance is hash-bearing scenario input. Preserve existing legacy locator strings byte-for-byte; they resolve through [the source map](../docs/source-map.toml) at its pinned revision. New documentation references use stable `doc:` IDs. Root CSV is regenerated from [inventory](inventory/AGENTS.m",
"cost": {
"context_tokens": 189
}
}
Fetch it by URL: GET /api/v1/registry/wn-mitch-reservist-catalog/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.