Read `CLAUDE.md` completely before changing this repository. It is the shared, detailed source for architecture, build, test, and development-environment rules; this file stays short so Codex does not
Imported from AgentsMesh/AgentsMesh (AGENTS.md). Install upstream with npx skills add AgentsMesh/AgentsMesh. Copyright stays with the author.
Repository Instructions
Read CLAUDE.md completely before changing this repository. It is the shared,
detailed source for architecture, build, test, and development-environment
rules; this file stays short so Codex does not truncate those instructions.
Repository skills use agents/skills as their canonical source. Do not edit
.agents/skills or .claude/skills projections directly. See
agents/README.md before adding or changing a skill.
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/agentsmesh-agentsmesh-agentsmesh/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.
agentsmesh-agentsmesh-agentsmesh.ocm.jsonjson
{
"ocm": "1",
"id": "agentsmesh-agentsmesh-agentsmesh",
"kind": "skill",
"name": "AgentsMesh",
"description": "Read `CLAUDE.md` completely before changing this repository. It is the shared, detailed source for architecture, build, test, and development-environment rules; this file stays short so Codex does not truncate those instructions.",
"publisher": "AgentsMesh",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Read `CLAUDE.md` completely before changing this repository. It is the shared, detailed source for architecture, build, test, and development-environment rules; this file stays short so Codex does not truncate those instructions."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/AgentsMesh/AgentsMesh",
"path": "AGENTS.md",
"ref": "1f90b14194d03c353df4f281a05442afe93cae34",
"url": "https://github.com/AgentsMesh/AgentsMesh/blob/1f90b14194d03c353df4f281a05442afe93cae34/AGENTS.md",
"key": "AgentsMesh/AgentsMesh/AGENTS.md"
}
},
"instructions": "# Repository Instructions\n\nRead `CLAUDE.md` completely before changing this repository. It is the shared,\ndetailed source for architecture, build, test, and development-environment\nrules; this file stays short so Codex does not truncate those instructions.\n\nRepository skills use `agents/skills` as their canonical source. Do not edit\n`.agents/skills` or `.claude/skills` projections directly. See\n`agents/README.md` before adding or changing a skill.",
"cost": {
"context_tokens": 112
}
}
Fetch it by URL: GET /api/v1/registry/agentsmesh-agentsmesh-agentsmesh/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.