https://github.com/rajitsaha/100x-dev
Production-grade AI development workflows for every coding tool. Works with Claude Code, Cursor, Codex, Windsurf, Copilot CLI, Gemini CLI, and more.
https://github.com/rajitsaha/100x-dev
ai-coding ai-developer-tools ai-workflows claude-code codex copilot cursor developer-tools devtools gemini quality-gates security-scanning test-coverage vibe-coding windsurf
Last synced: 21 days ago
JSON representation
Production-grade AI development workflows for every coding tool. Works with Claude Code, Cursor, Codex, Windsurf, Copilot CLI, Gemini CLI, and more.
- Host: GitHub
- URL: https://github.com/rajitsaha/100x-dev
- Owner: rajitsaha
- License: mit
- Created: 2026-04-10T06:22:52.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-04-26T21:53:17.000Z (27 days ago)
- Last Synced: 2026-04-26T22:15:33.832Z (27 days ago)
- Topics: ai-coding, ai-developer-tools, ai-workflows, claude-code, codex, copilot, cursor, developer-tools, devtools, gemini, quality-gates, security-scanning, test-coverage, vibe-coding, windsurf
- Language: Shell
- Size: 8.95 MB
- Stars: 7
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# 100x Dev
### Stop vibe coding. Ship production-grade software.
[](https://github.com/rajitsaha/100x-dev/releases/latest)
[](https://www.npmjs.com/package/100x-dev)
[](LICENSE)
**One source of truth.** 64 modules generate native config for **Claude Code · Cursor · Codex · Windsurf · Copilot · Gemini · Antigravity**. Quality gates run on every commit.

---
## Install
```bash
# Mac / Linux
curl -fsSL https://raw.githubusercontent.com/rajitsaha/100x-dev/main/get.sh | bash
```
```
source ~/.zshrc # or ~/.bashrc — activates the 100x-dev command
```
# Windows / anywhere with Node
npm install -g 100x-dev && 100x-dev install
```
```bash
cd your-project && 100x-dev init # set up each project once
```
> **Cloned to a custom path?** The default install lives at `~/100x-dev`. If you cloned elsewhere (e.g. `~/work/git_udemy/100x-dev`), update your shell + Claude Code config to match — see [Custom install location →](docs/USAGE.md#custom-install-location).
[Full install guide →](docs/USAGE.md#installation)
---
## The pipeline
```
/context → /issue → /spec → /fix → /commit
↓
/techdebt ← /gate → /grill → /pr → /push → /release
```
Every `/commit` and `/push` runs a 5-point gate — tests, security, build, Docker, cloud. Nothing ships without passing.
---
## What you get
| | |
|---|---|
| **64 modules** | 25 slash commands (`/commit`, `/spec`, `/grill`, `/db` …) + 39 auto-trigger skills (copywriting, seo-audit, fix-bugs …) |
| **10 plugins** | superpowers, frontend-design, playwright, github, hookify, claude-mem, … |
| **7 database engines** | Postgres, Cloud SQL, Snowflake, Databricks, Athena, Presto, Oracle — one `/db` interface |
| **27 SaaS CLIs** | `/connect` installs + authenticates GitHub, AWS, Stripe, Supabase, … from `.env` |
| **4 project templates** | node-fullstack · node-frontend · python-api · docker-compose |
| **CI/Release pipelines** | drop-in GitHub Actions for lint + real-DB tests + E2E + release |
[Full module reference →](docs/USAGE.md#using-the-workflows)
---
## How it works in your tool
| Tool | Generated artifact |
|:---|:---|
| **Claude Code** | `~/.claude/skills//` + slash command aliases |
| **Cursor** | `.cursor/rules/.mdc` (per-module, auto-trigger) |
| **Codex / Antigravity** | `AGENTS.md` / `ANTIGRAVITY.md` (core inlined + on-demand index) |
| **Windsurf** | `.windsurfrules` (size-budgeted index) |
| **Copilot / Gemini** | `.github/copilot-instructions.md` / `GEMINI.md` |
Modules with `tier: core` inline into single-file rules tools; the rest stay token-cheap as an index. In Claude Code & Cursor every module auto-triggers from its description — **zero baseline token cost**.
---
## Common CI traps it fixes
`npm install` 404 inside Docker · `useState(false)` opacity-0 breaking Playwright · integration tests silently excluded from the gate. [Full breakdown →](docs/ci-traps.md)
---
## More
- [Full usage guide](docs/USAGE.md) — by-tool install, daily patterns, multi-project propagation, CI templates
- [Architecture](docs/v2-refactor.md) — why modules over workflows-vs-skills
- [Changelog](CHANGELOG.md) · [Issues](https://github.com/rajitsaha/100x-dev/issues)
---
Built by [Rajit Saha](https://www.linkedin.com/in/rajsaha/) · 20+ years in enterprise data at Udemy, Experian, LendingClub, VMware, Yahoo
[](https://www.linkedin.com/in/rajsaha/)
[](https://github.com/rajitsaha)
If this saves you time, **[star the repo](https://github.com/rajitsaha/100x-dev)**.