home/dot_agents/skills/prompt/SKILL.md
プロンプトを作成する。requirementsの指定を引数で指定する。
npx skillsauth add kryota-dev/dotfiles promptInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
天才プロンプトエンジニア目線で、要件それぞれ役立つプロンプトを作成して。 初級、中級、上級、天才 レベル別で、それぞれのプロンプトを省略せずに1つずつ丁寧に、構造化して整理して作成して。 それぞれのプロンプトは下に、追加文章を貼り付けるだけで成立するような汎用的で柔軟なプロンプトを考えてください。
{$requirements}
mkdir -p ./.claude/prompts を実行します./.claude/prompts 内にタスクの概要から適切なプロンプト名を考えて、その名前のディレクトリを作成します
./.claude/prompts/{timestamp}-create-article-component という名前のディレクトリを作成します{timestamp} は YYYYMMDD-HHMMSS 形式のタイムスタンプですdate +"%Y%m%d-%H%M%S" でタイムスタンプを生成することbeginner.md としますcode ./.claude/prompts/{timestamp}-{task-name}/beginner.md を実行して、作成したファイルを開くintermediate.md としますcode ./.claude/prompts/{timestamp}-{task-name}/intermediate.md を実行して、作成したファイルを開くadvanced.md としますcode ./.claude/prompts/{timestamp}-{task-name}/advanced.md を実行して、作成したファイルを開くgenius.md としますcode ./.claude/prompts/{timestamp}-{task-name}/genius.md を実行して、作成したファイルを開くAskUserQuestion ツールを使用して、作成したプロンプトを提示し、問題がないかをユーザーに確認する
development
`cc-code-review` エージェントを起動して独立したコンテキストでコードレビューを実行する。 現在のセッションのバイアスのないフレッシュな視点で、プロジェクトの CLAUDE.md を踏まえたレビューを行う。 トリガー: "cc-code-review", "ccでレビュー", "別の視点でレビュー", "セカンドオピニオン" 使用場面: (1) PRのコードレビュー (2) ブランチ差分のレビュー (3) 特定ファイルのレビュー (4) 現在の変更のレビュー
tools
Comprehensive guide for the `wtp` (Worktree Plus) CLI by satococoa — an enhanced Git worktree manager. Use this whenever the user wants to create, list, remove, or navigate Git worktrees with wtp, mentions `wtp add`/`wtp cd`/`wtp list`/`wtp remove`/`wtp exec`, asks about automatic worktree paths from branch names, post-create hooks (copy/symlink/command) in `.wtp.yml`, branch tracking for worktrees, or shell integration (`wtp shell-init`, `wtp hook`, tab completion, auto-cd). Trigger this even when the user just describes the workflow — e.g. 'spin up a worktree for this feature branch', 'jump to my auth worktree', 'clean up the worktree and its branch' — without naming wtp explicitly, as long as wtp is the available tool.
tools
Use when doing ANY task involving Supabase. Triggers: Supabase products (Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron, Queues); client libraries and SSR integrations (supabase-js, @supabase/ssr) in Next.js, React, SvelteKit, Astro, Remix; auth issues (login, logout, sessions, JWT, cookies, getSession, getUser, getClaims, RLS); Supabase CLI or MCP server; schema changes, migrations, security audits, Postgres extensions (pg_graphql, pg_cron, pg_vector).
data-ai
Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.