Plan and execute AWS deployments using AWS CLI scripts only (no Terraform/CDK). Acts as an AWS Solutions Architect — inspects the workload, proposes a service mix with cost estimate, gets explicit approval, then generates and runs idempotent AWS CLI scripts with health verification. Trigger when the user types…
Four-mantra debugging discipline — reproduce, trace the fail path, falsify the hypothesis, cross-reference every breadcrumb. Recite the mantra block verbatim at the start of any debugging session, then apply the four steps in order before proposing any fix. Trigger on /debug-mantra and proactively whenever debugging…
End-of-session handoff — persist what happened into the user's memory directory AND push the project's code to GitHub, so the work can be resumed later (by a future session, another machine, or another person). Runs the two halves in parallel via subagents. Trigger when the user types /handoff or asks to "handoff /…
Add or sync i18n translation keys across all locale files (EN + TH) in any monorepo with parallel locale JSON (next-intl, i18next, React Native). Detects missing/orphan keys, keeps EN/TH in lockstep, and fills Thai translations. Trigger when the user types /i18n-sync, asks to "add a translation / เพิ่มคำแปล / sync…
Rewrite engineer-to-engineer content for engineering-org leadership (VPs, directors, PMs, release managers, execs in an engineering-savvy company) and shape it for the channel it is going to — JIRA comment, Slack post, async standup line, email, or meeting talking-points. Trigger when the user asks to write/rewrite…
Scaffold a complete NestJS feature slice (module + controller + service + DTOs, wired into the app) following the conventions already present in the repo, optionally with a Prisma model. Trigger when the user types /nest-vertical-slice or asks to "add an endpoint / สร้าง API / add a NestJS module / เพิ่ม resource /…
Write the canonical engineering record of a fixed bug — root cause, mechanism, fix, validation, and how it slipped through. Engineer-audience, code identifiers welcome. Use after a debug session lands a fix, before closing the ticket. Trigger on /post-mortem, when the user says "write the post-mortem / postmortem /…
Change a Prisma schema and produce a migration safely — review the generated SQL, guard against destructive data loss, and ensure the migration is git-tracked so it actually ships. For any Prisma project. Trigger when the user types /prisma-migrate-safe or asks to "change the schema / add a column / add a table /…
Fast semantic-ish retrieval across the user's memory directory using Grep + Read. Trigger when the user types /recall, /remember, or asks "what did I know about X / did we decide Y / how do I do Z" where X/Y/Z is plausibly something stored in memory. Cheaper and faster than rereading MEMORY.md cover-to-cover.
Scaffold a new React Native screen following the conventions already in the app (navigation registration, screen structure, shared components, types, i18n) instead of inventing a new structure. Trigger when the user types /rn-screen or asks to "add a screen / สร้างหน้าจอ / new RN screen / เพิ่มหน้า mobile / add a page…
Outsider-perspective end-to-end review of a plan, PR, or code change. First questions intent and whether a simpler/more elegant approach would achieve the same goal, then traces the actual code path (not just the diff) to verify the change does what it claims. Output is concise, actionable, and every call carries its…
Work the task as a 3-model team — Opus (you, the main agent) plans, decides, reviews and integrates; a Sonnet subagent does the heavy lifting (multi-file coding, design, deep analysis); a Haiku subagent does fast cheap well-scoped work (search, read+summarize, mechanical edits, checks). Delegate via the Agent tool's…
ตัดต่อวิดีโอขั้นเทพด้วยการสนทนา (god-tier conversational video editing). Transcribe → strategy → confirm → cut → grade → overlays → Thai subtitles → loudnorm → render. Pre-loaded with every Windows + Thai production gotcha so edits are correct on the first run. Trigger when the user types /vdocut, or asks to edit /…
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: