mcp-code-checker: MCP Code Checker is an MCP server that provides code quality checking for Python projects. It offers tools to run pylint, pytest, and mypy, with structured logging and customizable parameters. The server is designed for easy integration with AI assistants like Claude and VSCode.; 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.
Automated code quality checks in CI/CD pipelines
Learning to build modern AI coding agents from scratch