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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
21,502
总 Skills
36.7M
总安装量
2,447
贡献者
# Skill 仓库 描述 安装量
6751 cloudflare-tunnel vm0-ai/vm0-skills
Cloudflare Tunnel / Access Authentication Authenticate HTTP requests to services protected by Cloudflare Access using Service Token headers. When to Use Access internal services exposed via Cloudflare Tunnel Authenticate to Cloudflare Zero Trust protected applications Make API calls to services behind Cloudflare Access Bypass Cloudflare Access login page for automated requests Prerequisites export CF_ACCESS_CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.access export CF_ACCESS_CLIENT_SECRET=xxxxxxxxx...
313
6752 blueprint wordpress/agent-skills
Blueprint — Construction Plan Generator Turn a one-line objective into a step-by-step construction plan that any coding agent can execute cold. When to Use Breaking a large feature into multiple PRs with clear dependency order Planning a refactor or migration that spans multiple sessions Coordinating parallel workstreams across sub-agents Any task where context loss between sessions would cause rework Do not use for tasks completable in a single PR, fewer than 3 tool calls, or when the user says...
313
6753 python-development skillcreatorai/ai-agent-skills
Python Development Project Setup Modern Python Project Structure my-project/ ├── src/ │ └── my_project/ │ ├── __init__.py │ ├── main.py │ └── utils.py ├── tests/ │ ├── __init__.py │ └── test_main.py ├── pyproject.toml ├── README.md └── .gitignore pyproject.toml [ project ] name = "my-project" version = "0.1.0" requires-python = ">=3.12" dependencies = [ "fastapi>=0.100.0", "pydantic>=2.0", ] [ project.optional-dependencies ] dev = [ "pytest>=7.0", "ruff>...
312
6754 redbookskills white0dew/xiaohongshuskills
Post-to-xhs 你是“小红书发布助手”。目标是在用户确认后,调用本 Skill 的脚本完成发布。 输入判断 优先按以下顺序判断: 用户明确要求"测试浏览器 / 启动浏览器 / 检查登录 / 只打开不发布":进入测试浏览器流程。 用户要求“搜索笔记 / 找内容 / 查看某篇笔记详情 / 查看内容数据表 / 给帖子评论 / 查看评论和@通知”:进入内容检索与互动流程( search-feeds / get-feed-detail / post-comment-to-feed / get-notification-mentions / content-data )。 用户已提供 标题 + 正文 + 视频(本地路径或URL) :直接进入视频发布流程。 用户已提供 标题 + 正文 + 图片(本地路径或URL) :直接进入图文发布流程。 用户只提供网页 URL:先提取网页内容与图片/视频,再给出可发布草稿,等待用户确认。 信息不全:先补齐缺失信息,不要直接发布。 必做约束 发布前必须让用户确认最终标题、正文和图片/视频。 图文发布时,没有图片不得发布(小红书发图文必须有图片)。 视频发布时...
312
6755 writing-plans davila7/claude-code-templates
Writing Plans Overview Write comprehensive implementation plans assuming the engineer has zero context for our codebase and questionable taste. Document everything they need to know: which files to touch for each task, code, testing, docs they might need to check, how to test it. Give them the whole plan as bite-sized tasks. DRY. YAGNI. TDD. Frequent commits. Assume they are a skilled developer, but know almost nothing about our toolset or problem domain. Assume they don't know good test design ...
312
6756 accessibility-compliance-accessibility-audit sickn33/antigravity-awesome-skills
Accessibility Audit and Testing You are an accessibility expert specializing in WCAG compliance, inclusive design, and assistive technology compatibility. Conduct comprehensive audits, identify barriers, provide remediation guidance, and ensure digital products are accessible to all users. Use this skill when Auditing web or mobile experiences for WCAG compliance Identifying accessibility barriers and remediation priorities Establishing ongoing accessibility testing practices Preparing complianc...
312
6757 cheerio-parsing mindrally/skills
Cheerio HTML Parsing You are an expert in Cheerio, Node.js HTML parsing, DOM manipulation, and building efficient data extraction pipelines for web scraping. Core Expertise Cheerio API and jQuery-like syntax CSS selector optimization DOM traversal and manipulation HTML/XML parsing strategies Integration with HTTP clients (axios, got, node-fetch) Memory-efficient processing of large documents Data extraction patterns and best practices Key Principles Write clean, modular extraction functions Us...
312
6758 xhs-publisher byheaven/byheaven-skills
本技能文档包含小红书创作者平台的详细发布流程、DOM选择器和操作步骤。 平台概述 平台: 小红书创作者平台 (Xiaohongshu Creator Platform) 域名: `creator.xiaohongshu.com` 发布形式选择 根据内容长度选择不同的发布入口: | < 140字 | 文字配图 | `https://creator.xiaohongshu.com/publish/publish?target=image` | ≥ 140字 | 图文笔记 | `https://creator.xiaohongshu.com/publish/publish?target=article` 一、文字配图流程 (< 140字) 流程概览 ``` 1. 导航到文字配图入口 2. 点击"文字配图"按钮 3. 输入第一张图片内容(标题) 4. 添加第二张图片并输入正文内容 5. 一次性生成全部图片 6. 选择模板样式并下一步 7. 填写发布信息(标题、正文、标签) 8. 用户确认后发布 ``` [!IMPORTANT] 核心流程: 先输入所有内...
312
6759 grepai-embeddings-openai yoanbernabeu/grepai-skills
This skill covers using OpenAI's embedding API with GrepAI for high-quality, cloud-based embeddings. When to Use This Skill - Need highest quality embeddings - Team environment with shared infrastructure - Don't want to manage local embedding server - Willing to trade privacy for quality/convenience Considerations | ✅ Quality | State-of-the-art embeddings | ✅ Speed | Fast, no local compute needed | ✅ Scalability | Handles any codebase size | ⚠️ Privacy | Code sent to OpenAI se...
312
6760 caching-strategy aj-geddes/useful-ai-prompts
Caching Strategy Overview Implement effective caching strategies to improve application performance, reduce latency, and decrease load on backend systems. When to Use Reducing database query load Improving API response times Handling high traffic loads Caching expensive computations Storing session data CDN integration for static assets Implementing distributed caching Rate limiting and throttling Caching Layers ┌─────────────────────────────────────────┐ │ Client Browser Cache ...
312
6761 auto-paper-demo marimo-team/skills
You need to come up with a compelling story to tell from a paper. Do not ask the user for feedback/input. You need to apply thinking and come up with the best story yourself. Fetching Papers via AlphaXiv Use alphaxiv.org to get structured, LLM-friendly paper content. This is faster and more reliable than trying to read a raw PDF. Extract the paper ID Parse the paper ID from whatever the user provides: Input Paper ID https://arxiv.org/abs/2401.12345 2401.12345 https://arxiv.org/pdf/2401.12345 240...
312
6762 web-performance-audit aj-geddes/useful-ai-prompts
Web Performance Audit Overview Web performance audits measure load times, identify bottlenecks, and guide optimization efforts to create faster, better user experiences. When to Use Regular performance monitoring After major changes User complaints about slowness SEO optimization Mobile optimization Performance baseline setting Instructions 1. Performance Metrics Core Web Vitals (Google): Largest Contentful Paint (LCP): Measure: Time to load largest visible element Good: <2.5 seconds Po...
312
6763 ultrawork yeachan-heo/oh-my-claudecode
Activates maximum performance mode with parallel agent orchestration. When Activated This skill enhances Claude's capabilities by: - Parallel Execution: Running multiple agents simultaneously for independent tasks - Aggressive Delegation: Routing tasks to specialist agents immediately - Background Operations: Using `run_in_background: true` for long operations - Persistence Enforcement: Never stopping until all tasks are verified complete - Smart Model Routing: Using tiered agents to sav...
312
6764 onlyfans-video-downloader serpdownloaders/skills
OnlyFans Downloader (Browser Extension) Browser extension built specifically for saving OnlyFans content — videos, images, GIFs, and text posts — with in-page overlay buttons, bulk gallery scanning, and automatic MP4 conversion, all without leaving your browser. SERP OnlyFans Downloader is a browser extension built specifically for saving OnlyFans content to your computer as standard files you can keep. Save videos, images, GIFs, and text posts from any creator's OnlyFans page for offline viewi...
312
6765 prompt-caching davila7/claude-code-templates
Prompt Caching You're a caching specialist who has reduced LLM costs by 90% through strategic caching. You've implemented systems that cache at multiple levels: prompt prefixes, full responses, and semantic similarity matches. You understand that LLM caching is different from traditional caching—prompts have prefixes that can be cached, responses vary with temperature, and semantic similarity often matters more than exact match. Your core principles: Cache at the right level—prefix, response...
311
6766 skywork-ppt skyworkai/skywork-skills
PPT Write Skill Four capabilities: generate , template imitation , edit existing PPT , and local file operations . Prerequisites API Key Configuration (Required First) This skill requires a SKYWORK_API_KEY to be configured in OpenClaw. If you don't have an API key yet, please visit: https://skywork.ai For detailed setup instructions, see: references/apikey-fetch.md Privacy & Remote Calls (Read Before Use) Remote upload & processing : Layers 1/2/4 upload local files and send the full, verbatim us...
311
6767 web-asset-generator alonw0/web-asset-generator
Web Asset Generator Generate professional web assets from logos or text slogans, including favicons, app icons, and social media meta images. Quick Start When a user requests web assets: Use AskUserQuestion tool to clarify needs if not specified: What type of assets they need (favicons, app icons, social images, or everything) Whether they have source material (logo image vs text/slogan) For text-based images: color preferences Check for source material : If user uploaded an image: use it as the...
311
6768 semantic-versioning aj-geddes/useful-ai-prompts
Semantic Versioning Overview Establish semantic versioning practices to maintain consistent version numbering aligned with release significance, enabling automated version management and release notes generation. When to Use Package and library releases API versioning Version bumping automation Release note generation Breaking change tracking Dependency management Changelog management Implementation Examples 1. Semantic Versioning Configuration package.json { "name": "my-awesome-package", ...
311
6769 ads-youtube agricidaniel/claude-ads
YouTube Ads Analysis Process Collect YouTube Ads data (Google Ads export filtered to Video campaigns) Read ads/references/google-audit.md for YouTube-relevant checks Read ads/references/platform-specs.md for video specifications Read ads/references/benchmarks.md for YouTube benchmarks Read ads/references/scoring-system.md for health score algorithm Evaluate campaign setup, creative quality, targeting, and measurement Generate YouTube-specific findings report with health score Campaign Types Asse...
311
6770 android-java alinaqi/claude-bootstrap
Android Java Skill Load with: base.md Project Structure project/ ├── app/ │ ├── src/ │ │ ├── main/ │ │ │ ├── java/com/example/app/ │ │ │ │ ├── data/ Data layer │ │ │ │ │ ├── local/ Room database, SharedPreferences │ │ │ │ │ ├── remote/ Retrofit services, API clients │ │ │ │ │ └── repository/ Repository implementations │ │ │ │ ├── di/ Dependency injection (Hilt/Dagger) │ │ │ │ ├── domain/ ...
311
6771 domain-ml actionbook/rust-skills
Machine Learning Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication Large data Efficient memory Zero-copy, streaming GPU acceleration CUDA/Metal support candle, tch-rs Model portability Standard formats ONNX Batch processing Throughput over latency Batched inference Numerical precision Float handling ndarray, careful f32/f64 Reproducibility Deterministic Seeded random, versioning Critical Constraints Memory Efficiency RULE...
311
6772 domain-cloud-native actionbook/rust-skills
Cloud-Native Domain Layer 3: Domain Constraints Domain Constraints → Design Implications Domain Rule Design Constraint Rust Implication 12-Factor Config from env Environment-based config Observability Metrics + traces tracing + opentelemetry Health checks Liveness/readiness Dedicated endpoints Graceful shutdown Clean termination Signal handling Horizontal scale Stateless design No local state Container-friendly Small binaries Release optimization Critical Constraints Stateless Design RULE: No ...
311
6773 monitoring-observability ahmedasmar/devops-claude-skills
Monitoring & Observability When to use this skill Before Production Deployment : Essential monitoring system setup Performance Issues : Identify bottlenecks Incident Response : Quick root cause identification SLA Compliance : Track availability/response times Instructions Step 1: Metrics Collection (Prometheus) Application Instrumentation (Node.js): import express from 'express' ; import promClient from 'prom-client' ; const app = express ( ) ; // Default metrics (CPU, Memory, etc.) promClient ....
310
6774 memory-hygiene aaaaqwq/claude-code-skills
Memory Hygiene Keep vector memory lean. Prevent token waste from junk memories. Quick Commands Audit: Check what's in memory memory_recall query="*" limit=50 Wipe: Clear all vector memory rm -rf ~/.clawdbot/memory/lancedb/ Then restart gateway: clawdbot gateway restart Reseed: After wipe, store key facts from MEMORY.md memory_store text="<fact>" category="preference|fact|decision" importance=0.9 Config: Disable Auto-Capture The main source of junk is autoCapture: true . Disable it: { "plugins" :...
310
6775 modular-code parcadei/continuous-claude-v3
Modular Code Organization Write modular Python code with files sized for maintainability and AI-assisted development. File Size Guidelines Lines Status Action 150-500 Optimal Sweet spot for AI code editors and human comprehension 500-1000 Large Look for natural split points 1000-2000 Too large Refactor into focused modules 2000+ Critical Must split - causes tooling issues and cognitive overload When to Split Split when ANY of these apply: File exceeds 500 lines Multiple unrelated concerns in...
310
6776 notion-knowledge-capture makenotion/claude-code-notion-plugin
Knowledge Capture Convert conversations and notes into structured, linkable Notion pages for easy reuse. Quick start Clarify what to capture (decision, how-to, FAQ, learning, documentation) and target audience. Identify the right database/template in reference/ (team wiki, how-to, FAQ, decision log, learning, documentation). Pull any prior context from Notion with Notion:notion-search → Notion:notion-fetch (existing pages to update/link). Draft the page with Notion:notion-create-pages using the ...
310
6777 evaluating-llms-harness davila7/claude-code-templates
lm-evaluation-harness - LLM Benchmarking Quick start lm-evaluation-harness evaluates LLMs across 60+ academic benchmarks using standardized prompts and metrics. Installation: pip install lm-eval Evaluate any HuggingFace model: lm_eval --model hf \ --model_args pretrained=meta-llama/Llama-2-7b-hf \ --tasks mmlu,gsm8k,hellaswag \ --device cuda:0 \ --batch_size 8 View available tasks: lm_eval --tasks list Common workflows Workflow 1: Standard benchmark evaluation Evaluate model o...
310
6778 msgraph merill/msgraph
Microsoft Graph Agent Skill Search, look up, and call any of the 27,700+ Microsoft Graph APIs — all locally, no network calls needed. Use the three search commands to find the right endpoint, check permissions and parameters, then optionally execute calls directly or hand off to a Graph MCP server. What's Included The Microsoft Graph API has 27,700+ endpoints updated weekly — well past LLM training cutoffs. This skill bundles the complete API surface as local indexes that you search instantly wi...
310
6779 para-second-brain robdefeo/agent-skills
PARA Method Use this skill to help users organize and maintain a second brain using the PARA system (Projects, Areas, Resources, Archives). Routing Pick the entry point based on user intent: Classification and "where does this go?" questions: read references/decision-trees.md Example requests and edge-case comparisons: read references/examples.md Operational process requests (inbox, review, setup, close-out, archive): read references/workflows.md Troubleshooting pain points and validation guidan...
310
6780 remotion digitalsamba/claude-code-video-toolkit
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
310
6781 claude-better-cli aradotso/trending-skills
claude-better Skill by ara.so — Daily 2026 Skills collection. claude-better is a compatibility-first reimplementation of the Claude CLI focused on aggressive performance improvements: up to 73% faster startup and up to 80% lower resident memory, while maintaining 100% command-level compatibility with the original Claude CLI. What It Does Faster cold starts : --help goes from 182ms → 49ms; chat session bootstrap from 311ms → 102ms Lower memory : sustained interactive sessions drop from ~412MB → ~...
310
6782 technical-writing mindrally/skills
Technical Writing When to use this skill Writing technical specifications Creating architecture documentation Documenting system designs Writing runbooks and operational guides Creating developer documentation API documentation User manuals and guides Release notes and changelogs Instructions Step 1: Understand your audience Developer audience : Focus on implementation details Include code examples Technical terminology is okay Show how, not just what DevOps/Operations audience : Focus on deploy...
310
6783 codex-subagent am-will/codex-skills
Codex Subagent Skill Spawn autonomous subagents to offload context-heavy work. Subagents burn their own tokens, return only final results. Golden Rule: If task + intermediate work would add 3,000+ tokens to parent context → use subagent. Intelligent Prompting Critical: Parent agent must provide subagent with essential context for success. Good Prompting Principles Include relevant context - Give the subagent thorough context Be specific - Clear constraints, requirements, output format Provi...
309
6784 golang-grpc bobmatnyc/claude-mpm-skills
Persona: You are a Go distributed systems engineer. You design gRPC services for correctness and operability — proper status codes, deadlines, interceptors, and graceful shutdown matter as much as the happy path. Modes: Build mode — implementing a new gRPC server or client from scratch. Review mode — auditing existing gRPC code for correctness, security, and operability issues. Go gRPC Best Practices Treat gRPC as a pure transport layer — keep it separate from business logic. The official Go imp...
309
6785 threejs-game natea/fitfinder
Three.js Game Development You are an expert Three.js game developer. Follow these opinionated patterns when building 3D browser games. Reference : See reference/llms.txt (quick guide) and reference/llms-full.txt (full API + TSL) for official Three.js LLM documentation. Prefer patterns from those files when they conflict with this skill. Performance Notes Take your time with each step. Quality is more important than speed. Do not skip validation steps — they catch issues early. Read the full cont...
309
6786 skill-installer davila7/claude-code-templates
Skill Installer Helps install skills. By default these are from https://github.com/openai/skills/tree/main/skills/.curated , but users can also provide other locations. Use the helper scripts based on the task: List skills when the user asks what is available, or if the user uses this skill without specifying what to do. Default listing is .curated , but you can pass --path skills/.experimental when they ask about experimental skills. Install from the curated list when the user provides a skill ...
309
6787 java-quarkus-development mindrally/skills
Java Quarkus Development Best Practices Core Principles Write clean, efficient, and well-documented Java code using Quarkus best practices Focus on fast startup and minimal memory footprint via GraalVM native builds Leverage Quarkus extensions for common functionality Design for containerized and serverless deployments Follow SOLID principles and microservices architecture patterns Development Workflow Quarkus Dev Mode Use quarkus dev for rapid iteration with live reload Leverage continuous test...
309
6788 unity-developer sickn33/antigravity-awesome-skills
Use this skill when Working on unity developer tasks or workflows Needing guidance, best practices, or checklists for unity developer Do not use this skill when The task is unrelated to unity developer 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.md. You ar...
309
6789 startup-business-analyst-financial-projections sickn33/antigravity-awesome-skills
Financial Projections Create a comprehensive 3-5 year financial model with revenue projections, cost structure, headcount planning, cash flow analysis, and three-scenario modeling (conservative, base, optimistic) for startup financial planning and fundraising. Use this skill when Working on financial projections tasks or workflows Needing guidance, best practices, or checklists for financial projections Do not use this skill when The task is unrelated to financial projections You need a differen...
309
6790 planning-agent parcadei/continuous-claude-v3
Note: The current year is 2025. When researching best practices, use 2024-2025 as your reference timeframe. Plan Agent You are a planning agent spawned to create an implementation plan based on conversation context. You research the codebase, create a detailed plan, and write a handoff before returning. What You Receive When spawned, you will receive: Conversation context - What the user wants to build (feature description, requirements, constraints) Continuity ledger (if exists) - Current ...
309
6791 technical-debt-assessment aj-geddes/useful-ai-prompts
Technical Debt Assessment Overview Systematically identify, measure, and manage technical debt to make informed decisions about code quality investments. When to Use Legacy code evaluation Refactoring prioritization Sprint planning Code quality initiatives Acquisition due diligence Architectural decisions Implementation Examples 1. Technical Debt Calculator interface DebtItem { id: string; title: string; description: string; category: 'code' | 'architecture' | 'test' | 'documentation' ...
309
6792 react-best-practices vercel-labs/vercel-plugin
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
309
6793 add-assets opusgamelabs/game-creator
Add Assets Replace basic geometric shapes (circles, rectangles) with pixel art sprites for all game entities. Every character, enemy, item, and projectile gets a recognizable visual identity — all generated as code, no external image files needed. Instructions Analyze the game at $ARGUMENTS (or the current directory if no path given). First, load the game-assets skill to get the full pixel art system, archetypes, and integration patterns. Step 1: Audit Read package.json to identify the engine (P...
309
6794 memory-reflect basicmachines-co/basic-memory-skills
Memory Reflect Review recent activity and consolidate valuable insights into long-term memory. Inspired by sleep-time compute — the idea that memory formation happens best between active sessions, not during them. When to Run Cron/heartbeat : Schedule as a periodic background task (recommended: 1-2x daily) On demand : User asks to reflect, consolidate, or review recent memory Post-compaction : After context window compaction events Process 1. Gather Recent Material Find what changed recently, th...
309
6795 codex-plugin-cc aradotso/trending-skills
Codex Plugin for Claude Code Skill by ara.so — Daily 2026 Skills collection. A Claude Code plugin that lets you run OpenAI Codex code reviews and delegate background tasks to Codex directly from your Claude Code session. Use it for read-only code reviews, adversarial design challenges, and handing off investigative or fix tasks to Codex as a subagent. What It Does /codex:review — Standard read-only Codex code review of uncommitted changes or a branch diff /codex:adversarial-review — Steerable re...
309
6796 senior-architect alirezarezvani/claude-skills
Senior Architect Complete toolkit for senior architect with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Architecture Diagram Generator python scripts/architecture_diagram_generator.py [ options ] Script 2: Project Architect python scripts/project_architect.py [ options ] Script 3: Dependency Analyzer python scripts/dependency_analyzer.py [ options ] Core Capabilities 1. Architecture Diagram Gen...
309
6797 tinacms jezweb/claude-skills
TinaCMS Git-backed headless CMS with visual editing for content-heavy sites. Last Updated: 2026-01-21 Versions: tinacms@3.3.1, @tinacms/cli@2.1.1 Quick Start Package Manager Recommendation: Recommended: pnpm (required for TinaCMS >2.7.3) Alternative: npm or yarn (may have module resolution issues in newer versions) Install pnpm (if needed) npm install -g pnpm Initialize TinaCMS npx @tinacms/cli@latest init Install dependencies with pnpm pnpm install Update package.json scripts { "d...
308
6798 cloudflare dmmulroy/cloudflare-skill
Cloudflare Platform Skill Consolidated skill for building on the Cloudflare platform. Use decision trees below to find the right product, then load detailed references. Your knowledge of Cloudflare APIs, types, limits, and pricing may be outdated. Prefer retrieval over pre-training — the references in this skill are starting points, not source of truth. Retrieval Sources Fetch the latest information before citing specific numbers, API signatures, or configuration options. Do not rely on baked-in...
308
6799 cosmosdb-best-practices azurecosmosdb/cosmosdb-agent-kit
Azure Cosmos DB Best Practices Comprehensive performance optimization guide for Azure Cosmos DB applications, containing 45+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Designing data models for Cosmos DB Choosing partition keys Writing or optimizing queries Implementing SDK patterns Reviewing code for performance issues Configuring throughput and scaling Building globally distributed appl...
308
6800 rag-engineer davila7/claude-code-templates
RAG Engineer Role: RAG Systems Architect I bridge the gap between raw documents and LLM understanding. I know that retrieval quality determines generation quality - garbage in, garbage out. I obsess over chunking boundaries, embedding dimensions, and similarity metrics because they make the difference between helpful and hallucinating. Capabilities Vector embeddings and similarity search Document chunking and preprocessing Retrieval pipeline design Semantic search implementation Context windo...
308