java-springboot
安全 78より良いSpring Bootアプリを構築する
作成者 github
Spring Bootプロジェクトは、レイヤー、設定、テスト、セキュリティの間で一貫性が失われることがあります。このスキルは、Spring Bootで保守しやすいJavaサービスを設計するための簡潔なベストプラクティス指針を提供します。
お気に入りのスキルを再利用可能なコレクションにまとめ、1 コマンドでインストールできます。
より良いSpring Bootアプリを構築する
作成者 github
Spring Bootプロジェクトは、レイヤー、設定、テスト、セキュリティの間で一貫性が失われることがあります。このスキルは、Spring Bootで保守しやすいJavaサービスを設計するための簡潔なベストプラクティス指針を提供します。
AI生成コード変更のクリーンアップ
作成者 getsentry
AI支援のブランチには、余分なコメント、不要な防御的コード、型に関する弱い回避策が含まれがちです。このスキルはブランチ差分をレビューし、周囲のコードスタイルに合わない変更を削除します。
Find the Right Convex Component
作成者 get-convex
Developers may rebuild infrastructure that existing Convex components already provide. This skill identifies matching patterns and suggests one focused alternative after completing the current task.
Convex 認証をセットアップする
作成者 get-convex
Convex 認証のセットアップは、プロバイダーの接続、環境変数、バックエンドのチェックが一致していないと失敗することがあります。このスキルは、正しいプロバイダーフローを案内し、検証済みの Convex 認証パターンを追加します。
Seed Convex Databases Safely
作成者 get-convex
Preparing reliable fixtures and bulk data for Convex can require repetitive schema checks and careful reruns. This skill guides idempotent internal mutations and CLI imports.
Convexプロジェクトをすばやく開始する
作成者 get-convex
Convexアプリを開始するには、フレームワーク固有のセットアップ手順がいくつか必要になる場合があります。このスキルは、スキャフォールディング、プロバイダーの接続、環境変数、最初の検証チェックをガイドします。
Convex のパフォーマンスボトルネックを監査
作成者 get-convex
遅い Convex 機能は読み取りを浪費し、広範な無効化を引き起こし、競合を見えにくくします。このスキルは Claude、Codex、Claude Code に、的を絞ったパフォーマンス監査を案内します。
安全な Convex データマイグレーションを計画する
作成者 get-convex
破壊的な Convex スキーマ変更は、デプロイの失敗や本番データの損傷につながる可能性があります。このスキルは、安全なロールアウト、バッチ処理によるバックフィル、ドライラン、検証をガイドします。
Build Reliable Convex Backends
作成者 get-convex
Convex backend code can fail from invalid schemas, imports, validators, or query patterns. This skill applies Convex-specific rules and verification steps.
Build Production-Ready Convex Backends
作成者 get-convex
Turn plain-English product requirements into a reactive, type-safe Convex backend design. Get guidance for schemas, functions, authentication, storage, scheduling, real-time features, and agent workflows.
Convexコンポーネントを構築する
作成者 get-convex
Convexコンポーネントには、明確なデータ所有権、ラッパー関数、生成された型が必要です。このスキルは、Convexプロジェクトにおけるコンポーネントの設計、実装、配線、検証をガイドします。
Add Stripe Billing to Convex
作成者 get-convex
Subscription billing requires coordinated checkout, webhook, and access-control logic. This skill provides a focused Convex workflow using the maintained Stripe component.
Add Convex Authentication to Your App
作成者 get-convex
Convex authentication can fail silently when server and client configuration diverge. This skill wires providers, keys, configuration, UI, and verification steps.
Convexタスクを適切なスキルに振り分ける
作成者 get-convex
Convexのリクエストは幅広くなりがちで、チームが誤ったワークフローを選んでしまうことがあります。このスキルは、Claude、Codex、Claude Codeをセットアップガイダンスや専門的なConvexスキルへ導きます。
このバリアントが首位の理由
Genkit JS アプリを構築
作成者 genkit-ai
Genkit プロジェクトは、API、モデル名、プロバイダー設定が変化すると失敗することがあります。このスキルは、Node.js と TypeScript の開発者に、最新のセットアップ、例、トラブルシューティング手順を案内します。
Javaユニットテストを生成
作成者 gavin-ali
Javaチームは、既存のプロジェクトスタイルに合った焦点の絞られたテストを必要とすることがよくあります。このスキルは、Claude、Codex、Claude Codeが実用的なモックを使ってJUnitとMockitoのテストを作成できるように導きます。
Build Reliable Flutter REST Clients
作成者 flutter
Flutter REST integrations require platform permissions, response validation, parsing, and clear UI states. This skill provides a structured implementation workflow using Dart's http package.
Configure Localization in Flutter Apps
作成者 flutter
Flutter localization setup requires coordinated dependency, generator, resource, and app configuration changes. This skill guides those changes with examples for strings, placeholders, plurals, and selects.
Implement JSON Serialization in Flutter
作成者 flutter
Manual JSON mapping can produce runtime type errors and duplicated parsing logic. This skill guides type-safe models, HTTP parsing, validation, and isolate usage.
Fix Flutter Layout Errors
作成者 flutter
Flutter constraint errors can hide the widget that caused the failure. This skill maps common error signatures to focused layout corrections and verification steps.