Find the perfect skill
Kanji Index Maintenance
Development
Provides guidelines for maintaining the kanji index feature in a dictionary. Covers assigning kanji IDs using a format of sequential number, on'yomi, kun'yomi, and gloss, as well as rebuilding index files and troubleshooting missing links or incorrect entry counts.
Investigation Process
Development
Structured debugging process: trace code, document findings, and collaborate with the user to identify root causes and discuss fixes.
Database Performance Debugging
Development
Debug and troubleshoot database performance in ettametta. Use when investigating slow queries, connection pool issues, migration conflicts, N+1 patterns, or schema drift.
On-demand Incus boxes
DevOps
Provision and manage Incus containers as clean Linux hosts for CI, builds, and evidence capture. Use when you need to run something on a fresh remote box instead of the user's machine.
Scripting Subsystem Audit
Testing
Deep audit of scripting subsystem including .pex decompiler, Papyrus parser, AST-to-ECS recognizer chain, and runtime. Focus on correctness and bug detection.
codex-run — trigger Codex on worktree
Development
Triggers Codex CLI inside a git worktree to implement a prepared prompt/spec, evaluates delivery (score 0-10) and stops for gate.
Open a draft PR for Meshtastic-Android
Development
Push the current branch and open a draft PR for Meshtastic-Android with baseline verification, body per instructions, and embedded screenshots.
Drift Sentinel
Documentation
Audits documentation for drift against the code. Use when preparing a release, onboarding someone new, or after large refactors.
GitHub Docs PR Workflow
Documentation
End-to-end workflow: inspect changes, file a docs issue, create branch, commit, push, and open a PR.
Documentation Claim Check
Documentation
Read-only assessment of whether documentation claims are supported by evidence. Audits READMEs, release notes, and guides without executing commands or making changes.
Verification-and-Refinement Loop
Testing
Iteratively verifies a mathematical proof via external LLM, extracts structured bug reports, applies fixes, and requires 5 consecutive passes for acceptance.
Git Merge Mastery - Avoid Merge Problems
Development
Prevent and resolve common git merge issues, especially for GitHub Pages. Includes safe merge protocol and cache troubleshooting.