wp-test-analyzer
Safe 70Analyze WordPress Themes for E2E Test Generation
by CrazySwami
WordPress developers struggle to identify all testable elements in their themes for comprehensive E2E testing. This skill automatically scans PHP and JavaScript files to extract forms, navigation menus, dynamic content, and interactions, generating structured test data for Playwright.
wp-performance
Safe 69Optimize WordPress for Core Web Vitals
by CrazySwami
Slow WordPress sites hurt user experience and search rankings. This skill provides proven techniques for image compression, caching configuration, asset optimization, and speed testing to achieve excellent Core Web Vitals scores.
wordpress-dev
Safe 71Build WordPress Themes and Plugins
by CrazySwami
Get comprehensive WordPress development guidance including coding standards, security best practices, performance optimization, and ready-to-use code templates. Generate custom post types, taxonomies, and REST API endpoints quickly.
testing
Safe 70Write and Debug Tests with Playwright, Vitest, and Storybook
by CrazySwami
Writing and maintaining tests is time-consuming and error-prone without the right expertise. This skill provides expert guidance for creating Playwright E2E tests, Vitest unit tests, and Storybook interaction tests for TypeScript and React applications.
seo-optimizer
Medium Risk 60Audit and Fix WordPress SEO Issues
by CrazySwami
WordPress pages often have missing meta descriptions, unfocused keywords, or no featured images. This skill audits all pages and posts against SEO best practices, identifies issues, and provides specific recommendations to improve search rankings.
code-quality
Safe 69Enforce TypeScript Code Quality Standards
by CrazySwami
Code quality issues waste debugging time and cause production bugs. This skill provides comprehensive TypeScript guidelines including strict mode enforcement, type safety patterns, and anti-pattern detection.
test-coverage-analyzer
Low Risk 70Analyze test coverage gaps
by CrazyDubya
Identifying untested code paths manually is time consuming. This skill parses coverage reports to find gaps and suggests specific test cases to improve code quality.
performance-profiler
Safe 69Detect and Fix Performance Bottlenecks
by CrazyDubya
Code performance issues like slow queries and memory leaks are hard to identify without the right approach. This skill provides systematic methods to find and fix performance bottlenecks in any codebase.
internationalization-helper
Safe 69Manage i18n and translation files automatically
by CrazyDubya
Managing translations across multiple languages is time-consuming and error-prone. This skill streamlines i18n workflows by automatically extracting hardcoded strings and organizing translation files into proper structures.
database-migration-helper
Safe 69Create database migration files
by CrazyDubya
Database migrations are tedious to write manually and easy to get wrong. This skill generates properly formatted migration files for any ORM with up and down methods, follows your project conventions, and includes rollback support.
code-style-enforcer
Safe 69Enforce Code Style Consistency
by CrazyDubya
Codebases often drift from consistent style over time. This skill detects style inconsistencies, identifies project-specific conventions, and provides actionable recommendations to maintain code quality across your codebase.
accessibility-auditor
Safe 70Audit Web Accessibility
by CrazyDubya
Web applications often exclude users with disabilities due to inaccessible design. This skill provides WCAG 2.1 Level AA compliance guidance with specific code examples for ARIA attributes, keyboard navigation, and screen reader support.
agent-generation
Safe 70Generate project-specific Claude Code agents
by Cpicon
Creating effective Claude Code agents requires deep project knowledge. This skill provides templates and patterns to generate project-aware agents tailored to your specific codebase, tech stack, and architecture.
treesitter-patterns
Safe 68Parse code with tree-sitter patterns
by Consiliency
Working with tree-sitter requires understanding AST navigation, query patterns, and visitor implementations. This skill provides ready-to-use patterns for parsing any programming language.
toon-format
Safe 69Format data efficiently with TOON notation
by Consiliency
JSON wastes tokens in LLM prompts. TOON reduces token usage by 30-60% while keeping data human-readable. Transform tabular data into a compact format optimized for AI consumption.
test-scaffolding
Safe 68Generate test scaffolds for source files
by Consiliency
Writing test files from scratch slows down test-driven development. This skill analyzes your source code and generates test scaffolds with TODO stubs in your preferred framework, so you can focus on implementing tests instead of setting them up.
supabase-patterns
Safe 69Implement Secure Supabase Row Level Security Patterns
by Consiliency
Supabase projects often have security vulnerabilities from missing or incorrect RLS policies. This skill provides proven patterns for user ownership, team access, role-based security, and proper policy testing.
stack-analyzer
Safe 69Analyze Your Tech Stack and Get AI Skill Recommendations
by Consiliency
Stop manually configuring AI development skills for each project. Stack-analyzer automatically detects your technology stack and recommends the perfect skills for AI-assisted development.
spawn-agent
Low Risk 68Spawn AI coding agents in new terminals
by Consiliency
Managing multiple AI coding agents requires switching between different CLI tools. This skill launches Claude Code, Codex, Gemini, Cursor, OpenCode, or Copilot in a fresh terminal window. Developers can offload complex coding tasks to specialized agents while continuing their main workflow.
project-testing
Safe 69Implement Custom Testing Patterns
by Consiliency
Testing code without proper patterns leads to flaky tests and maintenance nightmares. This skill provides battle-tested patterns for unit, integration, and E2E tests with proper fixtures and naming conventions.