When working on Convex code, **always read `/_generated/ai/guidelines.md` first** for important guidelines on how to correctly use Convex APIs and patterns. The file contains rules that override what
Imported from nitishsancs/GOVINDA_IS_MY_GOD (govinda_v2_COPY_COPY/convex_qwerty/AGENTS.md). Install upstream with npx skills add nitishsancs/GOVINDA_IS_MY_GOD --skill convex_qwerty. Copyright stays with the author.
When working on Convex code, always read /_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/nitishsancs-govinda-is-my-god-convex-qwerty/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.
{
"ocm": "1",
"id": "nitishsancs-govinda-is-my-god-convex-qwerty",
"kind": "skill",
"name": "convex_qwerty",
"description": "When working on Convex code, **always read `/_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": "nitishsancs",
"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 `/_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/nitishsancs/GOVINDA_IS_MY_GOD",
"path": "govinda_v2_COPY_COPY/convex_qwerty/AGENTS.md",
"ref": "b23d3205a6e62c9fb7151b2af07b480ee44fe910",
"url": "https://github.com/nitishsancs/GOVINDA_IS_MY_GOD/blob/b23d3205a6e62c9fb7151b2af07b480ee44fe910/govinda_v2_COPY_COPY/convex_qwerty/AGENTS.md",
"key": "nitishsancs/GOVINDA_IS_MY_GOD/govinda_v2_COPY_COPY/convex_qwerty/AGENTS.md"
}
},
"instructions": "<!-- convex-ai-start -->\nThis project uses [Convex](https://convex.dev) as its backend.\n\nWhen working on Convex code, **always read `/_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": 115
}
}
Fetch it by URL: GET /api/v1/registry/nitishsancs-govinda-is-my-god-convex-qwerty/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.