By dsieczko
Discord channel for Claude Code — Sentinel fork with bot-to-bot messaging support. Manage pairing, allowlists, and policy via /discord:access. Renamed from `discord` to avoid collision with the official marketplace version when installed locally via /plugin install.
Manage Discord channel access — approve pairings, edit allowlists, set DM/group policy. Use when the user asks to pair, approve someone, check who's allowed, or change policy for the Discord channel.
Set up the Discord channel — save the bot token and review access policy. Use when the user pastes a Discord bot token, asks to configure Discord, asks "how do I set this up" or "who can reach me," or wants to check channel status.
Modular agent plugins for Claude Code. Each directory is a self-contained plugin that can be installed into any project to give Claude a specific agent role.
| Agent | Directory | Role |
|---|---|---|
| Frontend | frontend-agent/ | Dashboard React components, WS connections, nginx proxy, UX |
| (planned) CTO | cto-agent/ | Technical direction, code review, project management |
| (planned) Coder | coder-agent/ | Backend implementation, scoring pipeline, tests |
| (planned) Infra | infra-agent/ | AWS, K8s, CI/CD, Grafana, deployments |
| (planned) Backtester | backtester-agent/ | Backtest execution, result analysis |
Each agent follows the Claude Code plugin format:
agent-name/
.claude-plugin/plugin.json ← manifest (name, version)
skills/<skill>/SKILL.md ← agent instructions + auto-invocation
skills/<skill>/references/ ← supporting docs
hooks/hooks.json ← lifecycle hooks
agents/ ← custom subagent definitions
.mcp.json ← MCP server configs
settings.json ← default permissions
Enable a plugin in your project's .claude/settings.json:
{
"enabledPlugins": {
"frontend-agent@claude-agent-plugins": true
}
}
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub dsieczko/claude-agent-plugins --plugin sentinel-discordBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Discord channel for Claude Code — fork with bot-to-bot messaging support. Multiple Claude agents can coordinate via @mentions in shared Discord channels.
Sentinel project manager — owns GitHub project board hygiene + translates product specs into implementation plans + ensures issues are up to date. Zero code edits, zero PR merges.
Sentinel shadow reviewer — second independent reviewer on every PR. Focuses on what the primary architect normalizes: silent failure modes, test gaps, edge cases, premature abstractions, and whatever the loudest argument missed.
Sentinel UX/UI agent — owns visual quality, interaction design, layout robustness, and user-observable correctness on the dashboard. Designs experiences from PM specs, hands designs to frontend engineers. Does NOT write code.
Sentinel product manager agent — owns product discovery, requirement gathering, user interviews, and feature specs. Zero code edits.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Production-grade vibe coding suite. Structured workflows from discovery to deployment: start, build, ship, fix, refactor.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.