
Run Criterion system benchmarks and record results to docs/performance.md
Managing Claude configuration - skills, docs, plugins, CLAUDE.md, and hooks. Read first when modifying any Claude config.
Build release and package Endless for distribution
VMware ESXi performance troubleshooting for network and storage issues. Use when troubleshooting vmxnet3 TX hangs, NETDEV WATCHDOG errors, ring buffer exhaustion, TSO issues, high storage latency (KAVG/DAVG/GAVG), queue depth tuning, DSNRO configuration, iSCSI performance, PVSCSI optimization, or CPU overcommit symptoms. Covers both guest OS and ESXi host-level diagnostics.
Review conversation and update skills with learnings
Golang development standards. Use when writing Go.
Deep architectural reference for Claude Code internals -- the query loop, The Prestige (prompt caching illusion), tool orchestration, state management, and cost model. Use when reasoning about Claude Code behavior, optimizing token usage, or debugging cache breaks.
Kovarex-style project review — brutally honest assessment of roadmap, code, and priorities.
Timberbot mod DEVELOPMENT. Use when writing C# mod code, Python client code, tests, or docs. Not for playing the game. Use /timberbot for gameplay.
Build, test, and release Timberbot mod to GitHub and Steam Workshop
Approve and merge a PR after human review. Posts approval comments, merges, closes issue, cleans up branch.
Build, preview, and deploy MkDocs Material documentation sites. Use when working on docs, mkdocs.yml, or GitHub Pages.
List all available slash commands grouped by workflow stage
Review a PR or issue against hard merge gates: acceptance checklist, compliance, docs, regression tests, benchmarks, DRY, spec verification. Works for both PRs and standalone issues.
Rust development standards and patterns. Use when writing Rust outside of Bevy/Endless.
Auto-pick next PR/issue and start reviewing it immediately
Response calibration for accuracy, efficiency, and honest self-assessment. Apply to every response.
Analyze why Claude made its previous response -- trace reasoning to system prompt, CLAUDE.md, memory, skills, or context
Bevy 0.18 ECS patterns for the Endless colony sim. Use when writing Rust/WGSL for this project.
Universal development standards. Use when writing any code.
C# development standards. Use when writing C# code, .NET projects, Unity mods, or NuGet packages.
Strip Windows of junk services, AppX packages, scheduled tasks, startup entries, and telemetry. Use when the user wants to clean up Windows, disable bloatware, or optimize for performance.
Check Rust compiler errors and runtime logs
endless-cli BRP client for the Endless game. Use when interacting with a running game instance, inspecting entities, placing buildings, checking perf, or running BRP tests.
Godot 4.x game development patterns for colony/simulation games. Use when writing GDScript, optimizing NPC systems, implementing state machines, or scaling to thousands of entities.
Pull claude-blueprints repo and apply to ~/.claude
Re-read CLAUDE.md and confirm full compliance with every rule. Use at session start or when trust needs to be verified.
Python environment on this Windows machine. Read when running Python scripts or using Python for data processing.
Close a failed PR, comment findings on the issue, and reset. Use after /review when verdict is needs work.
Search for existing solutions before building
Build, launch with --autostart, verify via endless-cli, write findings doc
WGSL shader patterns for Bevy 0.18 compute and instanced rendering. Use when writing or modifying .wgsl shaders.
Manage WSL2 Ubuntu 24.04 on Windows 10. Use when checking WSL status, running commands inside WSL2, or troubleshooting the WSL environment.
Update docs, changelog, commit, and push after completing feature work.
vSphere VM performance investigation via InfluxDB MCP server. Use when investigating slow VMs, high latency, CPU contention, memory pressure, disk performance, or network issues in vSphere. Requires the influxdb MCP server to be running.
PowerShell development standards including VMware and Pester. Use when writing PowerShell.
Create a GitHub release with notes from CHANGELOG, triggers build workflow
k3s Kubernetes cluster running in WSL2 Ubuntu 24.04. Use when troubleshooting the cluster itself, nodes, networking, storage, or WSL2 integration.
Restore .claude.json from the most recent auto-backup when auth is corrupted.
Build and run Endless (pure Bevy)
Trigger GitHub Actions dev build (windows, dev channel)
AbixIO Rust S3-compatible erasure-coded object server. Single binary, two-tier write path (WAL + file), per-object FTT, multi-volume + multi-node, openraft control plane. Lives in [`abix-/abixio`](https://github.com/abix-/abixio) (server) and [`abix-/abixio-ui`](https://github.com/abix-/abixio-ui) (CLI + benchmark harness). Use when working on the core (storage, EC, WAL, write cache, read cache, TLS, S3 protocol, raft, metrics, lifecycle, healing), the abixio-ui CLI / benchmark harness, or the docs.
Create, claim, and work GitHub issues across project repos (abix-/endless, abix-/k3sc). Use when the user invokes `issue` with an explicit issue number, wants the next eligible issue claimed, or wants to create new issues. For claim/work flows, read and execute `C:/code/endless/docs/ai-collab-workflow.md`.
A constraint-based rhythmic text system (Linguistic Breakbeats) and its runtime environment (The Labyrinth). Use when asked to generate breakbeats, run the Labyrinth, or work with rhythmic text systems that produce emergent meaning through constraint.
Systematic methodology for diagnosing infrastructure problems across compute, storage, network, and virtualization layers. Use as the starting framework for any troubleshooting scenario, then reference platform-specific skills (vmware-esxi-performance, etc.) for deep dives.
Check Rust dependencies for updates and apply them
Read and search OneNote notebooks via COM interop
k3sc Go binary -- Claude agent operator, CLI, and TUI. Use when developing k3sc features, fixing bugs, adding commands, or modifying the operator/scanner/controller.
Inspect a Bevy entity via endless-cli. See endless-cli skill for full command reference.
Ansible development standards. Use when writing Ansible playbooks or roles.
AutoHotkey v2 scripting standards for Windows automation, hotkeys, and game macros. Built from the official AHK v2 docs and the AHK community conventions. v1 reached EOL in March 2024.