カレントブランチをもとにConventional Commits形式のドラフトPRを作成する skill。リリースラベル定義 (~/.claude/skills-config/release-labels.md) を参照。
独立した plugin 群。必要な skill だけを選択的に install できる。
npx skills add YasuakiOmokawa/skills
対話で必要な skill を選んで install。
続けてターミナルで設定値を生成:
bash ~/.claude/plugins/marketplaces/omokawa-skills/scripts/setup.sh
これで ~/.claude/skills-config/jira.md などが生成される。全プロジェクト横断で参照されるグローバル設定で、プロジェクトを切り替えても同じ設定が効く。
| Plugin | 役割 |
|---|---|
model-data | 要求文書から DBML 形式の ER 図を生成 |
map-user-stories | 設計書から UserStory/Task を分解 |
define-acceptance-criteria | プランに受け入れ条件 を定義 |
mece-plan-review | 受け入れ条件 に対し3視点で MECE 検証 |
review-design | 「どこに・どう作るか」を判定 |
finalize-plan | プラン→実装可能形式へ変換 |
polish-before-commit | コミット前の自動仕上げ |
| Plugin | 役割 |
|---|---|
create-jira-issues | プランから Jira チケット一括作成 |
set-jira-story-points | Story Points 一括設定 |
| Plugin | 役割 |
|---|---|
translate-to-vision-story | プロジェクト活動を Zenn 記事下書きに翻訳 |
| Plugin | 役割 |
|---|---|
qa-ui | ChromeDevTools MCP で UI 検証 |
review-code-quality | 設計レベルの品質問題を検出 |
create-pr | カレントブランチからドラフト PR 作成 |
dry-ssot-text | AI-generated document を SSOT に統合 |
purge-private-vocab | plan 由来の固有語を対外文書から除染 |
これらの plugin が参照する設定値は ~/.claude/skills-config/*.md に保管される。ユーザーマシンに 1 セットだけあれば、全プロジェクトから同じ設定が読まれる。サンプルは examples/skills-config/ 配下:
examples/skills-config/jira.example.mdexamples/skills-config/release-labels.example.mdexamples/skills-config/environments.example.mdbash scripts/setup.sh で対話生成するのが推奨。手動なら *.example.md を ~/.claude/skills-config/*.md にコピーして編集。詳細は CONTEXT.md を参照。
1. 設計してプランファイルつくる
2. 要件を精査する
3. /map-user-stories で US/Task に分解
4. /create-jira-issues で Jira へ一括登録
5. /define-acceptance-criteria で 受け入れ条件定義
6. /mece-plan-review で網羅性検証
7. /review-design で設計レビュー
8. /finalize-plan でブランチ・PR分割・QA計画を策定
9. 実装
10. /qa-ui で UI 検証
11. /review-code-quality + /polish-before-commit で仕上げ
12. /create-pr でドラフトPR作成
MIT。詳細は LICENSE を参照。
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub yasuakiomokawa/skills --plugin create-prプランファイルの受け入れ条件(AC)に対しMECE完全性検証を実施し、ユースケース漏れ・技術的対応漏れ・ACの改善点を検出して分析ファイルに記録する。プランにACが定義済みで実装前にMECE検証が必要な時に使用。事前に /define-acceptance-criteria でACを定義しておくこと。
プランモード中にプランファイルの受け入れ条件・技術リスクを定義する時に使用。詳細は分析ファイル(`<plan>.analysis.md`)に書き出し、プランファイル末尾には品質検証サマリーのみ追記する。/mece-plan-reviewの前に実行し、MECEの検証ターゲットを定義する。
新機能の実装開始前、ファイルやモジュールの追加時、「このコードはどこに置くべきか」と迷った時に使用。
実装完了後のセルフチェック時、PRレビュー前の品質確認時に使用。RuboCop/ESLintでは検出できない設計レベルの問題を検出する。
プランモードで設計が確定した後、実装に移る直前に使用。分析ファイルからAC・MECE結果を読み込み、プランファイルにブランチ・PR分割・QA手順を追記する。
UI/UX design intelligence. 67 styles, 161 palettes, 57 font pairings, 25 charts, 15 stacks (React, Next.js, Vue, Svelte, Astro, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui, Nuxt, Jetpack Compose). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
This skill should be used when users need to generate ideas, explore creative solutions, or systematically brainstorm approaches to problems. Use when users request help with ideation, content planning, product features, marketing campaigns, strategic planning, creative writing, or any task requiring structured idea generation. The skill provides 30+ research-validated prompt patterns across 14 categories with exact templates, success metrics, and domain-specific applications.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.