The canonical notes for this repository live in [`.claude/CLAUDE.md`](.claude/CLAUDE.md) — layout, build and test commands, and the traps that fail silently here. Read it before changing anything.
Imported from optimal2050/geoscales (AGENTS.md). Install upstream with npx skills add optimal2050/geoscales. Copyright stays with the author.
Agent notes
The canonical notes for this repository live in
.claude/CLAUDE.md — layout, build and test commands, and
the traps that fail silently here. Read it before changing anything.
Stack-wide rules (naming, code style, API design, git policy, and the terms on
which AI assistance is used) are in
optimal2050 CONVENTIONS.md.
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/optimal2050-geoscales-geoscales/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.
optimal2050-geoscales-geoscales.ocm.jsonjson
{
"ocm": "1",
"id": "optimal2050-geoscales-geoscales",
"kind": "skill",
"name": "geoscales",
"description": "The canonical notes for this repository live in [`.claude/CLAUDE.md`](.claude/CLAUDE.md) — layout, build and test commands, and the traps that fail silently here. Read it before changing anything.",
"publisher": "optimal2050",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"The canonical notes for this repository live in [`.claude/CLAUDE.md`](.claude/CLAUDE.md) — layout, build and test commands, and the traps that fail silently here. Read it before changing anything."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/optimal2050/geoscales",
"path": "AGENTS.md",
"ref": "072c22827218d46dbba225f79d687e48c9c5abbd",
"url": "https://github.com/optimal2050/geoscales/blob/072c22827218d46dbba225f79d687e48c9c5abbd/AGENTS.md",
"key": "optimal2050/geoscales/AGENTS.md"
}
},
"instructions": "# Agent notes\n\nThe canonical notes for this repository live in\n[`.claude/CLAUDE.md`](.claude/CLAUDE.md) — layout, build and test commands, and\nthe traps that fail silently here. Read it before changing anything.\n\nStack-wide rules (naming, code style, API design, git policy, and the terms on\nwhich AI assistance is used) are in\n[optimal2050 CONVENTIONS.md](https://github.com/optimal2050/.github/blob/main/CONVENTIONS.md).",
"cost": {
"context_tokens": 105
}
}
Fetch it by URL: GET /api/v1/registry/optimal2050-geoscales-geoscales/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.