Skip to content
Skillv1.0.0

figures

Importable figure-generation package for the gold-refinement exemplar. Renders the deterministic PNG + SVG figure set and writes the figure registry and quality report.

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/template (projects/templates/template_gold_refinement/src/figures/AGENTS.md). Install upstream with npx skills add docxology/template --skill figures. Copyright stays with the author.

template_gold_refinement/src/figures/ - agent guide

Purpose

Importable figure-generation package for the gold-refinement exemplar. Renders the deterministic PNG + SVG figure set and writes the figure registry and quality report.

Rules

  • Keep figure assembly in this package; scripts stay thin wrappers.
  • Do not move refinery, purity, composition, evidence, or integrity math into figure modules.
  • Use real project outputs or typed config inputs in tests; avoid mocks.
  • Write generated files only from explicit orchestration paths.

See Also

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-template-figures/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-template-figures.ocm.jsonjson
{
  "ocm": "1",
  "id": "docxology-template-figures",
  "kind": "skill",
  "name": "figures",
  "description": "Importable figure-generation package for the gold-refinement exemplar. Renders the deterministic PNG + SVG figure set and writes the figure registry and quality report.",
  "publisher": "docxology",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Importable figure-generation package for the gold-refinement exemplar. Renders the deterministic PNG + SVG figure set and writes the figure registry and quality report."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/docxology/template",
      "path": "projects/templates/template_gold_refinement/src/figures/AGENTS.md",
      "ref": "cea2904defa92738ed5ef80d0ba5ba6466a783dc",
      "url": "https://github.com/docxology/template/blob/cea2904defa92738ed5ef80d0ba5ba6466a783dc/projects/templates/template_gold_refinement/src/figures/AGENTS.md",
      "key": "docxology/template/projects/templates/template_gold_refinement/src/figures/AGENTS.md"
    }
  },
  "instructions": "# `template_gold_refinement/src/figures/` - agent guide\n\n## Purpose\n\nImportable figure-generation package for the gold-refinement exemplar. Renders\nthe deterministic PNG + SVG figure set and writes the figure registry and\nquality report.\n\n## Rules\n\n- Keep figure assembly in this package; scripts stay thin wrappers.\n- Do not move refinery, purity, composition, evidence, or integrity math into\n  figure modules.\n- Use real project outputs or typed config inputs in tests; avoid mocks.\n- Write generated files only from explicit orchestration paths.\n\n## See Also\n\n- [`README.md`](README.md) - quick r",
  "cost": {
    "context_tokens": 166
  }
}

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