discord-phpdiscord-phpOfficialยท11 Agent Skills Included

DiscordPHP

Build and maintain Discord bots in PHP with AI-guided workflows

Maintains the DiscordPHP library for building Discord bots with PHP, covering gateway events, caching, slash commands, voice audio, and payload builders. Eliminates guesswork when editing async bot code, cache layers, and Discord API payloads across a complex codebase. Guides AI agents through safe, layer-aware changes so bot features ship faster without breaking existing behavior.
npx skills add discord-php/DiscordPHP --all -g -y
Available:

Instructs the AI agent on DiscordPHP's layered architecture and routes each task to the correct specialist skill based on which part of the codebase is being changed.

All Skills in This Repository (11)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
discord-phpdiscord-php

gateway-cache-sync-keeper

Synchronize gateway payloads and caches across WebSocket event handling.

Official
Advanced
๐Ÿ“ฆ In Repo
discord-phpdiscord-php

part-model-maintainer

Maintain Discord Part domain models with canonical state and repository-backed persistence.

Official
Intermediate
๐Ÿ“ฆ In Repo
discord-phpdiscord-php

legacy-command-client-keeper

Maintain the optional prefix-command layer for DiscordCommandClient and Command parsing.

Official
Intermediate
๐Ÿ“ฆ In Repo
discord-phpdiscord-php

runtime-bootstrap-keeper

Orchestrate DiscordPHP runtime bootstrapping, gateway connection, and ready flow.

Official
Advanced
๐Ÿ“ฆ In Repo
discord-phpdiscord-php

type-map-keeper

Centralize DiscordPHP TYPE_* constants and TYPES maps for polymorphic dispatch.

Official
Advanced
๐Ÿ“ฆ In Repo
discord-phpdiscord-php

builder-payload-smith

Maintain Discord API payload builders with validation and serialization rules.

Official
Advanced
๐Ÿ“ฆ In Repo
discord-phpdiscord-php

async-test-and-doc-sync

Aligns PHPUnit tests, PHPDoc blocks, and guides with current public behavior.

Official
Advanced
๐Ÿ“ฆ In Repo
discord-phpdiscord-php

interaction-flow-keeper

Maintain typed Discord interaction pipelines with cached routing and response builders.

Official
Advanced
๐Ÿ“ฆ In Repo
discord-phpdiscord-php

voice-subsystem-keeper

Coordinates DiscordPHP voice protocol including opcodes, encryption, and packet handling.

Official
Advanced
๐Ÿ“ฆ In Repo
discord-phpdiscord-php

repository-cache-keeper

Enforce repository boundaries, endpoints, and cache coherence in DiscordPHP's repository layer.

Official
Advanced
๐Ÿ“ฆ In Repo
discord-phpdiscord-php

helpers-and-infra-keeper

Coordinate DiscordPHP infrastructure utilities for caching, endpoint binding, and exceptions.

Official
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install DiscordPHP?โ–ผ

Run `npx skills add discord-php/DiscordPHP --all -g -y` in your terminal to install all agent skills in this suite globally.

What is DiscordPHP used for?โ–ผ

DiscordPHP is a PHP library for building Discord bots that wraps the official Discord REST, gateway, and voice APIs. This skill suite helps AI agents maintain and extend that library safely.

Can AI agents edit DiscordPHP code safely?โ–ผ

Yes. The AGENTS.md file and specialist skills teach the agent the library's layered architecture, so changes land in the right layer without breaking caches, events, or payload builders.

Does DiscordPHP support slash commands and voice?โ–ผ

Yes. It supports application commands, autocomplete, modals, and voice audio through dedicated subsystems, each covered by its own maintenance skill.

Do I need to know PHP internals to use these skills?โ–ผ

No. The skills encode the architectural rules, so your AI agent applies them automatically when you describe the change you want in plain English.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’