Skip to main content
GitHub リポジトリ

vz

vz には gpu-cli から収集した 5 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
5
Stars
7
更新
2026-04-02
Forks
0
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

vz
ネットワーク・コンピュータシステム管理者

Run commands in instant Linux VMs on macOS via vz. Use when the user needs to: (1) compile or test code for Linux (cross-compile, Linux-only deps), (2) run Linux-specific tools (apt-get, systemd, docker-in-VM), (3) execute commands in an isolated Linux environment, (4) work on a project that has a vz.json file. TRIGGER when: project contains vz.json, user says "run in Linux", "test on Linux", "compile for Linux", "vz run", or needs Linux-only behavior. DO NOT TRIGGER when: commands work fine on macOS natively.

2026-04-02
tmux-cli-test
ソフトウェア品質保証アナリスト・テスター

Test CLI applications interactively using tmux sessions. Use when testing TUI apps (ratatui dashboard, interactive prompts), verifying CLI command output, testing keyboard navigation, or validating terminal rendering. Launches commands in tmux, waits on conditions (never sleeps), captures frames, sends keypresses, and asserts on output. Specifically designed for gpu-cli but works with any CLI. Use this skill when asked to test, verify, or QA any terminal-based UI or CLI command flow.

2026-03-03
tui-review
ウェブ・デジタルインターフェースデザイナー

Critically review terminal user interfaces for UX quality, responsiveness, visual design, and interactivity. Use when asked to "review my TUI", "test my TUI UX", "audit my terminal UI", "check TUI responsiveness", "review TUI keybindings", "check interactivity", or any request to evaluate the user experience quality of a ratatui/crossterm/ncurses-based terminal application. Launches the TUI in tmux, systematically tests 10 dimensions (responsiveness, input conflicts, visual clarity, navigation, feedback loops, error states, layout, keyboard design, permission flows, visual design & color), and produces a graded report with screenshots and specific findings. Benchmarks against Claude Code, OpenCode, and Codex — the three best-in-class AI terminal UIs.

2026-03-03
implement-bd
ソフトウェア開発者

Implement a Beads issue by working through its tasks with specialized agents. Use when user wants to implement, work on, or complete a Beads issue (bd show, bd ready).

2026-02-18
plan-to-beads
ソフトウェア開発者

Convert a planning folder into well-structured Beads issues optimized for parallel agent execution via implement-bd. Use when asked to: - Import/convert a planning folder to Beads - Create issues/beads from planning docs - Bootstrap Beads from markdown plans - Set up work tracking for a planning folder - "Turn this plan into beads" or "create beads for planning/my-feature" - Break down a plan into parallelizable work items Reads planning folders (README.md, architecture.md, XX-*.md), extracts dependency graphs, and creates epics/features/tasks with correct parent-child relationships and dependency edges. Produces issues that implement-bd can pick up and execute, potentially in parallel.

2026-02-17