This repository uses [`CLAUDE.md`](./CLAUDE.md) as the single agent-orientation document. It covers what polyman is, the repo layout, build/lint/run commands, conventions enforced by tooling, the acti
Imported from HamzaHassanain/polyman (AGENTS.md). Install upstream with npx skills add HamzaHassanain/polyman. Copyright stays with the author.
AGENTS.md
This repository uses CLAUDE.md as the single agent-orientation document. It covers what polyman is, the repo layout, build/lint/run commands, conventions enforced by tooling, the action → step → helper → executor mental model, the solution-tag verdict system, Polygon integration notes, and common pitfalls.
All AI agents — Claude Code, Cursor, Aider, Codex, Continue, etc. — should read CLAUDE.md before making changes.
The content is agent-agnostic; the filename is historical. If your tool prefers AGENTS.md, this file points you to the same content.
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/hamzahassanain-polyman-polyman/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.
hamzahassanain-polyman-polyman.ocm.jsonjson
{
"ocm": "1",
"id": "hamzahassanain-polyman-polyman",
"kind": "skill",
"name": "polyman",
"description": "This repository uses [`CLAUDE.md`](./CLAUDE.md) as the single agent-orientation document. It covers what polyman is, the repo layout, build/lint/run commands, conventions enforced by tooling, the action → step → helper → executor mental model, the solution-tag verdict system, Polygon integration notes, and common pitfalls.",
"publisher": "HamzaHassanain",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This repository uses [`CLAUDE.md`](./CLAUDE.md) as the single agent-orientation document. It covers what polyman is, the repo layout, build/lint/run commands, conventions enforced by tooling, the action → step → helper → executor mental model, the solution-tag verdict system, Polygon integration notes, and common pitfalls."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/HamzaHassanain/polyman",
"path": "AGENTS.md",
"ref": "a6542c873f8659bdbf1598a08a046408e6111a07",
"url": "https://github.com/HamzaHassanain/polyman/blob/a6542c873f8659bdbf1598a08a046408e6111a07/AGENTS.md",
"key": "HamzaHassanain/polyman/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nThis repository uses [`CLAUDE.md`](./CLAUDE.md) as the single agent-orientation document. It covers what polyman is, the repo layout, build/lint/run commands, conventions enforced by tooling, the action → step → helper → executor mental model, the solution-tag verdict system, Polygon integration notes, and common pitfalls.\n\n**All AI agents — Claude Code, Cursor, Aider, Codex, Continue, etc. — should read [`CLAUDE.md`](./CLAUDE.md) before making changes.**\n\nThe content is agent-agnostic; the filename is historical. If your tool prefers `AGENTS.md`, this file points you to the same ",
"cost": {
"context_tokens": 152
}
}
Fetch it by URL: GET /api/v1/registry/hamzahassanain-polyman-polyman/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.