Skip to content
Skillv1.0.0

documentation

AGENTS.md

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

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

See reviews

About

Imported from docxology/ant_stack (papers/documentation/AGENTS.md). Install upstream with npx skills add docxology/ant_stack --skill documentation. Copyright stays with the author.

AGENTS.md

Scope

This file applies to papers/documentation.

Directory contract

Documentation-oriented paper configuration and PDF rendering guide.

Working rules

  • Use uv for Python commands and dependency-managed execution.
  • Keep changes local to this directory's responsibility unless a shared API contract requires a coordinated edit.
  • Preserve generated artifacts only when they are intentional and reproducible; remove bytecode, caches, and OS metadata.
  • When editing manuscript prose, keep scientific claims source-backed and soften or cite claims that are not directly supported.

Validation

Run:

uv run antstack-build --validate-only

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/docxology-ant-stack-documentation/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.

docxology-ant-stack-documentation.ocm.jsonjson
{
  "ocm": "1",
  "id": "docxology-ant-stack-documentation",
  "kind": "skill",
  "name": "documentation",
  "description": "AGENTS.md",
  "publisher": "docxology",
  "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/docxology/ant_stack",
      "path": "papers/documentation/AGENTS.md",
      "ref": "0c2c30836e329617209740bb5ef48e7ea8b7d22f",
      "url": "https://github.com/docxology/ant_stack/blob/0c2c30836e329617209740bb5ef48e7ea8b7d22f/papers/documentation/AGENTS.md",
      "key": "docxology/ant_stack/papers/documentation/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Scope\nThis file applies to `papers/documentation`.\n\n## Directory contract\nDocumentation-oriented paper configuration and PDF rendering guide.\n\n## Working rules\n- Use `uv` for Python commands and dependency-managed execution.\n- Keep changes local to this directory's responsibility unless a shared API contract requires a coordinated edit.\n- Preserve generated artifacts only when they are intentional and reproducible; remove bytecode, caches, and OS metadata.\n- When editing manuscript prose, keep scientific claims source-backed and soften or cite claims that are not directly suppo",
  "cost": {
    "context_tokens": 168
  }
}

Fetch it by URL: GET /api/v1/registry/docxology-ant-stack-documentation/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.