Skip to content
Skillv1.0.0

loudterm

Whenever possible, follow test-driven development (TDD); prefer TDD whenever practical.

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

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

See reviews

About

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

Agent Instructions

Whenever possible, follow test-driven development (TDD); prefer TDD whenever practical.

This is a small educational project created for a YouTube video and learning. Prefer focused fixes to existing behavior; avoid expanding features or promising broad platform support without explicit maintainer approval.

Agent skills

Issue tracker

Use GitHub Issues and external pull requests through gh. See docs/agents/issue-tracker.md.

Triage labels

Use the canonical category and state labels. See docs/agents/triage-labels.md.

Domain docs

Use a single repository-wide context, created only when needed. See docs/agents/domain.md.

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/luizomf-loudterm-loudterm/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.

luizomf-loudterm-loudterm.ocm.jsonjson
{
  "ocm": "1",
  "id": "luizomf-loudterm-loudterm",
  "kind": "skill",
  "name": "loudterm",
  "description": "Whenever possible, follow test-driven development (TDD); prefer TDD whenever practical.",
  "publisher": "luizomf",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Whenever possible, follow test-driven development (TDD); prefer TDD whenever practical."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/luizomf/loudterm",
      "path": "AGENTS.md",
      "ref": "2ab0b5bebf5aa2be3610adc91d282ee02a57d270",
      "url": "https://github.com/luizomf/loudterm/blob/2ab0b5bebf5aa2be3610adc91d282ee02a57d270/AGENTS.md",
      "key": "luizomf/loudterm/AGENTS.md"
    }
  },
  "instructions": "# Agent Instructions\n\nWhenever possible, follow test-driven development (TDD); prefer TDD whenever practical.\n\nThis is a small educational project created for a YouTube video and learning.\nPrefer focused fixes to existing behavior; avoid expanding features or promising\nbroad platform support without explicit maintainer approval.\n\n## Agent skills\n\n### Issue tracker\n\nUse GitHub Issues and external pull requests through `gh`. See `docs/agents/issue-tracker.md`.\n\n### Triage labels\n\nUse the canonical category and state labels. See `docs/agents/triage-labels.md`.\n\n### Domain docs\n\nUse a single repos",
  "cost": {
    "context_tokens": 168
  }
}

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