This repository's authoritative agent guide is **`CLAUDE.md`** at the repository root. Every agent runtime that reads `AGENTS.md` should treat that file as the canonical source.
Imported from cubanos-dev/fenix (AGENTS.md). Install upstream with npx skills add cubanos-dev/fenix. Copyright stays with the author.
AGENTS.md
This repository's authoritative agent guide is CLAUDE.md at the
repository root. Every agent runtime that reads AGENTS.md should treat
that file as the canonical source.
See CLAUDE.md for the current workflow (/fenix-auto), agent roster,
stack, conventions, and source-of-truth hierarchy.
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/cubanos-dev-fenix-fenix/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.
cubanos-dev-fenix-fenix.ocm.jsonjson
{
"ocm": "1",
"id": "cubanos-dev-fenix-fenix",
"kind": "skill",
"name": "fenix",
"description": "This repository's authoritative agent guide is **`CLAUDE.md`** at the repository root. Every agent runtime that reads `AGENTS.md` should treat that file as the canonical source.",
"publisher": "cubanos-dev",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This repository's authoritative agent guide is **`CLAUDE.md`** at the repository root. Every agent runtime that reads `AGENTS.md` should treat that file as the canonical source."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/cubanos-dev/fenix",
"path": "AGENTS.md",
"ref": "2da98d445d0ccd91e3d23d97df3dfd1515a12085",
"url": "https://github.com/cubanos-dev/fenix/blob/2da98d445d0ccd91e3d23d97df3dfd1515a12085/AGENTS.md",
"key": "cubanos-dev/fenix/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nThis repository's authoritative agent guide is **`CLAUDE.md`** at the\nrepository root. Every agent runtime that reads `AGENTS.md` should treat\nthat file as the canonical source.\n\nSee `CLAUDE.md` for the current workflow (`/fenix-auto`), agent roster,\nstack, conventions, and source-of-truth hierarchy.",
"cost": {
"context_tokens": 78
}
}
Fetch it by URL: GET /api/v1/registry/cubanos-dev-fenix-fenix/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.