This code is supposed to be terse and readable, without extensive error handling or ergonomics suitable for production. Prioritize readability and terseness.
Imported from Robert-Cunningham/pozzo (AGENTS.md). Install upstream with npx skills add Robert-Cunningham/pozzo. Copyright stays with the author.
Instructions
This code is supposed to be terse and readable, without extensive error handling or ergonomics suitable for production. Prioritize readability and terseness.
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/robert-cunningham-pozzo-pozzo/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.
robert-cunningham-pozzo-pozzo.ocm.jsonjson
{
"ocm": "1",
"id": "robert-cunningham-pozzo-pozzo",
"kind": "skill",
"name": "pozzo",
"description": "This code is supposed to be terse and readable, without extensive error handling or ergonomics suitable for production. Prioritize readability and terseness.",
"publisher": "Robert-Cunningham",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This code is supposed to be terse and readable, without extensive error handling or ergonomics suitable for production. Prioritize readability and terseness."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Robert-Cunningham/pozzo",
"path": "AGENTS.md",
"ref": "085987df551ecc1c1822d691d518d12c451ae152",
"url": "https://github.com/Robert-Cunningham/pozzo/blob/085987df551ecc1c1822d691d518d12c451ae152/AGENTS.md",
"key": "Robert-Cunningham/pozzo/AGENTS.md"
}
},
"instructions": "# Instructions\n\nThis code is supposed to be terse and readable, without extensive error handling or ergonomics suitable for production. Prioritize readability and terseness.",
"cost": {
"context_tokens": 43
}
}
Fetch it by URL: GET /api/v1/registry/robert-cunningham-pozzo-pozzo/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.