Imported from Effect-TS/discord-bot (AGENTS.md). Install upstream with npx skills add Effect-TS/discord-bot. Copyright stays with the author.
The repo is using pnpm for package management
Do not use as any or : any anywhere.
Validations
Use pnpm check
Learning more about the "effect" packages
Read node_modules/effect/AGENTS.mdcompletely before looking elsewhere for
information about these packages. It is an authoritative source of information about the
"effect" and "@effect/*" packages.
Learning more about the "dfx" packages
The source code can be found in node_modules/dfx.
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/effect-ts-discord-bot-discord-bot/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.
effect-ts-discord-bot-discord-bot.ocm.jsonjson
{
"ocm": "1",
"id": "effect-ts-discord-bot-discord-bot",
"kind": "skill",
"name": "discord-bot",
"description": "Do not use `as any` or `: any` anywhere.",
"publisher": "Effect-TS",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Do not use `as any` or `: any` anywhere."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Effect-TS/discord-bot",
"path": "AGENTS.md",
"ref": "7453fae0cd31e2ce7703742eac9e2e5e36056366",
"url": "https://github.com/Effect-TS/discord-bot/blob/7453fae0cd31e2ce7703742eac9e2e5e36056366/AGENTS.md",
"key": "Effect-TS/discord-bot/AGENTS.md"
}
},
"instructions": "- The repo is using pnpm for package management\n\nDo not use `as any` or `: any` anywhere.\n\n## Validations\n\n- Use `pnpm check`\n\n## Learning more about the \"effect\" packages\n\nRead `node_modules/effect/AGENTS.md` **completely** before looking elsewhere for\ninformation about these packages. It is an authoritative source of information about the\n\"effect\" and \"@effect/\\*\" packages.\n\n## Learning more about the \"dfx\" packages\n\nThe source code can be found in `node_modules/dfx`.",
"cost": {
"context_tokens": 118
}
}
Fetch it by URL: GET /api/v1/registry/effect-ts-discord-bot-discord-bot/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.