スキルレーダー · GITHUB
実際に使われている Agent Skills。
公開リポジトリの検証済み Skills を比較し、機能、内容、導入状況、出典を確認してから追加できます。
- 掲載範囲
- 検証済み
- Skills
- 5,771
- リポジトリ
- 824
- 最終同期
- 2026/09/08
firecrawlfirecrawl-knowledge-ingest
Ingest public or authenticated knowledge bases and docs portals with Firecrawl browser. Use for JS-heavy docs, login-gated portals, paginated help centers, support knowledge bases, or structured JSON/markdown extraction from documentation sites.
- 導入数
- 2
- GitHub Stars
- 146
- 更新日
- 8月21日
firecrawlfirecrawl-lead-gen
Generate structured lead lists from prospect databases and web directories with Firecrawl browser. Use for finding prospects by role, company type, industry, stage, location, technologies, or other criteria and exporting CRM-ready JSON or CSV.
- 導入数
- 2
- GitHub Stars
- 146
- 更新日
- 8月21日
firecrawlfirecrawl-lead-research
Produce pre-meeting lead intelligence briefs with Firecrawl. Use when the user needs company research, person research, recent news, talking points, pain points, or outreach preparation before a sales call, partnership meeting, investor conversation, or customer interview.
- 導入数
- 2
- GitHub Stars
- 146
- 更新日
- 8月21日
firecrawlfirecrawl-market-research
Extract market, financial, earnings, industry, and company metrics with Firecrawl. Use when the user asks for market research, industry trends, public company data, financial comparisons, earnings research, or structured market reports.
- 導入数
- 2
- GitHub Stars
- 146
- 更新日
- 8月21日
firecrawlfirecrawl-qa
QA test a live website with Firecrawl browser and scrape evidence. Use when the user wants exploratory QA, form testing, navigation/link checks, responsive checks, performance observations, bug reports, or a pre-launch quality review.
- 導入数
- 2
- GitHub Stars
- 146
- 更新日
- 8月21日
firecrawlfirecrawl-shop
Research products across the web with Firecrawl and produce a shopping recommendation or cart-ready summary. Use when the user wants to compare products, find the best option, evaluate reviews, respect budget/preferences, or shop with a saved browser session.
- 導入数
- 2
- GitHub Stars
- 146
- 更新日
- 8月21日
new-silvermoonandroid-accessibility
Expert checklist and prompts for auditing and fixing Android accessibility issues, especially in Jetpack Compose.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermoonandroid-architecture
Expert guidance on setting up and maintaining a modern Android application architecture using Clean Architecture and Hilt. Use this when asked about project structure, module setup, or dependency injection.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermoonandroid-coroutines
Authoritative rules and patterns for production-quality Kotlin Coroutines onto Android. Covers structured concurrency, lifecycle integration, and reactive streams.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermoonandroid-data-layer
Guidance on implementing the Data Layer using Repository pattern, Room (Local), and Retrofit (Remote) with offline-first synchronization.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermoonandroid-emulator-skill
Production-ready scripts for Android app testing, building, and automation. Provides semantic UI navigation, build automation, log monitoring, and emulator lifecycle management. Optimized for AI agents with minimal token output.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermoonandroid-gradle-logic
Expert guidance on setting up scalable Gradle build logic using Convention Plugins and Version Catalogs.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermoonandroid-retrofit
Expert guidance on setting up and using Retrofit for type-safe HTTP networking in Android. Covers service definitions, coroutines, OkHttp configuration, and Hilt integration.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermoonandroid-testing
Comprehensive testing strategy involving Unit, Integration, Hilt, and Screenshot tests.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermoonandroid-viewmodel
Best practices for implementing Android ViewModels using Kotlin 2.3+ Explicit Backing Fields, StateFlow for UI state, and SharedFlow for one-off events.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermooncoil-compose
Expert guidance on using Coil for image loading in Jetpack Compose. Use this when asked about loading images from URLs, handling image states, or optimizing image performance in Compose.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermooncompose-performance-audit
Audit and improve Jetpack Compose runtime performance from code review and architecture. Use when asked to diagnose slow rendering, janky scrolling, excessive recompositions, or performance issues in Compose UI.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermooncompose-ui
Best practices for building UI with Jetpack Compose, focusing on state hoisting, detailed performance optimizations, and theming. Use this when writing or refactoring Composable functions.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermoongradle-build-performance
Debug and optimize Android/Gradle build performance. Use when builds are slow, investigating CI/CD performance, analyzing build scans, or identifying compilation bottlenecks.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermoonkotlin-concurrency-expert
Kotlin Coroutines review and remediation for Android. Use when asked to review concurrency usage, fix coroutine-related bugs, improve thread safety, or resolve lifecycle issues in Kotlin/Android code.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermoonnavigation3
Implement navigation in Jetpack Compose using Navigation 3. Use when asked to build state-driven navigation, manage back stacks, scope ViewModels, implement adaptive layouts, or migrate from Navigation Compose.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermoonrxjava-to-coroutines-migration
Guide and execute the migration of asynchronous code from RxJava to Kotlin Coroutines and Flow. Use this skill when a user asks to convert RxJava (Observables, Singles, Completables, Subjects) to Coroutines (suspend functions, Flows, StateFlows).
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
new-silvermoonxml-to-compose-migration
Convert Android XML layouts to Jetpack Compose. Use when asked to migrate Views to Compose, convert XML to Composables, or modernize UI from View system to Compose.
- 導入数
- 2
- GitHub Stars
- 948
- 更新日
- 7月27日
onmaxnuxt-ui
Use when building styled UI with @nuxt/ui v4 components - create forms with validation, implement data tables with sorting, build modal dialogs and overlays, configure Tailwind Variants theming. Use vue skill for raw component patterns, reka-ui for headless primitives.
- 導入数
- 2
- GitHub Stars
- 703
- 更新日
- 8月24日