Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By adtechnacity
Automate end-to-end development workflows in Claude Code: run multi-agent code reviews, performance/security/accessibility audits, test suite analysis, git PR/changelog/branch management, dependency pruning, dead code removal, docs sync, and agent-driven refactoring/DB optimization for JS/Python/Elixir/Rust projects.
npx claudepluginhub adtechnacity/atn-claudecode-configTriage Sentry errors across projects. Investigate, fix, ignore, or resolve issues.
Build, commit, and ship changes to production
Generate changelog from git history. Creates release notes from commits since last tag.
Dead Code Cleanup
Validate and commit current changes with conventional commit message
Audits code for accessibility (WCAG 2.1). USE WHEN reviewing UI components for a11y, fixing screen reader issues, checking color contrast, keyboard navigation, ARIA attributes, focus management, or ensuring WCAG compliance.
Database optimization expert. USE WHEN optimizing slow queries, designing schemas, planning migrations, fixing N+1 queries, adding indexes, reviewing Prisma/Drizzle/TypeORM models, or debugging database performance.
Performance analysis agent. USE WHEN profiling, finding bottlenecks, optimizing speed, analyzing Core Web Vitals, bundle size, render performance, slow queries, or memory leaks.
Expert at safe code refactoring. USE WHEN restructuring code, renaming symbols, extracting functions/modules, simplifying conditionals, removing dead code, converting callbacks to async/await, or modernizing code without changing behavior.
Security vulnerability scanner. USE WHEN auditing for OWASP vulnerabilities, finding hardcoded secrets, checking dependencies for CVEs, reviewing auth/access control, or scanning for injection/XSS risks.
Create distinctive frontend interfaces, review UI against web guidelines, and build brand identities. USE WHEN building web UI, designing components, pages, landing pages, dashboards, auditing UX/accessibility, reviewing design, creating brand assets, logos, or styling web applications.
Reference patterns for common code structures. USE WHEN building API clients, designing REST/GraphQL APIs, implementing error handling, state management, UI components, or database schemas.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
24 parallel audit agents + 6 workflow skills for Claude Code. Complete E2E development workflow for solo devs.
AI-powered development workflow automation - Phase-based planning, implementation orchestration, preflight code quality checks with security scanning, ship-it workflow, and development principles generator for CLAUDE.md
Multi-agent iterative code review until zero issues remain
Universal Claude Code workflow with specialized agents, skills, hooks, and output styles for any software project. Includes orchestrator, code-reviewer, debugger, docs-writer, security-auditor, refactorer, and test-architect agents.
Use Claude Code As Is - native plugin leveraging built-in architecture
Commands, agents, skills, and context for AI-assisted development workflows
Commands, skills, hooks, and agents for Claude Code that automate development workflows — from project setup to production releases.
/scan-context
I'm building a SaaS analytics dashboard for e-commerce stores.
Tech stack: Next.js 15, PostgreSQL, Tailwind, deployed on Vercel.
Set up the project structure and initialize everything.
/commit
/review-plan docs/plans/2026-02-08-notifications.md
The login button on mobile is cut off on screens under 375px.
Fix it and make sure it's responsive down to 320px.
/commit
/debug-it Users are getting a blank screen after clicking "Export to CSV"
/sentry-triage analytics-dashboard
/fix-pr-comments 42
Triages CodeRabbit/CodeScene/SonarCloud comments, fixes valid issues, drafts responses for false positives.
/ship
Syncs with main, runs all audits, validates, versions, builds, changelog, pushes, releases.
/audit-all # Full audit: code, tests, docs, comments, deps
/audit-ai # AI agent readiness audit (scored report)
/performance frontend # Core Web Vitals via Chrome DevTools
/performance db # Query analysis with EXPLAIN ANALYZE
/codex-review # Review current branch with Codex agents
/codex-review 42 # Review PR #42
Spawns 2 parallel Codex agents (correctness + architecture), synthesizes findings with signal/noise filtering.
Design the database schema for a multi-tenant project management app
Auto-invokes
schema-designer,api-designer,component-factory,frontend-designbased on context.
/cleanup # Remove dead code
/prune-branches --execute # Remove merged branches
| Flow | Commands |
|---|---|
| New project | /init → /scan-context → /commit → /ship |
| Plan & build | /review-plan → implement → /commit → /ship |
| Quick change | (edit) → /commit → /pr or /ship |
| Debug | /debug-it or /sentry-triage → fix → /commit |
| Command | Focus |
|---|---|
/audit-all | Run all audits sequentially with quality gates |
/audit-code | Security, performance, maintainability, reliability, bugs |
/audit-tests | Coverage gaps, redundant tests, test quality |
/audit-docs | README, CLAUDE.md, API docs accuracy |
/audit-comments | Remove noise comments, add missing explanations |
/audit-deps | Security vulnerabilities, outdated packages, unused deps |
/audit-ai | AI agent readiness (scored X/10 per category) |
| Tool | Purpose |
|---|---|
/cleanup | Dead code removal |
/performance | Frontend, backend, database performance analysis |
/rollback | Safely revert commits, releases, files, or tags |
/prune-branches | Remove merged branches |
/changelog | Generate changelog from git history |
/review-plan | Review implementation plans for gaps |
/codex-review | Peer review with OpenAI Codex agents |
/fix-pr-comments | Fix automated PR review comments |
/scan-context | Prime Claude with project context |
| Command | Description |
|---|---|
/init | Initialize Claude config for a project |
/scan-context | Prime Claude with project context |
/commit | Validate, simplify, and commit |
/pr | Create a pull request |
/ship | Full production release workflow |
/debug-it | Hypothesis-driven debugging engine |
/sentry-triage | Sentry error triage and fixing |
/fix-pr-comments | Fix automated PR review comments |
/review-plan | Review implementation plans for gaps |
/codex-review | Peer review with OpenAI Codex agents |
/audit-all | Run all audits sequentially |
/audit-code | Code quality audit |
/audit-tests | Test coverage audit |
/audit-docs | Documentation audit |
/audit-comments | Comment quality audit |
/audit-deps | Dependency audit |
/audit-ai | AI agent readiness audit |
/performance | Performance analysis |
/cleanup | Dead code removal |
/rollback | Safe rollback |
/changelog | Generate changelog |
/prune-branches | Remove merged branches |
Auto-invocable capabilities that provide patterns, templates, and specialized knowledge.
Design & Architecture: