A Git command for selecting files to place in Git's staging area, the list of changes prepared for the next commit. It can match files by project area, document or test type, or filename pattern.
A Git command that groups changed files and creates one or more commits with standard messages. Git is a system for tracking code changes, and a commit records a set of changes in the project history.
A Git status command that groups staged, unstaged, and untracked files by project area and file type. Git is a tool for tracking changes to source code and other files.
A development guide for ANTLR4, a tool that turns text into structured code data. It covers grammar files, syntax trees, and visitor code for walking those trees.
A specialist guide for developing compiler back ends, the part of a compiler that turns program structures into optimized lower-level instructions. It covers symbol tables, types, intermediate code, control-flow graphs, data-flow analysis, and optimization in a Java project.
A project-navigation skill for an EP curriculum or codebase, mapping 21 stages from lexical analysis and parsing through compiler construction, virtual machines, and optimization. It routes questions to relevant stages and related skills or notes.
A Git commit helper that writes structured commit messages and splits changes into separate topic-based commits. Git is a system for tracking code changes, and a commit is a saved set of changes.
A writing skill for producing chapters of a practical book about modern compiler development with AI-assisted programming. It uses system, chapter-template, and example prompts to keep the chapters structured.
A Java testing specialist workflow built around JUnit 5, AssertJ, Mockito, and JaCoCo. It sets rules for naming tests, arranging them as given-when-then steps, and measuring code coverage.
A development guide for virtual machines, which run compiled instructions, including bytecode, memory handling, and garbage collection. It covers stack-based and register-based virtual machines.
Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.
★not rated 34 3mo agoA
tokens not measured
originalBSD-3-Clause
Project instructions for adding trusted learning resources about compiler optimisation to an AGENTS.md file. The resources cover loop optimisation, SSA, register allocation, and data-flow analysis.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: