Back to authors
uuta

uuta

23 Skills published on GitHub.

deep-research

Run OpenAI deep research to analyze and synthesize web sources into a comprehensive report. Invoked with a research query as argument.

UncategorizedView skill →

dev-plan

Create TDD-based implementation plan from docs/goal.md, save to Obsidian vault, and split into step files.

UncategorizedView skill →

dev-step-all

Execute all remaining steps from split plan files without user confirmation. Automatically loops through steps until completion or error.

UncategorizedView skill →

dev-step

Execute one step at a time from split plan files. Reads step markdown from Obsidian vault and implements with user confirmation.

UncategorizedView skill →

dev

Orchestrate TDD-based development workflow. Checks workflow state and delegates work to subagents (dev-plan, dev-step, create-pr).

UncategorizedView skill →

gemini-deep-research

Run Gemini deep research to analyze and synthesize web sources into a comprehensive report. Invoked with a research query as argument.

UncategorizedView skill →

learn

AI-Driven Learning Assistant. Structured learning based on Plan → Learn → Practice → Track methodology. Stores curricula and lessons in ~/uuta/Learning/{topic}/.

UncategorizedView skill →

review-format

Output in the specified format when a review of specific markdown is requested.

UncategorizedView skill →

simple-review-format

Output in the specified format when a review of specific markdown is requested.

UncategorizedView skill →

sub-issue-maker

Provide the task granularity for cutting subissues.

UncategorizedView skill →

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

UncategorizedView skill →

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.

UncategorizedView skill →

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.

UncategorizedView skill →

pbi-sub-issue

タスク分割プラン(pbi-task-splitで作成)を元に、GitHub の Sub-issue を作成する。親 Issue との関係も自動で設定。

UncategorizedView skill →

pbi-task-split

PBI(Product Backlog Item)をレイヤー別に分割し、並列実施可能なタスクを特定する。共通化すべき部品の洗い出し、依存関係の整理、クリーンアップ計画まで含む。

UncategorizedView skill →

plan-on-md

A skill to save plans to local Markdown after creating them in plan mode

UncategorizedView skill →

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.

UncategorizedView skill →

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.

UncategorizedView skill →

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.

UncategorizedView skill →

refactoring

Refactor code to improve maintainability by consolidating redundant logic and applying DRY principles

UncategorizedView skill →

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.

UncategorizedView skill →

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

UncategorizedView skill →

tmux-sender

tmux の別ペインにコマンドを送信する。「ペインで実行して」「tmuxで送信」などのリクエストで使用。

UncategorizedView skill →