🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

100x-dev

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

100x-dev

24 slash commands. Quality gates on every commit. Works with any AI coding tool.

Source
npmnpm
Version
1.4.1
Version published
Weekly downloads
7
-78.12%
Maintainers
1
Weekly downloads
 
Created
Source
100x Dev Logo

100x Dev

Stop vibe coding. Start shipping production-grade software.

Version npm License: MIT Claude Code Cursor Codex Windsurf Copilot Gemini

24 slash commands. Quality gates on every commit. Works with any AI coding tool.

# Mac / Linux
curl -fsSL https://raw.githubusercontent.com/rajitsaha/100x-dev/main/get.sh | bash
source ~/.zshrc   # or ~/.bashrc — reload shell to activate the 100x-dev command

# Windows (or anywhere Node.js is installed)
npm install -g 100x-dev && 100x-dev install

Run once per machine. Then set up each project you work on:

cd /path/to/your/project
100x-dev init        # run in your terminal, not inside Claude Code

New here? See the full usage guide.

The Pipeline

/context → /issue → /spec → /fix → /commit
                                      ↓
         /techdebt ← /gate → /grill → /pr → /push → /release

Every /commit and /push runs a 5-point quality gate — tests, security, build, Docker, cloud security. Nothing ships without passing.

Commands

CommandWhat it does
/context7-day git + GitHub activity dump — orient before touching anything
/issueInvestigate a bug and create a detailed GitHub issue
/specTurn a vague request into an implementation-ready spec
/fixAutonomous bug fixer — CI failures, docker logs, Slack pastes
/gate5-point quality gate — run before every commit
/testRun all test layers against real Docker services, loop until 95% coverage
/commitGate → stage → conventional commit
/grillAdversarial pre-PR review — challenge your own diff
/prGate → push → create PR
/pushGate → push → monitor CI → verify production health
/releaseVersion bump → tag → publish to PyPI/npm/Docker Hub → verify
/launchFull deploy pipeline in one command
/branchCreate conventional feature branches (feat/, fix/, chore/)
/lintAuto-detect and fix all lint errors (ESLint, TypeScript, ruff)
/securityScan for vulnerabilities and secrets, auto-fix where possible
/techdebtScan for dead code, duplication, stale TODOs
/dbQuery any of 7 database engines from one interface
/queryPlain-English analytics — describe what you want, Claude writes the SQL
/architectArchitectural Q&A and decision matrices
/enterprise-designFull technical blueprint — IA, API, data model, stack
/cloud-securityDeep GCP IAM, networking, PII, and compliance scan
/docsDetect code changes and update documentation
/orchestratePlan-first methodology for complex multi-step tasks
/update-claudeWrite a CLAUDE.md rule after any correction

Supported Tools

ToolHow it works
Claude CodeEach workflow is a slash command in ~/.claude/commands/
CursorAll workflows concatenated into .cursorrules
CodexAll workflows embedded in AGENTS.md
WindsurfAll workflows in .windsurfrules
Copilot CLIAll workflows in .github/copilot-instructions.md
Gemini CLIAll workflows in GEMINI.md
AntigravityAll workflows in ANTIGRAVITY.md

The installer asks which tools you use and sets up each one. For Claude Code it also scaffolds a CLAUDE.md in your project with placeholders for DB config, GCP project, production URLs, and security exceptions.

What's Included

  • 24 workflows — full dev lifecycle from orientation to release
  • 7 database adapters — PostgreSQL, Cloud SQL, Snowflake, Databricks, Athena, Presto, Oracle
  • 10 Claude Code plugins — superpowers, frontend-design, playwright, github, pr-review-toolkit, hookify, skill-creator, code-simplifier, security-guidance, claude-mem
  • 4 project templates — node-fullstack, node-frontend, python-api, docker-compose
  • 2 GitHub Actions templates — CI pipeline (lint + real-DB tests + E2E) and release pipeline
  • Shell aliases100x-dev, cc, ccc, 100x-update, 100x-check

Get Notified of Updates

Watch releases: Click Watch → Custom → Releases on this repo for email notifications.

Auto-banner: Claude Code shows an update notice at session start when a new version is available.

Manual: 100x-dev update to update, 100x-dev check to check.

Note: 100x-dev commands run in your terminal (zsh/bash). Claude Code slash commands like /commit and /reload-plugins run inside Claude Code. They are different environments.

More

Built by Rajit Saha — 20+ years in enterprise data at Udemy, Experian, LendingClub, VMware, Yahoo.

LinkedIn GitHub

If this saves you time, star the repo and share it with your team.

Keywords

claude-code

FAQs

Package last updated on 21 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts