Skip to content
Skillv1.0.0

ai

A `tester` subagent is registered in `opencode.json` (file at `.opencode/agents/tester.md`). Use it to delegate test runs:

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

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

See reviews

About

Imported from nfongster/sencha (ai/AGENTS.md). Install upstream with npx skills add nfongster/sencha --skill ai. Copyright stays with the author.

Agent Instructions

Plan workflow

  • Active plans are stored in ai/plans/ as .md files.
  • When starting work on a plan, read it first, then implement.

On completing a feature

  1. Update ai/backend-architecture.md and/or ai/frontend-architecture.md if the feature changes any documented behavior, API surface, or architectural patterns.
  2. Delete the corresponding plan file from ai/plans/.

Tester subagent

A tester subagent is registered in opencode.json (file at .opencode/agents/tester.md). Use it to delegate test runs:

"Tester, run the backend tests and report failures."

The tester has edit: deny — it reads and runs tests only, does not fix code.

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/nfongster-sencha-ai/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.

nfongster-sencha-ai.ocm.jsonjson
{
  "ocm": "1",
  "id": "nfongster-sencha-ai",
  "kind": "skill",
  "name": "ai",
  "description": "A `tester` subagent is registered in `opencode.json` (file at `.opencode/agents/tester.md`). Use it to delegate test runs:",
  "publisher": "nfongster",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "A `tester` subagent is registered in `opencode.json` (file at `.opencode/agents/tester.md`). Use it to delegate test runs:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/nfongster/sencha",
      "path": "ai/AGENTS.md",
      "ref": "a8b04fe87f7a6bfe1756050fa99a23d3d7fd2e22",
      "url": "https://github.com/nfongster/sencha/blob/a8b04fe87f7a6bfe1756050fa99a23d3d7fd2e22/ai/AGENTS.md",
      "key": "nfongster/sencha/ai/AGENTS.md"
    }
  },
  "instructions": "# Agent Instructions\n\n## Plan workflow\n- Active plans are stored in `ai/plans/` as `.md` files.\n- When starting work on a plan, read it first, then implement.\n\n## On completing a feature\n1. Update `ai/backend-architecture.md` and/or `ai/frontend-architecture.md`\n   if the feature changes any documented behavior, API surface, or\n   architectural patterns.\n2. Delete the corresponding plan file from `ai/plans/`.\n\n## Tester subagent\n\nA `tester` subagent is registered in `opencode.json` (file at\n`.opencode/agents/tester.md`). Use it to delegate test runs:\n\n> \"Tester, run the backend tests and repor",
  "cost": {
    "context_tokens": 173
  }
}

Fetch it by URL: GET /api/v1/registry/nfongster-sencha-ai/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.