by ntegrals
⚡️ 10x - Up to 20x faster AI coding with multi-step Superpowers. Open-source agent with smart model routing, BYOK, fully self-hosted.
# Add to your Claude Code skills
git clone https://github.com/ntegrals/10xGuides for using ai agents skills like 10x.
Last scanned: 4/28/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-28T06:30:24.648Z",
"semgrepRan": false,
"npmAuditRan": false,
"pipAuditRan": true
}npm install -g 10x-cli
10x
| Feature | 10x | Claude Code | Cursor | GitHub Copilot |
|---|---|---|---|---|
| Superpowers (Multi-Step Pipelines) | Chain models for complex workflows | No | No | No |
| Smart Model Routing | Auto-picks fastest model per task | Single model | Single model | Single model |
| Speed | Up to 20x faster | 1x | ~1x | ~1x |
| Open Source | MIT Licensed | Closed source | Closed source | Closed source |
| BYOK (Bring Your Own Key) | Full control over costs | Subscription only | Subscription only | Subscription only |
Multi-step AI workflows that chain different models together. Each step can use a different model tier, automatically routing to the fastest model that can handle it.
| Command | Description |
|---|---|
/review <path> |
Code review with security, performance, and style analysis |
/pr |
Generate PR description from staged/committed changes |
/refactor <file> |
Guided refactoring with analysis and implementation |
/debug <issue> |
Step-by-step debugging: reproduce, analyze, fix |
/explain <path> |
Deep dive explanation of code architecture |
/test <file> |
Generate comprehensive test suite |
Define workflows in .10x/superpowers/ or ~/.config/10x/superpowers/:
---
name: debug
trigger: /debug
---
## Step 1: Understand (model: fast)
{{input}} - Find and read the relevant code.
## Step 2: Fix (model: smart)
Based on {{previous}}, implement a fix.
| Tier | Model | Speed | Best For |
|---|---|---|---|
| ⚡⚡ Superfast | GPT OSS 20B | 20x | Simple queries, explanations |
| ⚡ Fast | Kimi K2 1T | 4x | Code generation, refactoring |
| ◆ Smart | Claude Opus 4 | 1x | Complex reasoning, architecture |
Create 10X.md in your project root:
# Project: MyApp
Tech: TypeScript, React, PostgreSQL
Conventions: Functional components, named exports
Create prompts in .10x/skills/ or ~/.config/10x/skills/:
---
name: commit
---
Analyze staged changes and generate a conventional commit message.
Invoke with /<skill-name>.
10x Start interactive session
10x --byok Use your own OpenRouter API key
10x --model <tier> Set model tier (superfast, fast, smart)
10x --resume <name> Resume a session
10x -x "<prompt>" Execute prompt and exit
10x is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by ntegrals. ⚡️ 10x - Up to 20x faster AI coding with multi-step Superpowers. Open-source agent with smart model routing, BYOK, fully self-hosted. It has 1,353 GitHub stars.
Yes. 10x passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/ntegrals/10x" and add it to your Claude Code skills directory (see the Installation section above).
10x is primarily written in TypeScript. It is open-source under ntegrals on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh 10x against similar tools.
No comments yet. Be the first to share your thoughts!