By adtechnacity
Automate comprehensive development workflows: code quality audits (security, performance, dependencies, tests), git operations (PR review, changelogs, rollbacks, deployments), and specialized agents for accessibility, database performance, refactoring, and security scanning.
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
Prime Claude with project context. Run at session start for faster, more accurate responses.
Safe Rollback
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
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.
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:
npx claudepluginhub adtechnacity/atn-claudecode-configComprehensive 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.
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
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.
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.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.