Skip to content
Skillv1.0.0

BabbleDeck

BabbleDeck Agent Rules

by AIALRA-0(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from AIALRA-0/BabbleDeck (AGENTS.md). Install upstream with npx skills add AIALRA-0/BabbleDeck. Copyright stays with the author.

BabbleDeck Agent Rules

  • Build toward the documented PWA + realtime speech platform in docs/.
  • Real browser tests are required for user-facing completion.
  • Never commit .env.local, provider keys, raw recordings, or plaintext passwords.
  • The bootstrap admin email is admin@example.invalid; the password must come from SEED_ADMIN_PASSWORD.
  • Keep provider keys server-side only.
  • Prefer mature libraries and official SDKs.
  • Update PROJECT_MEMORY.md, docs/CHANGELOG.md, docs/TEST_RUNS.md, and docs/KNOWN_ISSUES.md after meaningful work.

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/aialra-0-babbledeck-babbledeck/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.

aialra-0-babbledeck-babbledeck.ocm.jsonjson
{
  "ocm": "1",
  "id": "aialra-0-babbledeck-babbledeck",
  "kind": "skill",
  "name": "BabbleDeck",
  "description": "BabbleDeck Agent Rules",
  "publisher": "AIALRA-0",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "BabbleDeck Agent Rules"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/AIALRA-0/BabbleDeck",
      "path": "AGENTS.md",
      "ref": "11a9e7b9bee29ad936b5498478f2eb7707911b06",
      "url": "https://github.com/AIALRA-0/BabbleDeck/blob/11a9e7b9bee29ad936b5498478f2eb7707911b06/AGENTS.md",
      "key": "AIALRA-0/BabbleDeck/AGENTS.md"
    }
  },
  "instructions": "# BabbleDeck Agent Rules\n\n- Build toward the documented PWA + realtime speech platform in `docs/`.\n- Real browser tests are required for user-facing completion.\n- Never commit `.env.local`, provider keys, raw recordings, or plaintext passwords.\n- The bootstrap admin email is `admin@example.invalid`; the password must come from `SEED_ADMIN_PASSWORD`.\n- Keep provider keys server-side only.\n- Prefer mature libraries and official SDKs.\n- Update `PROJECT_MEMORY.md`, `docs/CHANGELOG.md`, `docs/TEST_RUNS.md`, and `docs/KNOWN_ISSUES.md` after meaningful work.",
  "cost": {
    "context_tokens": 139
  }
}

Fetch it by URL: GET /api/v1/registry/aialra-0-babbledeck-babbledeck/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.