web-artifacts-builder
Low Risk 73Build React Artifacts with shadcn/ui Components
by ZhanlinCui
Creating multi-component React artifacts for Claude conversations requires complex bundling and configuration. This skill automates project setup with React 18, TypeScript, Tailwind CSS, and 40+ shadcn/ui components, then bundles everything into a single HTML file.
vercel-react-best-practices
Safe 73Optimize React and Next.js Performance with Vercel Guidelines
by ZhanlinCui
Building performant React applications requires understanding complex optimization patterns. This skill provides 45 prioritized rules from Vercel Engineering to guide AI in writing, reviewing, and refactoring React and Next.js code for optimal performance.
test-driven-development
Safe 74Apply Test-Driven Development
by ZhanlinCui
Writing tests after code leads to false confidence and missed edge cases. This skill enforces the TDD discipline: write a failing test first, then implement just enough code to pass.
requesting-code-review
Safe 74Request AI Code Review
by ZhanlinCui
Developers often miss issues in their own code because they are too close to the implementation. This skill dispatches an AI subagent to review code changes against requirements, checking quality, architecture, testing, and production readiness before merging.
Internationalizing Websites
Low Risk 70Add Multi-Language Support to Next.js
by ZhanlinCui
This skill automates adding multi-language support to Next.js websites, including hreflang tags, locale configuration, translation files, and SEO optimization for international markets.
mcp-builder
Low Risk 71Build MCP servers for LLM tool integration
by YYH211
Creating effective MCP servers requires understanding protocol specifications, SDK patterns, and testing strategies. This skill provides comprehensive guides for building high-quality MCP servers in Python and TypeScript with evaluation frameworks to validate tool effectiveness.
dry-refactoring
Safe 70Eliminate Code Duplication with DRY Refactoring
by YYH211
Code duplication leads to maintenance nightmares and inconsistent behavior. This skill guides you through a systematic 4-step process to identify, abstract, replace, and verify refactoring changes that eliminate repetition and improve code quality.
lint-fixer
Safe 69Fix lint issues with project lint workflow
by yamadashy
Lint failures slow down code reviews and block releases. This skill runs the project lint workflow and guides fixes while keeping code behavior unchanged.
browser-extension-developer
Safe 69Build cross-browser extensions with WXT
by yamadashy
Browser extension projects often struggle with cross-browser compatibility and proper internationalization setup. This skill provides clear guidance for WXT-based extension development supporting Chrome, Firefox, and Edge with proper i18n structure.
backend-test-writer
Safe 69Generate backend tests with smart detection
by 9tykeshav
Writing backend tests takes significant time and requires knowledge of test frameworks. This skill analyzes your code structure, detects your testing setup, and generates comprehensive tests covering happy paths, error cases, and edge cases.
code-reviewer
Safe 71Review MERN code for security and quality
by 9tykeshav
Code reviews catch bugs before deployment but are time-consuming. This skill provides structured checklists, security patterns, and best practices for MERN stack reviews to ensure nothing critical is missed.
mcp-builder
Low Risk 68Build MCP servers for external APIs
by 92Bilal26
Creating MCP servers for external services requires understanding protocol specifications, tool design patterns, and evaluation methodologies. This guide provides comprehensive instructions for building production-quality MCP servers in Python and TypeScript with best practices for tool design, authentication, error handling, and testing.
nextjs-devtools
Medium Risk 63Debug Next.js applications with MCP tools
by 92Bilal26
Debugging complex Next.js applications requires inspecting routes, components, and build configurations. This skill provides MCP-based tools to list routes, examine components, and check build info directly from your development environment.
chatkit-botbuilder
Safe 71Build production ChatKit chatbots
by 92Bilal26
Building ChatKit chatbots requires integrating multiple technologies (FastAPI, OpenAI Agents SDK, MCP tools) with proper security patterns. This skill provides complete architectural guidance for creating production-ready chatbots with user isolation and real-time capabilities.
testing
Low Risk 74Write tests with TDD methodology
by 89jobrien
Writing tests after code leads to fragile codebases and missed bugs. This skill provides structured TDD workflows, test patterns, and Playwright automation to help you write maintainable tests before code, catch bugs early, and build confidence in your software.
tdd-pytest
Safe 70Write Tests with TDD Methodology
by 89jobrien
This skill helps developers follow test-driven development practices for Python projects. It guides users through the Red-Green-Refactor cycle, pytest configuration, and test quality auditing.
shell-scripting
Safe 70Write reliable shell scripts with best practices
by 89jobrien
Shell scripts often fail silently or behave unpredictably due to missing error handling. This skill provides battle-tested patterns for robust bash and zsh scripting including proper error handling, safe variable expansion, and modular code structure.
python-scripting
Safe 71Create Python scripts with uv
by 89jobrien
Writing standalone Python scripts with dependencies requires manual setup and configuration. This skill generates ready-to-run scripts with PEP 723 inline metadata, automatic dependency management, and proper CLI argument parsing.
performance
Safe 72Optimize application performance
by 89jobrien
Applications often suffer from slow response times, high memory usage, and poor user experience. This skill provides expert guidance on identifying bottlenecks, optimizing code, conducting load tests, and improving Core Web Vitals across frontend, backend, and database layers.
nextjs-architecture
Safe 70Design Next.js Architecture
by 89jobrien
Building Next.js applications requires understanding App Router, Server Components, and performance patterns. This skill provides expert architecture guidance for designing, migrating, and optimizing Next.js applications with modern patterns.