By sycochucky
Expert agents for Discord.py bot development with PostgreSQL using 2025 modern libraries and best practices
Use this agent when building complete Discord bot features that integrate discord.py with PostgreSQL. This coordinator combines Discord UI/events with database operations. <example> Context: User wants a complete bot feature user: "Build a leveling system with /rank and /leaderboard commands" assistant: "I'll use the bot-builder agent to coordinate building the complete leveling system with Discord commands and PostgreSQL storage." <commentary> Complete feature requiring both Discord.py expertise and PostgreSQL integration. </commentary> </example> <example> Context: User needs a moderation system user: "Create a moderation system that logs warnings and bans to the database" assistant: "The bot-builder agent will create the complete moderation system with slash commands, database logging, and audit trails." <commentary> Full-stack Discord bot feature requiring coordinated Discord and database work. </commentary> </example> <example> Context: User wants an economy system user: "Add an economy system with currency, daily rewards, and a shop" assistant: "I'll use the bot-builder agent to build the complete economy system with all Discord interactions and database persistence." <commentary> Complex bot feature requiring multiple commands, events, and database tables. </commentary> </example>
Use this agent when working on Discord bot development with discord.py, including slash commands, UI components, events, and async patterns. <example> Context: User needs help with slash commands user: "How do I create a slash command with autocomplete in discord.py?" assistant: "I'll use the discordpy-expert agent to implement modern slash commands with autocomplete using app_commands." <commentary> Discord.py-specific implementation requiring knowledge of app_commands and autocomplete patterns. </commentary> </example> <example> Context: User wants interactive UI components user: "Create a paginated embed with buttons for my Discord bot" assistant: "I'll use the discordpy-expert agent to build interactive UI components with proper pagination views." <commentary> Discord UI components (Views, Buttons) require discord.py expertise. </commentary> </example> <example> Context: User needs event handling user: "Add a welcome message when users join my server" assistant: "The discordpy-expert agent will implement the on_member_join event listener with proper permissions and error handling." <commentary> Discord events and listeners are core discord.py functionality. </commentary> </example>
Use this agent when working on PostgreSQL database tasks for Discord bots, including schema design, queries, migrations, and optimization. <example> Context: User needs database schema for Discord bot user: "Design a database schema for a leveling system with XP and ranks" assistant: "I'll use the postgres-expert agent to design an optimized PostgreSQL schema with proper indexes and relationships." <commentary> Database schema design for Discord bots requires knowledge of BigInt for snowflakes, proper indexing, and async patterns. </commentary> </example> <example> Context: User has slow database queries user: "My leaderboard query is taking too long with 100k users" assistant: "The postgres-expert agent will analyze and optimize the query using proper indexes and window functions." <commentary> Query optimization requires PostgreSQL expertise with EXPLAIN ANALYZE and indexing strategies. </commentary> </example> <example> Context: User needs database migrations user: "Add a new column to track user last_active timestamps" assistant: "I'll use the postgres-expert agent to create a proper Alembic migration with the new column." <commentary> Database migrations require Alembic expertise and understanding of production-safe changes. </commentary> </example>
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of powerful plugins and tools to supercharge your Claude Code experience.
Time Awareness Plugin - Automatic temporal context
Discord-Postgres Dev - Expert agents for Discord bot development
Complete guides and examples in the docs/ folder.
Method 1: From GitHub (Recommended)
# Add this repository as a marketplace
claude plugin marketplace add Sycochucky/claude-code-toolkit
# Install individual plugins
claude plugin install time-awareness@Sycochucky-claude-code-toolkit
claude plugin install discord-postgres-dev@Sycochucky-claude-code-toolkit
Method 2: Local Installation
# Clone the repository
git clone https://github.com/Sycochucky/claude-code-toolkit.git
cd claude-code-toolkit
# Add as local marketplace
claude plugin marketplace add ./plugins/time-awareness
claude plugin marketplace add ./plugins/discord-postgres-dev
# Install plugins
claude plugin install time-awareness@local-time-awareness
claude plugin install discord-postgres-dev@local-discord-postgres
Automatic temporal context for Claude Code
Exports 20+ environment variables on every session start:
Features:
Installation:
claude plugin install time-awareness@Sycochucky-claude-code-toolkit
Usage: Just restart Claude Code! The hook runs automatically and you'll see:
🕐 Temporal Context Loaded: Thursday, November 20, 2025 at 04:15:30 AEDT
📅 2025-11-20 | ⏰ Week 47, Q4 | 🌍 AEDT
💼 Business Hours: false | 📈 Market Hours: false | 🎉 Weekend: false
Expert agents for modern Discord bot development
Three specialized agents using 2025 best practices:
Features:
Installation:
claude plugin install discord-postgres-dev@Sycochucky-claude-code-toolkit
Usage:
# Use via Task tool
Task(
subagent_type="discord-postgres-dev:bot-builder",
prompt="Create a leveling system with /rank and /leaderboard",
description="Build leveling system"
)
Shell installer for time-awareness wrapper script
Before the plugin existed, this was the way to add time awareness via a wrapper script.
Note: The plugin is now recommended over the wrapper script!
Files:
install-claude-time-awareness.sh - Bash/Zsh installerInstall-ClaudeTimeAwareness.ps1 - PowerShell installerInstallation:
bash tools/install-claude-time-awareness.sh
Then use:
claude-time --show-context
npx claudepluginhub Sycochucky/claude-code-toolkit --plugin discord-postgres-devAutomatic temporal context with environment variables for time-aware Claude Code sessions
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Complete developer toolkit for Claude Code
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review