Skills CLI
Detected from skills.sh install distribution data.
Skills compatible with Skills CLI
find-skills
Discover and install specialized agent skills from the open ecosystem when users need extended capabilities.
fine-dust-location
기본적으로 로 요청해서 PM10 / PM2.5 / 통합대기등급을 요약한다.
fine-tuning-expert
Expert guidance for fine-tuning LLMs with parameter-efficient methods and production optimization.
firebase
Firebase backend setup with security-first guidance on auth, database, storage, and functions.
firebase-apk-scanner
Identifies Firebase security misconfigurations in Android APKs including open databases, storage buckets, and unauthenticated endpoints.
firebase-firestore-basics
Complete guide for provisioning, securing, and integrating Cloud Firestore into applications.
fix
Automated code formatting and linting to resolve style issues before CI checks.
fix-linking
Design and audit internal link structures using hub-and-spoke topology, PageRank flow, and anchor text optimization.
flowstudio-power-automate-build
Programmatically build, scaffold, and deploy Power Automate cloud flows via FlowStudio MCP.
flowstudio-power-automate-debug
Diagnose and fix failing Power Automate cloud flows through step-by-step error inspection.
flutter-accessibility-audit
Rely on Flutter's standard widgets (e.g., TabBar , MenuAnchor ) for automatic semantic role assignment whenever possible. When building custom components or overriding default behaviors, explicitly define the UI element's purpose using the Semantics widget.
flutter-adaptive-ui
Adaptive Flutter layouts that respond to screen size, platform, and input device across mobile, tablet, desktop, and web.
flutter-add-integration-test
Configure the project to support integration testing and Flutter Driver extensions.
flutter-add-widget-preview
Use the Flutter Widget Previewer to render widgets in real-time, isolated from the full application context.
flutter-add-widget-test
Ensure the testing environment is properly configured before authoring widget tests.
flutter-animation
Select and implement the optimal Flutter animation strategy for your UI requirement.
flutter-app-size
Measure and optimize Flutter app bundle, APK, or IPA size with platform-specific analysis and reduction strategies.
flutter-architecture
Architectural guidance for scalable Flutter apps using MVVM, layered design, and feature-first organization.
flutter-caching
Comprehensive caching and performance optimization for Flutter apps across multiple data types and platforms.
flutter-fix-layout-issues
Flutter layout operates on a strict rule: Constraints go down. Sizes go up. Parent sets position. Layout errors occur when this negotiation fails, typically due to unbounded constraints or unconstrained children.
flutter-implement-json-serialization
Use this checklist to implement manual JSON serialization for a data model.
flutter-layout
Build responsive Flutter layouts by composing widgets, managing constraints, and adapting to screen sizes.
flutter-performance
Identifies and eliminates performance bottlenecks in Flutter apps through systematic profiling and targeted optimization.
flutter-routing-and-navigation
Navigate between screens, handle deep linking, and manage data passing in Flutter applications.