Skip to content
Skillv1.0.0

persistent-text-streaming

When working on Convex code, **always read `example/convex/_generated/ai/guidelines.md` first** for important guidelines on how to correctly use Convex APIs and patterns. The file contains rules that

by get-convex(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from get-convex/persistent-text-streaming (AGENTS.md). Install upstream with npx skills add get-convex/persistent-text-streaming. Copyright stays with the author.

This project uses Convex as its backend.

When working on Convex code, always read example/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/get-convex-persistent-text-streaming-persistent-text-streaming/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.

get-convex-persistent-text-streaming-persistent-text-streaming.ocm.jsonjson
{
  "ocm": "1",
  "id": "get-convex-persistent-text-streaming-persistent-text-streaming",
  "kind": "skill",
  "name": "persistent-text-streaming",
  "description": "When working on Convex code, **always read `example/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.",
  "publisher": "get-convex",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "When working on Convex code, **always read `example/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."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/get-convex/persistent-text-streaming",
      "path": "AGENTS.md",
      "ref": "138d79bd23b9bd8e06505f22dd2514502060fa08",
      "url": "https://github.com/get-convex/persistent-text-streaming/blob/138d79bd23b9bd8e06505f22dd2514502060fa08/AGENTS.md",
      "key": "get-convex/persistent-text-streaming/AGENTS.md"
    }
  },
  "instructions": "<!-- convex-ai-start -->\nThis project uses [Convex](https://convex.dev) as its backend.\n\nWhen working on Convex code, **always read `example/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.\n\nConvex agent skills for common tasks can be installed by running `npx convex ai-files install`.\n<!-- convex-ai-end -->",
  "cost": {
    "context_tokens": 119
  }
}

Fetch it by URL: GET /api/v1/registry/get-convex-persistent-text-streaming-persistent-text-streaming/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.