jpa-patterns
[ 注目 ]JPA/Hibernate パターンは、Spring Boot のエンティティ設計、関係、クエリ性能を最適化するために使用されます
Killer-Skillsディレクトリで数千のAI Agentスキルを探索・インストール。Claude Code、Windsurf、Cursorなどに対応。
JPA/Hibernate パターンは、Spring Boot のエンティティ設計、関係、クエリ性能を最適化するために使用されます
Comprehensive vitest testing guidance for TypeScript projects. Use when (1) Writing new tests with AAA pattern, parameterized tests, or async/await, (2) Reviewing test code for anti-patterns like loose assertions (toBeTruthy), over-mocking, or nested describe blocks, (3) Optimizing slow test suites, (4) Implementing property-based testing with fast-check - especially for encode/decode pairs, roundtrip properties, validators, normalizers, and idempotence checks. Covers test organization, assertions, test doubles hierarchy (fakes/stubs/mocks), async testing, performance patterns, and property-based testing patterns. Trigger keywords on vitest, *.test.ts, describe, it, expect, vi.mock, fast-check, fc.property, roundtrip, idempotence.
Kotlin Exposed パターンは、JetBrains Exposed ORM を使用したデータベースアクセスのための技術です
Remotionは、プロフェッショナルなウォークスルー動画を生成するAI動画生成ツールです
AIエージェントの文章作成スキルは、AI技術を利用して長文の自動化作成と編集を行う能力である
YouTrackDB is a general-use object-oriented graph database with storage format native to handle graph relations. YouTrackDB supports Gremlin queries and ACID transactions.
Translates untranslated strings in a locale JSON file for the Oinkoin app. Use when the user wants to localise or update translations for a specific language, or says translate <locale>.
Create a GitHub release with auto-generated release notes from commits since the last tag. Uses conventional commits to categorize changes into Features, Bug Fixes, and maintenance sections.
Use when a documentation section exists but lacks motivation or use-cases — thin sections that show a signature and a toy example but never explain why a reader would choose this API over alternatives.
ブループリント ドキュメント リファレンスは、ブループリント ドキュメントを作成および編集するための AIエージェントです
How to run scenario tests against Gorlami fork RPCs (dry runs) before broadcasting live transactions. Covers config, seeding balances, runner flags, and safe script patterns.
Apply safe and maintainable backend database patterns (transactions, pagination, soft deletes, query optimization, data consistency).