An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

100x Dev Logo

# 100x Dev

### Stop vibe coding. Ship production-grade software.

[![Version](https://img.shields.io/github/v/release/rajitsaha/100x-dev?style=flat-square&label=version&color=brightgreen)](https://github.com/rajitsaha/100x-dev/releases/latest)
[![npm](https://img.shields.io/npm/v/100x-dev?style=flat-square&color=red)](https://www.npmjs.com/package/100x-dev)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow?style=flat-square)](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.

100x-dev stack at a glance — 10 plugins, 25 slash commands, 39 auto-trigger skills

---

## 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

[![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?style=for-the-badge&logo=linkedin)](https://www.linkedin.com/in/rajsaha/)
[![GitHub](https://img.shields.io/badge/GitHub-Follow-black?style=for-the-badge&logo=github)](https://github.com/rajitsaha)

If this saves you time, **[star the repo](https://github.com/rajitsaha/100x-dev)**.