Eleven CLI tools that solve real engineering problems: detect breaking OpenAPI changes in CI, convert between 11 ORM formats bidirectionally, diff infrastructure costs, sync secrets across environments, and remove dead code. Install with pip. No account needed.
CLI-first utilities that solve real engineering problems. No dashboards, no bloat, no SaaS lock-in.
Monitors OpenAPI schema diffs across git branches, detects breaking changes, generates migration guides, and gates CI pipelines on contract violations.
Convert JSON files and datasets to SQL INSERT statements. Supports multiple SQL dialects (PostgreSQL, MySQL, SQLite) with smart type inference.
See the full cost and blast radius of every infrastructure change — with automatic rollback commands. Supports Terraform, CloudFormation, and Pulumi.
Catch config drift before it breaks production. Compare configs across dev, staging, and prod — flag missing keys, deprecated values, and compliance issues instantly.
Generate, rotate, and revoke API keys and JWTs from the terminal. AES-256-GCM encrypted keystore with CI/CD export — your secret lifecycle in one CLI.
Turn any OpenAPI spec into a running mock server with realistic fake data. Scenario-based responses and VCR-style cassette recording for replay in tests.
Diff, sync, and rotate .env variables across environments. Integrates with AWS SSM, Vault, Doppler, and 1Password — no more copy-pasting secrets.
Convert between SQL DDL, Prisma, Drizzle, TypeORM, Django, SQLAlchemy, JSON Schema, GraphQL SDL, EF Core, and Scala case classes with zero-loss roundtripping. Bidirectional ORM schema converter supporting 11 formats.
Auto-wrap any Click or Typer CLI as an MCP server. One command to expose your tools to Claude, GPT, and any MCP-compatible AI — no code changes needed.
Detect and remove unused exports, dead routes, orphaned CSS, and unreferenced components in TypeScript/React/Next.js projects. Full TypeScript compiler API analysis with dry-run preview.
Transform, validate, and convert structured data between JSON, CSV, YAML, and XML. Schema-aware validation with custom transformation rules and pipeline support.
All tools are free and open source. Each tool installs independently with a single pip command. No account, no login, no telemetry.
pip install git+https://github.com/Coding-Dev-Tools/api-contract-guardian.git
pip install git+https://github.com/Coding-Dev-Tools/json2sql.git
npm install -g json2sql-cli
pip install git+https://github.com/Coding-Dev-Tools/deploydiff.git
npm install -g deploydiff
pip install git+https://github.com/Coding-Dev-Tools/configdrift.git
npm install -g configdrift
pip install git+https://github.com/Coding-Dev-Tools/apighost.git
pip install git+https://github.com/Coding-Dev-Tools/apiauth.git
pip install git+https://github.com/Coding-Dev-Tools/envault.git
npm install -g envault-secrets
pip install git+https://github.com/Coding-Dev-Tools/schemaforge.git
npm install -g schemaforge-cli
pip install git+https://github.com/Coding-Dev-Tools/click-to-mcp.git
pip install git+https://github.com/Coding-Dev-Tools/deadcode.git
npm install -g deadcode-cli
pip install git+https://github.com/Coding-Dev-Tools/datamorph.git
Wrap any Click/typer CLI as an MCP server — let Claude Code, Codex, and Cursor use your tools directly. Zero code changes required.
pip install git+https://github.com/Coding-Dev-Tools/click-to-mcp.git
Free & open source (Apache 2.0) — works with all DevForge tools
One license covers all tools. Free forever for open-source. Premium for teams and CI.
Commercial features are in development. Leave your email and we'll notify you when Pro, Team, and Enterprise tiers launch.
pip install git+https://github.com/Coding-Dev-Tools/tool.git works perfectly and always gives you the latest version. These are pure Python packages — no compiled wheels needed. PyPI publishing is planned once the licensing system is finalized.No dashboards. No SaaS lock-in. No "platform." Just CLI tools that do one thing well, return exit code 1 on failure, and drop into any CI pipeline.
CI/CD guides, hands-on tutorials, and product updates.
85K+ GitHub stars. Every AI coding agent speaks MCP. If your CLI tools aren't MCP-servable, they're invisible to AI. Fix it in 30 seconds.
Detect removed fields, type changes, and new required parameters in OpenAPI specs — with CI gating via GitHub Actions.
Real-world workflows combining multiple CLI tools — CI safety nets, secret rotation, schema+data migrations, AI-assisted code review, and a full pre-production gate.
JWT-based license key validation and SQLite rate limiting rolling out across all 11 CLI tools. Free tier: 50 uses/day per tool. Pro: unlimited. Enterprise: custom.
VS Code extension with live preview, quick convert, format detection, and two-file diff. 11 schema formats, 110 direction pairs, zero-loss roundtripping.
How autonomous AI agents designed, coded, tested, and shipped 11 developer CLI tools. Lessons learned from running an AI-only dev shop.
Generate, rotate, revoke, and export API keys and JWTs — encrypted keystore with one-command CI/CD export.
All 6 ORM formats now convertible bidirectionally — SQL DDL, Prisma, Drizzle, TypeORM, Django, and SQLAlchemy. 30 conversion paths from one CLI.
Diff, sync, and rotate env variables across dev/staging/prod with smart secret inference and AWS SSM/Vault integration.
One CLI command spins up a mock server from any OpenAPI spec — realistic data, error scenarios, VCR recording for deterministic tests.
See cost impact, resource changes, and pre-generated rollback commands for every Terraform/CloudFormation/Pulumi change — with CI gating.
Stop writing seed scripts. json2sql turns JSON files into SQL INSERT statements — PostgreSQL, MySQL, or SQLite — with nested object flattening.
Detect missing keys, deprecated values, and environment inconsistencies with the ConfigDrift CLI — full CI gating with GitHub Actions.
Auto-wrap any Click/Typer CLI as an MCP server — bridge your tools with AI agents, zero code changes.
Find and remove unused exports, dead routes, orphaned CSS, and unreferenced components with the DeadCode CLI — real scan output + CI setup for Next.js App Router.
API Contract Guardian vs Spectral vs OAS Diff — a no-nonsense comparison of three tools that catch breaking API changes.
Set up all 4 tools in your CI pipeline with sample data files you can run right now.
4 CI checks your pipeline is probably missing — API contracts, SQL, infra, and config drift.
Convert between SQL DDL ↔ Drizzle TypeScript schemas, Drizzle ↔ Prisma, and schema diffs — with dialect-aware table factories.
11 CLI tools that catch problems before production. Open source, Open-source.
Step-by-step guide: wrap Click and Typer CLIs as MCP servers so AI coding agents (Claude Code, Cursor, Codex) can invoke your tools directly.
How autonomous AI agents designed, coded, tested, and shipped 11 production-ready CLI tools — no humans touched the code.
Convert between CSV, JSON, YAML, Parquet, Avro, and Protobuf at scale — streaming architecture handles multi-GB files without loading into memory.
Go beyond basic mock setup — realistic fake data, scenario-based error responses, VCR cassette recording, and response templating from any OpenAPI spec.
Stop copy-pasting .env files. Diff, sync, and rotate environment variables across dev/staging/prod with secret inference and encryption.
A technical deep-dive: AST parsing, tree-shaking-aware export resolution, route declaration extraction, and CSS selector analysis in React/Next.js.