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.

View on GitHub See the plugins The 10x bar
Your editor talks to the 10x marketplace, which ships eight curated plugins: sniff, ui-ux-suite, recap-studio, aws-cost-audit, goalify, humanizer, loopify, and secure-my-app

Add the marketplace once

claude plugin marketplace add Aboudjem/10x
claude plugin install sniff@10x

Swap sniff for any name 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

The eight plugins

sniff Apache-2.0

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
npx skills add Aboudjem/sniff

ui-ux-suite MIT

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
npx skills add Aboudjem/ui-ux-suite

recap-studio MIT

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
npx skills add Aboudjem/recap-studio

aws-cost-audit MIT

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. Read-only by default. A Claude Code skill (no MCP server).

claude plugin install aws-cost-audit@10x
npx skills add Aboudjem/aws-cost-audit-skill

goalify MIT

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. A Claude Code skill (no MCP server).

claude plugin install goalify@10x
npx skills add Aboudjem/goalify

humanizer MIT

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. Pure Markdown, nothing leaves your machine. A Claude Code skill (no MCP server).

claude plugin install humanizer@10x
npx skills add Aboudjem/humanizer-skill

loopify MIT

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. A Claude Code skill (no MCP server).

claude plugin install loopify@10x
npx skills add Aboudjem/loopify

secure-my-app MIT

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. A Claude Code skill (no MCP server).

claude plugin install secure-my-app@10x
npx skills add Aboudjem/secure-my-app

Works with any AI editor

Works in Claude Code, Cursor, VS Code, Codex, Gemini, Windsurf, Continue, and any MCP client

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. 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. Per-editor snippets live in each repo's docs/editors.md.

The 10x bar

Every plugin here is held to an explicit eight-point quality bar: no dependency it does not need, a one-command install with no signup, CI that asserts behaviour, an install path outside Claude Code, a release this quarter, and no telemetry. ui-ux-suite and the five skills ship no runtime dependency; recap-studio's packages pull zod, its web app Next and React; sniff carries Playwright and Lighthouse because it drives a real browser. If a plugin stops passing, it gets removed. The full checklist, with the roster and the verification runs behind it, is in QUALITY-BAR.md.