npx claudepluginhub hosochin/claude-spells --plugin common-skillsWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
タスク内容から適切なGitブランチ名を3〜5個提案する
This skill is limited to using the following tools:
sample.mdgen-branch-naming/input.md を読み取り、その内容から適切なGitブランチ名を3~5個提案してください。
要件:
- プレフィックスとして feature/, fix/, refactor/, docs/, test/, chore/ などを適切に使い分けること
- ブランチ名は kebab-case で記述すること
- 簡潔で内容がわかりやすい名前にすること
- 各提案について、ブランチ名とその提案理由を記載すること
- 最初に一番おすすめのブランチ名を明示すること
出力フォーマット:
【おすすめ】
ブランチ名
おすすめ理由: なぜこれが最適かの説明
---
【その他の候補】
1. ブランチ名
理由: この名前を提案した理由
2. ブランチ名
理由: この名前を提案した理由
...
$ARGUMENTS に test が指定されている場合は、gen-branch-naming/sample.md の内容を入力として使用してください。
提案したブランチ名と理由を gen-branch-naming/output.md に出力してください。
重要: 出力する際は、Writeツールではなく、Bashツールで cat コマンドとHEREDOC(<<'EOF')を使用して書き込んでください。これにより文字化けを防ぐことができます。
例:
cat > gen-branch-naming/output.md <<'EOF'
(生成した内容)
EOF
サンプル入力は gen-branch-naming/sample.md を参照してください。
Similar Skills
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.