Skip to content
Skillv1.0.0

docs

This repo defines a small, opinionated agent set that the coordinator can schedule. Each agent owns a narrow responsibility and exposes a simple JSON output contract.

by awcook97(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from awcook97/codex_swarm (docs/AGENTS.md). Install upstream with npx skills add awcook97/codex_swarm --skill docs. Copyright stays with the author.

Agents

This repo defines a small, opinionated agent set that the coordinator can schedule. Each agent owns a narrow responsibility and exposes a simple JSON output contract.

Docs by role:

  • Base agent: docs/agents/base.md
  • Planner: docs/agents/planner.md
  • Researcher: docs/agents/researcher.md
  • Coder/Writer: docs/agents/coder.md
  • Critic: docs/agents/critic.md

Conventions:

  • Inputs are plain-text tasks plus the shared AgentContext.
  • Outputs are JSON dicts; keep them compact and parseable.
  • Follow SwarmConfig allowlists for filesystem, shell, and HTTP tools.
  • Prefer deterministic, reproducible behavior by default.
  • Write artifacts into the shared output directory.
  • Planner/researcher/critic emit supporting files alongside coder outputs.

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/awcook97-codex-swarm-docs/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.

awcook97-codex-swarm-docs.ocm.jsonjson
{
  "ocm": "1",
  "id": "awcook97-codex-swarm-docs",
  "kind": "skill",
  "name": "docs",
  "description": "This repo defines a small, opinionated agent set that the coordinator can schedule. Each agent owns a narrow responsibility and exposes a simple JSON output contract.",
  "publisher": "awcook97",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "legal"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repo defines a small, opinionated agent set that the coordinator can schedule. Each agent owns a narrow responsibility and exposes a simple JSON output contract."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/awcook97/codex_swarm",
      "path": "docs/AGENTS.md",
      "ref": "0343bd09a4e9d970016c611d3b349752a03e4ce7",
      "url": "https://github.com/awcook97/codex_swarm/blob/0343bd09a4e9d970016c611d3b349752a03e4ce7/docs/AGENTS.md",
      "key": "awcook97/codex_swarm/docs/AGENTS.md"
    }
  },
  "instructions": "# Agents\n\nThis repo defines a small, opinionated agent set that the coordinator can schedule.\nEach agent owns a narrow responsibility and exposes a simple JSON output contract.\n\nDocs by role:\n- Base agent: docs/agents/base.md\n- Planner: docs/agents/planner.md\n- Researcher: docs/agents/researcher.md\n- Coder/Writer: docs/agents/coder.md\n- Critic: docs/agents/critic.md\n\nConventions:\n- Inputs are plain-text tasks plus the shared AgentContext.\n- Outputs are JSON dicts; keep them compact and parseable.\n- Follow SwarmConfig allowlists for filesystem, shell, and HTTP tools.\n- Prefer deterministic, rep",
  "cost": {
    "context_tokens": 189
  }
}

Fetch it by URL: GET /api/v1/registry/awcook97-codex-swarm-docs/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.