Stop
25Hook
Runs when the agent finishes a response, executing sg-python.sh via bash. From ronmkr/PromptBook.
Hook
Runs when the agent finishes a response, executing sg-python.sh via bash. From ronmkr/PromptBook.
Agent
Reviews proposed target architectures and transformed code against modern best practice. Adversarial — looks for over-engineering, missed requirements, and simpler alternatives.
Agent
Mines domain logic, calculations, validations, and policies from legacy code into testable Given/When/Then specifications. Use when you need to separate "what the business requires" from "how the old code happened to implement it.".
Agent
Deep-reads legacy codebases (COBOL, Java, .NET, Node, anything) to build structural and behavioral understanding. Use for discovery, dependency mapping, dead-code detection, and "what does this system actually do" questions.
Agent
Adversarial security reviewer — OWASP Top 10, CWE, dependency CVEs, secrets, injection. Use for security debt scanning and pre-modernization hardening.
Agent
Writes characterization, contract, and equivalence tests that pin down legacy behavior so transformation can be proven correct. Use before any rewrite.
Command
Full discovery & portfolio analysis of a legacy system — inventory, complexity, debt, effort estimation.
Command
Generate a phased Modernization Brief — the approved plan that transformation agents will execute against.
Command
Mine business logic from legacy code into testable, human-readable rule specifications.
Command
Security vulnerability scan with a reviewable remediation patch — OWASP, CWE, CVE, secrets, injection.
Command
Dependency & topology mapping — call graphs, data lineage, batch flows, rendered as navigable diagrams.
Command
Multi-agent greenfield rebuild — extract specs from legacy, design AI-native, scaffold & validate with HITL.
Command
Transform one legacy module to the target stack — idiomatic rewrite with behavior-equivalence tests.
Command
Code review a pull request.
Agent
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.
Command
Cleans up all git branches marked as [gone] (branches that have been deleted on the remote but still exist locally), including removing associated worktrees.
Command
Commit, push, and open a PR.
Command
Based on the above changes, create a single git commit.
Command
Onboard a Code-with-Gemini Makers Cardputer — fetch the build-with-gemini repo, flash firmware, and install the Gemini Buddy apps.
Skill Claude CodeCodex
Iterate on the Cardputer-Adv MicroPython app bundle (Gemini Buddy, Snake, Hello) after the device is already provisioned via m5-onboard. Use when the user wants to add a new app, push a single changed .py without re-flashing, watch device serial logs, or run a one-shot REPL command. Trigger on "add an app", "push to…
Skill Claude CodeCodex
End-to-end onboarding for a freshly-plugged-in M5Stack ESP32 device (Cardputer, Cardputer-Adv, Core, CoreS3, Stick) — detect on USB, flash UIFlow 2.0 firmware, and install the Gemini Buddy MicroPython app bundle. Use whenever the user plugs in or wants to flash/provision/reset an M5Stack or ESP32 board, or says…
Skill Claude CodeCodex
Manage Discord channel access — approve pairings, edit allowlists, set DM/group policy. Use when the user asks to pair, approve someone, check who's allowed, or change policy for the Discord channel.
Skill Claude CodeCodex
Set up the Discord channel — save the bot token and review access policy. Use when the user pastes a Discord bot token, asks to configure Discord, asks "how do I set this up" or "who can reach me," or wants to check channel status.
Command
An example slash command that demonstrates command frontmatter options (legacy format).