Skip to content
Skillv1.0.0

audacity.github.io

AGENTS

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

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

See reviews

About

Imported from audacity/audacity.github.io (AGENTS.md). Install upstream with npx skills add audacity/audacity.github.io. Copyright stays with the author.

AGENTS

  • Use Conventional Commits for commit messages (e.g., feat:, fix:, docs:).
  • Keep changes minimal and scoped to the request.
  • Use Bun commands by default (bun install, bun run ..., bunx ...).
  • Keep docs/tooling phrasing implementation-agnostic where possible.
  • Don’t add npm-specific lockfile or workflow changes unless explicitly requested.
  • Validate changes with Playwright MCP where available.

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/audacity-audacity-github-io-audacity-github-io/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.

audacity-audacity-github-io-audacity-github-io.ocm.jsonjson
{
  "ocm": "1",
  "id": "audacity-audacity-github-io-audacity-github-io",
  "kind": "skill",
  "name": "audacity.github.io",
  "description": "AGENTS",
  "publisher": "audacity",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "AGENTS"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/audacity/audacity.github.io",
      "path": "AGENTS.md",
      "ref": "8dbd03c49ba214c7d19073d459c737b0af4329b4",
      "url": "https://github.com/audacity/audacity.github.io/blob/8dbd03c49ba214c7d19073d459c737b0af4329b4/AGENTS.md",
      "key": "audacity/audacity.github.io/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\n- Use Conventional Commits for commit messages (e.g., `feat:`, `fix:`, `docs:`).\n- Keep changes minimal and scoped to the request.\n- Use Bun commands by default (`bun install`, `bun run ...`, `bunx ...`).\n- Keep docs/tooling phrasing implementation-agnostic where possible.\n- Don’t add npm-specific lockfile or workflow changes unless explicitly requested.\n- Validate changes with Playwright MCP where available.",
  "cost": {
    "context_tokens": 105
  }
}

Fetch it by URL: GET /api/v1/registry/audacity-audacity-github-io-audacity-github-io/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.