CodeWarden: Enforce code quality and modern development practices
npx claudepluginhub Tylerbryy/codewardenCodeWarden watches over your code quality: Ultracite enforcement, React 19/Next.js App Router patterns, security auditing, Vercel deployment, React performance best practices, design guidelines, and automated workflows for modern TypeScript/React applications
CodeWarden watches over your code quality: Ultracite enforcement, React 19/Next.js App Router patterns, security auditing, Vercel deployment, React performance best practices, design guidelines, and automated workflows for modern TypeScript/React applications
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Curated collection of 141 specialized Claude Code subagents organized into 10 focused categories
Enforce code quality and modern development practices
Created by Tyler Gibbs
CodeWarden is a Claude Code plugin for enforcing modern development practices, code quality standards, and security best practices in TypeScript/React/Next.js applications. The plugin ensures your code meets strict standards for quality, accessibility, and security.

# In Claude Code
/plugin marketplace add https://github.com/tylerbryy/codewarden
# Install the plugin
/plugin install codewarden
# Clone the repository
git clone https://github.com/tylerbryy/codewarden.git
cd codewarden
# Add local marketplace
/plugin marketplace add ./
# Install the plugin
/plugin install codewarden
Add to your project's .claude/settings.json:
{
"pluginMarketplaces": [
"https://github.com/tylerbryy/codewarden"
],
"plugins": {
"codewarden": {
"enabled": true
}
}
}
When team members trust the repository, the plugin installs automatically.
Install the plugin (see Installation above)
Run a code review:
/code-review
Perform a security audit:
/security-audit
Fix common anti-patterns:
/fix-patterns
Deploy to Vercel:
"Deploy my app to Vercel"
The skills activate automatically when you:
Strict enforcement of type safety, accessibility standards, and code quality rules based on Biome's linter.
any, proper TypeScript patterns, enum to const objectsEnforce React 19 and Next.js App Router best practices with server-first architecture.
Comprehensive UI/UX best practices for accessible, performant, and delightful interfaces.
React and Next.js performance optimization guidelines from Vercel Engineering, ordered by impact.
Deploy any project to Vercel instantly without authentication.