Imported from Encryptoid/dotacord (src/database/AGENTS.md). Install upstream with npx skills add Encryptoid/dotacord --skill database. Copyright stays with the author.
When working on functions in this folder, NEVER put a documentation comment above the function.
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/encryptoid-dotacord-database/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.
encryptoid-dotacord-database.ocm.jsonjson
{
"ocm": "1",
"id": "encryptoid-dotacord-database",
"kind": "skill",
"name": "database",
"description": "When working on functions in this folder, NEVER put a documentation comment above the function.",
"publisher": "Encryptoid",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When working on functions in this folder, NEVER put a documentation comment above the function."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Encryptoid/dotacord",
"path": "src/database/AGENTS.md",
"ref": "7ca38c8ef040750592b266fb6ee5594d404a0df3",
"url": "https://github.com/Encryptoid/dotacord/blob/7ca38c8ef040750592b266fb6ee5594d404a0df3/src/database/AGENTS.md",
"key": "Encryptoid/dotacord/src/database/AGENTS.md"
}
},
"instructions": "When working on functions in this folder, NEVER put a documentation comment above the function.",
"cost": {
"context_tokens": 23
}
}
Fetch it by URL: GET /api/v1/registry/encryptoid-dotacord-database/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.