Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
18101 releasenotes exceptionless/exceptionless
Generate a changelog for all changes from the most recent release until now. Steps Find the most recent release tag using git tag --sort=-creatordate Get commits and merged PRs since that tag Look at previous releases in this repo to match their format and style Categorize changes into sections: Breaking Changes, Added, Changed, Fixed, Notes Focus on user-facing changes (features, important bug fixes, breaking changes) Include PR links and contributor attribution Output Present the changelog in ...
50
18102 workflow-test-fix-cycle catlog22/claude-code-workflow
Workflow Test-Fix Cycle End-to-end test-fix workflow pipeline: generate test sessions with progressive layers (L0-L3), AI code validation, and task generation (Phase 1), then execute iterative fix cycles with adaptive strategy engine until pass rate >= 95% (Phase 2). Architecture Overview ┌────────────────────────────────────────────────────────────────────────────┐ │ Workflow Test-Fix Cycle Orchestrator (SKILL.md) │ │ → Full pipeline: Test generation + Iterative exe...
50
18103 universal-emotion dylantarre/animation-principles
Map Disney's 12 principles to any emotional goal through systematic analysis. Emotional Goal Any emotion can be achieved through intentional application of animation principles. This framework helps translate emotional intent into specific motion parameters. Emotion Mapping Framework Step 1: Define the Emotion Identify your target on these spectrums: - Energy: Low ←→ High - Valence: Negative ←→ Positive - Arousal: Calm ←→ Excited - Dominance: Submissive ←→ Powerful Step 2: Map Prin...
50
18104 publish-substack-article sugarforever/01coder-agent-skills
Publish Substack Article Publish Markdown content to Substack post editor, converting Markdown to HTML and pasting as rich text. Saves as draft for user review before publishing. Prerequisites Browser automation MCP (either one): Chrome DevTools MCP ( mcp__chrome-devtools__* ) Playwright MCP ( mcp__playwright__* ) User logged into Substack Python 3 with markdown package ( pip install markdown ) copy_to_clipboard.py script (shared from publish-zsxq-article skill) Browser MCP Tool Mapping This ski...
50
18105 playwright-automation-expert jmr85/e2e-agent-skills
Playwright Automation Expert Senior E2E testing specialist with deep expertise in Playwright for robust, maintainable browser automation, project structure, and REST API testing. Role Definition You are a senior QA automation engineer with 8+ years of browser testing experience. You specialize in Playwright test architecture, Page Object Model, debugging flaky tests, project structure design, and REST API testing. You write reliable, fast tests that run in CI/CD. When to Use This Skill Writing E...
50
18106 python-docx vamseeachanta/workspace-hub
Python-docx Word Document Automation Skill Overview Python-docx is a Python library for creating and manipulating Microsoft Word (.docx) documents. This skill covers comprehensive patterns for document automation including: Document creation from scratch or templates Paragraph formatting with styles, fonts, and alignment Table generation with merged cells, styles, and formatting Headers and footers with page numbers and dynamic content Image insertion with sizing and positioning Style management...
50
18107 refactor:flutter snakeo/claude-debug-and-refactor-skills-plugin
You are an elite Flutter/Dart refactoring specialist with deep expertise in writing clean, maintainable, and performant Flutter applications. You have mastered Dart 3 features, modern state management patterns (Riverpod 3.0, BLoC), widget composition, and Clean Architecture principles. Core Refactoring Principles DRY (Don't Repeat Yourself) - Extract repeated widget trees into reusable components - Create utility functions for repeated computations - Use mixins for shared behavior across ...
50
18108 sla-management groeimetai/snow-flow
SLA (Service Level Agreement) Management tracks and ensures service commitments are met. SLA Components | SLA Definition | contract_sla | SLA rules and conditions | Task SLA | task_sla | SLA instance on a task | SLA Workflow | wf_workflow | SLA breach notifications | SLA Schedule | cmn_schedule | Business hours definition SLA Flow ``` Task Created ↓ SLA Definition Conditions Match ↓ Task SLA Record Created ↓ Timer Starts (based on schedule) ↓ SLA Stages: In P...
50
18109 react-three-game prnthh/react-three-game-skill
react-three-game Instructions for the agent to follow when this skill is activated. When to use generate 3D scenes, games and physics simulations in React. Agent Workflow: JSON → GLB Agents can programmatically generate 3D assets: Create a JSON prefab following the GameObject schema Load it in PrefabEditor to render the Three.js scene Export the scene to GLB format using exportGLB or exportGLBData import { useRef, useEffect } from 'react'; import { PrefabEditor, exportGLBData } from 'react...
50
18110 local-llm-router hoodini/ai-agents-skills
Local LLM Router for Air-Gapped Networks Intelligent routing of AI coding queries to local LLMs with Serena LSP integration for secure, offline-capable development environments. Prerequisites (CRITICAL) Before using this skill, ensure: Serena MCP Server installed and running (PRIMARY TOOL) At least one local LLM service running (Ollama, LM Studio, Jan, etc.) Install Serena (required) pip install serena Or via uvx uvx --from git+https://github.com/oraios/serena serena start-mcp-server Verify l...
50
18111 homeassistant-skill anotb/homeassistant-skill
Home Assistant Skill Control smart home devices via the Home Assistant REST API. Setup Set environment variables: HA_URL — Your Home Assistant URL (e.g., http://10.0.0.10:8123 ) HA_TOKEN — Long-lived access token (create in HA → Profile → Long-Lived Access Tokens) Safety Rules Always confirm with the user before performing these actions: Locks — locking or unlocking any lock Alarm panels — arming or disarming Garage doors — opening or closing ( cover.* with device_class: garage ) Security automa...
50
18112 brochure-design-generation eachlabs/skills
Brochure Design Generation Generate professional brochure designs using each::sense. This skill creates visually appealing brochure layouts for various industries and purposes, from corporate communications to travel marketing. Features Tri-Fold Brochures : Classic three-panel designs for marketing materials Bi-Fold Brochures : Simple two-panel layouts for concise messaging Corporate Brochures : Professional designs for business communications Travel/Tourism Brochures : Inspiring visuals for des...
50
18113 agentscope-java agentscope-ai/agentscope-java
When the user asks you to write AgentScope Java code, follow these instructions carefully. CRITICAL RULES - NEVER VIOLATE THESE 🚫 ABSOLUTELY FORBIDDEN: NEVER use .block() in example code - This is the 1 mistake. Only use .block() in main() methods or test code when explicitly creating a runnable example. NEVER use Thread.sleep() - Use Mono.delay() instead. NEVER use ThreadLocal - Use Reactor Context with Mono.deferContextual(). NEVER hardcode API keys - Always use System.getenv(). NEVER ignor...
50
18114 script-include-patterns groeimetai/snow-flow
Script Include Patterns for ServiceNow Script Includes are reusable server-side JavaScript libraries that can be called from any server-side script. Script Include Types Type Use Case Client Callable Standard Server-side utilities No Client Callable GlideAjax from client Yes On-Demand Lazy loading No AbstractAjaxProcessor Client-server communication Yes Standard Script Include (ES5) // Basic utility class var IncidentUtils = Class . create ( ) IncidentUtils . prototype = { initialize : function ...
50
18115 bun http server secondsky/claude-skills
Bun has a built-in high-performance HTTP server via `Bun.serve()`. Quick Start ``` const server = Bun.serve({ port: 3000, fetch(req) { return new Response("Hello World!"); }, }); console.log(`Server running at http://localhost:${server.port}`); ``` Request Handling ``` Bun.serve({ fetch(req) { const url = new URL(req.url); // Method console.log(req.method); // GET, POST, etc. // Path console.log(url.pathname); // /api/users // Query params conso...
50
18116 aws-account-management hoodini/ai-agents-skills
AWS Account Management Manage AWS accounts, organizations, IAM, and billing effectively. AWS Organizations Organization Structure Root ├── Production OU │ ├── Prod Account A │ └── Prod Account B ├── Development OU │ ├── Dev Account │ └── Staging Account ├── Security OU │ ├── Security Account │ └── Log Archive Account └── Sandbox OU └── Sandbox Account Create Organization Create organization (from management account) aws organizations create-organization --feature-set ALL Cr...
50
18117 template-creator oimiragieo/agent-studio
Mode: Cognitive/Prompt-Driven -- No standalone utility script; use via agent context. Template Creator Skill Creates, validates, and registers templates for the multi-agent orchestration framework. +==============================================================+ | MANDATORY: Research-Synthesis MUST be invoked BEFORE | | this skill. Invoke: Skill({ skill: "research-synthesis" }) | | FAILURE TO RESEARCH = UNINFORMED TEMPLATE = REJECTED | +======================================...
50
18118 azure-ai-contentsafety-java sickn33/antigravity-awesome-skills
Azure AI Content Safety SDK for Java Build content moderation applications using the Azure AI Content Safety SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-contentsafety </ artifactId > < version > 1.1.0-beta.1 </ version > </ dependency > Client Creation With API Key import com . azure . ai . contentsafety . ContentSafetyClient ; import com . azure . ai . contentsafety . ContentSafetyClientBuilder ; import com . azure . ai . contentsafety . ...
50
18119 ai-ml-senior-engineer modra40/claude-codex-skills-directory
AI/ML Senior Engineer Skill Persona: Elite AI/ML Engineer with 20+ years experience at top research labs (DeepMind, OpenAI, Anthropic level). Published researcher with expertise in building production LLMs and state-of-the-art ML systems. Core Philosophy KISS > Complexity | Simple solutions that work > clever solutions that break Readability > Brevity | Code is read 10x more than written Explicit > Implicit | No magic, no hidden behavior Tested > Assumed | If it's not tested...
50
18120 openapi-documentation dengineproblem/agents-monorepo
Expert in creating comprehensive OpenAPI/Swagger specifications and API documentation aligned with OpenAPI 3.0+ standards. Core Principles Specification Standards - Use OpenAPI 3.0.3 or 3.1.0 - Consistent naming conventions (kebab-case for paths, camelCase for properties) - Organize endpoints through tags - Maintain reusable component schemas - Document all response codes Documentation Quality - Provide business logic context - Include extensive realistic examples - Document all er...
50
18121 database-architect rmyndharis/antigravity-skills
You are a database architect specializing in designing scalable, performant, and maintainable data layers from the ground up. Use this skill when Selecting database technologies or storage patterns Designing schemas, partitions, or replication strategies Planning migrations or re-architecting data layers Do not use this skill when You only need query tuning You need application-level feature design only You cannot modify the data model or infrastructure Instructions Capture data domain, access p...
50
18122 payment-integration mgd34msu/goodvibes-plugin
Use this skill when Working on payment integration tasks or workflows Needing guidance, best practices, or checklists for payment integration Do not use this skill when The task is unrelated to payment integration You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook...
50
18123 scan allenai2014/ai-investment-advisor
Codebase Scanner You are a technical analyst. Your job is to scan the project codebase and produce accurate, project-specific documentation used by all downstream agents. Step 1: Check Optional Plugin Dependencies Check whether the two optional enhancement plugins are available: understand-anything → /plugin list | grep understand-anything context-mode → /plugin list | grep context-mode These plugins are optional . They improve scan quality but are not required: understand-anything (L...
50
18124 saas metrics tracker eddiebe147/claude-settings
SaaS Metrics Tracker Track and analyze key SaaS metrics including MRR, churn, NRR, and ARR When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create saas metrics tracker saas metrics Review and optimize review saas metrics tracker Get best practices saas metrics tracker b...
50
18125 openai vm0-ai/vm0-skills
OpenAI API Use the OpenAI API via direct curl calls to access GPT models, DALL-E image generation, Whisper transcription, embeddings, and text-to-speech. Official docs: https://platform.openai.com/docs/api-reference When to Use Use this skill when you need to: Chat completions with GPT-4o, GPT-4, or GPT-3.5 models Image generation with DALL-E 3 Audio transcription with Whisper Text-to-speech audio generation Text embeddings for semantic search and RAG Vision tasks (analyze images with GPT-4...
50
18126 webinar-content-repurposer onewave-ai/claude-skills
Webinar Content Repurposer Turn one webinar into 20+ pieces of content across multiple channels. Instructions You are an expert content strategist specializing in repurposing long-form video content into multiple high-value assets. Your mission is to extract maximum value from webinar recordings by transforming them into diverse, platform-optimized content pieces. Core Capabilities Input Processing: Accept webinar transcripts, video files, or presentation slides Identify key topics, themes...
50
18127 backend-patterns kimny1143/claude-code-template
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. When to Activate Designing REST or GraphQL API endpoints Implementing repository, service, or controller layers Optimizing database queries (N+1, indexing, connection pooling) Adding caching (Redis, in-memory, HTTP cache headers) Setting up background jobs or async processing Structuring error handling and validation for APIs Building middleware (auth, logging, rate limiting) API ...
50
18128 azure-communication-callautomation-java sickn33/antigravity-awesome-skills
Azure Communication Call Automation (Java) Build server-side call automation workflows including IVR systems, call routing, recording, and AI-powered interactions. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-communication-callautomation </ artifactId > < version > 1.6.0 </ version > </ dependency > Client Creation import com . azure . communication . callautomation . CallAutomationClient ; import com . azure . communication . callautomation . CallAutomatio...
50
18129 oracle-cloud dauquangthanh/hanoi-rainbow
Oracle Cloud Infrastructure (OCI) Core Capabilities Provides expert guidance for Oracle Cloud Infrastructure across all major services: Compute Services - VM instances, bare metal, autoscaling, instance pools Networking - Virtual Cloud Networks (VCN), subnets, security lists, route tables, load balancers, VPN Storage - Block volumes, object storage, file storage, archive storage Database Services - Autonomous Database, MySQL, PostgreSQL, NoSQL, MongoDB Container & Kubernetes - Oracle Kubernete...
50
18130 gmail-access terrylica/cc-skills
Gmail Access Read and search Gmail programmatically via Claude Code CLI. MANDATORY PREFLIGHT (Execute Before Any Gmail Operation) CRITICAL : You MUST complete this preflight checklist before running any Gmail commands. Do NOT skip steps. Step 1: Check CLI Binary Exists ls -la " $HOME /.claude/plugins/marketplaces/cc-skills/plugins/gmail-commander/scripts/gmail-cli/gmail" 2 > /dev/null || echo "BINARY_NOT_FOUND" If BINARY_NOT_FOUND : Build it first: cd ~/.claude/plugins/marketplaces/cc-skills/plu...
50
18131 mobile-ui-development-rule oimiragieo/agent-studio
Mobile Ui Development Rule Skill You are an expert in Mobile UI development. Focus on UI and styling best practices. Implement Navigation patterns effectively. Manage State efficiently. Memory Protocol (MANDATORY) Before starting: cat .claude/context/memory/learnings.md After completing: Record any new patterns or exceptions discovered. ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.
50
18132 azure-messaging-webpubsub-java sickn33/antigravity-awesome-skills
Azure Web PubSub SDK for Java Build real-time web applications using the Azure Web PubSub SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-messaging-webpubsub </ artifactId > < version > 1.5.0 </ version > </ dependency > Client Creation With Connection String import com . azure . messaging . webpubsub . WebPubSubServiceClient ; import com . azure . messaging . webpubsub . WebPubSubServiceClientBuilder ; WebPubSubServiceClient client = new WebPubS...
50
18133 chatbot-analytics erichowens/some_claude_skills
AI Chatbot Analytics This skill helps you implement analytics for the AI coaching chat feature while maintaining HIPAA compliance. Core Metrics to Track Based on industry best practices, track these 13 key metrics: Metric Description HIPAA Safe? Total Sessions Number of chat sessions Yes Avg Messages/Session Messages per conversation Yes Avg Session Duration Time spent in chat Yes Engagement Rate % users who use chat Yes Completion Rate Sessions ended naturally Yes Abandonment Rate Sessions ...
50
18134 youtube-transcript badlogic/pi-skills
YouTube Transcript Extract transcripts from YouTube videos using the youtube-transcript-api. Usage Run the script with a YouTube URL or video ID: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" With timestamps: uv run scripts/get_transcript.py "VIDEO_URL_OR_ID" --timestamps Defaults Without timestamps (default): Plain text, one line per caption segment With timestamps: [MM:SS] text format (or [HH:MM:SS] for longer videos) Supported URL Formats https://www.youtube.com/watch?v=VIDEO_ID ...
50
18135 data-analysis excelsioryy/data-analysis-skill
Data Analysis When to use this skill Data exploration : Understand a new dataset Report generation : Derive data-driven insights Quality validation : Check data consistency Decision support : Make data-driven recommendations Instructions Step 1: Load and explore data Python (Pandas) : import pandas as pd import numpy as np Load CSV df = pd . read_csv ( 'data.csv' ) Basic info print ( df . info ( ) ) print ( df . describe ( ) ) print ( df . head ( 10 ) ) Check missing values print ( df . isnul...
50
18136 bun ffi secondsky/claude-skills
Bun FFI Bun's FFI allows calling native C/C++ libraries from JavaScript. Quick Start import { dlopen , suffix , FFIType } from "bun:ffi" ; // Load library const lib = dlopen ( ` libc. ${ suffix } ` , { printf : { args : [ FFIType . cstring ] , returns : FFIType . int , } , } ) ; // Call function lib . symbols . printf ( "Hello from C!\n" ) ; Loading Libraries Platform-Specific Paths import { dlopen , suffix } from "bun:ffi" ; // suffix is: "dylib" (macOS), "so" (Linux), "dll" (Windows) // System...
50
18137 sound-effects connorads/dotfiles
ElevenLabs Sound Effects Generate sound effects from text descriptions — supports looping, custom duration, and prompt adherence control. Setup: See Installation Guide . For JavaScript, use @elevenlabs/* packages only. Quick Start Python from elevenlabs . client import ElevenLabs client = ElevenLabs ( ) audio = client . text_to_sound_effects . convert ( text = "Thunder rumbling in the distance with light rain" , ) with open ( "thunder.mp3" , "wb" ) as f : for chunk in audio : f . write ( chunk )...
50
18138 budget planner eddiebe147/claude-settings
Budget Planner Expert budget creation and management agent that builds comprehensive budgets, tracks spending against plans, analyzes variances, and optimizes resource allocation. Specializes in zero-based budgeting, rolling forecasts, and multi-scenario planning. This skill applies structured budgeting methodologies to help organizations plan spending, control costs, and make data-driven allocation decisions. Perfect for annual planning, project budgets, departmental spending, and startup runwa...
50
18139 recipe-card-creator travisjneuman/.claude
No SKILL.md available for this skill. View on GitHub
50
18140 gitlab vm0-ai/vm0-skills
GitLab Skill This skill provides GitLab integration using the official glab CLI tool. A Python wrapper script produces markdown-formatted output for read/view operations. Action commands (create, merge, close, comment) should use glab directly. Prerequisites Install glab CLI : installation guide Authentication Authenticate with GitLab glab auth login Verify authentication glab auth status Supports GitLab.com, GitLab Dedicated, and GitLab Self-Managed instances. See GitLab CLI Authentication fo...
50
18141 injury-report-tracker onewave-ai/claude-skills
Injury Report Tracker Monitor injury news across leagues. Fantasy impact analysis, backup player analysis, return timeline estimates. Instructions You are an expert sports injury analyst. Track injuries, assess fantasy impact, and provide return timeline predictions. Output Format Injury Report Tracker Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actionable outputs...
50
18142 positron-pr-helper posit-dev/positron
This skill helps you create comprehensive PR bodies for the posit-dev/positron repository with up-to-date e2e test tags fetched directly from the source of truth. When to Use This Skill Use this skill when: - Creating a new PR and need a well-structured body - Updating an existing PR body with the correct format - You need the current list of e2e test tags for QA notes - You want to ensure your PR body follows Positron conventions Prerequisites - GitHub CLI (`gh`) installed and authent...
50
18143 health-data glebis/claude-skills
Query and analyze health data from the local SQLite database containing 6.3M+ records across 43 health metrics. Database Location ``` ~/data/health.db ``` Query Methods 1. Python Script (Recommended for Common Queries) Use `scripts/health_query.py` for pre-built queries with automatic formatting: ``` Daily summary python ~/.claude/skills/health-data/scripts/health_query.py --format markdown daily --date 2025-11-29 Weekly trends python ~/.claude/skills/health-data/scripts/health_quer...
50
18144 transform-maps groeimetai/snow-flow
Transform Maps control how data from import sets is mapped and transformed into ServiceNow tables. Import Architecture ``` Data Source (CSV, LDAP, JDBC, REST) ↓ Import Set Table (staging) ↓ Transform Map (mapping rules) ↓ Target Table (final destination) ``` Key Components | Data Source | sys_data_source | Connection configuration | Import Set Table | sys_db_object | Staging table | Import Set | sys_import_set | Import run record | Transform...
50
18145 k8s-security-policies oimiragieo/agent-studio
Kubernetes Security Policies Comprehensive guide for implementing NetworkPolicy, PodSecurityPolicy, RBAC, and Pod Security Standards in Kubernetes. Do not use this skill when The task is unrelated to kubernetes security policies You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implemen...
50
18146 clarify:metamedium team-attention/workshop-upstage
Metamedium: Content vs Form Lens Distinguish content (what is being said/built) from form (the medium/structure it's delivered through) to surface whether the real leverage is in optimizing content or inventing a new form. Based on Alan Kay's metamedium concept. "A change of perspective is worth 80 IQ points." — Alan Kay Core Concept Most people only change content — what they say, write, or build. The real leverage comes from changing form — the medium, format, or structure itself. Content (wha...
50
18147 urlsession-code-review existential-birds/beagle
URLSession Code Review Quick Reference Topic Reference Async/Await async-networking.md Requests request-building.md Errors error-handling.md Caching caching.md Review Checklist Response Validation HTTP status codes validated - URLSession does NOT throw on 404/500 Response cast to HTTPURLResponse before checking status Both transport errors (URLError) and HTTP errors handled Memory & Resources Downloaded files moved/deleted (async API doesn't auto-delete) Sessions with delegates call finishT...
50
18148 mental-models abdullahbeam/nexus-design-abdullah
Apply structured thinking frameworks to decisions, problems, and planning. When This Triggers - "Help me think through X" - "What mental model should I use?" - "Apply first principles to this" - "Do a pre-mortem on this plan" - "I need to analyze this decision" - Any specific model name (SWOT, 5 Whys, etc.) Workflow Step 1: Run Mental Models Scanner Run the script to get all available models: ``` python 00-system/mental-models/scripts/select_mental_models.py --format brief ``` Th...
50
18149 windows-remote-desktop-connection-doctor daymade/claude-code-skills
Windows Remote Desktop Connection Doctor Diagnose and fix Windows App (AVD/WVD/W365) connection quality issues on macOS, with focus on transport protocol optimization. Background Azure Virtual Desktop transport priority: UDP Shortpath > TCP > WebSocket . UDP Shortpath provides the best experience (lowest latency, supports UDP Multicast). When it fails, the client falls back to WebSocket over TCP 443 through the gateway, adding significant latency overhead. Diagnostic Workflow Step 1: Collect Con...
50
18150 research-archival terrylica/cc-skills
Research Archival Scrape AI research conversations (ChatGPT, Gemini, Claude) and web pages, archive them as markdown files with YAML frontmatter, and create cross-referenced GitHub Issues — with mandatory identity verification at every step. FIRST - TodoWrite Task Templates MANDATORY : Select and load the appropriate template before any archival work. Template A - Full Archival (scrape + save + issue) 1. Identity preflight — verify GH_ACCOUNT or resolve via curl /user 2. Scrape URL — route to Fi...
50