npx claudepluginhub eliaslecomte/claude-plugin --plugin react-nativeHelps troubleshoot common Expo and React Native issues. Use when the user encounters build errors, runtime issues, or needs help debugging their Expo app.
React Native and Expo best practices for building performant mobile apps
A personal collection of commands and skills for Claude Code.
Add the marketplace and install the plugin:
/plugin marketplace add eliaslecomte/claude-plugin
/plugin install toolbox@elias-plugins
The git:commit-staged-changes command reads commit scopes from your project's CLAUDE.md file. Add a scopes table to define the allowed scopes for your project:
## Git Commit Scopes
| Scope | Description |
| --------- | ------------------------------------- |
| api | API and backend changes |
| ui | User interface components |
| core | Core business logic |
| Plugin | Description | Install |
|---|---|---|
| Superpowers | Complete dev workflow with design, planning, execution, and verification phases | /plugin marketplace add obra/superpowers-marketplace/plugin install superpowers@superpowers-marketplace |
A collection of commands and skills for everyday development tasks.
| Command | Description |
|---|---|
git:commit-staged-changes | Generate conventional commit messages for staged changes. Follows the conventional commits format with configurable types and scopes from CLAUDE.md. |
React and Next.js best practices, performance optimization, and composition patterns. Skills sourced from Vercel Agent Skills.
| Skill | Description |
|---|---|
react-best-practices | 40+ React/Next.js performance optimization rules across 8 categories. |
composition-patterns | Composition patterns for scalable React components: compound components, state lifting, explicit variants. |
Skills and commands to support React Native (Expo) development.
| Skill | Description |
|---|---|
expo-troubleshoot | Helps troubleshoot common Expo and React Native issues including build errors, runtime issues, and debugging. |
react-native-skills | 35+ React Native/Expo best practices from Vercel covering performance, layout, animations, and platform patterns. |
General web testing tools including browser automation, accessibility, and performance testing. Powered by Playwright CLI.
Install the Playwright CLI and browser:
npm install -g @playwright/cli@latest
playwright-cli install-browser
| Skill | Description |
|---|---|
playwright-cli | Browser automation via CLI for web testing, form filling, screenshots, data extraction, and test generation. |
web-design-guidelines | UI code review against Web Interface Guidelines from Vercel. 100+ rules for accessibility, performance, and UX. |
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.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Comprehensive 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.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders