Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
neo-frontend-design
Create dark command-center / cyberpunk dashboard interfaces inspired by the OJPP Portal design. Use this skill when the user asks for a dark, neon-accented, terminal-aesthetic UI. Generates production-grade code with glitch effects, monospace typography, and per-module neon color coding.
uuta/dotfiles 1
-
tdd-plan
Create implementation plans following TDD methodology with test-first approach. Each test file is immediately followed by its implementation (fine-grained RED→GREEN cycles).
uuta/dotfiles 1
-
prototype
Generate 3 HTML prototype variants using a team of parallel agents. Each agent creates a distinct design pattern (e.g., hover effects, animations, layouts) based on user prompts or docs/goal.md. Use when the user wants to explore multiple design directions for a UI component.
uuta/dotfiles 1
-
review-format
Output in the specified format when a review of specific markdown is requested.
uuta/dotfiles 1
-
proceed-by-step
Execute markdown-defined plan steps sequentially with user confirmation. Use when progressing through split plan files (created by plan-on-md or plan-steps-split), tracking step status, or working through complex multi-step implementations one step at a time.
uuta/dotfiles 1
-
deep-research
Run OpenAI deep research to analyze and synthesize web sources into a comprehensive report. Invoked with a research query as argument.
uuta/dotfiles 1
-
review-diffs
Performs comprehensive code review on git diffs and generates review.md with quality scores, critical issues, performance concerns, and potential bugs. Use when user requests to review changes, check code quality, analyze diffs, or validate LLM-generated code
uuta/dotfiles 1
-
gemini-deep-research
Run Gemini deep research to analyze and synthesize web sources into a comprehensive report. Invoked with a research query as argument.
uuta/dotfiles 1
-
learn
AI-Driven Learning Assistant. Structured learning based on Plan → Learn → Practice → Track methodology. Stores curricula and lessons in ~/uuta/Learning/{topic}/.
uuta/dotfiles 1
-
codex-worker
Delegate large-scale or context-heavy implementation tasks to OpenAI Codex via MCP. Use when 10+ files need changing, extensive boilerplate, framework migrations, or context window is above 150K tokens.
uuta/dotfiles 1
-
dev-step
Execute one step at a time from split plan files. Reads step markdown from Obsidian vault and implements with user confirmation.
uuta/dotfiles 1
-
plan-steps-split
Split plan steps into individual markdown files in Obsidian vault. Use after creating a plan with plan-on-md when you want each step as a separate trackable file.
uuta/dotfiles 1
-
tax
Review transaction exports for Japanese tax filing, classify deductible expense candidates, and import selected rows into MoneyForward with safe browser automation, verification, and reconciliation.
uuta/dotfiles 1
-
codex-review
tmux で動作する Codex CLI にプロンプトを送信し、ポーリングでレスポンスが完了するまで待機して取得する。「codex に聞いて」「codex で調べて」などのリクエストで使用。
uuta/dotfiles 1
-
pbi-task-split
PBI(Product Backlog Item)をレイヤー別に分割し、並列実施可能なタスクを特定する。共通化すべき部品の洗い出し、依存関係の整理、クリーンアップ計画まで含む。
uuta/dotfiles 1
-
refactoring
Refactor code to improve maintainability by consolidating redundant logic and applying DRY principles
uuta/dotfiles 1
-
tdd-plan-review
Review and reorder existing implementation plans to follow TDD methodology. Use when user has a plan that puts implementation before tests, or when validating plan structure for TDD compliance. Reorganizes steps to ensure test-first approach.
uuta/dotfiles 1
-
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
uuta/dotfiles 1
-
claude-tmux-pm
tmux 上の Claude Code セッションに GitHub の sub-issue を順番に割り当てるスキル。親 Issue 配下の sub-issue を番号順に見て、最初の未対応タスクが `S` ラベルなら `feat/{issue_number}` ブランチの専用 worktree で Claude Code に実装させる。Claude は実装と検証まで行い、Codex が diff review してから commit / push / PR を行う。最初の未対応タスクが `M` または `L` の場合は割り当てず、先に対応方針をユーザーと相談する。「Claude Code に割り当てて」「tmux の Claude に投げて」「agent に issue を振って」などで使用。
uuta/dotfiles 1
-
github:create-pr
Create a GitHub PR using the current branch's issue title and project PR template. Designed to be called after all dev steps complete.
uuta/dotfiles 1
-
plan-on-md
A skill to save plans to local Markdown after creating them in plan mode
uuta/dotfiles 1
-
tmux-sender
tmux の別ペインにコマンドを送信する。「ペインで実行して」「tmuxで送信」などのリクエストで使用。
uuta/dotfiles 1
-
dev-step-all
Execute all remaining steps from split plan files without user confirmation. Automatically loops through steps until completion or error.
uuta/dotfiles 1
-
dev-plan
Create TDD-based implementation plan from docs/goal.md, save to Obsidian vault, and split into step files.
uuta/dotfiles 1