Skip to content
Skillv1.0.0

A8E

AGENTS.md

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

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

See reviews

About

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

AGENTS.md

Engineering Guidelines

  • No external dependencies.
  • Use the current coding standards.
  • Keep code simple, readable, and easy to maintain.
  • Prefer the standard library and existing project code over adding new tooling.
  • Make small, focused changes and avoid unnecessary abstractions.
  • Read implementation/NOTES.md before planning any improvement.
  • Keep implementation/NOTES.md updated after each code improvement.
  • Use the AHRM as a reference before implementing any Atari 800 XL PAL machine related hardware emulation.

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/animaincorpore-a8e-a8e/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.

animaincorpore-a8e-a8e.ocm.jsonjson
{
  "ocm": "1",
  "id": "animaincorpore-a8e-a8e",
  "kind": "skill",
  "name": "A8E",
  "description": "AGENTS.md",
  "publisher": "AnimaInCorpore",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/AnimaInCorpore/A8E",
      "path": "AGENTS.md",
      "ref": "17f812eee59e2fc2335c27d67ac1e4321a4d7241",
      "url": "https://github.com/AnimaInCorpore/A8E/blob/17f812eee59e2fc2335c27d67ac1e4321a4d7241/AGENTS.md",
      "key": "AnimaInCorpore/A8E/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Engineering Guidelines\n- No external dependencies.\n- Use the current coding standards.\n- Keep code simple, readable, and easy to maintain.\n- Prefer the standard library and existing project code over adding new tooling.\n- Make small, focused changes and avoid unnecessary abstractions.\n- Read `implementation/NOTES.md` before planning any improvement.\n- Keep `implementation/NOTES.md` updated after each code improvement.\n- Use the `AHRM` as a reference before implementing any Atari 800 XL PAL machine related hardware emulation.",
  "cost": {
    "context_tokens": 136
  }
}

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