← Back to all platforms

Scripts

Automation and utility scripts

0
Total
0
Built
0
Categories

API Mock Server

Spin up a local mock API server from OpenAPI/Swagger spec files.

Spec OnlyScripts
⚡

Automation

✓ BuiltScripts
Open App →

Batch Image Optimizer

Python script to optimize images in bulk.

Spec OnlyScripts

Changelog From Commits

Parse conventional commits and generate a formatted CHANGELOG.md.

Spec OnlyScripts
⚡

Cli Tools

✓ BuiltScripts
Open App →

Code Complexity Analyzer

Analyze codebase complexity — cyclomatic complexity, cognitive complexity, and maintainability index.

Spec OnlyScripts

Database Seed Gen

Generate realistic test data for databases using Faker — supports SQL, JSON, and CSV output.

Spec OnlyScripts

Dead Code Finder

Detect unused functions, imports, and variables across Python and JavaScript codebases.

Spec OnlyScripts

Dependency Updater

Python script that checks package.json for outdated dependencies and creates update PRs.

Spec OnlyScripts

Developer

Spec OnlyScripts

Git Branch Cleaner

Find and delete stale Git branches that have been merged or abandoned.

Spec OnlyScripts

Git Cleanup Script

Python script that finds and deletes merged git branches locally and on remote.

Spec OnlyScripts

Git Repo Stats Generator

Python script that generates contributor stats, commit frequency, and code churn reports.

Spec OnlyScripts

Image Batch Resize

Resize, compress, and convert images in bulk with quality presets.

Spec OnlyScripts

Log Analyzer

Python script that parses log files, extracts patterns, and generates summary reports.

Spec OnlyScripts

Readme Generator

Generate professional README.md files by analyzing project structure and package.json.

Spec OnlyScripts

Repo Health Checker

Python script that audits repository health: README, license, CI, tests, dependencies.

Spec OnlyScripts

Screenshot Diff Report

Capture before/after screenshots of URLs and generate a visual diff report.

Spec OnlyScripts

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.

Spec OnlyScripts

Script Bundle Analyzer

Analyze JavaScript bundle sizes without building — estimate the production impact of adding or removing npm packages using pre-computed size data.

Spec OnlyScripts

Script Bundle Impact

Compare bundle sizes before and after a change — output a report showing which packages grew, shrank, or were added

Spec OnlyScripts

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.

Spec OnlyScripts

Script Dep Audit Report

Generate a comprehensive dependency audit report from package.json — license compliance, security advisories, and update availability

Spec OnlyScripts

Script Dependabot Summary

A Python script that aggregates Dependabot alerts and PRs across multiple repositories. Generates a summary report with priority and security severity.

Spec OnlyScripts

Script Docker Cleanup

A script that safely cleans up Docker resources: unused images, stopped containers, dangling volumes, and build cache.

Spec OnlyScripts

Script Env Diff

Compare two .env files and highlight differences. Perfect for staging vs production.

Spec OnlyScripts

Script Env Template Gen

Scan source code for environment variable references and automatically generate a complete .env.example template with descriptions.

Spec OnlyScripts

Script File Dedup

Find and remove duplicate files by content hash. Safe preview before deletion.

Spec OnlyScripts

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.

Spec OnlyScripts

Script Git Mirror

A Python script that mirrors Git repositories between hosts . Clone once, push everywhere with scheduled sync support.

Spec OnlyScripts

Script Github Backup

A script that backs up all repositories from a GitHub account. Clones or pulls repos, optionally including wikis and issues.

Spec OnlyScripts

Script Image To Webp

A script that batch converts images to WebP format with configurable quality settings. Supports PNG, JPEG, GIF, and SVG input.

Spec OnlyScripts

Script JSON Flatten

Flatten nested JSON to dot-notation keys and unflatten back. CLI and programmatic API.

Spec OnlyScripts

Script License Checker

Scan node_modules and report all dependency licenses. Flag incompatible ones.

Spec OnlyScripts

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.

Spec OnlyScripts

Script NPM Audit Fix

A script that runs npm audit, categorizes vulnerabilities, and generates a prioritized fix plan with automated fix capabilities.

Spec OnlyScripts

Script Port Scanner

Lightweight port scanner CLI. Check which ports are open on a given host.

Spec OnlyScripts

Script Unused Exports

Scan a TypeScript/JavaScript project and find all exported symbols that are never imported anywhere else.

Spec OnlyScripts

SSL Cert Monitor

Monitor SSL certificates for expiration and configuration issues across domains.

Spec OnlyScripts