By neuraaak
Concurrency, async patterns, and performance optimization for Python and JS/TS projects: async/await, threading vs multiprocessing, profiling, and caching strategies.
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.
Apply source file visual structure to match project conventions: section header comments, import ordering, spacing, and formatting — without touching logic.
Toolchain 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.
npx claudepluginhub neuraaak/ezai-marketplace --plugin ezai-project-performanceUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.