Personal Claude Code plugins for development workflows
npx claudepluginhub azlekov/my-claude-codePersonal Claude Code plugin for dodi workflows - frontend development, Supabase, and GitHub automation
Personal Claude Code plugin for dodi workflows - frontend development, Supabase, and GitHub automation.
First, add the marketplace:
/plugin marketplace add azlekov/my-claude-code
Then install the plugin:
/plugin install personal@azlekov/my-claude-code
Or use the interactive plugin manager:
/plugin
Navigate to the Discover tab to browse and install plugins.
Plugins auto-update by default. To manually refresh:
/plugin marketplace update azlekov/my-claude-code
For local development, load the plugin directly:
claude --plugin-dir /path/to/claude-code-plugin
| Skill | Description |
|---|---|
react | Modern React development with latest hooks and patterns |
nextjs | Next.js App Router, Server Components, and caching |
tailwindcss | Tailwind CSS v4 with @theme directive and OKLCH colors |
shadcn | shadcn/ui components, forms, and theming |
supabase-expert | Supabase Auth SSR, RLS policies, and Edge Functions |
postgres-nanoid | Contextual nanoid identifiers with prefixes for PostgreSQL |
| Agent | Description |
|---|---|
analyzer | Explores codebase and gathers context before implementation (auto-triggers on new features) |
investigator | Debugs problems and traces root causes (auto-triggers on errors/bugs) |
frontend-developer | Senior frontend developer specializing in Next.js, React, Tailwind, and shadcn/ui |
fullstack-developer | Full-stack development with frontend skills + Supabase + nanoid identifiers |
trigger-dev-expert | Background jobs and workflows with Trigger.dev |
| Command | Description |
|---|---|
/personal:work-on-github-issue <issue> | Analyze and work on a GitHub issue end-to-end |
/personal:add-supabase <framework> | Full guided Supabase setup (nextjs, kotlin, ios, flutter) |
| Server | Description |
|---|---|
supabase | Supabase MCP for database introspection and management |
trigger | Trigger.dev MCP for background jobs and task management |
context7 | Context7 MCP for up-to-date library documentation |
Set the following environment variables for MCP servers:
# Supabase (required for supabase MCP)
export SUPABASE_ACCESS_TOKEN="your-supabase-token"
# Context7 (optional, for higher rate limits)
export CONTEXT7_API_KEY="your-context7-key"
# Trigger.dev authenticates via CLI when needed
The postgres-nanoid skill uses contextual prefixes for public identifiers:
| Entity | Prefix | Example |
|---|---|---|
| User | usr_ | usr_V1StGXR8_Z5jdHi |
| Organization | org_ | org_kJ7mNpQ2xWzL9aB |
| Order | ord_ | ord_xYz7aBcDeF2gH5i |
| Product | prd_ | prd_mN3kL9pQwE7rT4u |
| Invoice | inv_ | inv_9sK3pLmNqR5tU8v |
Rule: Use nanoid for public IDs (APIs, URLs), UUID for auth.users references.
MIT
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.