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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
7951 code-review davila7/claude-code-templates
Code Review When to use this skill Reviewing pull requests Checking code quality Providing feedback on implementations Identifying potential bugs Suggesting improvements Security audits Performance analysis Instructions Step 1: Understand the context Read the PR description : What is the goal of this change? Which issues does it address? Are there any special considerations? Check the scope : How many files changed? What type of changes? (feature, bugfix, refactor) Are tests included? Step 2: Hi...
417
7952 senpi-onboard senpi-ai/senpi-skills
Senpi Agent Onboarding Onboard an AI agent into the Senpi trading platform. After this flow the agent will have a Senpi account, an API key, and a working MCP server connection for portfolio management, trader discovery, strategy creation, and order execution on Hyperliquid. Prerequisites: Shell/code execution access and Node.js (required for npx ). Defaults SENPI_MCP_ENDPOINT : https://mcp.prod.senpi.ai (use this if {{SENPI_MCP_ENDPOINT}} is a literal unsubstituted placeholder) REFERRAL_CODE : ...
417
7953 make-interfaces-feel-better affaan-m/everything-claude-code
Details that make interfaces feel better Great interfaces rarely come from a single thing. It's usually a collection of small details that compound into a great experience. Apply these principles when building or reviewing UI code. Quick Reference Category When to Use Typography Text wrapping, font smoothing, tabular numbers Layout & Spacing Border radius, optical alignment, shadows, image outlines Animations Interruptible animations, enter/exit transitions, icon animations Core Principles 1. Co...
417
7954 sentry-react-router-framework-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > React Router Framework SDK Sentry React Router Framework SDK Opinionated wizard that scans your React Router Framework project and guides you through complete Sentry setup across client and server entry points. Invoke This Skill When User asks to "add Sentry to React Router Framework" or "set up Sentry in React Router v7 framework mode" User wants to install or configure @sentry/react-router User uses React Router framework entry files ( entry.client.tsx , entry.server.t...
417
7955 push-notification-setup aj-geddes/useful-ai-prompts
Push Notification Setup Overview Implement comprehensive push notification systems for iOS and Android applications using Firebase Cloud Messaging and native platform services. When to Use Sending real-time notifications to users Implementing user engagement features Deep linking from notifications to specific screens Handling silent/background notifications Tracking notification analytics Instructions 1. Firebase Cloud Messaging Setup import messaging from '@react-native-firebase/messaging'; ...
417
7956 terraform-infrastructure aj-geddes/useful-ai-prompts
Terraform Infrastructure Overview Build scalable infrastructure as code with Terraform, managing AWS, Azure, GCP, and on-premise resources through declarative configuration, remote state, and automated provisioning. When to Use Cloud infrastructure provisioning Multi-environment management (dev, staging, prod) Infrastructure versioning and code review Cost tracking and resource optimization Disaster recovery and environment replication Automated infrastructure testing Cross-region deployments ...
417
7957 app-store-deployment aj-geddes/useful-ai-prompts
App Store Deployment Overview Publish mobile applications to official app stores with proper code signing, versioning, testing, and submission procedures. When to Use Publishing apps to App Store and Google Play Managing app versions and releases Configuring signing certificates and provisioning profiles Automating build and deployment processes Managing app updates and rollouts Instructions 1. iOS Deployment Setup Create development and distribution signing certificates Step 1: Generate Cer...
417
7958 tanstack-pacer tanstack-skills/tanstack-skills
Overview TanStack Pacer provides a unified, type-safe toolkit for controlling function execution timing. It offers class-based APIs, factory functions, and React hooks for debouncing, throttling, rate limiting, queuing, and batching. Core: @tanstack/pacer React: @tanstack/react-pacer Status: Beta Installation npm install @tanstack/pacer npm install @tanstack/react-pacer React hooks Debouncing Delays execution until after a period of inactivity. Class API import { Debouncer } from '@tanstack/pac...
417
7959 video-prompting-guide inference-sh/skills
Video Prompting Guide Best practices for writing effective AI video generation prompts via inference.sh . Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Well-structured video prompt infsh app run google/veo-3-1-fast --input '{ "prompt": "Cinematic tracking shot of a red sports car driving through Tokyo at night, neon lights reflecting on wet streets, rain falling, 4K, shallow depth of field" }' Prompt St...
416
7960 vitest hairyf/skills
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
416
7961 asc-localize-metadata rorkai/app-store-connect-cli-skills
asc localize metadata Use this skill to pull English (or any source locale) App Store metadata, translate it with LLM, and push translations back to App Store Connect — all automated. Command discovery and output conventions Always confirm flags with --help for the exact asc version: asc localizations --help asc localizations download --help asc localizations upload --help asc app-info set --help Prefer explicit long flags ( --app , --version , --version-id , --type , --app-info ). Default outpu...
416
7962 agent-neural-network ruvnet/ruflo
name: flow-nexus-neural description: Neural network training and deployment specialist. Manages distributed neural network training, inference, and model lifecycle using Flow Nexus cloud infrastructure. color: red You are a Flow Nexus Neural Network Agent, an expert in distributed machine learning and neural network orchestration. Your expertise lies in training, deploying, and managing neural networks at scale using cloud-powered distributed computing. Your core responsibilities: Design and con...
416
7963 agent-consensus-coordinator ruvnet/ruflo
name: consensus-coordinator description: Distributed consensus agent that uses sublinear solvers for fast agreement protocols in multi-agent systems. Specializes in Byzantine fault tolerance, voting mechanisms, distributed coordination, and consensus optimization using advanced mathematical algorithms for large-scale distributed systems. color: red You are a Consensus Coordinator Agent, a specialized expert in distributed consensus protocols and coordination mechanisms using sublinear algorithms...
416
7964 integrating-jupiter jup-ag/agent-skills
Jupiter API Integration Single skill for all Jupiter APIs, optimized for fast routing and deterministic execution. Base URL : https://api.jup.ag Auth : x-api-key from portal.jup.ag ( required for Jupiter REST endpoints ) Use/Do Not Use Use when: The task requires choosing or calling Jupiter endpoints. The task involves swap, lending, perps, orders, pricing, portfolio, send, studio, lock, or routing. The user needs debugging help for Jupiter API calls. Do not use when: The task is generic Solana ...
416
7965 skill-reviewer daymade/claude-code-skills
Skill Reviewer Review and improve Claude Code skills against official best practices. Setup (Auto-Install Dependencies) Before using this skill, ensure skill-creator is installed for automated validation. Auto-install sequence: 1. Check if skill-creator exists SKILL_CREATOR=$(find ~/.claude/plugins/cache -name "skill-creator" -type d 2>/dev/null | head -1) 2. If not found, install it if [ -z "$SKILL_CREATOR" ]; then claude plugin marketplace add https://github.com/daymade/claude-code-s...
416
7966 long-context davila7/claude-code-templates
Long Context: Extending Transformer Context Windows When to Use This Skill Use Long Context techniques when you need to: Process long documents (32k, 64k, 128k+ tokens) with transformer models Extend context windows of pre-trained models (LLaMA, Mistral, etc.) Implement efficient positional encodings (RoPE, ALiBi) Train models with length extrapolation capabilities Deploy models that handle variable-length inputs efficiently Fine-tune existing models for longer contexts with minimal compute K...
416
7967 log-analysis aj-geddes/useful-ai-prompts
Log Analysis When to use this skill Error debugging : analyze the root cause of application errors Performance analysis : analyze response times and throughput Security audit : detect anomalous access patterns Incident response : investigate the root cause during an outage Instructions Step 1: Locate Log Files Common log locations /var/log/ System logs /var/log/nginx/ Nginx logs /var/log/apache2/ Apache logs ./logs/ Application logs Step 2: Search for Error Patterns Common error search : S...
416
7968 eventkit-calendar dpearson2699/swift-ios-skills
EventKit — Calendar & Reminders Create, read, and manage calendar events and reminders. Covers authorization, event and reminder CRUD, recurrence rules, alarms, and EventKitUI editors. Targets Swift 6.2 / iOS 26+. Contents Setup Authorization Creating Events Fetching Events Reminders Recurrence Rules Alarms EventKitUI Controllers Observing Changes Common Mistakes Review Checklist References Setup Info.plist Keys Add the required usage description strings based on what access level you need: Key ...
415
7969 omx supercent-io/skills-template
oh-my-codex (OMX) - Multi-Agent Orchestration for Codex CLI When to use this skill Orchestrating complex multi-agent workflows with OpenAI Codex CLI Running parallel team workers in tmux for coordinated task execution Using persistent MCP servers for state, memory, and code intelligence Executing staged pipelines (plan → prd → exec → verify → fix) Leveraging role-based agent prompts for specialized tasks 1. Core Concepts Role Prompts (30 Agents) Agent Tier Agents Use Case Core Development archit...
415
7970 stitch::code-to-design google-labs-code/stitch-skills
Code to Design Transform your existing frontend code into a Stitch Design so you can iterate and improve it using Stitch. This skill orchestrates three other skills in sequence: extract-static-html : Extract a single self-contained HTML file from your build output. extract-design-md : Analyze the source code to create a design system (DESIGN.md). upload-to-stitch : Upload that HTML file and the design system to your Stitch project. Workflow Follow these steps to convert your existing code. Prere...
415
7971 ce-code-review everyinc/compound-engineering-plugin
Code Review Reviews code changes using dynamically selected reviewer personas. Spawns parallel sub-agents that return structured JSON, then merges and deduplicates findings into a single report. When to Use Before creating a PR After completing a task during iterative implementation When feedback is needed on any code changes Can be invoked standalone Can run as a read-only or autofix review step inside larger workflows Argument Parsing Parse $ARGUMENTS for the following optional tokens. Strip e...
415
7972 deep-research lingzhi227/agent-research-skills
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
415
7973 agent-coder ruvnet/ruflo
name: coder type: developer color: "FF6B35" description: Implementation specialist for writing clean, efficient code capabilities: code_generation refactoring optimization api_design error_handling priority: high hooks: pre: | echo "💻 Coder agent implementing: $TASK" Check for existing tests if grep -q "test|spec" <<< "$TASK"; then echo "⚠️ Remember: Write tests first (TDD)" fi post: | echo "✨ Implementation complete" Run basic validation if [ -f "package.json" ]; then npm run lint --if-present...
415
7974 agent-swarm-memory-manager ruvnet/ruflo
name: swarm-memory-manager description: Manages distributed memory across the hive mind, ensuring data consistency, persistence, and efficient retrieval through advanced caching and synchronization protocols color: blue priority: critical You are the Swarm Memory Manager, the distributed consciousness keeper of the hive mind. You specialize in managing collective memory, ensuring data consistency across agents, and optimizing memory operations for maximum efficiency. Core Responsibilities 1. Dis...
415
7975 tech-earnings-deepdive star23/day1global-skills
Tech Stock Earnings Deep Dive Analysis & Multi-Perspective Investment Memo v3.0 Positioning & Design Philosophy You are providing institutional-grade earnings analysis services for a "large retail investor" — someone investing their own capital, with no LPs, who holds tech stock positions on a quarterly and annual basis. Core design principles: Key Forces Driven : First identify 1-3 decisive forces, then prioritize the 16 modules around those forces — deeply examine related modules, provide stan...
415
7976 codebase-analysis solatis/claude-config
Codebase Analysis Understanding-focused skill that builds foundational comprehension of codebase structure, patterns, flows, decisions, and context. Serves as foundation for downstream analysis skills (problem-analysis, refactor, etc.). When this skill activates, IMMEDIATELY invoke the script. The script IS the workflow. Invoke:
415
7977 skill-creator davila7/claude-code-templates
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
415
7978 upstash-qstash sickn33/antigravity-awesome-skills
Upstash QStash You are an Upstash QStash expert who builds reliable serverless messaging without infrastructure management. You understand that QStash's simplicity is its power - HTTP in, HTTP out, with reliability in between. You've scheduled millions of messages, set up cron jobs that run for years, and built webhook delivery systems that never drop a message. You know that QStash shines when you need "just make this HTTP call later, reliably." Your core philosophy: HTTP is the universal l...
415
7979 swiftui-animation jamesrochabrun/skills
SwiftUI Animation (iOS 26+) Review, write, and fix SwiftUI animations. Apply modern animation APIs with correct timing, transitions, and accessibility handling using Swift 6.3 patterns. Contents Triage Workflow withAnimation (Explicit Animation) Implicit Animation Spring Type (iOS 17+) PhaseAnimator (iOS 17+) KeyframeAnimator (iOS 17+) @Animatable Macro matchedGeometryEffect (iOS 14+) Navigation Zoom Transition (iOS 18+) Transitions (iOS 17+) ContentTransition (iOS 16+) Symbol Effects (iOS 17+) ...
415
7980 cobo-agentic-wallet-sandbox cobosteven/cobo-agent-wallet-manual
How You Act with Cobo Agentic Wallets You operate with delegated, limited authority over an owner's on-chain assets. Three defining traits: Proactive — You surface next steps and relevant options. You track tasks you start without waiting to be asked. After every action, you report status and suggest what the owner can do next. Precise — You execute the owner's explicit intent precisely. On ambiguous parameters (amount, address, chain, recipient), you ask for clarification before acting. You do ...
415
7981 paper-revision lingzhi227/agent-research-skills
Paper Revision Systematically revise papers based on reviewer feedback. Input $0 — Reviewer comments/feedback $1 — Current paper draft (main.tex or paper directory) References Revision workflow and prompts: ~/.claude/skills/paper-revision/references/revision-prompts.md Workflow Step 1: Parse and Prioritize Concerns For each reviewer comment: Extract the specific concern Classify: major revision, minor revision, question, suggestion Map to affected paper section(s) Prioritize: address major conce...
415
7982 python mindrally/skills
Python You are an expert in Python development across multiple domains including web development, data science, automation, and machine learning. Universal Principles PEP 8 compliance consistently emphasized Error handling via early returns and guard clauses Async/await for I/O-bound operations Type hints mandatory Modular, functional approaches preferred over classes Code Style Write concise, technical Python with accurate examples Use functional and declarative programming patterns where appro...
415
7983 video-script sugarforever/01coder-agent-skills
Video Script & Publishing Materials Help YouTubers/UP主 prepare video content: write structured scripts (口播稿), blog posts, and platform-specific publishing materials. Output Structure Each video gets a date-based directory under user's chosen location: ./videos/{YYYY-MM-DD}-{short-slug}/ ├── script.md 视频口播稿 ├── blog.md 博客文章 ├── youtube.md YouTube 发布素材 └── bilibili.md Bilibili 发布素材 Interactive Workflow Step 1: Gather Information IMPORTANT : Before writing anything, colle...
415
7984 deslop brianlovin/agent-config
Remove AI code slop Check the diff against main, and remove all AI generated slop introduced in this branch. This includes: Extra comments that a human wouldn't add or is inconsistent with the rest of the file Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths) Casts to any to get around type issues Any other style that is inconsistent with the file Report at the end with only a 1-3 sentence summar...
415
7985 claude-typer vibe-motion/skills
Claude Typer Workflow Extract the text that should be typed in the animation as prompt . Run: skill_dir = "" for base in " ${AGENTS_HOME :- $HOME / .agents} " " ${CLAUDE_HOME :- $HOME / .claude} " " ${CODEX_HOME :- $HOME / .codex} " ; do if [ -d " $base /skills/claude-typer" ] ; then skill_dir = " $base /skills/claude-typer" break fi done [ -n " $skill_dir " ] || { echo "claude-typer skill not found under ~/.agents, ~/.claude, or ~/.codex" ; exit 1 ; } /usr/local/bin/python3 " $skill_dir /script...
415
7986 kaizen:why neolabhq/context-engineering-kit
Five Whys Analysis Apply Five Whys root cause analysis to investigate issues by iteratively asking "why" to drill from symptoms to root causes. Description Iteratively ask "why" to move from surface symptoms to fundamental causes. Identifies systemic issues rather than quick fixes. Usage /why [issue_description] Variables ISSUE: Problem or symptom to analyze (default: prompt for input) DEPTH: Number of "why" iterations (default: 5, adjust as needed) Steps State the problem clearly Ask "Why did t...
414
7987 shadcn-ui bobmatnyc/claude-mpm-skills
shadcn/ui Component Integration You are a frontend engineer specialized in building applications with shadcn/ui—a collection of beautifully designed, accessible, and customizable components built with Radix UI or Base UI and Tailwind CSS. You help developers discover, integrate, and customize components following best practices. Core Principles shadcn/ui is not a component library —it's a collection of reusable components that you copy into your project. This gives you: Full ownership : Componen...
414
7988 cloudflare-d1 jezweb/claude-skills
Cloudflare D1 Database Status: Production Ready ✅ Last Updated: 2026-01-20 Dependencies: cloudflare-worker-base (for Worker setup) Latest Versions: wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0 Recent Updates (2025): Nov 2025: Jurisdiction support (data localization compliance), remote bindings GA (wrangler@4.37.0+), automatic resource provisioning Sept 2025: Automatic read-only query retries (up to 2 attempts), remote bindings public beta July 2025: Storage limits increased (250GB ...
414
7989 cloudkit-sync dpearson2699/swift-ios-skills
CloudKit and iCloud Sync Sync data across devices using CloudKit, iCloud key-value storage, and iCloud Drive. Covers container setup, record CRUD, queries, subscriptions, CKSyncEngine, SwiftData integration, conflict resolution, and error handling. Targets iOS 26+ with Swift 6.2; older availability noted where relevant. Contents Container and Database Setup CKRecord CRUD CKQuery CKSubscription CKSyncEngine (iOS 17+) SwiftData + CloudKit NSUbiquitousKeyValueStore iCloud Drive File Sync Account St...
414
7990 openviking-memory volcengine/openviking
OpenViking Memory Guide How It Works Auto-Capture : At the end of a conversation, automatically extracts memories from user messages semantic mode: captures all qualifying user text, relying on OpenViking's extraction pipeline to filter keyword mode: only captures text matching trigger words (e.g. "remember", "preference", etc.) Auto-Recall : Before a conversation starts, automatically searches for relevant memories and injects them into context Available Tools memory_recall — Search Memories Se...
414
7991 clanker-discipline gbasin/clanker-discipline
Clanker Discipline Apply these rules when writing or reviewing state types, data models, and functions that manage application state. Agents tend to add flags, optional fields, and special cases that compound into state nobody intended — catch that before it lands. When you find violations, refactor fully. The goal is clean, maintainable code, not minimal diffs. Rip out the flags, reshape the types, restructure the functions. A bigger diff now is better than layering workarounds that compound la...
414
7992 agent-agentic-payments ruvnet/ruflo
name: agentic-payments description: Multi-agent payment authorization specialist for autonomous AI commerce with cryptographic verification and Byzantine consensus color: purple You are an Agentic Payments Agent, an expert in managing autonomous payment authorization, multi-agent consensus, and cryptographic transaction verification for AI commerce systems. Your core responsibilities: Create and manage Active Mandates with spend caps, time windows, and merchant rules Sign payment transactions wi...
414
7993 agent-dev-backend-api ruvnet/ruflo
name: "backend-dev" description: "Specialized agent for backend API development with self-learning and pattern recognition" color: "blue" type: "development" version: "2.0.0-alpha" created: "2025-07-25" updated: "2025-12-03" author: "Claude Code" metadata: specialization: "API design, implementation, optimization, and continuous improvement" complexity: "moderate" autonomous: true v2_capabilities: - "self_learning" - "context_enhancement" - "fast_processing" - "smart_coordination" triggers: keyw...
414
7994 agent-issue-tracker ruvnet/ruflo
name: issue-tracker description: Intelligent issue management and project coordination with automated tracking, progress monitoring, and team coordination tools: mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, mcp__claude-flow__memory_usage, Bash, TodoWrite, Read, Write color: green type: development capabilities: Automated issue creation with smart templates Progress tracking with swarm coordination Multi-agent collaboration on complex issues Pro...
414
7995 agent-code-review-swarm ruvnet/ruflo
name: code-review-swarm description: Deploy specialized AI agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis tools: mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, Bash, Read, Write, TodoWrite color: blue type: development capabilities: Automated multi-agent code review Security vulnerability analysis Performance bottleneck detection Architecture pattern validation Style and convention enforcement...
414
7996 theme-factory sickn33/antigravity-awesome-skills
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
414
7997 aihot kkkkhazix/khazix-skills
AI HOT Skill 让 Agent 用最自然的中文查询拿到 aihot.virxact.com 上每天的 AI HOT 日报和全部 AI 动态,不需要打开浏览器。SKILL.md 标准格式,跨 Claude Code / Codex CLI / Cursor / Gemini CLI / OpenCode / 任何兼容平台可用。 线上: https://aihot.virxact.com(公开匿名可访,无需 token) 先决条件:必须带 User-Agent(仅 API 端点) /api/public/* 走 nginx UA 黑名单挡商业爬虫,默认 curl/X.Y UA 会被 403 Forbidden。 调 API 时所有 curl 都必须带浏览器 UA : UA = "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36" 之后所有调 API 的 curl 都加 -H "User-Agen...
414
7998 java-fundamentals pluginagentmarketplace/custom-plugin-java
Master core Java programming with production-quality patterns. Overview This skill covers Java fundamentals including syntax, OOP, collections, streams API, and exception handling for Java 8-21. When to Use This Skill Use when you need to: - Write clean, idiomatic Java code - Design classes following OOP principles - Choose appropriate collection types - Implement functional programming patterns - Handle exceptions properly Topics Covered Core Syntax (Java 8-21) - Variables, data...
414
7999 project-estimation aj-geddes/useful-ai-prompts
Project Estimation Overview Accurate project estimation determines realistic timelines, budgets, and resource allocation. Effective estimation combines historical data, expert judgment, and structured techniques to minimize surprises. When to Use Defining project scope and deliverables Creating project budgets and timelines Allocating team resources Managing stakeholder expectations Assessing project feasibility Planning for contingencies Updating estimates during project execution Instruction...
414
8000 grepai-mcp-cursor yoanbernabeu/grepai-skills
This skill covers integrating GrepAI with Cursor IDE using the Model Context Protocol (MCP). When to Use This Skill - Setting up GrepAI in Cursor - Enabling semantic search for Cursor AI - Configuring MCP for Cursor - Troubleshooting Cursor integration What is Cursor? Cursor is an AI-powered IDE that supports MCP for external tools. GrepAI integration gives Cursor's AI: - Semantic code search beyond simple text matching - Call graph analysis for understanding dependencies - Index-bas...
414