80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
critical-code-review
by CAPHTECH
Perform critical code review with automated fix suggestions. Use when reviewing code changes, pull requests, specific fi...
dependency-observation
by CAPHTECH
依存関係の取り違えを検出する観測。lockfile固定、クリーンビルド、統合スモークで再現性を担保。Use when: 依存追加/更新、CI...
swiftui-component
by CAPHTECH
SwiftUIコンポーネント設計支援。View構造化、状態管理(@State/@Binding/@Observable)、Previewマクロ活用、アクセシビリティ...
ios-archive
by CAPHTECH
アーカイブ・配布支援。App Store Connect、TestFlight、Ad Hoc/Enterprise配布。 使用タイミング: (1) App Storeへの提出準備時...
refactoring-executor
by CAPHTECH
Execute refactoring safely with test-first verification following best practices. Takes refactoring discovery reports as...
webapp-debugger
by CAPHTECH
Chrome DevTools MCPを使用したWebアプリのデバッグ支援スキル。ブラウザ操作、コンソールログ監視、ネットワークリクエスト分析...
ios-snapshot-test
by CAPHTECH
スナップショットテスト支援。swift-snapshot-testing、UI変更検出。 使用タイミング: (1) UIコンポーネントのリグレッションテ...
ios-design-direction
by CAPHTECH
iOSアプリのデザイン哲学とクリエイティブディレクション。Apple Human Interface Guidelinesに基づく Clarity/Deference/Depth...
eld-model-term-card
by CAPHTECH
LDE(Law-Driven Engineering)のTerm Card作成スキル。 ドメインの語彙(Vocabulary)を標準フォーマットで文書化し、名辞抽象...
security-observation
by CAPHTECH
セキュリティ観測。認可漏れ、インジェクション、機密漏えい、暗号誤用、依存脆弱性を検出。Use when: 認証/認可実装、外部入力...
eld-sense-scope
by CAPHTECH
PCE (Process-Context Engine) のスコープ管理スキル。入れ子プロセス間のコンテキスト継承を設計し、親子間のハンドオフを最適...
ios-signing
by CAPHTECH
iOSアプリのコード署名・プロビジョニング支援。証明書管理、Provisioning Profile管理、Keychain設定、CI/CD環境での署名設定な...
boundary-observation
by CAPHTECH
境界条件・エッジケースの観測。null/空/0/最大値/最小値/オーバーフロー/タイムゾーン等を網羅的にテスト。Use when: テスト設...
technical-book-writer
by CAPHTECH
Comprehensive guide for writing technical books in Markdown format. Use this skill when creating new chapters, managing...
firebase-testing
by janisto
Guide for testing Firebase Admin SDK with Vitest mocks. Use when writing tests that involve Firebase Auth, Firestore, or...
typebox-schemas
by janisto
Guide for TypeBox schema conventions in Fastify routes and environment validation. Use when defining request/response sc...
fastify-plugin
by janisto
Guide for creating Fastify plugins with TypeScript, ESM, and fastify-plugin wrapper. Use when adding new plugins to app/...
fastify-routes
by janisto
Guide for creating Fastify route handlers with TypeBox schemas and OpenAPI documentation. Use when adding new routes to...
vitest-testing
by janisto
Guide for writing unit tests with Vitest for Fastify plugins and routes. Use when creating or modifying tests in app/tes...
systematic-debugging
by TriNgo0108
4-phase root cause debugging process. Use when fixing bugs or investigating issues.
test-driven-development
by TriNgo0108
Guide for RED-GREEN-REFACTOR cycle. Use when writing tests or implementing features with TDD.
code-review
by TriNgo0108
Automated code review checklist. Use when reviewing PRs or code changes.
writing-plans
by TriNgo0108
Create detailed implementation plans. Use when planning new features or refactoring work.
security-review
by TriNgo0108
Security vulnerability detection based on OWASP Top 10. Use when reviewing code for security issues.