rolling-codes

EasyCord — AI skill for Claude Code

AI community

Make EasyCord easy.

How to install EasyCord

This entry records only its repository, not the path inside it, so there is no exact command to give. Open rolling-codes/EasyCord and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What EasyCord does

Make EasyCord easy. Discord bot framework with slash commands, plugins, lifecycle hooks, safer defaults, AI orchestration, 30 built-ins, and 1871 tests.

Alternatives in AI

  • ARIS Agent Guide — For AI agents reading this repo 6.2k ★
  • Welcome — AI Research Skills — You now have access to 86 production-ready skills covering the entire AI research lifecycle: literature survey 5.4k ★
  • Easy LLM CLI — An open-source AI agent that is compatible with multiple LLM models 1.3k ★

README

EasyCord

![Version](https://img.shields.io/badge/v-5.61.1-blue) ![Python](https://img.shields.io/badge/python-3.10%2B-blue) ![License](https://img.shields.io/badge/license-MIT-green) ![Tests](https://img.shields.io/badge/tests-1871-brightgreen) [![Discord.py](https://img.shields.io/badge/discord.py-2.7%2B-blueviolet)](https://discordpy.readthedocs.io/)

**Production-grade Discord bot framework** for building scalable, maintainable bots with clean, type-safe code.

**Make EasyCord easy.** Ship Discord bots with less ceremony, safer defaults, and plugin patterns that stay understandable as your server grows.

Slash commands, context menus, modal forms, components with dynamic routing, plugins with versioned config schemas and dependency management, per-guild storage, multi-language i18n, conversation memory, optional AI orchestration, middleware pipeline, lifecycle hooks, and task scheduling—all with **zero boilerplate**.

**30 built-in plugins** including levels, economy, moderation, starboard, polls, translation, AI moderation, and more. **1871 tests**, atomic database operations, concurrent plugin safety, proper error isolation, and comprehensive type hints. Deploy with confidence.

Why EasyCord?

  • No boilerplate. Decorators do the work. Define commands in two lines, not thirty.
  • Type-safe. Full Pyright support. Catch bugs at dev time, not runtime.
  • Plugin-native. Modular, testable, reusable. Versioned config schemas with automatic migration. Build plugins in minutes, not hours.
  • Optional AI. Includes conversation memory and multi-provider LLM orchestration (9 providers). Use it or ignore it.
  • Tested. 1871 tests covering concurrency, crashes, race conditions, and edge cases.
  • Async-first. Proper lock safety, atomic database operations, isolated error handling. Won't silently corrupt state.

Quick Start

pip install "https://github.com/rolling-codes/EasyCord/releases/download/v5.61.1/easycord-5.61.1-py3-