Skip to content
Skillv1.0.0

botfathers

This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.

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

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

See reviews

About

Imported from reaktor/botfathers (AGENTS.md). Install upstream with npx skills add reaktor/botfathers. Copyright stays with the author.

AGENTS.md

This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.

Project

botfathers is a retro space towerfall-like game. The repository is in early/pre-implementation stage.

Commands

No build, test, or lint commands are defined yet. Update this section once the tech stack is chosen and tooling is in place.

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/reaktor-botfathers-botfathers/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.

reaktor-botfathers-botfathers.ocm.jsonjson
{
  "ocm": "1",
  "id": "reaktor-botfathers-botfathers",
  "kind": "skill",
  "name": "botfathers",
  "description": "This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.",
  "publisher": "reaktor",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This file provides guidance to Codex (Codex.ai/code) when working with code in this repository."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/reaktor/botfathers",
      "path": "AGENTS.md",
      "ref": "30a0382df654677e2e1fa63642bda8a0a4ee3e5b",
      "url": "https://github.com/reaktor/botfathers/blob/30a0382df654677e2e1fa63642bda8a0a4ee3e5b/AGENTS.md",
      "key": "reaktor/botfathers/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\nThis file provides guidance to Codex (Codex.ai/code) when working with code in this repository.\n\n## Project\n\n**botfathers** is a retro space towerfall-like game. The repository is in early/pre-implementation stage.\n\n## Commands\n\n_No build, test, or lint commands are defined yet. Update this section once the tech stack is chosen and tooling is in place._",
  "cost": {
    "context_tokens": 92
  }
}

Fetch it by URL: GET /api/v1/registry/reaktor-botfathers-botfathers/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.