A CLI tool that monitors outdated dependencies across npm, pip, go, cargo with security CVE scanning
Updated 2026-02-04 15:18:04 +00:00
A CLI tool that records HTTP API traffic and generates local mock servers from recorded responses
Updated 2026-02-04 14:22:00 +00:00
A CLI tool for versioning, testing, and sharing AI prompts across different LLM providers
Updated 2026-02-04 13:05:26 +00:00
AI-Powered Local Shell Script Assistant using Ollama. Generates, explains, and refactors shell scripts interactively.
Updated 2026-02-04 11:49:15 +00:00
A CLI tool for bidirectional conversion between JSON, YAML, TOML, and ENV config formats with smart type inference, validation, flatten/unflatten operations, schema generation, and automatic shell completion support.
Updated 2026-02-04 08:28:56 +00:00
CLI tool that parses GitHub issues and automatically generates project scaffolds with starter code, file structures, and TODO comments
Updated 2026-02-04 06:28:16 +00:00
A CLI tool that parses unstructured CLI command output into structured formats (JSON, CSV, YAML) with field extraction capabilities.
Updated 2026-02-04 02:39:24 +00:00
A CLI tool that validates AI-generated code for common issues, anti-patterns, and security vulnerabilities
Updated 2026-02-03 10:39:19 +00:00
A CLI tool that scans code repositories for anti-patterns commonly introduced by AI coding assistants. Detects magic strings, inconsistent error handling, missing type annotations, and hardcoded values across Python, JavaScript, TypeScript, Go, and Rust.
Updated 2026-02-03 07:26:13 +00:00
A CLI tool that converts and validates data formats (JSON, YAML, TOML) with schema validation using JSON Schema
Updated 2026-02-03 06:25:07 +00:00
A CLI tool that indexes local API documentation and enables natural language semantic search using local embedding models
Updated 2026-02-03 03:54:51 +00:00
CLI tool that analyzes existing codebases to learn coding patterns, naming conventions, and project structure, then generates consistent boilerplate that matches your established style using static analysis with Tree-sitter.
Updated 2026-02-03 00:29:40 +00:00
A comprehensive CLI tool that audits project dependencies for security vulnerabilities, outdated packages, license compliance, and unused dependencies.
Updated 2026-02-02 22:00:05 +00:00
A CLI tool that analyzes code before sending to AI coding assistants and automatically redacts sensitive data like API keys, PII, database connection strings, and environment variables.
Updated 2026-02-02 20:51:02 +00:00
A CLI tool that generates realistic mock API responses from OpenAPI/Swagger specifications. Features include schema-based response generation, request validation, configurable delays, fuzzing mode for edge case testing, and Docker support.
Updated 2026-02-02 20:28:23 +00:00
A CLI tool that searches GitHub repositories by actual code patterns using regex matching
Updated 2026-02-02 19:18:51 +00:00
Automated i18n linter and fixer CLI tool
Updated 2026-02-02 17:50:51 +00:00
A CLI tool that automatically generates .gitignore files based on project type, tech stack, and IDE
Updated 2026-02-02 16:53:15 +00:00
A CLI tool that parses git diffs and provides intelligent, contextual explanations of code changes. Identifies programming language, summarizes changes, flags potential issues, and suggests improvements - all running locally without external API dependencies.
Updated 2026-02-02 15:31:03 +00:00
A CLI tool that converts natural language project requirements into structured Gherkin format (Given-When-Then) for BDD frameworks
Updated 2026-02-02 13:19:55 +00:00