Skip to content
Skillv1.0.0

mtext

Agent Instructions

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

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

See reviews

About

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

Agent Instructions

General Expectations

  • Favor interfaces and struct-based implementations over package-level functions.
  • Make code easy to test by injecting dependencies (e.g., io.Reader, io.Writer, or interfaces).
  • Add tests for all new functionality and keep behavior covered.

Platform Requirements

  • Target Linux and macOS only.
  • Do not implement or document Windows support.

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/foundev-mtext-mtext/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.

foundev-mtext-mtext.ocm.jsonjson
{
  "ocm": "1",
  "id": "foundev-mtext-mtext",
  "kind": "skill",
  "name": "mtext",
  "description": "Agent Instructions",
  "publisher": "foundev",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent Instructions"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/foundev/mtext",
      "path": "AGENTS.md",
      "ref": "e95eef060cb9319f24c31715c069c15c8b18f2d1",
      "url": "https://github.com/foundev/mtext/blob/e95eef060cb9319f24c31715c069c15c8b18f2d1/AGENTS.md",
      "key": "foundev/mtext/AGENTS.md"
    }
  },
  "instructions": "# Agent Instructions\n\n## General Expectations\n- Favor interfaces and struct-based implementations over package-level functions.\n- Make code easy to test by injecting dependencies (e.g., `io.Reader`, `io.Writer`, or interfaces).\n- Add tests for all new functionality and keep behavior covered.\n\n## Platform Requirements\n- Target Linux and macOS only.\n- Do not implement or document Windows support.",
  "cost": {
    "context_tokens": 99
  }
}

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