npx claudepluginhub hosochin/claude-spells --plugin common-skillsWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
クラス名・メソッド名・変数名などコーディングに関する命名を3〜5個提案する
This skill is limited to using the following tools:
sample.mdgen-code-naming/input.md を読み取り、適切なコード命名(クラス名、メソッド名、変数名)を3~5個生成してください。
要件:
- 言語ごとの命名規則に従うこと(例: JavaScript はキャメルケース、Python はスネークケースなど)
- 命名の目的や内容が明確に伝わる名前にすること
- 各命名候補について選定理由を記載すること
- 一番おすすめの命名を最初に明示すること
出力フォーマット:
【おすすめ】
命名候補
おすすめ理由: なぜこれが最適かの説明
---
【その他の候補】
1. 命名候補
理由: この名前を提案した理由
2. 命名候補
理由: この名前を提案した理由
3. 命名候補
理由: この名前を提案した理由
(必要に応じて4~5個まで)
$ARGUMENTS に test が指定されている場合は、gen-code-naming/sample.md の内容を入力として使用してください。
生成された命名候補を gen-code-naming/output.md に出力してください。
重要: 出力する際は、Writeツールではなく、Bashツールで cat コマンドとHEREDOC(<<'EOF')を使用して書き込んでください。これにより文字化けを防ぐことができます。
例:
cat > gen-code-naming/output.md <<'EOF'
(生成した内容)
EOF
サンプル入力は gen-code-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.
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.