bxuserx/skua

Agentic Development Environment - local - in browser

11Stars on the repository
28Mods indexed here, across every type
22d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

a11y-audit

01

bxuserx/skua

Skill Claude CodeCodex

Accessibility audit that files [a11y, ai-proposed] tickets for WCAG 2.2 AA gaps. ENGINE mode wraps the real tools (axe-core / pa11y) against a running dev server for objective, high-signal findings; STATIC mode (the autonomous fallback) reads components/templates for high-confidence issues (missing alt text, unlabeled…

11 22d ago A 131 tokens

adr-manager

02

bxuserx/skua

Skill Claude CodeCodex

Owns the .tickets/ADRs/ lifecycle: create, enrich, transition (FSM-validated), link-to-ticket, list-open, promote-draft-tickets, validate-adr. User input is intentionally minimal — every create / enrich op opens with a Researcher-vs-Builder mode prompt and the AI fills in Decision, Consequences, references, and…

11 22d ago A 98 tokens

adr-researcher

03

bxuserx/skua

Skill Claude CodeCodex

External research synthesis for architectural decisions. Given a topic or named decision, WebSearches reputable architecture sources (Nygard, Fowler, AWS/GCP/Azure Architecture Frameworks, OWASP, pattern catalogs, project-internal docs), dedupes against existing ADRs, and produces a drafted ADR: Suggested position…

11 22d ago A 136 tokens

bug-scan

04

bxuserx/skua

Skill Claude CodeCodex

Multi-agent bug hunt over the repo containing .skua/: fans out finders across correctness, error-handling, resource/state, risky-pattern, and security dimensions; adversarially refutes every candidate; files survivors as actionable 0-backlog tickets via the ticket CLI. Caps tickets per run and logs what it truncated…

11 22d ago A 118 tokens

chaos

05

bxuserx/skua

Skill Claude CodeCodex

Chaos mode — skua's third, fully-autonomous ticket-execution mode (alongside user-driven and agentic). Arms a background supervisor that drains the backlog with ZERO human input: one fresh claude -p per ticket in its own chaos/TKT-NNN git worktree, self-deliberating on technical decisions via competing viewpoint…

11 22d ago A 214 tokens

feature-scout

06

bxuserx/skua

Skill Claude CodeCodex

The generative counterpart to bug-scan: invents NEW features the user would value, grounded in the actual codebase. Fans out divergent 'product lens' agents (power-user, onboarding, adjacent-workflow, data-leverage, delight, integration), each proposing concrete features with a value hypothesis and a where-it-plugs-in…

11 22d ago A 151 tokens

firestore

07

bxuserx/skua

Skill Claude CodeCodex

Optional Firestore mirror of the skua ticket board. Reflects each ticket's status + metadata into a Firestore collection so the board can be watched from OUTSIDE the repo (a phone, a shared page, a cron report). Zero-dependency: mints a token from your local Google Application Default Credentials and calls the…

11 22d ago A 189 tokens

ponytail-audit

08

bxuserx/skua

Skill Claude CodeCodex

Whole-repo audit for over-engineering. Like ponytail-review, but scans the entire codebase instead of a diff: a ranked list of what to delete, simplify, or replace with stdlib/native equivalents. Use when the user says "audit this codebase", "audit for over-engineering", "what can I delete from this repo", "find…

11 22d ago A 105 tokens

ponytail-debt

09

bxuserx/skua

Skill Claude CodeCodex

Harvest every ponytail: comment in the codebase into a debt ledger, so the deliberate shortcuts and deferrals ponytail leaves behind get tracked instead of rotting into "later means never". Use when the user says "ponytail debt", "/ponytail-debt", "what did ponytail defer", "list the shortcuts", "ponytail ledger", or…

11 22d ago A 99 tokens

ponytail-gain

10

bxuserx/skua

Skill Claude CodeCodex

Show ponytail's measured impact as a compact scoreboard: less code, less cost, more speed, from the benchmark medians. One-shot display, not a persistent mode, and not a per-repo number. Trigger: /ponytail-gain, "ponytail gain", "what does ponytail save", "show ponytail impact", "ponytail scoreboard".

11 22d ago A 83 tokens

ponytail-help

11

bxuserx/skua

Skill Claude CodeCodex

Quick-reference card for all ponytail modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /ponytail-help, "ponytail help", "what ponytail commands", "how do I use ponytail".

11 22d ago A 56 tokens

ponytail-review

12

bxuserx/skua

Skill Claude CodeCodex

Code review focused exclusively on over-engineering. Finds what to delete: reinvented standard library, unneeded dependencies, speculative abstractions, dead flexibility. One line per finding: location, what to cut, what replaces it. Use when the user says "review for over-engineering", "what can we delete", "is this…

11 22d ago A 100 tokens

ponytail

13

bxuserx/skua

Skill Claude CodeCodex

Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports…

11 22d ago A 138 tokens

security

14

bxuserx/skua

Skill Claude CodeCodex

Proactive, whole-repo security audit built on the stack-agnostic /security-review engine. Runs the engine over the codebase, then composes raw findings into one posture report: CVSS-anchored severity, deduplication via (CWE, normalized-resource) key, open-ticket lookup (links to existing TKT-NNN), snapshot diff vs…

11 22d ago A 142 tokens

skill-builder

15

bxuserx/skua

Skill Claude CodeCodex

Author, audit, or refactor a Claude Code skill — produces a populated SKILL.md skeleton, validates frontmatter against the official Anthropic spec, checks against the project authoring checklist with severity-ranked output (P0/P1/P2), and audits the whole skill portfolio. Owns the canonical authoring guide…

11 22d ago A 112 tokens

skill-generator

16

bxuserx/skua

Skill Claude CodeCodex

Cold-start bootstrap for a Claude Code skill portfolio. Introspects a target codebase (deploy units, data layers, cross-cutting concerns) and PROPOSES a customized skill portfolio + harness scaffold as a markdown plan. Child tickets via ticket-manager.create-ticket execute the scaffolding through…

11 22d ago B 108 tokens

skill-organizer

17

bxuserx/skua

Skill Claude CodeCodex

Portfolio-level skill curation: proposes merges, renames, retirements, and orchestrator wraps. Consumes skill-builder's overlap-check, audit-all, and list-orphans primitives (does NOT reimplement). Generates a versioned PORTFOLIOREORGPLAN.md and sweeps connectsto edges after structural changes.

11 22d ago A 81 tokens

skua-terminal

18

bxuserx/skua

Skill Claude CodeCodex

Knowledge + debugging playbook for the skua dashboard's in-browser terminal — the xterm.js (DOM renderer) → ttyd → zellij → shell stack under .skua/. Encodes the layer-localization diagnostic (the Playwright buffer-probe that reads xterm's buffer and compares it to ground truth, plus bypass-the-persistence-layer and…

11 22d ago A 193 tokens

skua-vim-setup

19

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…

11 22d ago A 276 tokens

smoke

20

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…

11 22d ago A 174 tokens

ticket-manager

21

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)…

11 22d ago D 106 tokens

ux-audit

22

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…

11 22d ago A 133 tokens