By neuraaak
Apply source file visual structure to match project conventions: section header comments, import ordering, spacing, and formatting — without touching logic.
ezai-marketplace — CLI to install curated AI skills into Claude Code, Gemini CLI, and Copilot.
# Install the CLI globally
npm install -g ezai-marketplace
# Install all skills (deployed to ~/.claude/skills/, ~/.gemini/skills/, ~/.copilot/skills/)
ezai install
# Or install a single skill
ezai install ezai-code-formatter
Skills are copied to ~/.agents/skills/<name>/ and symlinked into each platform's skills directory automatically.
--claude, --gemini, --copilot)| Skill | Description |
|---|---|
ezai-code-formatter | Apply visual source structure: section headers, import ordering, spacing — without touching logic |
ezai-docs-writer | Produce MkDocs pages, API references, changelogs, and technical writing |
ezai-persona-senior-dev | Elite Senior Developer persona for enterprise-grade Python and JS/TS projects |
ezai-project-architect | Architecture and design standards: module structure, public API surface, design patterns |
ezai-project-config | Toolchain setup and configuration: pyproject.toml, package.json, linters, CI/CD |
ezai-project-performance | Concurrency, async patterns, profiling, and caching strategies |
ezai-project-quality | Testing, security, and input validation standards |
ezai listList all available skills in the marketplace.
ezai list
ezai search <term>Search skills by name, category, or description.
ezai search formatter
ezai search development
ezai info <skill>Display detailed information about a skill.
ezai info ezai-code-formatter
ezai install [skill]Install one skill or all skills into ~/.agents/skills/ and symlink them to platform directories.
# Install all skills to all platforms
ezai install
# Install a specific skill
ezai install ezai-project-quality
# Install only to Claude Code
ezai install --claude
# Install a skill to Gemini CLI and Copilot only
ezai install ezai-docs-writer --gemini --copilot
| Option | Description |
|---|---|
--dest <path> | Override the base destination directory (default: home directory) |
--claude | Deploy symlinks to ~/.claude/skills/ only |
--gemini | Deploy symlinks to ~/.gemini/skills/ only |
--copilot | Deploy symlinks to ~/.copilot/skills/ only |
When no platform flag is set, symlinks are deployed to every platform directory that already exists on your machine.
ezai uninstall [skill]Remove one skill or all marketplace skills from ~/.agents/skills/ and their platform symlinks.
# Remove all marketplace skills
ezai uninstall
# Remove a specific skill
ezai uninstall ezai-code-formatter
# Remove only the Claude Code symlink (keep the skill files)
ezai uninstall ezai-code-formatter --claude
| Option | Description |
|---|---|
--dest <path> | Override the base directory (default: home directory) |
--claude | Remove symlinks from ~/.claude/skills/ only |
--gemini | Remove symlinks from ~/.gemini/skills/ only |
--copilot | Remove symlinks from ~/.copilot/skills/ only |
Skills not present in the marketplace catalogue are never touched, regardless of what is found in ~/.agents/skills/.
npm install -g ezai-marketplace
│
▼
ezai install [skill]
│
├─ copies plugin files → ~/.agents/skills/<name>/
│
└─ creates symlinks → ~/.claude/skills/<name>
→ ~/.gemini/skills/<name>
→ ~/.copilot/skills/<name>
On Windows, directory junctions are used instead of symlinks (no administrator rights required).
The catalogue (marketplace.json) is bundled with the package. Set EZAI_CATALOGUE_URL to override with a remote catalogue URL.
MIT — see LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub neuraaak/ezai-marketplace --plugin ezai-code-formatterToolchain setup, project configuration, and infrastructure standards for Python and JS/TS projects: pyproject.toml, package.json, linters, CI/CD.
Produce documentation content for software projects: MkDocs pages, API references, changelogs, and technical writing in a consistent style.
Architecture and design standards for Python and JS/TS projects: module structure, public API surface, and design patterns (Repository, Service, Factory).
Testing, security, and input validation standards for Python and JS/TS projects: test architecture with pytest/Vitest, security patterns, and code quality enforcement.
Concurrency, async patterns, and performance optimization for Python and JS/TS projects: async/await, threading vs multiprocessing, profiling, and caching strategies.
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
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.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.