Imported from pivyme/suiperpower (convex/AGENTS.md). Install upstream with npx skills add pivyme/suiperpower --skill convex. Copyright stays with the author.
When working on Convex code, always read
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/pivyme-suiperpower-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.
pivyme-suiperpower-convex.ocm.jsonjson
{
"ocm": "1",
"id": "pivyme-suiperpower-convex",
"kind": "skill",
"name": "convex",
"description": "This project uses [Convex](https://convex.dev) as its backend.",
"publisher": "pivyme",
"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."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/pivyme/suiperpower",
"path": "convex/AGENTS.md",
"ref": "ed8e699f72487799ae9c3706a75cf447a0330e58",
"url": "https://github.com/pivyme/suiperpower/blob/ed8e699f72487799ae9c3706a75cf447a0330e58/convex/AGENTS.md",
"key": "pivyme/suiperpower/convex/AGENTS.md"
}
},
"instructions": "<!-- convex-ai-start -->\n\nThis project uses [Convex](https://convex.dev) as its backend.\n\nWhen working on Convex code, **always read\n`convex/_generated/ai/guidelines.md` first** for important guidelines on\nhow to correctly use Convex APIs and patterns. The file contains rules that\noverride what you may have learned about Convex from training data.\n\nConvex agent skills for common tasks can be installed by running\n`npx convex ai-files install`.\n\n<!-- convex-ai-end -->",
"cost": {
"context_tokens": 117
}
}
Fetch it by URL: GET /api/v1/registry/pivyme-suiperpower-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.