By neuraaak
Produce documentation content for software projects: MkDocs pages, API references, changelogs, and technical writing in a consistent style.
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-docs-writerApply 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.
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.
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.
Build and maintain an LLM-curated personal knowledge base in your project — Andrej Karpathy's LLM Wiki pattern, designed to scale to thousands of pages without becoming a context bottleneck. Now with an optional compiled graph layer for typed, provenance-backed relationships.
Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools.
AI-powered wiki generator for code repositories. Generates comprehensive, Mermaid-rich documentation with dark-mode VitePress sites, onboarding guides, deep research, and source citations. Inspired by OpenDeepWiki and deepwiki-open.
20 modular skills for idiomatic Go — each under 225 lines, backed by 48 reference files, 8 automation scripts (all with --json, --limit, --force), and 4 asset templates. Covers error handling, naming, testing, concurrency, interfaces, generics, documentation, logging, performance, and more. Activates automatically with progressive disclosure and conditional cross-references.
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).