By neuraaak
Testing, security, and input validation standards for Python and JS/TS projects: test architecture with pytest/Vitest, security patterns, and code quality enforcement.
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-project-qualityApply 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).
Concurrency, async patterns, and performance optimization for Python and JS/TS projects: async/await, threading vs multiprocessing, profiling, and caching strategies.
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.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
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.