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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,495
总 Skills
162.8M
总安装量
2,744
贡献者
# Skill 仓库 描述 安装量
21601 azure-ai-vision-imageanalysis-java sickn33/antigravity-awesome-skills
Azure AI Vision Image Analysis SDK for Java Build image analysis applications using the Azure AI Vision Image Analysis SDK for Java. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-ai-vision-imageanalysis </ artifactId > < version > 1.1.0-beta.1 </ version > </ dependency > Client Creation With API Key import com . azure . ai . vision . imageanalysis . ImageAnalysisClient ; import com . azure . ai . vision . imageanalysis . ImageAnalysisClientBuilder ; import ...
53
21602 umbraco-skill-code-analyzer umbraco/umbraco-cms-backoffice-skills
Umbraco Skill Code Analyzer Static analysis tool that validates code examples in SKILL.md files. What It Checks Import paths - Validates @umbraco-cms/backoffice/* imports against known modules Extension types - Checks type: values against known Umbraco extension types Deprecated patterns - Flags outdated code patterns TypeScript compilation - Optional syntax/type checking Usage cd .claude/skills/umbraco-skill-code-analyzer/scripts npm install --silent npx tsx analyze-code.ts Environment Variable...
53
21603 state-management mgd34msu/goodvibes-plugin
State Management When to use this skill 전역 상태 필요: 여러 컴포넌트가 같은 데이터 공유 Props Drilling 문제: 5단계 이상 props 전달 복잡한 상태 로직: 인증, 장바구니, 테마 등 상태 동기화: 서버 데이터와 클라이언트 상태 동기화 Instructions Step 1: 상태 범위 결정 로컬 vs 전역 상태를 구분합니다. 판단 기준: 로컬 상태: 단일 컴포넌트에서만 사용 폼 입력값, 토글 상태, 드롭다운 열림/닫힘 useState, useReducer 사용 전역 상태: 여러 컴포넌트에서 공유 사용자 인증, 장바구니, 테마, 언어 설정 Context API, Redux, Zustand 사용 예시: // ✅ 로컬 상태 (단일 컴포넌트) function SearchBox() { const [query, setQuery] = useState(''); const [isOpen, setIsOpen] = useState(fa...
53
21604 docs-latex laurigates/claude-plugins
Markdown to LaTeX Conversion Convert Markdown documents to professional LaTeX with advanced typesetting, TikZ/PGFPlots visualizations, and PDF compilation. When to Use This Skill Use this skill when... Use another skill when... Converting Markdown to presentation-quality PDF Writing Markdown documentation ( /docs:generate ) Creating reports with diagrams and visualizations Simple text formatting Generating print-ready strategic documents Creating HTML documentation Building lifecycle reports wit...
53
21605 prowler-commit prowler-cloud/prowler
Critical Rules ALWAYS use conventional-commits format: type(scope): description ALWAYS keep the first line under 72 characters ALWAYS ask for user confirmation before committing NEVER be overly specific (avoid counts like "6 subsections", "3 files") NEVER include implementation details in the title NEVER use -n flag unless user explicitly requests it NEVER use git push --force or git push -f (destructive, rewrites history) NEVER proactively offer to commit - wait for user to explicitly request i...
53
21606 context manager eddiebe147/claude-settings
Context Manager The Context Manager skill helps you optimize conversation context to maintain Claude's effectiveness throughout long sessions. It tracks context window usage, identifies when to summarize or prune context, and helps you structure conversations to keep relevant information accessible while staying within token limits. This skill is essential for complex, multi-day projects where conversation history grows large. It helps you decide what to preserve, what to summarize, and what to ...
53
21607 brand-consistency-checker onewave-ai/claude-skills
Brand Consistency Checker Scan documents and slides for off-brand colors, fonts, and logos. Validate against brand guidelines and suggest corrections. Instructions You are an expert at brand management and design systems. Review materials for brand consistency, identify violations, and provide correction recommendations. Output Format Brand Consistency Checker Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best P...
53
21608 testing-strategy mgd34msu/goodvibes-plugin
Testing Strategy Design effective testing strategies balancing coverage, speed, and maintenance. Testing Pyramid / E2E \ Few, slow, high confidence / Integration \ Some, medium speed / Unit Tests \ Many, fast, focused Strategy by Component Type API endpoints : Unit tests for business logic, integration tests for HTTP layer, contract tests for consumers Data pipelines : Input validation, transformation correctness, idempotency tests Frontend : Component tests, interaction test...
53
21609 agentstack-wrapper i-am-bee/agentstack
Agent Stack Wrapper Integration guide for wrapping Python agents for Agent Stack platform. Table of Contents Security Requirements Constraints (must follow) Integration Workflow Checklist Readiness Check (before Step 1) Step 1 – Study the Project Step 2 – Classify the Agent Step 3 – Add and Install Dependencies Step 4 – Create the Server Wrapper & Entrypoint Step 5 – Wire LLM / Services via Extensions Step 6 – Error Handling Step 7 – Forms (Single-Turn Structured Input) Step 7b – Adapt File Inpu...
53
21610 sentry-monitoring oimiragieo/agent-studio
Mode: Cognitive/Prompt-Driven — No standalone utility script; use via agent context. Sentry Monitoring Skill Overview Provides 90%+ context savings vs raw Sentry API calls. Progressive disclosure by feature category: error tracking, performance monitoring, release management, and project configuration. Requirements Sentry account with project configured SENTRY_AUTH_TOKEN environment variable (optional, for authenticated API calls) SENTRY_ORG environment variable (optional, defaults to first orga...
53
21611 adf-master josiahsiegel/claude-plugin-marketplace
Azure Data Factory Master Knowledge Base 🚨 CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEV...
53
21612 mutation-testing laurigates/claude-plugins
Mutation Testing — Campaign Configuration (mewt/muton) Note : muton and mewt share identical interfaces but target different languages — mewt for general-purpose languages (Rust, Solidity, Go, TypeScript, JavaScript), muton for TON smart contracts (Tact, Tolk, FunC). All examples use mewt commands, but they work exactly the same with muton . File names change accordingly: mewt.toml → muton.toml , mewt.sqlite → muton.sqlite . When to Use Use this skill when the user: Mentions "mewt", "muton", or ...
53
21613 documentation kubb-labs/kubb
Technical Documentation Write clear, maintainable technical documentation for different audiences and purposes. Document Types README What this is and why it exists Quick start (< 5 minutes to first success) Configuration and usage Contributing guide API Documentation Endpoint reference with request/response examples Authentication and error codes Rate limits and pagination SDK examples Runbook When to use this runbook Prerequisites and access needed Step-by-step procedure Rollback steps Escalat...
53
21614 excel-pivot-wizard jst-well-dan/skill-box
Excel Pivot Wizard Overview Creates advanced pivot tables with calculated fields, slicers, and dynamic dashboards for data analysis and reporting. Prerequisites Excel or compatible spreadsheet software Tabular data with headers Clear understanding of analysis dimensions and measures Instructions Verify source data is in tabular format with headers Create pivot table from data range Configure rows, columns, values, and filters Add calculated fields for custom metrics Insert slicers for interact...
53
21615 better-auth-protected-routes andrelandgraf/fullstackrecipes
Better Auth Protected Routes To set up Better Auth Protected Routes, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/better-auth-protected-routes If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/better-auth-protected-routes
53
21616 ln-820-dependency-optimization-coordinator levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. ln-820-dependency-optimization-coordinator Type: L2 Domain Coordinator Category: 8XX Optimization Parent: ln-700-project-bootstrap Coordinates dependency upgrades by detecting package managers and delegating to appropriate L3 workers. Overview Aspect Details Input Detected stack from ln-700 Output All dependencies upgraded ...
53
21617 shader-noise bbeierle12/skill-mcp-claude
Shader Noise Procedural noise creates natural-looking randomness. Unlike random(), noise is coherent—nearby inputs produce nearby outputs. Quick Start // Simple usage float n = snoise(uv * 5.0); // Simplex 2D float n = snoise(vec3(uv, uTime)); // Animated 3D float n = fbm(uv, 4); // Layered detail // Common range adjustments float n01 = n * 0.5 + 0.5; // [-1,1] → [0,1] float sharp = step(0.0, n); // Binary threshold float smooth...
53
21618 technical-skill-finder vincentkoc/dotskills
Technical Skill Finder Purpose Find recurring pain points from local agent logs and convert them into actionable skill candidates, reuse opportunities, or existing skill updates. When to use You want to discover missing technical skills from historical agent activity. You want reproducible criteria before creating a new skill. You want to validate whether an existing skill already covers the pattern. You want to include optional personal-signal sources (when authorized). Inputs SCOPE (required):...
53
21619 project-docs s-hiraoku/synapse-a2a
Project Documentation Generator Generate structured project documentation by analysing the codebase. Produces docs that reflect the actual code , not aspirational architecture. When to Use New project needs initial documentation Docs are missing or stale Onboarding someone to the codebase Post-refactor doc refresh Workflow 1. Detect Project Type Scan the project root to determine what kind of project this is: Indicator Project Type wrangler.jsonc / wrangler.toml Cloudflare Worker vite.config.ts ...
53
21620 dart-checks-migration kevmoo/dash_skills
Dart Checks Migration When to use this skill Use this skill when: Migrating existing test files from package:matcher to package:checks . A user specifically asks for "modern checks" or similar. The Workflow Analysis : Use grep to identify files using expect or package:matcher . Review custom matchers; these may require manual migration. Tools & Dependencies : Ensure dev_dependencies includes checks . Run dart pub add --dev checks if missing. Discovery : Use the Strategies for Discovery below to ...
53
21621 postmortem-writing oimiragieo/agent-studio
Postmortem Writing Comprehensive guide to writing effective, blameless postmortems that drive organizational learning and prevent incident recurrence. When to Use This Skill Conducting post-incident reviews Writing postmortem documents Facilitating blameless postmortem meetings Identifying root causes and contributing factors Creating actionable follow-up items Building organizational learning culture Core Concepts 1. Blameless Culture Blame-Focused Blameless "Who caused this?" "What condition...
53
21622 push boshu2/agentops
Push Prerequisites gh CLI is installed and available in PATH . gh auth status succeeds for GitHub operations in this repo. Goals Push current branch changes to origin safely. Create a PR if none exists for the branch, otherwise update the existing PR. Keep branch history clean when remote has moved.
53
21623 phoenix-skill-development arize-ai/phoenix
Skill Development Guide for creating and refining skills in the skills/ directory of this repository. Skills are packaged instructions that teach AI agents how to work with Phoenix features. Directory Structure skills/ {skill-name}/ kebab-case, prefixed with "phoenix-" for Phoenix features SKILL.md Required: skill definition and index README.md Optional: human-oriented overview rules/ Optional: detailed rule files {prefix}-{topic}.md {prefix}...
53
21624 raffle-winner-picker davepoon/buildwithclaude
Raffle Winner Picker This skill randomly selects winners from lists, spreadsheets, or Google Sheets for giveaways and contests. When to Use This Skill Running social media giveaways Picking raffle winners at events Randomly selecting participants for surveys or tests Choosing winners from contest submissions Fair distribution of limited spots or resources Random team assignments What This Skill Does Random Selection : Uses cryptographically random selection Multiple Sources : Works with CSV, Exc...
53
21625 latex-writing dbosk/claude-skills
This skill guides the creation of well-structured, semantically correct LaTeX documents following established best practices. Core Principle: Semantic Markup Use LaTeX environments that match the semantic meaning of the content, not just the visual appearance. List Environments: When to Use What Use `description` for Term-Definition Pairs When you have labels followed by explanations, definitions, or descriptions, use the `description` environment: ``` \begin{description} \item[Term] De...
53
21626 netlify-deploy davila7/claude-code-templates
Netlify Deployment Skill Deploy web projects to Netlify using the Netlify CLI with intelligent detection of project configuration and deployment context. Overview This skill automates Netlify deployments by: Verifying Netlify CLI authentication Detecting project configuration and framework Linking to existing sites or creating new ones Deploying to production or preview environments Prerequisites Netlify CLI : Installed via npx (no global install required) Authentication : Netlify account with a...
53
21627 ui-builder-patterns groeimetai/snow-flow
UI Builder (UIB) is ServiceNow's modern framework for building Next Experience workspaces and applications. UI Builder Architecture Component Hierarchy ``` UX Application └── App Shell └── Chrome (Header, Navigation) └── Pages └── Variants └── Macroponents └── Components └── Elements ``` Key Concepts | Macroponent | Reusable container with components and logic | Component | UI building block (list, f...
53
21628 learning path creator eddiebe147/claude-settings
Learning Path Creator The Learning Path Creator skill helps you design structured, effective learning plans for acquiring new skills or deepening existing knowledge. Rather than the overwhelming "drink from the firehose" approach, this skill creates deliberate, progressive learning paths based on your goals, time constraints, and learning style. This skill applies principles from cognitive science, adult learning theory, and the science of expertise to create learning plans that actually work. I...
53
21629 hot-topics alphamoemoe/foci
Hot Topics & Trending Content Skill This skill helps AI agents fetch trending topics and hot searches from major Chinese social media and content platforms. When to Use This Skill Use this skill when users: Want to know what's trending on social media Ask about hot topics or viral content Need to understand current popular discussions Want to track trending topics across platforms Research social media trends Supported Platforms Weibo (微博) - Chinese Twitter equivalent Zhihu (知乎) - Chinese Quora ...
53
21630 issue-maker pollinations/pollinations
Issue-Maker Turn any user request into GitHub issues following team conventions. Hard Rules Repo: pollinations/pollinations Assignee: Assign to appropriate team member based on domain expertise No local side-effects (no file creation/modification) Workflow 1. Research First Before creating any issues: Check @eulervoid's PRs for style inspiration (concise, bullet-point format) gh search prs --repo pollinations/pollinations --author eulervoid --limit 5 Search existing issues for patterns gh sear...
53
21631 uniapp-mini-guide teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: Build uni-app mini programs Configure mini program settings and capabilities Use mini program components and APIs within uni-app Understand native mini program limitations and compatibility How to use this skill Start with the overview : examples/guide/intro.md Configure mini program settings : examples/guide/config.md Check component and API references : examples/components/overview.md examples/api/overview.md Examples and Templa...
53
21632 prompt-extractor huangserva/skill-prompt-generator
No SKILL.md available for this skill. View on GitHub
53
21633 argocd-login laurigates/claude-plugins
ArgoCD CLI authentication with SSO for the Data Portal cluster. When to Use Use this skill automatically when: - User requests ArgoCD login or authentication - User mentions accessing ArgoCD cluster or applications - User needs to interact with ArgoCD CLI tools - Authentication errors occur when using ArgoCD commands Authentication Command ``` argocd login argocd.dataportal.fi --grpc-web --sso ``` Command Breakdown - `argocd.dataportal.fi` - Data Portal ArgoCD server endpoint - `-...
53
21634 chrome-extension-boilerplate-react-vite eng0ai/eng0-template-skills
Chrome Extension Boilerplate Chrome Extension Boilerplate with React + Vite + TypeScript. Tech Stack Framework: React Build Tool: Vite Language: TypeScript Package Manager: pnpm Setup 1. Clone the Template git clone --depth 1 https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite.git . If the directory is not empty: git clone --depth 1 https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite.git _temp_template mv _temp_template/* _temp_template/.* . 2>/dev/null |...
53
21635 azure-identity-ts sickn33/antigravity-awesome-skills
Azure Identity SDK for TypeScript Authenticate to Azure services with various credential types. Installation npm install @azure/identity Environment Variables Service Principal (Secret) AZURE_TENANT_ID = < tenant-id > AZURE_CLIENT_ID = < client-id > AZURE_CLIENT_SECRET = < client-secret > Service Principal (Certificate) AZURE_TENANT_ID = < tenant-id > AZURE_CLIENT_ID = < client-id > AZURE_CLIENT_CERTIFICATE_PATH = /path/to/cert.pem AZURE_CLIENT_CERTIFICATE_PASSWORD = < optional-password > Worklo...
53
21636 storybook exceptionless/exceptionless
Storybook 모범 관례 1. CSF 3.0 형식 사용 최신 Component Story Format 3.0 사용. 더 간결하고 타입 안전. // ❌ CSF 2.0 (구형) export default { title: 'Components/Button', component: Button, }; export const Primary = () => <Button variant="primary">Click me</Button>; // ✅ CSF 3.0 (권장) import type { Meta, StoryObj } from '@storybook/react'; import { Button } from './Button'; const meta = { title: 'Components/Button', component: Button, tags: ['autodocs'], // 자동 문서 생성 } satisfies Meta<typeof Button>; export d...
53
21637 webhook-push fanchou/webhook-push
This skill provides a unified interface for sending webhook notifications to three major Chinese enterprise communication platforms: - WeCom (企业微信) - Enterprise WeChat by Tencent - DingTalk (钉钉) - Enterprise communication platform by Alibaba - Feishu (飞书) - Collaboration platform by ByteDance When to Use This Skill Use this skill when you need to: - Send notifications to enterprise chat groups - Integrate monitoring alerts into enterprise platforms - Automate notifications for CI/CD pip...
52
21638 prowler-docs prowler-cloud/prowler
When to Use Use this skill when writing Prowler documentation for: Feature documentation API/SDK references Tutorials and guides Release notes Brand Voice Unbiased Communication Avoid gendered pronouns (use "you/your" or "they/them") Use inclusive alternatives: businessman → businessperson, mankind → humanity No generalizations about gender, race, nationality, culture Avoid militaristic language: fight → address, kill chain → cyberattack chain Technical Terminology Define key terms and acronym...
52
21639 music-video-generation eachlabs/skills
Music Video Generation Generate stunning music videos using each::sense. This skill creates visualizers, lyric videos, animated sequences, and cinematic music videos synchronized to your audio tracks. Features Audio Visualizers : Reactive visual patterns synced to audio frequencies Lyric Videos : Animated typography with song lyrics Abstract Visuals : Artistic, non-representational video content Artist Performance : Simulated artist or band performance footage Animated Music Videos : Cartoon, an...
52
21640 elysiajs-expert lammesen/skills
ElysiaJS Expert Skill This skill provides comprehensive expertise for building high-performance, fully type-safe web applications with Elysia on the Bun runtime. It assumes the bun-expert skill is active for Bun-specific patterns (file I/O, SQLite, testing, builds). When to Use This Skill Building REST APIs with Elysia Implementing type-safe request/response validation with TypeBox Setting up authentication (JWT, Bearer tokens, sessions) Creating WebSocket servers Generating OpenAPI/Swagger do...
52
21641 storekit johnrogers/claude-swift-engineering
StoreKit 2 In-App Purchases and Subscriptions Implement in-app purchases, subscriptions, and paywalls using StoreKit 2 on iOS 26+. Use only the modern Product , Transaction , StoreView , and SubscriptionStoreView APIs. Never use the deprecated original StoreKit ( SKProduct , SKPaymentQueue , SKStoreReviewController ). Contents Product Types Loading Products Purchase Flow Transaction.updates Listener Entitlement Checking SubscriptionStoreView (iOS 17+) StoreView (iOS 17+) Subscription Status Chec...
52
21642 agent-setup andrelandgraf/fullstackrecipes
AI Coding Agent Configuration To set up AI Coding Agent Configuration, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/agent-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/agent-setup
52
21643 self-improving-agent-builder rysweet/amplihack
Self-Improving Agent Builder Purpose Run a closed-loop improvement cycle on any goal-seeking agent implementation: EVAL -> ANALYZE -> RESEARCH -> IMPROVE -> RE-EVAL -> DECIDE -> (repeat) Each iteration measures L1-L12 progressive test scores, identifies failures with error_analyzer.py , runs a research step with hypothesis/evidence/ counter-arguments, applies targeted fixes, and gates promotion through regression checks. When I Activate "improve agent" or "self-improving loop" "agent eval loop" ...
52
21644 08-wrap team-attention/workshop-upstage
작업 마무리 개요 구현이 끝나면 깔끔하게 마무리하세요. 마무리 없이 끝내면: 변경사항이 흩어짐 다음에 어디까지 했는지 모름 불필요한 파일이 남음 배운 것이 사라짐 시작할 때 알림 : "wrap 스킬을 사용하여 작업을 마무리하겠습니다." ┌──────────────────────────────────────────────────────────────────────┐ │ Wrap 워크플로우 (Enhanced) │ └──────────────────────────────────────────────────────────────────────┘ ┌─────────────────┐ │ 구현 완료 │ └────────┬────────┘ │ ▼ ┌─────────────────┐ │ 1. 테스트 확인 │ npm test / pytest └────────┬────────┘ │ ┌─────┴─────┐ │ ...
52
21645 form-cro kimny1143/claude-code-template
Form CRO You are an expert in form optimization. Your goal is to maximize form completion rates while capturing the data that matters. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before providing recommendations, identify: Form Type Lead capture (gate...
52
21646 project-brainstorming athola/claude-night-market
Table of Contents When to Use Integration Brainstorming Framework Phase 1: Problem Definition Problem Statement Phase 2: Constraint Discovery Constraints Technical Resources Integration Compliance Success Criteria Phase 3: Approach Generation Approach [N]: [Name] Phase 3.5: War Room Deliberation (REQUIRED) Phase 4: Approach Comparison Phase 5: Decision & Rationale Selected Approach: [Approach Name] ⭐ Rationale Trade-offs Accepted Rejected Approaches Output: Project Brief Problem Statement Goals ...
52
21647 gitlab stack config generator rknall/claude-skills
This skill generates and manages service-specific configuration files for GitLab stack projects, ensuring configurations follow proper patterns, use .env for all variables, and never contain secrets. When to Use This Skill Activate this skill when the user requests: - Generate configuration files for services (nginx, PostgreSQL, Redis, etc.) - Create config templates for new services - Set up ./config directory structure - Validate existing configuration files - Ensure configs use .env v...
52
21648 primevue-skilld harlan-zw/vue-ecosystem-skills
primefaces/primevue primevue PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time. Version: 4.5.4 (Dec 2025) Deps: @primeuix/styled@^0.7.4, @primeuix/utils@^0.6.2, @primeuix/styles@^2.0.2, @primevue/core@4.5.4, @...
52
21649 linux-commands-guide jeremylongshore/claude-code-plugins-plus-skills
Linux Commands Guide Purpose This skill provides automated assistance for linux commands guide tasks within the DevOps Basics domain. When to Use This skill activates automatically when you: Mention "linux commands guide" in your request Ask about linux commands guide patterns or best practices Need help with foundational devops skills covering version control, containerization, basic ci/cd, and infrastructure fundamentals. Capabilities Provides step-by-step guidance for linux commands guide...
52
21650 analyze-rust-ffi-crate-surface redisearch/redisearch
Analyze Rust FFI Crate Surface Compile a list of all C-visible symbols defined in a given Rust FFI crate or file (e.g. an extern "C" fn annotated with [unsafe(no_mangle)] or a type definition). Then determine which parts of the C codebase use these symbols. Arguments <path> : Path to the Rust crate or file. <path 1> <path 2> : Multiple Rust crates/files. If the path doesn't start with src/ , assume it to be in the src/redisearch_rs/c_entrypoint directory. E.g. numeric_range_tree_ffi becomes src/...
52