Scripts
Automation and utility scripts
API Mock Server
Spin up a local mock API server from OpenAPI/Swagger spec files.
Automation
Batch Image Optimizer
Python script to optimize images in bulk.
Changelog From Commits
Parse conventional commits and generate a formatted CHANGELOG.md.
Cli Tools
Code Complexity Analyzer
Analyze codebase complexity — cyclomatic complexity, cognitive complexity, and maintainability index.
Database Seed Gen
Generate realistic test data for databases using Faker — supports SQL, JSON, and CSV output.
Dead Code Finder
Detect unused functions, imports, and variables across Python and JavaScript codebases.
Dependency Updater
Python script that checks package.json for outdated dependencies and creates update PRs.
Developer
Git Branch Cleaner
Find and delete stale Git branches that have been merged or abandoned.
Git Cleanup Script
Python script that finds and deletes merged git branches locally and on remote.
Git Repo Stats Generator
Python script that generates contributor stats, commit frequency, and code churn reports.
Image Batch Resize
Resize, compress, and convert images in bulk with quality presets.
Log Analyzer
Python script that parses log files, extracts patterns, and generates summary reports.
Readme Generator
Generate professional README.md files by analyzing project structure and package.json.
Repo Health Checker
Python script that audits repository health: README, license, CI, tests, dependencies.
Screenshot Diff Report
Capture before/after screenshots of URLs and generate a visual diff report.
Script Batch Rename
A Python script for batch renaming files with powerful pattern matching. Replace text, add prefixes/suffixes, sequential numbering, and regex-based transforms.
Script Bundle Analyzer
Analyze JavaScript bundle sizes without building — estimate the production impact of adding or removing npm packages using pre-computed size data.
Script Bundle Impact
Compare bundle sizes before and after a change — output a report showing which packages grew, shrank, or were added
Script Db Seed Faker
Generate realistic seed data for databases — input a SQL schema and get INSERT statements with fake but plausible data using Faker patterns.
Script Dep Audit Report
Generate a comprehensive dependency audit report from package.json — license compliance, security advisories, and update availability
Script Dependabot Summary
A Python script that aggregates Dependabot alerts and PRs across multiple repositories. Generates a summary report with priority and security severity.
Script Docker Cleanup
A script that safely cleans up Docker resources: unused images, stopped containers, dangling volumes, and build cache.
Script Env Diff
Compare two .env files and highlight differences. Perfect for staging vs production.
Script Env Template Gen
Scan source code for environment variable references and automatically generate a complete .env.example template with descriptions.
Script File Dedup
Find and remove duplicate files by content hash. Safe preview before deletion.
Script Font Subset
A script that subsets fonts to include only the characters used in your project. Dramatically reduces font file sizes for web performance.
Script Git Mirror
A Python script that mirrors Git repositories between hosts . Clone once, push everywhere with scheduled sync support.
Script Github Backup
A script that backs up all repositories from a GitHub account. Clones or pulls repos, optionally including wikis and issues.
Script Image To Webp
A script that batch converts images to WebP format with configurable quality settings. Supports PNG, JPEG, GIF, and SVG input.
Script JSON Flatten
Flatten nested JSON to dot-notation keys and unflatten back. CLI and programmatic API.
Script License Checker
Scan node_modules and report all dependency licenses. Flag incompatible ones.
Script License Header Checker
Verify all source files have the required license header — add missing headers, update outdated ones, and flag files with incorrect headers.
Script NPM Audit Fix
A script that runs npm audit, categorizes vulnerabilities, and generates a prioritized fix plan with automated fix capabilities.
Script Port Scanner
Lightweight port scanner CLI. Check which ports are open on a given host.
Script Unused Exports
Scan a TypeScript/JavaScript project and find all exported symbols that are never imported anywhere else.
SSL Cert Monitor
Monitor SSL certificates for expiration and configuration issues across domains.