new-cog
01Command Claude Code
Create a new discord.py Cog for this project. Follow the add-cog skill for the full checklist.
Command Claude Code
Create a new discord.py Cog for this project. Follow the add-cog skill for the full checklist.
Command Claude Code
Run the full verification pipeline before committing.
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, running an inline shell check. From ebibibi/ebi-agent-chat-relay.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From ebibibi/ebi-agent-chat-relay.
Settings file Claude Code
Agent settings declaring 2 hook events (UserPromptSubmit, PostToolUse).
Skill Claude CodeCodex
Step-by-step guide to add a new discord.py Cog to the framework.
Skill Claude CodeCodex
Python coding patterns, idioms, and quality standards for claude-code-discord-bridge development.
Skill Claude CodeCodex
A release checklist for the ccdb project, including version changes, changelog updates, a release branch, and a pull request. A changelog records what changed between software versions.
Skill Claude CodeCodex
Security checklist specific to claude-code-discord-bridge — subprocess injection, env leaks, input validation.
Skill Claude CodeCodex
Enforce test-driven development — write tests FIRST, then implement. Mandatory for new features and bug fixes.
Skill Claude CodeCodex
Testing patterns for claude-code-discord-bridge — pytest, async testing, mocking Discord objects, TDD workflow.
Skill Claude CodeCodex
Run full verification pipeline (lint, format, test, security) before committing.
Cursor rule Cursor
Discord frontend for Claude Code CLI. Python 3.12+ with discord.py v2.
Instructions file GitHub Copilot
Instructions for ebibibi/ebi-agent-chat-relay, covering claude-code-discord-bridge — copilot instructions, key rules, architecture, testing (tdd enforced) and security (mandatory pre-commit).
Instructions file CodexOpenCode
Instructions for ebibibi/ebi-agent-chat-relay, a project described as: Multi-frontend agent relay: run Claude Code, Codex, local, and AG-UI agents from Discord or Microsoft Teams.
Instructions file
Instructions for ebibibi/ebi-agent-chat-relay, covering claude-code-discord-bridge (ccdb), framework vs instance, zero-config principle (critical), architecture and key design decisions.