CommunityRédaction et éditiongithub.com

Aiko-IT-Systems/DisCatSharp

Your library to write discord apps in C# with focus on always providing access to the latest discord features

Qu'est-ce que DisCatSharp ?

DisCatSharp is a Claude Code agent skill that your library to write discord apps in C# with focus on always providing access to the latest discord features.

Compatible avec~Claude Code~Codex CLI~Cursor
npx skills add Aiko-IT-Systems/DisCatSharp

Installed? Explore more Rédaction et édition skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

Demander à votre IA préférée

Ouvre une nouvelle conversation avec cette compétence d'agent déjà préchargée.

Documentation

Use DisCatSharp

Answer from the consuming project's DisCatSharp version and verified DisCatSharp evidence. The public documentation MCP covers the main library and official DisCatSharp.Extensions; prefer it when available. Do not infer APIs from DSharpPlus, Discord.Net, Pycord, or another Discord library.

Establish the project context

  1. Inspect the local project when available. Determine:
    • The installed DisCatSharp package versions from project files, central package files, lock files, or restored assets.
    • The target framework and hosting model.
    • Which DisCatSharp modules are already referenced.
  2. If no project is available, ask for the DisCatSharp version only when the answer materially depends on it. Otherwise state which current API version the answer targets.
  3. Treat live project source and installed package metadata as authoritative for that project. The public MCP normally describes the latest documentation build and can be newer than the user's packages.

Read references/modules.md when choosing packages or extensions.

Retrieve evidence

When the DisCatSharp documentation MCP is connected, use the smallest useful sequence:

  1. Call search for a broad feature, workflow, or conceptual question. Search both corpora unless the project or question clearly concerns only main or extensions.
  2. Call find_symbol for exact types, members, qualified names, and overloads. Use the corpus filter to disambiguate types that exist in both repositories.
  3. Call fetch with the returned symbol: or document: ID before relying on a result's full documentation.
  4. Call get_source only for a repository-relative path and bounded range returned by indexed symbol metadata, and only when documented behavior is insufficient.

Preserve overload-specific IDs and URLs. A search result is a candidate, not complete documentation. Do not fabricate a UID, document ID, source path, signature, or overload.

When MCP is unavailable but HTTP access is possible, query https://docs.dcs.aitsys.dev/_search?q=<query>. Add corpus=main or corpus=extensions when the owning repository is known; omit it to search both. Use an exact module name from references/modules.md with module=<package> only when narrowing further is useful.

For Discord platform behavior—payloads, permissions, intents, Gateway events, rate limits, REST semantics, or application-command rules—consult the official Discord Documentation MCP at https://docs.discord.com/mcp when it is available. Clearly separate Discord's contract from DisCatSharp's representation of it.

Read references/evidence-and-fallbacks.md when MCP is unavailable, results conflict with the installed version, or a lookup returns no match.

Produce an answer

  • Use exact DisCatSharp names, signatures, packages, and namespaces supported by the evidence.
  • Give a minimal compile-ready example when code is requested. Include relevant intents, configuration, extension registration, dependency injection, and disposal/lifecycle details.
  • Explain which event or command model is being used. Do not casually mix ApplicationCommands and CommandsNext.
  • Preserve asynchronous behavior and cancellation. Do not introduce blocking .Result or .Wait() calls.
  • Mention version requirements, experimental status, required Discord configuration, and migration impact when relevant.
  • Link the most useful DisCatSharp page or exact overload. Avoid dumping search results without resolving them.
  • If evidence remains incomplete, say what was verified, what is inferred, and what the user should check. Never hide uncertainty behind plausible-looking code.

Common traps

  • Similar APIs in other Discord libraries are not interchangeable.
  • A type existing in the current documentation does not prove it exists in an older installed package.
  • Cache state can be partial and events may require intents.
  • Discord REST bucket FIFO and Gateway user-handler ordering are separate concerns.
  • Gateway cache mutation remains ordered, while user handlers are concurrent by default unless GatewayAdvancedConfiguration.DispatchMode uses SequentialHandlers.
  • Slash-command interactions have response deadlines and response/follow-up rules defined by Discord.

Skills associés

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community