English · 简体中文 · 日本語 · Español · Français
A plugin marketplace is a list your editor can install from. This one holds eight developer tools for Claude Code, and you add it once.
Install · The plugins · What each one does · Works with any AI editor · The 10x bar
claude plugin marketplace add Aboudjem/10xAdd the marketplace once. Claude Code can then install any of the eight by name.
claude plugin marketplace add Aboudjem/10x
claude plugin install sniff@10xSwap sniff for any name in the table below. Outside Claude Code, the same skills install through
the Vercel skills CLI, which installs them into the directory
your agent reads:
npx skills add Aboudjem/sniff| Plugin | What it is for | Install | ||
|---|---|---|---|---|
| sniff | Walks your running app and finds real bugs | claude plugin install sniff@10x |
repo | |
| ui-ux-suite | ESLint for design: the line, the value, the fix | claude plugin install ui-ux-suite@10x |
repo | |
| recap-studio | One offline HTML explainer from a topic or a session | claude plugin install recap-studio@10x |
repo | |
| aws-cost-audit | Audits your AWS bill against live AWS pricing | claude plugin install aws-cost-audit@10x |
repo | |
| goalify | Preps a huge task to run on its own | claude plugin install goalify@10x |
repo | |
| humanizer | Names 55 AI writing habits and rewrites them | claude plugin install humanizer@10x |
repo | |
| loopify | Preps a repeating job for Claude Code's /loop |
claude plugin install loopify@10x |
repo | |
| secure-my-app | Finds what a stranger can take, then proves it shut | claude plugin install secure-my-app@10x |
repo |
Point it at your running app and it clicks through your real flows in a real browser, then tells you what broke and the ordered steps that broke it.
claude plugin install sniff@10x
It reads your CSS, JSX, HTML and Tailwind classes and names the file, the line, the measured wrong value, and the exact fix. It audits, it never edits.
claude plugin install ui-ux-suite@10x
It turns a topic or a coding session into one HTML file you can double-click, with every style inlined and no external request, readable offline in about five minutes.
claude plugin install recap-studio@10x
It reads your live AWS account through the AWS CLI you already have and hands you a savings plan where every price is checked live, never quoted from memory.
claude plugin install aws-cost-audit@10x
For a job too big to sit and watch, it writes the brief (a file holding what the run has to do) and the condition (one line you paste into /goal), so a fresh session does the work and closes by quoting the checks passing.
claude plugin install goalify@10x
It knows 55 habits that make writing read as machine-written, names the ones it finds in your text, scores the text 0 to 100 from measurable signals, and rewrites it in the voice you pick.
claude plugin install humanizer@10x
For a job that repeats rather than finishes, it writes the brief and the line you paste into /loop, Claude Code's built-in repeat command, with a tick cap and a stop rule. Every tick logs what it did.
claude plugin install loopify@10x
It finds what a stranger can take from your app, proves each finding with a command whose output you can read, then fixes only what you approve and re-runs that same command to prove the hole is shut and your own login still works. 65 controls in seven groups. A clean run is never called secure: the third gate label reads NOTHING CONFIRMED HERE.
claude plugin install secure-my-app@10x
Every plugin here ships as skills, which are Markdown files your agent reads. That is why all eight
install outside Claude Code through npx skills add, whose own README lists 77 supported agents.
Three also run as a standalone MCP server, the protocol an editor speaks to reach an outside tool:
sniff and ui-ux-suite straight from npm, recap-studio from a clone after a workspace build. The
other five ship no MCP server.
| Agent | One-line install |
|---|---|
| Claude Code | claude plugin install <name>@10x |
| Cursor, Codex, Copilot, Gemini CLI, and 70+ more | npx skills add Aboudjem/<repo> |
| Any MCP client | npx sniff-qa --mcp, npx ui-ux-suite --mcp, recap-studio from a built clone |
| Everything else | see docs/editors.md in the plugin's own repo |
| Lean by default | No dependency a plugin does not need. ui-ux-suite and the five skills ship none. recap-studio's packages pull zod, its web app Next and React. sniff drives a real browser, so it carries Playwright and Lighthouse. |
| One-command install | No config file and no signup. aws-cost-audit is the one that needs access you may not have: an AWS CLI configured to read the account. |
| Real tests | CI that asserts behaviour, not that a file exists. |
| Runs outside Claude Code | Installs into 70+ agents through npx skills add. |
| Actively maintained | A release this quarter, not an archive from last year. |
| No telemetry | No analytics and no phoning home. Each tool talks only to what you point it at. |
Every plugin listed here is held to this bar. If one stops passing, it gets removed. The full checklist, with the roster and the last verification date, is in QUALITY-BAR.md.
Have a plugin that belongs here? CONTRIBUTING.md has the proposal steps. A workflow syncs every version pin from the plugin's own repo; docs/SYNC.md explains the chain.
Built by Adam Boudjemaa · MIT License · No telemetry, no data collection