Before taking any task action, read and follow [CLAUDE.md](CLAUDE.md) in full. It is the single authoritative orchestrator guide for all coding agents in this repository. This entrypoint is intentiona
Imported from Holaxis-ai/superbee (AGENTS.md). Install upstream with npx skills add Holaxis-ai/superbee. Copyright stays with the author.
Superbee — Codex entrypoint
Before taking any task action, read and follow CLAUDE.md in full. It is the single
authoritative orchestrator guide for all coding agents in this repository. This entrypoint is
intentionally small: copying the guide here would create a second manually coordinated instruction
surface, which this project explicitly avoids.
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/holaxis-ai-superbee-superbee/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.
holaxis-ai-superbee-superbee.ocm.jsonjson
{
"ocm": "1",
"id": "holaxis-ai-superbee-superbee",
"kind": "skill",
"name": "superbee",
"description": "Before taking any task action, read and follow [CLAUDE.md](CLAUDE.md) in full. It is the single authoritative orchestrator guide for all coding agents in this repository. This entrypoint is intentionally small: copying the guide here would create a second manually coordinated instruction surface, which this project explicitly avoids.",
"publisher": "Holaxis-ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Before taking any task action, read and follow [CLAUDE.md](CLAUDE.md) in full. It is the single authoritative orchestrator guide for all coding agents in this repository. This entrypoint is intentionally small: copying the guide here would create a second manually coordinated instruction surface, which this project explicitly avoids."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Holaxis-ai/superbee",
"path": "AGENTS.md",
"ref": "f6357b9ec0f4022aa87f2adf6b5ace68c586db74",
"url": "https://github.com/Holaxis-ai/superbee/blob/f6357b9ec0f4022aa87f2adf6b5ace68c586db74/AGENTS.md",
"key": "Holaxis-ai/superbee/AGENTS.md"
}
},
"instructions": "# Superbee — Codex entrypoint\n\nBefore taking any task action, read and follow [CLAUDE.md](CLAUDE.md) in full. It is the single\nauthoritative orchestrator guide for all coding agents in this repository. This entrypoint is\nintentionally small: copying the guide here would create a second manually coordinated instruction\nsurface, which this project explicitly avoids.",
"cost": {
"context_tokens": 91
}
}
Fetch it by URL: GET /api/v1/registry/holaxis-ai-superbee-superbee/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.