QoQ skills
npx claudepluginhub ladamczyk-it/qoqQoQ "quality over quantity" toolkit: one skill, three user-facing commands plus a gate. `/qoq review` reviews a branch against a base, `/qoq refactor` applies the same analysis to a scope you choose, `/qoq bump packages` safely upgrades npm dependencies in stages, and `/qoq gate` is a non-interactive quality gate other skills call before declaring work done (auto-fixes a producer's changes against the standards, returns PASS/FAIL). All share an internal qoq-CLI engine (linter/formatter discovery, the `qoq --json` digest) and the bundled qoq-analyzer worker.
A streamlined suite of tools to format, lint, and analyze any JavaScript/TypeScript project with minimal setup.
🚀 Why QoQ?
QoQ provides essential tooling to ensure code quality across all your projects:
Each tool is available as an independent package under the @saashub/qoq-* namespace, making it easy to integrate and customize.
npm install @saashub/qoq-cli
QoQ uses an intuitive Config Wizard to guide you through setup. Run:
npx -y @saashub/qoq-cli --init
This will generate a qoq.config.js file with all necessary configurations.
qoq --check – Runs a full code check, typically used in the CI lint step or pre-push hook.qoq staged – Checks only staged changes, typically used in the pre-commit hook.qoq --fix – Fixes issues where possible, typically triggered manually after hooks or a CI failure to quickly correct problems.QoQ is designed for flexibility and ease of use. Its core components include:
📂 Config Wizard – Guides setup and generates a config file. 📂 Config Handlers – Manages default and user-defined settings. 📂 Executors – Executes commands efficiently, handling errors and performance optimizations.
For more details, check out our technical documentation.
Join us in making QoQ even better! Read our Contributing Guidelines before submitting changes.
💡 QoQ: Focus on writing great code, we handle the rest.
Feel free to join us, please read Contributing Guidelines
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations