codebadger: Codebadger is a containerized Model Context Protocol (MCP) server that performs static code analysis using Joern's Code Property Graph (CPG) technology. It integrates with various LLM clients like GitHub Copilot and Claude to provide advanced program analysis capabilities, especially for vulnerability detection across multiple languages.; learn-claude-code: This repository provides a hands-on tutorial to learn how modern AI agents work by building one from scratch, emphasizing the core loop of model-tool interaction. It distills complex agent concepts into simple, iterative versions, from basic Bash agents to sophisticated skill-based systems.
Performing advanced static code analysis for multiple programming languages.
Learning to build modern AI coding agents from scratch