Skip to content
Skillv1.0.0

canasta-mobile

Agent notes

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

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

See reviews

About

Imported from AaronBerman/canasta-mobile (AGENTS.md). Install upstream with npx skills add AaronBerman/canasta-mobile. Copyright stays with the author.

Agent notes

Layout

  • src/ - shared TypeScript rules engine and AI (Vitest)
  • mobile/ - Expo React Native app
  • server/ - optional multiplayer
  • docs/ - gameplay, design, store listing
  • rules/ - example custom-rules JSON

Commands

npm install
npm test
cd mobile && npm install && npx expo start

Rules

  • Do not invent stats or features.
  • Keep gameplay logic in src/ so it stays testable.
  • Multiplayer is optional (EXPO_PUBLIC_MULTIPLAYER_ENABLED). Do not assume it is on.
  • This repo is private. Do not treat it as open source.
  • Do not commit .env files or docs/internal/* other than docs/internal/README.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/aaronberman-canasta-mobile-canasta-mobile/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.

aaronberman-canasta-mobile-canasta-mobile.ocm.jsonjson
{
  "ocm": "1",
  "id": "aaronberman-canasta-mobile-canasta-mobile",
  "kind": "skill",
  "name": "canasta-mobile",
  "description": "Agent notes",
  "publisher": "AaronBerman",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Agent notes"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/AaronBerman/canasta-mobile",
      "path": "AGENTS.md",
      "ref": "ad5da35069c38521a184e45be78511c9bc9efa73",
      "url": "https://github.com/AaronBerman/canasta-mobile/blob/ad5da35069c38521a184e45be78511c9bc9efa73/AGENTS.md",
      "key": "AaronBerman/canasta-mobile/AGENTS.md"
    }
  },
  "instructions": "# Agent notes\n\n## Layout\n\n- `src/` - shared TypeScript rules engine and AI (Vitest)\n- `mobile/` - Expo React Native app\n- `server/` - optional multiplayer\n- `docs/` - gameplay, design, store listing\n- `rules/` - example custom-rules JSON\n\n## Commands\n\n```bash\nnpm install\nnpm test\ncd mobile && npm install && npx expo start\n```\n\n## Rules\n\n- Do not invent stats or features.\n- Keep gameplay logic in `src/` so it stays testable.\n- Multiplayer is optional (`EXPO_PUBLIC_MULTIPLAYER_ENABLED`). Do not assume it is on.\n- This repo is private. Do not treat it as open source.\n- Do not commit `.env` files ",
  "cost": {
    "context_tokens": 164
  }
}

Fetch it by URL: GET /api/v1/registry/aaronberman-canasta-mobile-canasta-mobile/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.