audit
01Skill Claude CodeCodex
Use when asked to audit a codebase, or when the /audit command runs — find security, correctness, and quality issues across a project and report them organized by severity.
41 tagged ink, measured the same way as everything else here.
Browse within: ReAct 22assistant 22coding-agent 7deepseek 7deepseek-harness 7dsh-plugin 7bubble-tea 5
Skill Claude CodeCodex
Use when asked to audit a codebase, or when the /audit command runs — find security, correctness, and quality issues across a project and report them organized by severity.
Skill Claude CodeCodex
Use when the user reports a bug or asks to capture one — ask the minimal questions needed, then produce a structured bug report the team can act on.
Skill Claude CodeCodex
Use when asked to check for security vulnerabilities, or when the /vuln-check command runs — scan the project for known vulnerable dependencies and security anti-patterns.
Skill Claude CodeCodex
Use when a Formax repository task is non-trivial and you should analyze goals, non-goals, boundaries, data/type/interface impact, contract impact, test strategy, and whether an xhigh subagent is actually needed before writing a todo or code.
Skill Claude CodeCodex
Use when preparing a Formax code handoff: selecting files, generating repomix bundles, and writing a high-quality prompt for WebGPT or another coding agent with clear constraints and validation scope.
Skill Claude CodeCodex
Use after task analysis when a non-trivial Formax repository task needs a structured docs/todolist.md with [x]/[ ] items, definitions-before-UI ordering, explicit non-goals, tests, and loop-ready execution slices.
Skill Claude CodeCodex
A documentation consistency checker for a Rust command-line application. It compares the source files that define commands and settings with the help text and README files, including the Japanese README.
Skill Claude CodeCodex
A set of scripts for controlling and checking a terminal user interface through tmux, a tool that keeps terminal sessions running and accessible.
Skill Claude CodeCodex
A verification guide for gwm-rust, a Rust command-line tool for managing worktrees or related Git workspaces. It describes build, help, listing, cleanup, branch-sync, and terminal-interface checks.
Skill Claude CodeCodex
CI for ink interactive-fiction stories. Use it whenever a .ink file changes hands or changes state: "does my story compile?", "can any path crash it?", "are all my endings reachable?", "is there content nobody can ever see?", pre-commit checks, reviewing a story PR, or validating a generated/edited ink file before…
Skill Claude CodeCodex
Use when building terminal card games with ink-playing-cards, working with card components, deck management, zone systems, event systems, effect systems, or any card game logic using Ink and React for CLI rendering.
Skill Claude CodeCodex
Manage Vercel, Cloudflare, and Fastly WAF firewall rules as code with the Doorman CLI. Use for any firewall-as-code task — creating rules, IP blocking, rate limiting, bot protection, geo-blocking, syncing local config to providers, validating configurations, exporting documentation, CI/CD automation, or translating…
Skill Claude CodeCodex
Generate deterministic screenshots and demo GIFs of command-line and terminal (TUI) applications using Charm VHS. Use this skill whenever the user wants to capture, record, screenshot, or make a GIF/video of a CLI or terminal app — for a README, docs site, marketing page, changelog, release notes, or visual regression…
Skill Claude CodeCodex
Build CLI applications using React. Use when creating terminal UIs, handling keyboard input, or building interactive command-line tools with React components. Supports flexbox layouts, text styling, focus management, and accessibility.