Find the Right Tool in 30 Seconds

Pick your problem below and we'll point you to the right CLI tool, tutorial, and docs.

🔌 I need to catch breaking API changes before they ship
OpenAPI CI/CD contract testing

API Contract Guardian monitors OpenAPI schema diffs across git branches, detects breaking changes, generates migration guides, and gates CI pipelines on contract violations.

pip install git+https://github.com/Coding-Dev-Tools/api-contract-guardian.git
↻ I need to convert JSON data into SQL INSERT statements
SQL PostgreSQL MySQL SQLite

json2sql converts JSON files and datasets to SQL INSERT statements in one command. Supports PostgreSQL, MySQL, and SQLite dialects with smart type inference. Handles nested objects and arrays — no configuration needed.

pip install git+https://github.com/Coding-Dev-Tools/json2sql.git
🔄 I need to batch-convert between CSV, JSON, YAML, and Parquet
data CSV JSON Parquet Protobuf

Datamorph batch-converts between data formats — CSV, JSON, YAML, Parquet, Avro, Protobuf, and more — with smart type inference, schema mapping, and streaming for large files. One command, no config.

pip install git+https://github.com/Coding-Dev-Tools/datamorph.git
☁️ I want to see infrastructure costs before I deploy
Terraform CloudFormation Pulumi cost

DeployDiff reads Terraform plan JSON, CloudFormation change sets, and Pulumi previews to show resource-level diffs, cost impact estimates, and pre-generated rollback commands — all before you hit deploy.

pip install git+https://github.com/Coding-Dev-Tools/deploydiff.git
⌘ My dev/staging/prod configs are out of sync
DevOps config CI/CD

ConfigDrift compares configurations across environments, flags missing keys, deprecated values, and value mismatches — before they cause incidents. Supports YAML, JSON, TOML, and .env files.

pip install git+https://github.com/Coding-Dev-Tools/configdrift.git
🔑 I need to manage API keys and JWTs securely
security secrets JWT

APIAuth is an encrypted local keystore (AES-256-GCM) for API keys and JWTs. Generate, verify, rotate, and revoke keys with one command — plus CI/CD export for GitHub Actions.

pip install git+https://github.com/Coding-Dev-Tools/apiauth.git
👻 I need a mock API server from an OpenAPI spec
OpenAPI mock testing

APIGhost reads any OpenAPI 3.0/3.1 spec and starts a mock server with realistic fake data. Includes scenario-based error responses, VCR cassette recording for deterministic tests, and CI integration.

pip install git+https://github.com/Coding-Dev-Tools/apighost.git
🛡️ My .env files are a mess across environments
DevOps env secrets

Envault diffs, syncs, and rotates environment variables across dev, staging, and prod. Smart secret type inference, conflict resolution strategies, and integrations with AWS SSM, Vault, Doppler, and 1Password.

pip install git+https://github.com/Coding-Dev-Tools/envault.git
🔄 I need to convert between ORM schemas (Prisma, Drizzle, etc.)
ORM Prisma Drizzle SQLAlchemy

SchemaForge converts bidirectionally between 11 schema formats: SQL DDL, Prisma, Drizzle, TypeORM, Django, SQLAlchemy, Alembic, JSON Schema, GraphQL SDL, EF Core (C#), and Scala case classes — 110 conversion paths from one CLI. Includes schema diffing and batch directory conversion. VS Code extension available with live preview.

pip install git+https://github.com/Coding-Dev-Tools/schemaforge.git
🔌 I want to expose my CLI as an MCP server for AI agents
MCP AI Claude Codex

click-to-mcp auto-wraps any Click or Typer CLI as an MCP server with zero code changes. One command exposes your tools to Claude Code, Codex, Cursor, and any MCP-compatible AI.

pip install git+https://github.com/Coding-Dev-Tools/click-to-mcp.git
🧹 I need to find and remove dead code from my React/Next.js project
TypeScript React Next.js

DeadCode detects unused exports, dead routes, orphaned CSS, and unreferenced components in TypeScript/React/Next.js projects. Full TypeScript compiler API with dry-run preview and CI integration.

pip install git+https://github.com/Coding-Dev-Tools/deadcode.git