Skip to content

Aboudjem/10x

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

10x

License 2 Plugins Stars

Curated developer tools for Claude Code.
No bloat. Battle-tested. Works in any AI editor.


How it works

Your editor talks to the 10x marketplace, which ships curated plugins like sniff and ui-ux-suite

One install command. Every plugin wires up its MCP tools, slash commands, and agents automatically.

claude plugin marketplace add Aboudjem/10x

Plugins

Two plugins today. Every one of them passes the quality bar below.

sniff  Find bugs before your users do

Sniff reads your source, sweeps it like radar, and returns prioritized bug, accessibility, and performance findings

AI-powered QA that scans source code, your running dev server, or both. Auto-detects your framework and port. No API keys, no Playwright install, no config.

claude plugin install sniff@10x     # as a plugin
npx sniff-qa                        # as a standalone CLI

Slash commands

  • /sniff — scan your project
  • /sniff-fix — apply safe fixes
  • /sniff-report — open last scan

MCP tools

  • sniff_scan — source + a11y + perf
  • sniff_run — live site checks
  • sniff_report — formatted results

GitHub →  ·  npm →


ui-ux-suite  Your design quality, measured

ui-ux-suite scans your project, scores 12 design dimensions, and returns an audit citing which UX law each finding violates

Scans your CSS, JSX, and Tailwind config. Scores 12 design dimensions — color, typography, accessibility, layout, components, motion, performance, psychology, platform, density, and style. Cites the UX law each finding violates, then gives you the fix. Zero dependencies, 100% local.

claude plugin install ui-ux-suite@10x   # as a plugin
npx ui-ux-suite                         # as a standalone CLI

Slash commands

  • /design-audit — full 12-dim audit
  • /color-audit — contrast + palette
  • /type-audit — typography only
  • /layout-audit — spacing + grid
  • /a11y-audit — WCAG 2.1 + APCA
  • + 9 more specialist audits

MCP tools

  • uiux_scan_project — detect stack
  • uiux_extract_colors — palette
  • uiux_check_contrast — WCAG/APCA
  • uiux_generate_tokens — design system
  • + 10 more scoring & generation tools

GitHub →  ·  npm →


Works with any AI editor

Works with Claude Code, Cursor, VS Code, Codex, Gemini, Windsurf, Continue, and any MCP-compatible editor

Every 10x plugin is dual mode — install it as a Claude Code plugin, or run it as a plain MCP server in the editor of your choice:

npx sniff-qa       --mcp
npx ui-ux-suite    --mcp

Each project's README has copy-paste snippets for Cursor, VS Code + Copilot, Codex, Gemini, Windsurf, and Continue.dev.


The 10x bar

Every plugin here passes this bar. If it stops passing, it gets removed.

Zero bloat Vanilla Node.js, no runtime dependencies
One-command install No config files, no API keys
Real tests Not aspirational, not "coming soon"
Dual mode Works as a Claude Code plugin AND as an MCP server
Actively maintained Shipped this quarter, not abandoned last year
No telemetry Runs locally, your code never leaves your machine

Contributing

Got a plugin that belongs here? See CONTRIBUTING.md.


If 10x helped you ship better code, consider starring it.
It helps other devs find these tools.

LinkedIn X Website

Built by Adam Boudjemaa · MIT License · No telemetry · No data collection

About

10x developer tools for Claude Code. Curated plugins that ship quality.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors