TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
CAPHTECH

critical-code-review

by CAPHTECH

star 0

Perform critical code review with automated fix suggestions. Use when reviewing code changes, pull requests, specific fi...

CAPHTECH

dependency-observation

by CAPHTECH

star 0

依存関係の取り違えを検出する観測。lockfile固定、クリーンビルド、統合スモークで再現性を担保。Use when: 依存追加/更新、CI...

CAPHTECH

swiftui-component

by CAPHTECH

star 0

SwiftUIコンポーネント設計支援。View構造化、状態管理(@State/@Binding/@Observable)、Previewマクロ活用、アクセシビリティ...

CAPHTECH

ios-archive

by CAPHTECH

star 0

アーカイブ・配布支援。App Store Connect、TestFlight、Ad Hoc/Enterprise配布。 使用タイミング: (1) App Storeへの提出準備時...

CAPHTECH

refactoring-executor

by CAPHTECH

star 0

Execute refactoring safely with test-first verification following best practices. Takes refactoring discovery reports as...

CAPHTECH

webapp-debugger

by CAPHTECH

star 0

Chrome DevTools MCPを使用したWebアプリのデバッグ支援スキル。ブラウザ操作、コンソールログ監視、ネットワークリクエスト分析...

CAPHTECH

ios-snapshot-test

by CAPHTECH

star 0

スナップショットテスト支援。swift-snapshot-testing、UI変更検出。 使用タイミング: (1) UIコンポーネントのリグレッションテ...

CAPHTECH

ios-design-direction

by CAPHTECH

star 0

iOSアプリのデザイン哲学とクリエイティブディレクション。Apple Human Interface Guidelinesに基づく Clarity/Deference/Depth...

CAPHTECH

eld-model-term-card

by CAPHTECH

star 0

LDE(Law-Driven Engineering)のTerm Card作成スキル。 ドメインの語彙(Vocabulary)を標準フォーマットで文書化し、名辞抽象...

CAPHTECH

security-observation

by CAPHTECH

star 0

セキュリティ観測。認可漏れ、インジェクション、機密漏えい、暗号誤用、依存脆弱性を検出。Use when: 認証/認可実装、外部入力...

CAPHTECH

eld-sense-scope

by CAPHTECH

star 0

PCE (Process-Context Engine) のスコープ管理スキル。入れ子プロセス間のコンテキスト継承を設計し、親子間のハンドオフを最適...

CAPHTECH

ios-signing

by CAPHTECH

star 0

iOSアプリのコード署名・プロビジョニング支援。証明書管理、Provisioning Profile管理、Keychain設定、CI/CD環境での署名設定な...

CAPHTECH

boundary-observation

by CAPHTECH

star 0

境界条件・エッジケースの観測。null/空/0/最大値/最小値/オーバーフロー/タイムゾーン等を網羅的にテスト。Use when: テスト設...

CAPHTECH

technical-book-writer

by CAPHTECH

star 0

Comprehensive guide for writing technical books in Markdown format. Use this skill when creating new chapters, managing...

janisto

firebase-testing

by janisto

star 0

Guide for testing Firebase Admin SDK with Vitest mocks. Use when writing tests that involve Firebase Auth, Firestore, or...

janisto

typebox-schemas

by janisto

star 0

Guide for TypeBox schema conventions in Fastify routes and environment validation. Use when defining request/response sc...

janisto

fastify-plugin

by janisto

star 0

Guide for creating Fastify plugins with TypeScript, ESM, and fastify-plugin wrapper. Use when adding new plugins to app/...

janisto

fastify-routes

by janisto

star 0

Guide for creating Fastify route handlers with TypeBox schemas and OpenAPI documentation. Use when adding new routes to...

janisto

vitest-testing

by janisto

star 0

Guide for writing unit tests with Vitest for Fastify plugins and routes. Use when creating or modifying tests in app/tes...

TriNgo0108

systematic-debugging

by TriNgo0108

star 0

4-phase root cause debugging process. Use when fixing bugs or investigating issues.

TriNgo0108

test-driven-development

by TriNgo0108

star 0

Guide for RED-GREEN-REFACTOR cycle. Use when writing tests or implementing features with TDD.

TriNgo0108

code-review

by TriNgo0108

star 0

Automated code review checklist. Use when reviewing PRs or code changes.

TriNgo0108

writing-plans

by TriNgo0108

star 0

Create detailed implementation plans. Use when planning new features or refactoring work.

TriNgo0108

security-review

by TriNgo0108

star 0

Security vulnerability detection based on OWASP Top 10. Use when reviewing code for security issues.