Skip to content
Skillv1.0.0

web

This project uses [Convex](https://convex.dev) as its backend. The Convex functions live in the shared workspace package `packages/backend` (imported as `@beegreat/backend`).

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

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

See reviews

About

Imported from OxFrancesco/BeeGreat (apps/web/AGENTS.md). Install upstream with npx skills add OxFrancesco/BeeGreat --skill web. Copyright stays with the author.

This project uses Convex as its backend. The Convex functions live in the shared workspace package packages/backend (imported as @beegreat/backend).

When working on Convex code, always read ../../packages/backend/convex/_generated/ai/guidelines.md first for important guidelines on how to correctly use Convex APIs and patterns. The file contains rules that override what you may have learned about Convex from training data.

Convex agent skills for common tasks can be installed by running npx convex ai-files install.

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/oxfrancesco-beegreat-web/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.

oxfrancesco-beegreat-web.ocm.jsonjson
{
  "ocm": "1",
  "id": "oxfrancesco-beegreat-web",
  "kind": "skill",
  "name": "web",
  "description": "This project uses [Convex](https://convex.dev) as its backend. The Convex functions live in the shared workspace package `packages/backend` (imported as `@beegreat/backend`).",
  "publisher": "OxFrancesco",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This project uses [Convex](https://convex.dev) as its backend. The Convex functions live in the shared workspace package `packages/backend` (imported as `@beegreat/backend`)."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/OxFrancesco/BeeGreat",
      "path": "apps/web/AGENTS.md",
      "ref": "789a048771560f5a47a33d707b6f28f8496aeb97",
      "url": "https://github.com/OxFrancesco/BeeGreat/blob/789a048771560f5a47a33d707b6f28f8496aeb97/apps/web/AGENTS.md",
      "key": "OxFrancesco/BeeGreat/apps/web/AGENTS.md"
    }
  },
  "instructions": "<!-- convex-ai-start -->\n\nThis project uses [Convex](https://convex.dev) as its backend. The Convex\nfunctions live in the shared workspace package `packages/backend`\n(imported as `@beegreat/backend`).\n\nWhen working on Convex code, **always read\n`../../packages/backend/convex/_generated/ai/guidelines.md` first** for\nimportant guidelines on how to correctly use Convex APIs and patterns. The\nfile contains rules that override what you may have learned about Convex\nfrom training data.\n\nConvex agent skills for common tasks can be installed by running\n`npx convex ai-files install`.\n\n<!-- convex-ai-en",
  "cost": {
    "context_tokens": 151
  }
}

Fetch it by URL: GET /api/v1/registry/oxfrancesco-beegreat-web/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.