se-dev-game-code
Allows reading the decompiled C# code of Space Engineers version 1
se-dev-mod
Mod development for Space Engineers version 1. Search mod code for examples and patterns.
se-dev-plugin
Plugin development for Space Engineers version 1. Search plugin code from PluginHub for examples and patterns.
se-dev-script
In-game (programmable block, aka PB) script development for Space Engineers version 1. Search script code for examples and patterns.
se-dev-server-code
Allows reading the decompiled C# code of the Space Engineers Dedicated Server
pr-description-concise-markdown
Checks the internal consistency of a software project, fixes any issues found.
agent-zero-plugin-scan
Detailed steps to security scan an Agent Zero plugin.
busybox-on-windows
How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows.
consistency-check
Checks the internal consistency of a software project, fixes any issues found.
dotnet-cli-fix-loop
Iterates on a .NET CLI project buildable with `dotnet build` until it builds and runs without errors.
gcp-batch-inference
Running batch inference on Google Cloud (also known as Vertex AI)
godot-documentation
Complete official Godot Engine documentation. Covers getting started guides, tutorials, API class reference, engine details, and community resources.
handbook-writer
>
python-guidelines
Guiding principles for writing clear, concise, human readable and maintainable Python code.
recursive-language-model
Recursive Language Model workflow for processing documents that exceed context window limits. Uses a persistent Python REPL and subordinate agents to chunk, search, and analyze large context files.
safe-commands
Collection of safe, read-only CLI commands for 149 tools. Environment variables and parameters for running command line programs reliably without modifying system state. Includes query-only modes, dry-run options, and non-destructive alternatives.
silent-cli
Environment variables and parameters for running command line programs reliably in non-interactive environments (unattended). Includes silent modes, color/disable TTY, and reduced output options for 155 CLI tools.
stabilization-loop
Stabilizes a software project by repeatedly running and testing it in a loop, fixing any issues.