By 0xdarkmatter
Equip Claude Code with persistent session management, expert agents for React/Python/Go/Rust/Docker/PostgreSQL, 71 skills for API patterns/git ops/testing/refactoring/CLI automation, commands for project dashboards/canvas, and 13 output styles to streamline full-stack development workflows across sessions and projects.
npx claudepluginhub 0xdarkmatter/claude-modsUnified session management for Claude Code. Persist state, track progress, resume seamlessly.
Restore session context with plan awareness. Shows plan progress, restores TodoWrite tasks, displays what changed since last save.
Save session state with plan awareness. Persists TodoWrite tasks, current plan step, and git context for session continuity.
Dashboard view of project status: plan progress, active tasks, git state. Single command to see everything.
Terminal canvas for content drafting with live preview. Start split-pane sessions for email, message, and document composition. Triggers on: canvas, draft, compose, write content.
Save session state - persist tasks (via TaskList), plan content, and git context. Complementary to /sync.
Session bootstrap - read project context, restore saved state, show status. Quick orientation with optional deep dive.
Use this agent when the user is working with Astro projects, especially those targeting Cloudflare Workers deployment, or when they ask about: - Astro project architecture, structure, or best practices - Choosing between SSR, SSG, or hybrid rendering strategies - Deploying Astro to Cloudflare Workers or configuring the @astrojs/cloudflare adapter - Implementing Islands architecture or partial hydration patterns - Setting up Content Collections for markdown/local content - Integrating Payload CMS for relational or editorial content - Configuring Astro Images with remote domains and CSP - Edge deployment strategies and global latency optimization - Security hardening (CSP, headers, remote image restrictions, secrets in Workers) - Type-safe content modeling with Zod schemas - View Transitions implementation - Environment-specific adapter configuration Examples: <example> user: "I'm building a blog with Astro and need to decide between static generation and server-side rendering. What should I consider?" assistant: "Let me consult the astro-cloudflare-advisor agent to provide comprehensive guidance on rendering strategies for your Astro blog." [Agent provides detailed comparison of SSG vs SSR with links to on-demand rendering docs] </example> <example> user: "How do I deploy my Astro site to Cloudflare Workers?" assistant: "I'll use the astro-cloudflare-advisor agent to guide you through the Cloudflare Workers deployment process." [Agent provides step-by-step deployment instructions with links to both Astro and Cloudflare documentation] </example> <example> user: "I need to add images from external URLs to my Astro site. What's the best approach?" assistant: "Let me engage the astro-cloudflare-advisor agent to explain the proper configuration for remote images in Astro." [Agent explains Astro Images configuration with allow-lists, CSP considerations, and security best practices] </example> <example> user: "Should I use Content Collections or integrate a CMS like Payload for my Astro project?" assistant: "I'll use the astro-cloudflare-advisor agent to help you evaluate the right content strategy." [Agent compares Content Collections vs Payload based on use case with relevant documentation links] </example>
when working with asus router code and configuration
Use this agent when the user needs guidance on Amazon ECS on AWS Fargate, including: <example> Context: User is designing a new containerized application architecture on AWS. user: "I'm deploying a microservices application on AWS. Should I use ECS with Fargate or manage EC2 instances myself?" assistant: "Let me consult the aws-fargate-ecs-expert agent to provide you with authoritative guidance on ECS Fargate deployment options." <commentary> The user is asking about ECS deployment strategies, which falls squarely within the aws-fargate-ecs-expert agent's domain. Use the Agent tool to get expert guidance on Fargate vs EC2-backed ECS. </commentary> </example> <example> Context: User is troubleshooting ECS task networking issues. user: "My ECS tasks on Fargate can't connect to RDS. The security groups look correct but connections time out." assistant: "I'll use the aws-fargate-ecs-expert agent to help diagnose this networking issue with your Fargate tasks." <commentary> This is a Fargate-specific troubleshooting scenario involving awsvpc networking mode. The agent specializes in operational issues like this. </commentary> </example> <example> Context: User is implementing logging and observability. user: "What's the best way to collect and centralize logs from my ECS Fargate containers?" assistant: "Let me leverage the aws-fargate-ecs-expert agent to explain FireLens and other logging options for your Fargate workloads." <commentary> The user needs guidance on FireLens logging, which is explicitly mentioned in the agent's scope. Use the agent to provide canonical best practices. </commentary> </example> <example> Context: User is comparing deployment tools. user: "Should I use AWS Copilot or CDK for deploying my ECS services?" assistant: "I'm going to consult the aws-fargate-ecs-expert agent to compare Copilot versus CDK deployment approaches for ECS." <commentary> This requires expert comparison of ECS deployment tools with trade-off analysis, which the agent is designed to provide with canonical references. </commentary> </example> <example> Context: User is optimizing costs and scaling. user: "How can I set up auto-scaling for my Fargate tasks and reduce costs?" assistant: "Let me use the aws-fargate-ecs-expert agent to guide you through Service Auto Scaling configuration and cost optimization strategies including FARGATE_SPOT." <commentary> This touches on Service Auto Scaling and capacity provider strategies (FARGATE vs FARGATE_SPOT), which are core topics for this agent. </commentary> </example> Do NOT use this agent for: - Amazon EKS (Elastic Kubernetes Service) questions - EC2-based ECS deployments (unless comparing with Fargate) - General AWS questions unrelated to ECS/Fargate - Lambda or other compute services - Detailed application code debugging (the agent avoids code unless explicitly requested)
Master of defensive Bash scripting for production automation, CI/CD pipelines, and system utilities.
PhD+ architect for Claude Code extensions. Use for: creating agents/skills/commands/plugins, debugging Claude Code behavior, MCP integration, hook configuration, prompt engineering for extensions, quality review of claude-mods.
Expert in Cloudflare Workers, Pages, DNS, and edge computing. Use for: Workers development, KV/Durable Objects/R2/D1 storage, wrangler configuration, edge optimization, security patterns.
Use this agent when the user needs expert guidance on Craft CMS development, including: - Content modeling with Sections, Entry Types, and Fields (especially Matrix in Craft 5) - Twig templating patterns, conventions, and optimization - Plugin/module development and extending Craft - GraphQL API and headless/decoupled architectures - Element queries and eager loading optimization - Migrations, deployments, and environment configuration - Upgrading between major versions (Craft 4 → 5) - Performance tuning, caching strategies (Blitz, template caching) - Multi-site and localization setup Use PROACTIVELY when user mentions Craft CMS, Twig templates in CMS context, Pixel & Tonic, or Matrix fields.
Expert in Cypress testing for E2E and component testing. Covers test architecture, selectors, custom commands, fixtures, network stubbing, CI/CD integration, and best practices for React, Vue, and Angular applications.
Expert in Firecrawl API for web scraping, crawling, and structured data extraction. Handles dynamic content, anti-bot systems, and AI-powered data extraction.
Background git operations agent - commits, PRs, branch management, release workflows. Runs on Sonnet to free main session.
Expert in Go development including concurrency patterns, error handling, testing, and idiomatic Go. Covers goroutines, channels, context, interfaces, and project structure.
Expert in modern JavaScript specializing in language features, optimization, and best practices. Handles asynchronous patterns, code quality, and performance tuning.
Expert in Laravel framework development, Eloquent ORM, testing strategies, and modern Laravel features.
Use this agent when the user needs expert guidance on Payload CMS architecture, configuration, or implementation. Trigger this agent when: <example> Context: User is setting up a new Payload CMS project and needs architectural guidance. user: "I need to set up a multi-tenant SaaS application with Payload CMS. I'm planning to use PostgreSQL and deploy on Vercel." assistant: "Let me use the payload-cms-architect agent to provide you with a comprehensive architecture plan." <uses Task tool to launch payload-cms-architect agent> </example> <example> Context: User is implementing media storage and needs best practices. user: "How should I handle image uploads and storage in my Payload project?" assistant: "I'll use the payload-cms-architect agent to design a robust media storage solution for you." <uses Task tool to launch payload-cms-architect agent> </example> <example> Context: User mentions Payload CMS in their question or requirements. user: "I'm getting errors with access control in my Payload collections. Users can see data they shouldn't have access to." assistant: "This requires Payload-specific expertise. Let me use the payload-cms-architect agent to diagnose and fix your access control configuration." <uses Task tool to launch payload-cms-architect agent> </example> <example> Context: User is evaluating or comparing CMS options and mentions Payload. user: "Should I use Payload CMS or Strapi for my Next.js project?" assistant: "Let me engage the payload-cms-architect agent to provide an expert comparison and recommendation." <uses Task tool to launch payload-cms-architect agent> </example>
Expert in PostgreSQL database management and optimization, handling complex queries, indexing strategies, and high-performance database systems.
Analyzes and reorganizes project directory structures following industry best practices. Cleans up old files, logs, and redundant code. Handles Python, JavaScript, and general software projects with git integration.
Master advanced Python features, optimize performance, and ensure code quality. Expert in clean, idiomatic Python and comprehensive testing.
Expert in React development including hooks, state management, component patterns, Server Components, performance optimization, and modern React best practices.
Expert in Rust development including ownership, lifetimes, traits, async Rust, error handling, and systems programming. Covers tokio, serde, and common ecosystem patterns.
Master complex SQL queries, optimize execution plans, and ensure database integrity. Expert in index strategies and data modeling.
Expert in TypeScript type system, generics, utility types, strict mode, declaration files, and type guards. Specializes in advanced type-level programming and type safety.
Expert in Vue.js 3 development including Composition API, Pinia state management, Vue Router, performance optimization, and modern Vue patterns. Use this agent for Vue component architecture, reactivity system, composables, SSR/SSG with Nuxt, TypeScript integration, and Vue ecosystem best practices.
Use this agent when you need assistance with Cloudflare Workers deployment, Wrangler CLI configuration, troubleshooting deployment issues, setting up wrangler.toml files, managing Workers environments, configuring bindings (KV, R2, Durable Objects, D1), optimizing Workers projects, implementing CI/CD pipelines for Cloudflare Workers, or any task involving the Wrangler command-line tool. Examples include: <example> Context: User is setting up a new Cloudflare Workers project and needs help with initial configuration. user: "I want to create a new Cloudflare Worker that handles API requests. Can you help me set it up?" assistant: "I'll use the wrangler-expert agent to guide you through setting up a new Cloudflare Workers project with proper configuration." <uses Task tool to launch wrangler-expert agent> </example> <example> Context: User has written deployment code and needs help configuring wrangler.toml for multiple environments. user: "I've written my Worker code and now I need to deploy it to staging and production environments" assistant: "Let me use the wrangler-expert agent to help you configure your wrangler.toml file with proper environment settings and guide you through the deployment process." <uses Task tool to launch wrangler-expert agent> </example> <example> Context: User is experiencing deployment errors with Wrangler CLI. user: "I'm getting an error when running 'wrangler deploy': 'Error: Could not find wrangler.toml'" assistant: "I'll engage the wrangler-expert agent to diagnose this configuration issue and help you resolve the wrangler.toml problem." <uses Task tool to launch wrangler-expert agent> </example> <example> Context: User needs to set up KV namespace bindings for their Worker. user: "How do I add KV storage to my Cloudflare Worker?" assistant: "I'm launching the wrangler-expert agent to help you configure KV namespace bindings in your wrangler.toml and show you how to use them in your Worker code." <uses Task tool to launch wrangler-expert agent> </example>
API design patterns for REST, gRPC, and GraphQL. Use for: api design, REST, gRPC, GraphQL, protobuf, schema design, api versioning, pagination, rate limiting, error format, OpenAPI, API authentication, JWT, OAuth2, API gateway, webhook, idempotency.
Astro framework patterns, islands architecture, content collections, rendering strategies, and deployment. Use for: astro, islands architecture, content collections, astro cloudflare, view transitions, partial hydration, astrojs, SSG, SSR, hybrid rendering, astro adapter.
Atom of Thoughts (AoT) reasoning - decompose complex problems into atomic units with confidence tracking and backtracking. For genuinely complex reasoning, not everyday questions. Triggers on: atomise, complex reasoning, decompose problem, structured thinking, verify hypothesis.
Authentication and authorization patterns - JWT, OAuth2, sessions, RBAC, ABAC, passkeys, and MFA. Use for: authentication, authorization, jwt, oauth, oauth2, session, login, rbac, abac, passkey, mfa, totp, api key, token, auth, cookie, csrf, cors credentials, bearer token, refresh token, oidc.
Evaluate current session for skill-worthy workflows and create reusable skills. Triggers on: auto-skill, create skill from session, save workflow, capture this as a skill.
CI/CD pipeline patterns with GitHub Actions, release automation, and testing strategies. Use for: github actions, workflow, CI, CD, pipeline, deploy, release, semantic release, changesets, goreleaser, matrix, cache, secrets, environment, artifact, reusable workflow, composite action.
Troubleshoot Claude Code extensions and behavior. Triggers on: debug, troubleshoot, not working, skill not loading, hook not running, agent not found.
Run Claude Code programmatically without interactive UI. Triggers on: headless, CLI automation, --print, output-format, stream-json, CI/CD, scripting.
Claude Code hook system for pre/post tool execution. Triggers on: hooks, PreToolUse, PostToolUse, hook script, tool validation, audit logging.
Patterns for building production-quality CLI tools with predictable behavior, parseable output, and agentic workflows. Triggers: cli tool, command line tool, build cli, cli patterns, agentic cli, cli design, typer cli, click cli.
Analyze codebase with tokei (fast line counts by language) and difft (semantic AST-aware diffs). Get quick project overview without manual counting. Triggers on: how big is codebase, count lines of code, what languages, show semantic diff, compare files, code statistics.
Color for developers - color spaces, accessibility contrast, palette generation, CSS color functions, design tokens, dark mode, and CVD simulation. Use for: color, colour, palette, contrast, accessibility, WCAG, APCA, OKLCH, OKLAB, HSL, color picker, color-mix, dark mode colors, design tokens, color system, color scale, color ramp, gradient, CVD, color blind, gamut, P3, sRGB, color naming, color harmony, color temperature, semantic colors.
Docker and Kubernetes patterns. Triggers on: Dockerfile, docker-compose, kubernetes, k8s, helm, pod, deployment, service, ingress, container, image.
Process JSON with jq and YAML/TOML with yq. Filter, transform, query structured data efficiently. Triggers on: parse JSON, extract from YAML, query config, Docker Compose, K8s manifests, GitHub Actions workflows, package.json, filter data.
Systematic debugging methodology, language-specific debuggers, and common scenario playbooks. Use for: debug, debugging, bug, crash, hang, memory leak, race condition, deadlock, bisect, reproduce, root cause, breakpoint, profiling, performance issue, segfault, stack trace, core dump.
Scans for project documentation files (AGENTS.md, CLAUDE.md, GEMINI.md, COPILOT.md, CURSOR.md, WARP.md, and 15+ other formats) and synthesizes guidance. Auto-activates when user asks to review, understand, or explore a codebase, when starting work in a new project, when asking about conventions or agents, or when documentation context would help. Can consolidate multiple platform docs into unified AGENTS.md.
Docker containerization patterns, Dockerfile best practices, multi-stage builds, and Docker Compose. Use for: docker, Dockerfile, docker-compose, container, image, multi-stage build, docker build, docker run, .dockerignore, health check, distroless, scratch image, BuildKit, layer caching, container security.
Deep explanation of complex code, files, or concepts. Routes to expert agents, uses structural search, generates mermaid diagrams. Triggers on: explain, deep dive, how does X work, architecture, data flow.
Modern file and content search using fd, ripgrep (rg), and fzf. Triggers on: fd, ripgrep, rg, find files, search code, fzf, fuzzy find, search codebase.
Modern find-and-replace using sd (simpler than sed) and batch replacement patterns. Triggers on: sd, find replace, batch replace, sed replacement, string replacement, rename.
Generative art programming - three.js scenes, p5.js sketches, SVG generation, GLSL shaders, procedural algorithms, and color for creative coding. Use for: generative art, creative coding, three.js, p5.js, SVG, GLSL, shader, noise, perlin, simplex, flow field, particle system, SDF, ray marching, procedural, L-system, voronoi, delaunay, cellular automata, wave function collapse, instanced mesh, post-processing, bloom, WebGL, canvas, fragment shader, vertex shader, FBM, domain warping.
Full git + worktree orchestrator. Rich status survey, per-worktree triage (prunable/WIP/ghost/orphan), commits, PRs, branches, releases, rebases — reads run inline, writes dispatch to a background Sonnet agent. Triggers on: status, state, where are we, git status, anything to commit, anything to push, commit, push, pull request, create PR, git diff, rebase, stash, branch, merge, release, tag, changelog, semver, cherry-pick, bisect, worktree, worktree survey, prunable worktrees, land worktree.
GitHub remote operations — repo creation, metadata (description/homepage/topics), releases, README 'Recent Updates' enforcement. Companion to git-ops (local) and push-gate (pre-push safety). Three modes: new (first publish), update (subsequent release), audit (read-only checklist). Triggers on: push to github, publish repo, ship release, cut release, gh release, set topics, repo description, github metadata, recent updates section, audit github repo, repo visibility, make repo public, gh repo create.
Go development patterns, concurrency, error handling, testing, and project structure. Use for: golang, go, goroutine, channel, context, errgroup, go test, go mod, go build, interface, generics, table-driven tests, worker pool, sync.Mutex, sync.WaitGroup, pprof, go vet, golangci-lint, go workspace, functional options, middleware, http handler.
Analyze Claude Code session logs and surface productivity improvements. Extracts thinking blocks, tool usage stats, error patterns, debug trajectories - then generates friendly, actionable recommendations. Triggers on: introspect, session logs, trajectory, analyze sessions, what went wrong, tool usage, thinking blocks, session history, my reasoning, past sessions, what did I do, how can I improve.
Autonomous improvement loop - modify, measure, keep or discard, repeat. Inspired by Karpathy's autoresearch. Triggers on: iterate, improve autonomously, run overnight, keep improving, autoresearch, improvement loop, iterate until done, autonomous iteration, batch experiments.
JavaScript and Node.js patterns, async programming, modules, runtime internals, and modern ES2024+ features. Use for: javascript, js, node, nodejs, esm, commonjs, promise, async await, event loop, v8, npm, es6, es2024, worker threads, streams, event emitter, prototype, closure.
Laravel framework patterns, Eloquent ORM, authentication, queues, and testing. Use for: laravel, eloquent, artisan, blade, php, sanctum, livewire, inertia, pest, phpunit, forge, vapor, queue, middleware, migration, factory, seeder.
Read and inspect LevelDB stores - especially Chromium/Electron app state (Local Storage, IndexedDB, Session Storage). Triggers on: leveldb, .ldb files, IndexedDB, Local Storage, Chromium storage, Electron app state, claude.ai cache, browser forensics, decode app state, claude desktop state.
Log analysis and JSONL processing - structured extraction, cross-log correlation, timeline reconstruction, pattern search
Convert local documents to Markdown using Microsoft's markitdown CLI. Best for: PDF, Word, Excel, PowerPoint, images (OCR), audio. Can fetch URLs but Jina is faster for web. Triggers on: convert to markdown, read PDF, parse document, extract text from, docx, xlsx, pptx, OCR image, local file.
Model Context Protocol server development, tool design, resource handling, and transport configuration. Use for: mcp, model context protocol, mcp server, mcp tool, mcp resource, fastmcp, mcp transport, stdio, sse, streamable http, mcp inspector, tool handler, mcp prompt.
Framework and language migration patterns - version upgrades, breaking changes, dependency audit, safe rollback. Use for: migrate, migration, upgrade, version bump, breaking changes, deprecation, dependency audit, npm audit, pip-audit, codemod, jscodeshift, rector, rollback, semver, changelog, framework upgrade, language upgrade, React 19, Vue 3, Next.js App Router, Laravel 11, Angular, Python 3.12, Node 22, TypeScript 5, Go 1.22, Rust 2024, PHP 8.4.
Observability patterns - metrics, logging, tracing, alerting, and infrastructure monitoring. Use for: monitoring, observability, prometheus, grafana, metrics, alerting, structured logging, distributed tracing, opentelemetry, SLO, SLI, dashboard, health check, loki, jaeger, datadog, pagerduty.
Nginx configuration, reverse proxy, SSL/TLS, load balancing, and performance tuning. Use for: nginx, reverse proxy, load balancer, proxy_pass, ssl certificate, lets encrypt, web server, location block, upstream, server block, nginx config, certbot, hsts, gzip, rate limiting.
Performance profiling and optimization orchestrator - diagnoses symptoms, dispatches profiling to language experts, manages before/after comparisons. Triggers on: performance, profiling, flamegraph, pprof, py-spy, clinic.js, memray, heaptrack, bundle size, webpack analyzer, load testing, k6, artillery, vegeta, locust, benchmark, hyperfine, criterion, slow query, EXPLAIN ANALYZE, N+1, caching, optimization, latency, throughput, p99, memory leak, CPU spike, bottleneck.
Inter-session pmail - send and receive messages between Claude Code sessions running in different project directories. Uses global SQLite database at ~/.claude/pmail.db. Triggers on: mail, pmail, send message, check mail, inbox, inter-session, message another session, pigeon.
PostgreSQL operations, optimization, and administration. Use for: schema design, index selection, query tuning with EXPLAIN ANALYZE, postgresql.conf configuration, backup and restore (pg_dump, pg_basebackup, WAL, PITR), vacuum and autovacuum tuning, connection pooling (pgBouncer, pgPool), replication (streaming, logical), partitioning, monitoring (pg_stat_statements, pg_stat_activity), JSONB operations, full-text search (tsvector, tsquery), row-level security (RLS), extensions (PostGIS, pg_trgm, timescaledb), GiST/GIN/BRIN indexes, materialized views, foreign data wrappers, LISTEN/NOTIFY.
Detects stale project plans and suggests session commands. Triggers on: sync plan, update plan, check status, plan is stale, track progress, project planning.
Pre-push safety gate for any git push to a remote (GitHub, GitLab, Bitbucket, self-hosted). Runs gitleaks + regex-layer secret scan, forbidden-file check, divergence check, size warning, and requires explicit confirm before pushing. Refuses on any secret hit. Triggers on: push to origin, push to github, push to remote, git push, can we push, safe to push, ready to push, pre-push check, push-gate.
Python asyncio patterns for concurrent programming. Triggers on: asyncio, async, await, coroutine, gather, semaphore, TaskGroup, event loop, aiohttp, concurrent.
CLI application patterns for Python. Triggers on: cli, command line, typer, click, argparse, terminal, rich, console, terminal ui.
SQLAlchemy and database patterns for Python. Triggers on: sqlalchemy, database, orm, migration, alembic, async database, connection pool, repository pattern, unit of work.
Fast Python environment management with uv (10-100x faster than pip). Triggers on: uv, venv, pip, pyproject, python environment, install package, dependencies.
FastAPI web framework patterns. Triggers on: fastapi, api endpoint, dependency injection, pydantic model, openapi, swagger, starlette, async api, rest api, uvicorn.
Observability patterns for Python applications. Triggers on: logging, metrics, tracing, opentelemetry, prometheus, observability, monitoring, structlog, correlation id.
pytest testing patterns for Python. Triggers on: pytest, fixture, mark, parametrize, mock, conftest, test coverage, unit test, integration test, pytest.raises.
Python type hints and type safety patterns. Triggers on: type hints, typing, TypeVar, Generic, Protocol, mypy, pyright, type annotation, overload, TypedDict.
React development patterns, hooks, state management, Server Components, and performance optimization. Use for: react, hooks, useState, useEffect, jsx, tsx, next.js, nextjs, app router, server components, RSC, zustand, react query, component patterns, react testing library, error boundary, suspense, react 19.
Safe refactoring patterns - extract, rename, restructure with test-driven methodology and dead code detection. Use for: refactor, refactoring, extract function, extract component, rename, move file, restructure, dead code, unused imports, code smell, duplicate code, long function, god object, feature envy, DRY, technical debt, cleanup, simplify, decompose, inline, pull up, push down, strangler fig, parallel change.
Quick reference for RESTful API design patterns, HTTP semantics, caching, and rate limiting. Triggers on: rest api, http methods, status codes, api design, endpoint design, api versioning, rate limiting, caching headers.
Code review with semantic diffs, expert routing, and auto-TaskCreate. Triggers on: code review, review changes, check code, review PR, security audit.
Rust development patterns, ownership, async, error handling, and ecosystem. Use for: rust, cargo, ownership, borrow checker, lifetime, tokio, serde, trait, Result, Option, async rust, crate, derive, impl, enum, pattern matching, Arc, Mutex, Send, Sync, thiserror, anyhow, clap, axum, sqlx, reqwest, rayon, tracing.
Project scaffolding - generate boilerplate for common project types with best-practice defaults. Use for: scaffold, boilerplate, template, new project, init, create project, starter, setup, project structure, directory structure, monorepo, microservice, API template, web app template, CLI tool template, library template.
Find and display recent screenshots. Triggers: screenshot, check screenshot, show screenshot, recent screenshot, last screenshot.
Security audit orchestrator - parallel dependency scanning, SAST pattern detection, auth/config review. Dispatches 3 audit agents simultaneously, consolidates into OWASP-mapped severity report. Triggers on: security review, security audit, OWASP, XSS, SQL injection, CSRF, authentication, authorization, secrets management, input validation, secure coding, vulnerability scan, dependency audit.
Set tool permissions for Claude Code. Configures allowed commands, rules, and preferences in .claude/ directory. Triggers on: setperms, init tools, configure permissions, setup project, set permissions, init claude.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Generate PhD-level expert agent prompts for Claude Code. Creates comprehensive 500-1000 line agents with detailed patterns, code examples, and best practices. Triggers on: spawn agent, create agent, generate expert, new agent, agent genesis.
Quick reference for common SQL patterns, CTEs, window functions, and indexing strategies. Triggers on: sql patterns, cte example, window functions, sql join, index strategy, pagination sql.
Patterns for SQLite databases in Python projects - state management, caching, and async operations. Triggers on: sqlite, sqlite3, aiosqlite, local database, database schema, migration, wal mode.
Search code by AST structure using ast-grep. Find semantic patterns like function calls, imports, class definitions instead of text patterns. Triggers on: find all calls to X, search for pattern, refactor usages, find where function is used, structural search, ast-grep, sg.
Tailwind CSS utility patterns, responsive design, component patterns, v4 migration, and configuration. Use for: tailwind, tailwindcss, utility classes, responsive design, dark mode, tailwind v4, tailwind config, tw, container queries, @apply, prose, typography, animation.
Run project commands with just. Check for justfile in project root, list available tasks, execute common operations like test, build, lint. Triggers on: run tests, build project, list tasks, check available commands, run script, project commands.
Technical debt detection and remediation. Run at session end to find duplicated code, dead imports, security issues, and complexity hotspots. Triggers: 'find tech debt', 'scan for issues', 'check code quality', 'wrap up session', 'ready to commit', 'before merge', 'code review prep'. Always uses parallel subagents for fast analysis.
Generate tests with expert routing, framework detection, and auto-TaskCreate. Triggers on: generate tests, write tests, testgen, create test file, add test coverage.
Cross-language testing strategies and patterns. Triggers on: test pyramid, unit test, integration test, e2e test, TDD, BDD, test coverage, mocking strategy, test doubles, test isolation.
Recommend the right agents and skills for any task. Covers both heavyweight agents (Task tool) and lightweight skills (Skill tool). Triggers on: which agent, which skill, what tool should I use, help me choose, recommend agent, find the right tool.
TypeScript type system, generics, utility types, strict mode, and ecosystem patterns. Use for: typescript, ts, type, generic, utility type, Partial, Pick, Omit, Record, Exclude, Extract, ReturnType, Parameters, keyof, typeof, infer, mapped type, conditional type, template literal type, discriminated union, type guard, type assertion, type narrowing, tsconfig, strict mode, declaration file, zod, valibot.
Django Unfold admin theme - build, configure, and enhance modern Django admin interfaces with Unfold. Use when working with: (1) Django admin UI customisation or theming, (2) Unfold ModelAdmin, inlines, actions, filters, widgets, or decorators, (3) Admin dashboard components and KPI cards, (4) Sidebar navigation, tabs, or conditional fields, (5) Any mention of 'unfold', 'django-unfold', or 'unfold admin'. Covers the full Unfold feature set: site configuration, actions system, display decorators, filter types, widget overrides, inline variants, dashboard components, datasets, sections, theming, and third-party integrations.
Vue 3 development patterns, Composition API, Pinia state management, Vue Router, and Nuxt 3. Use for: vue, vuejs, composition api, pinia, vue router, nuxt, nuxt3, script setup, composable, reactive, defineProps, defineEmits, defineModel, v-model, provide inject, vue3.
Strategic advisor. Sees the big picture, thinks in systems.
Warm, steady, makes complexity feel manageable - the calm in the storm
Minimal, bullet-point responses - maximum signal, zero filler
Chief of staff. Calm, anticipatory, keeps everything running.
Collaborative pair programmer - thinks out loud, explores together, shares the driver's seat
High-level summaries for non-technical stakeholders - decisions, impact, timelines
Keeps momentum up, celebrates every win, pushes you to level up.
Patient, educational style - explains the why, builds understanding, encourages learning
Thoughtful, measured, technically precise - the engineer who writes excellent post-mortems
Hard-boiled detective narrating your codebase. Chandler meets SRE.
Your brutally honest friend who wants you to be better.
Sophisticated engineering companion with British wit, intellectual depth, and pattern recognition
Curious, lateral, challenges the question before solving the problem
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Uses power tools
Uses Bash, Write, or Edit tools
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Complete collection of battle-tested Claude Code configs agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
AI-supervised issue tracker for coding workflows. Manage tasks, discover work, and maintain context with simple CLI commands.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement