
X (Twitter) API read-only CLI. Bookmarks retrieval, tweet search, engagement analytics (likes/RT aggregation), mentions, user lookup. Use when: reading X bookmarks, searching tweets, aggregating likes/retweets, checking mentions, looking up users. Triggers: bookmark, bookmarks, X search, Twitter search, likes count, RT count, engagement, tweet analytics.
単体テスト方針の要約。Kiro流で使うときは本文を必ず参照・展開する。
Browser automation with engine choice. Use for navigation, interaction, extraction, and AI-led behavior checks. `--engine lightpanda` is an optional fast first pass for DOM/network verification, not a replacement for real-browser visual verification or final E2E.
Browser automation via browser-use CLI v2. One fast local browser option for navigation, clicking, typing, screenshots, state inspection, JS eval, data extraction, and session management. Choose it when its workflow fits best; it is not the only valid first step.
Analyze code coupling using Vlad Khononov's Balanced Coupling framework. Generates interactive HTML reports with D3.js dependency graphs. Use when analyzing architecture health, identifying risky dependencies, or preparing for refactoring decisions. Language-agnostic design.
和田卓人氏の「実録レガシーコード改善」に基づき、テストのないレガシーコードに対して、バージョン管理、自動テストの導入、TDDによる機能追加、ドメインモデルの抽出、Clean Architectureの適用を段階的にガイドします。
Remotionで動画を作成し、X(Twitter)に投稿する完全ワークフロー。プロジェクト作成→レンダリング→Chrome拡張でX投稿までを自動化。動画投稿時やRemotionプロジェクト作成時に使用。
TAKT ピースエンジン。Agent Team を使ったマルチエージェントオーケストレーション。ピースYAMLワークフローに従ってマルチエージェントを実行する。
Obsidianヴォルト操作の唯一の窓口。「ノートにまとめておいて」「まとめておいて」「文献ノート」「論文読んだ」「資料まとめて」「Obsidian」「vault」「daily notes」「メモ」「knowledge base」「Mermaid図」「記録として残して」「調査結果まとめて」のいずれかが出たら必ずこのスキル。デフォルト保存先は `03_文献ノート/`。書き終わったら必ず `ob open file=...` でobailsを開いてユーザーに見せる。`ob` CLIを使い、Vaultを直接Write/Editしない。
このスキルは、ユーザーが「プロンプトをレビューして」「対話履歴を分析して」「理解度を診断して」 と依頼したとき、または /prompt-review で呼び出されたときに使用する。 過去のAIエージェント対話履歴(Claude Code, GitHub Copilot Chat, Cline, Roo Code, Windsurf, Antigravity, OpenCode)を読み取り、技術理解度・プロンプティングパターン・AI依存度を推定してレポートを生成する。
Qwen3-TTS (VoiceDesign mode) をMac MLXで効率的に実行するためのガイド。パラメータ最適化、RTFチューニング、Web UI構築、Remotion連携に使用
Send prompts to other AI CLIs (Codex, Claude Code) running in sibling tmux panes and receive results back. Use this skill when the user asks to send a question or task to Codex or another Claude Code instance in a tmux pane. Handles pane discovery, CLI startup if needed, prompt delivery with proper Enter timing, delivery verification, and result return via tmux send-keys.
追加のAIをTTY付きの素のCLIで実行するためのミニ手順。詳細は本文参照。
Gemini APIで画像を生成するシンプルなCLIツール。プロンプトを渡して1枚の画像を生成。
Codex CLI を使って、ユーザーが明示的に望んだ調査・実装・レビューだけを補助的に実行する。Claude Code の主導権は維持し、乗っ取り的な委譲や危険な自動化は行わない。
Figma design ingestion and fidelity enforcement. Use when extracting designs via Figma CLI, implementing UI components, or validating design compliance.
Gemini 2.0 Flash APIを使用して音声ファイル(m4a, mp3, wav等)を日本語で文字起こしするスキル。講義録音や音声メモの書き起こしに使用。
GitHub Pull Requestのレビュー操作を行うスキル。PR情報取得、差分確認、コメント取得・投稿、インラインコメント、コメント返信をghコマンドで実行する。PRレビュー、コードレビュー、PR操作が必要な時に使用。
Hono + Vite SSR開発のテンプレートとガイド。サーバー/クライアント2ファイル構成でTypeScript JSXを使用。vite-ssr-componentsでScript/Link/ViteClientを提供。Cloudflare Workers対応。Webアプリ作成時やHono SSRプロジェクト立ち上げ時に使用。
MoonBit + Luna UI (Sol Framework) でのWebアプリ開発。MoonBitコード、Solルーティング、Island Components、Server Actions、D1データベース、Cloudflare Workersデプロイに使用
Obsidian note creation, search, and management. Use when working with Obsidian vault, creating literature notes, searching knowledge base, or synthesizing research into Mermaid diagrams with Raindrop integration.
Real-browser automation for navigation, interaction, screenshots, tracing, downloads, and reliable verification. Use when rendered output, visual confidence, or user-facing proof matters, including after a lighter `agent-browser --engine lightpanda` first pass.
Multi-AI (Claude/Codex/Gemini) deliberation skill with strict availability checks and structured outputs.
CLAUDE.mdをGitHub Gist・dotfiles・Obsidianの3箇所に同期する。詳細・トリガーは本文参照。
Set up secure environment variable management using dotenvx + direnv + git worktree. Use when user asks to set up env management, wants to encrypt .env files, or needs to configure environment variables for worktree-based development. Also use when setting up a new project that needs secure env handling.
Helps users discover and install agent skills from TRUSTED sources only. Use when the user asks "how do I do X", "find a skill for X", or wants to extend capabilities. Always verify the source before installing.
JotaiとReact Suspense/Transitionを組み合わせたモダンな状態管理・非同期処理のベストプラクティス集。uhyo氏の「jotaiによるReact再入門」に基づく。
Multi-AI (Claude/Codex/Gemini) deliberation skill with strict availability checks and structured outputs.
MoonBit code generation best practices. Use when writing MoonBit code to avoid common AI mistakes with syntax, tests, and benchmarks.
worktreeからPR作成→push→CI監視→失敗修正→Copilotレビュー対応まで自律完結するフロー。「/pr」「PRを作成して」「PR出して」で発動。
Remotion + Qwen-TTS(MLX)で動画を生成する際の完全ガイド。音声生成、口パク同期、フレーム計算、そして必須の検証フェーズまでカバー。動画生成時に使用。
React Router v7のモダンな開発手法を提供するスキル。ファイルベースルーティング(auto-routes)、機能的凝集とコロケーション、Hono統合(Cloudflare Workers)、型安全なパターンマッチング等のベストプラクティスを含む。
【作業開始時と完了時に必ず実行】tmuxウィンドウ名を開始直後に設定し、完了時はsay報告と再設定を行うSkill。実装・修正・調査などあらゆるタスクで使うこと。
Send messages and files to Slack using the existing bot token and the single configured channel. Never use browser automation for this skill. Do not send to any other channel.
Best practices for Remotion - Video creation in React