80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
openwebf-security-xss-san...
by archview-ai
Review and mitigate XSS risks in WebF apps (sanitize HTML, validate input, avoid unsafe string rendering). Use when the...
openwebf-app-testing-vite...
by archview-ai
Set up and improve WebF app tests with Vitest and React Testing Library. Use when the user mentions Vitest, React Testin...
openwebf-host-performance...
by archview-ai
Instrument and diagnose WebF performance in Flutter (FP/FCP/LCP, dumpLoadingState, loading-state events). Use when the u...
openwebf-app
by archview-ai
DEPRECATED umbrella Skill (backward compatibility). Use only for cross-cutting orchestration across multiple WebF app ta...
openwebf-app-performance-...
by archview-ai
Measure and optimize WebF app performance from the JavaScript side (performance.mark/measure, bundle size, code splittin...
openwebf-app-debugging-de...
by archview-ai
Debug WebF app runtime issues with Chrome DevTools (console/network/elements) and JS-side troubleshooting. Use when the...
openwebf-app-devserver-ne...
by archview-ai
Troubleshoot dev server reachability and HMR for WebF apps on real devices (Vite/Webpack): LAN IP vs localhost, 0.0.0.0/...
openwebf-app-webf-go
by archview-ai
Run and debug a WebF app specifically in WebF Go (desktop/iOS/Android): load dev URLs, connect via devtools://, collect...
openwebf-release
by archview-ai
DEPRECATED umbrella Skill (backward compatibility). Use only when release work spans deployment + cache headers + versio...
openwebf-host
by archview-ai
DEPRECATED umbrella Skill (backward compatibility). Use only when a Flutter host request spans multiple WebF integration...
openwebf-bridge-module-co...
by archview-ai
Build a WebF bridge module/native plugin using the module-codegen workflow (*.module.d.ts → codegen → Dart implementatio...
openwebf-release-cdn-depl...
by archview-ai
Plan and implement CDN deployment of built WebF app assets (Vercel/Netlify/S3+CloudFront/GitHub Pages), including cache...
Extract structured knowledge from neurosurgical and spine surgery textbooks. Identifies anatomical structures, surgical...
check-cluster-health
by ankurkumarz
Checks comprehensive health check for a Kubernetes Cluster.
investigation
by talmolab
Scaffolds a template for a small investigation for empirical experimentation. Use when the user asks for an investigatio...
docker-ops
by ystk-kai
Obsidian LiveSync の Docker Compose 環境を操作・トラブルシューティングします。compose.yaml の構成理解、環境変数(.env)...
couchdb-client
by ystk-kai
Obsidian LiveSync の CouchDbClient の構造と使用方法を説明します。CouchDbRepository トレイトの実装方法、HTTP プロキシパタ...
code-review
by ystk-kai
Obsidian LiveSync プロジェクトのコードレビューを実施します。DDD アーキテクチャの遵守、レイヤー間の依存方向、セキュリティ...
rust-development
by ystk-kai
Obsidian LiveSync プロジェクトの Rust 開発を支援します。DDD 4層アーキテクチャ(domain/application/infrastructure/interfa...
conventional-commits
by ystk-kai
Conventional Commits 1.0.0 に準拠した日本語コミットメッセージを作成します。タイプ(feat/fix/docs/style/refactor/perf/tes...
adb-device-testing
by martin-janci
Use when testing Android apps on ADB-connected devices/emulators - UI automation, screenshots, location spoofing, naviga...
type-hints-for-ml-code
by apassuello
Apply appropriate type hints for ML/PyTorch code. Use when adding type annotations to ML code or addressing mypy errors.