Agent Skills and MCP
DisCatSharp provides a version-aware Agent Skill for building and troubleshooting bots with the core library and its official Extensions. The skill gives compatible coding agents focused guidance while the public documentation MCP supplies live API, article, and approved source evidence.
Install the skill
Install use-discatsharp globally for Codex:
gh skill install Aiko-IT-Systems/DisCatSharp use-discatsharp --agent codex --scope user --pin [email protected]
[email protected] is the latest immutable skill release. [email protected] remains available for projects that need it, and future skill releases use the same skills@v<version> tag format. Pin main only when you intentionally want the newest unreleased skill changes.
For Copilot, Claude Code, Gemini CLI, generic Agent Skills clients, and alternative installation methods, see the complete skill installation reference.
Connect the documentation MCP
The public MCP searches the current generated documentation for DisCatSharp and official DisCatSharp.Extensions:
https://docs.dcs.aitsys.dev/mcp
It is public, stateless, and does not require authentication. Agents can search both corpora together, resolve exact overloads, fetch complete documentation records, and request only indexed source ranges. Clients may restrict a lookup to the main or extensions corpus when the same API name exists in both repositories.
See the MCP client examples for Codex, Copilot, Claude Code, Gemini CLI, and generic clients.
Tip
For Discord payloads, permissions, Gateway behavior, REST semantics, and rate limits, also connect the official Discord Documentation MCP at https://docs.discord.com/mcp.