bxuserx/skua
Skill Claude CodeCodex
Idempotently sets up the terminal editors for the skua workflow. NEOVIM is skua's DEFAULT editor (.skua/server.ts click-to-open prefers nvim): writes a managed /.config/nvim/init.lua that is kickstart.nvim plus two skua additions — neo-tree (file browser, e) and gitsigns hunk keymaps (]h/[h); the default colorscheme…
bxuserx/skua
Skill Claude CodeCodex
Deterministic headless-browser smoke check for web targets. Boots the project's app on a free port, drives a headless Chromium over the configured routes, and fails on the runtime problems unit tests can't see — uncaught exceptions (pageerror), console.error, failed network requests, never-resolving spinners, and…
bxuserx/skua
Skill Claude CodeCodex
Manages the .tickets/ board: creates tickets (context-aware, grounded in code), refines thin backlog tickets into build-ready staged tickets ('pick up TKT-NNN' = ONE refinement pass → 1-staging, NO code), moves tickets between lifecycle stages (backlog → staging → stuck → building → testing → validating → complete)…
bxuserx/skua
Skill Claude CodeCodex
The optimization counterpart to bug-scan (defects) and feature-scout (new features): audits the EXISTING app's UX and proposes improvements — routing/flow simplification, visual hierarchy, affordances, feedback/loading/empty/error states, consistency, microcopy, and animation/interaction polish. Grades against…