terminal-ux
49Skill Claude CodeCodex
Behavior rules for CLIs and TUIs: exit codes, stdout vs stderr, TTY detection, NOCOLOR, prompts, destructive-action confirmation, signal recovery.
Skill Claude CodeCodex
Behavior rules for CLIs and TUIs: exit codes, stdout vs stderr, TTY detection, NOCOLOR, prompts, destructive-action confirmation, signal recovery.
Skill Claude CodeCodex
STRIDE, attack trees, security-requirement extraction, mitigation and control selection, compliance mapping.
Skill Claude CodeCodex
Authors and normalizes tasks into docs/todo.md.
Skill Claude CodeCodex
Interaction-design pack for UI behavior: the five screen states, form validation, error copy, undo vs confirmation, accessibility wiring.
Skill Claude CodeCodex
Playwright toolkit for local web apps: navigate, click, fill forms, screenshots, console logs.
Plugin Claude Code
Local semantic search for Claude Code.
Plugin Claude Code
Local semantic search plugin for Claude Code — indexes your repository and exposes hybrid vector+BM25 search via MCP, slash commands, and grep interception.
Command
Diagnose claudix binary, index, and embedding provider. Use when search errors, the index won't build, or the embedding provider is unreachable.
Hook
Runs when a session starts, executing claudix-bootstrap.js via node. From uwuclxdy/claudix.
Hook
Runs after a tool call finishes for Write, Edit, MultiEdit, NotebookEdit and Read tool calls, executing claudix-bootstrap.js via node. From uwuclxdy/claudix.
Hook
Runs before the agent uses a tool for Grep and Bash tool calls, executing claudix-bootstrap.js via node. From uwuclxdy/claudix.
Hook
Runs when you submit a prompt, before the agent sees it, executing claudix-bootstrap.js via node. From uwuclxdy/claudix.
Skill Claude CodeCodex
This skill should be used when working with claudix semantic search beyond plain queries (indexing, embedding providers, cross-repo search, grep interception, index recovery).
Plugin Claude Code
human-in-the-loop mcp review for user-facing text: agents file, a human approves, later sessions apply.
Plugin Claude Code
human-in-the-loop mcp review for user-facing text: agents file, a human approves, later sessions apply.
Command
File user-facing copy for human approval, then apply it in a later session.
Skill Claude CodeCodex
This skill should be used when filing, rewriting, or applying user-facing copy (CLI help, TUI strings, web UI strings, error messages, microcopy) through reviewzy's human-in-the-loop MCP tools.
MCP server Claude CodeCodexCursor +2
agents draft user-facing copy, humans sign off on a dashboard, agents apply the approved words back in place. Runs locally from the reviewzy npm package.