Skip to content
Skillv1.0.0

convex

Convex backend package with auth, schema, and HTTP actions.

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

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

See reviews

About

Imported from Noisemaker111/Jonsoc (packages/convex/AGENTS.md). Install upstream with npx skills add Noisemaker111/Jonsoc --skill convex. Copyright stays with the author.

packages/convex

OVERVIEW

Convex backend package with auth, schema, and HTTP actions.

STRUCTURE

  • convex/_generated: generated API bindings
  • convex/schema.ts: data model
  • convex/http.ts: HTTP actions
  • convex/auth.ts: auth helpers
  • convex/healthCheck.ts: health endpoint

WHERE TO LOOK

  • Edit packages/convex/convex/schema.ts: database schema
  • Edit packages/convex/convex/http.ts: HTTP actions
  • Edit packages/convex/convex/auth.ts: auth logic
  • Edit packages/convex/convex/convex.config.ts: Convex config
  • Edit packages/convex/convex/_generated/api.js: generated API entry

CONVENTIONS

  • Run convex dev to regenerate _generated bindings after schema changes

ANTI-PATTERNS

  • Manual edits inside convex/_generated

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/noisemaker111-jonsoc-convex/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.

noisemaker111-jonsoc-convex.ocm.jsonjson
{
  "ocm": "1",
  "id": "noisemaker111-jonsoc-convex",
  "kind": "skill",
  "name": "convex",
  "description": "Convex backend package with auth, schema, and HTTP actions.",
  "publisher": "Noisemaker111",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Convex backend package with auth, schema, and HTTP actions."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/Noisemaker111/Jonsoc",
      "path": "packages/convex/AGENTS.md",
      "ref": "8a5c97416204636a854cdd25d158f9554fa323d6",
      "url": "https://github.com/Noisemaker111/Jonsoc/blob/8a5c97416204636a854cdd25d158f9554fa323d6/packages/convex/AGENTS.md",
      "key": "Noisemaker111/Jonsoc/packages/convex/AGENTS.md"
    }
  },
  "instructions": "# packages/convex\n\n## OVERVIEW\n\nConvex backend package with auth, schema, and HTTP actions.\n\n## STRUCTURE\n\n- convex/\\_generated: generated API bindings\n- convex/schema.ts: data model\n- convex/http.ts: HTTP actions\n- convex/auth.ts: auth helpers\n- convex/healthCheck.ts: health endpoint\n\n## WHERE TO LOOK\n\n- Edit packages/convex/convex/schema.ts: database schema\n- Edit packages/convex/convex/http.ts: HTTP actions\n- Edit packages/convex/convex/auth.ts: auth logic\n- Edit packages/convex/convex/convex.config.ts: Convex config\n- Edit packages/convex/convex/\\_generated/api.js: generated API entry\n\n## ",
  "cost": {
    "context_tokens": 187
  }
}

Fetch it by URL: GET /api/v1/registry/noisemaker111-jonsoc-convex/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.