npx claudepluginhub eliaslecomte/claude-pluginSharing commands and skills across my projects
Skills and commands to support React Native (Expo) development
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
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
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. |