2 Repos
Command-line interfaces that analyze codebases and generate structured text dumps suitable for large language models.
Distinct from CLI Tooling: Distinct from CLI Tooling: focuses specifically on AI-ready code analysis, not general CLI automation.
Explore 2 awesome GitHub repositories matching development tools & productivity · AI-Ready Code Analysis Tools. Refine with filters or upvote what's useful.
Goose is an autonomous coding assistant and extensible AI agent framework designed to automate software development workflows. It functions as an orchestration engine that can install, execute, and test code, as well as manage local files and shell commands. The platform is model-agnostic, providing a flexible interface to connect with diverse cloud-based or self-hosted large language model providers. It distinguishes itself through a standardized context protocol for integrating external tools and extensions, and a recipe system that allows users to define and repeat complex, multi-step AI w
Analyzes codebases to generate structured summaries that provide the LLM with the necessary architectural context.
jscpd is a code duplication detector that scans source code across 223 languages to find identical or near-identical copy-pasted blocks using a rolling hash algorithm. It is built with a Rust core for high performance, exposed through a Node.js API and CLI, and can be run as a standalone binary with no runtime dependencies. The tool detects duplicates in embedded languages within Vue, Svelte, Astro, and Markdown files by tokenizing each language block separately, and it supports extensionless scripts via shebang detection. The project distinguishes itself through its integration capabilities
Generates token-efficient plain-text reports that reduce LLM token usage by 79 percent.