Agent skills
Skills you can use with AI coding agents, indexed from public GitHub repositories.
-
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
-
sub-issue-maker
Provide the task granularity for cutting subissues.
uuta/dotfiles 1
-
simple-review-format
Output in the specified format when a review of specific markdown is requested.
uuta/dotfiles 1
-
app-intents
App Intents for Siri, Shortcuts, Spotlight, and Apple Intelligence integration including intent modes, interactive snippets, visual intelligence, and entity indexing. Use when implementing Siri integration, App Shortcuts, or Spotlight indexing.
rshankras/claude-code-apple-skills 127
-
swift-development
Swift language patterns and best practices including concurrency, performance, and modern idioms. Use for Swift language-level code review or architecture guidance.
rshankras/claude-code-apple-skills 127
-
swift-concurrency-updates
Swift 6.2 concurrency updates including default MainActor inference, @concurrent for background work, isolated conformances, and approachable concurrency migration. Use when adopting Swift 6.2 concurrency features or fixing data-race errors.
rshankras/claude-code-apple-skills 127