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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
17301 cloudwatch-alarm-creator dengineproblem/agents-monorepo
CloudWatch Alarm Creator Эксперт по мониторингу AWS CloudWatch и настройке алармов. Основные принципы Выбор порогов : Основывайте на исторических данных и бизнес-требованиях Статистические методы : Выбирайте подходящую статистику (Average, Sum, Maximum) по характеристикам метрик Периоды оценки : Баланс между отзывчивостью и подавлением шума Actionable алерты : Каждый аларм должен иметь понятный путь устранения Оптимизация стоимости : Эффективные стратегии для минимизации расходов EC2 Alarm { "Al...
42
17302 openai-api ovachiever/droid-tings
OpenAI API - Complete Guide Version: Production Ready ✅ Package: openai@6.16.0 Last Updated: 2026-01-20 Status ✅ Production Ready: ✅ Chat Completions API (GPT-5, GPT-4o, GPT-4 Turbo) ✅ Embeddings API (text-embedding-3-small, text-embedding-3-large) ✅ Images API (DALL-E 3 generation + GPT-Image-1 editing) ✅ Audio API (Whisper transcription + TTS with 11 voices) ✅ Moderation API (11 safety categories) ✅ Streaming patterns (SSE) ✅ Function calling / Tools ✅ Structured outputs (JSON schemas) ✅ V...
42
17303 discussion-intelligence qodex-ai/ai-agent-skills
Meeting Insights Analyzer This skill transforms your meeting transcripts into actionable insights about your communication patterns, helping you become a more effective communicator and leader. When to Use This Skill Analyzing your communication patterns across multiple meetings Getting feedback on your leadership and facilitation style Identifying when you avoid difficult conversations Understanding your speaking habits and filler words Tracking improvement in communication skills over time P...
42
17304 react-devtools piotrski/agent-react-devtools
agent-react-devtools CLI that connects to a running React or React Native app via the React DevTools protocol and exposes the component tree, props, state, hooks, and profiling data in a token-efficient format. Core Workflow Ensure connection — check agent-react-devtools status . If the daemon is not running, start it with agent-react-devtools start . Use agent-react-devtools wait --connected to block until a React app connects. Inspect — get the component tree, search for components, inspect pr...
42
17305 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...
42
17306 rspack teachingai/full-stack-skills
Use this skill whenever the user wants to: - Set up Rspack in a new or existing project - Configure Rspack for different environments - Use built-in plugins or create custom plugins - Migrate from Webpack to Rspack - Optimize build performance - Understand Rspack configuration options - Use Rspack CLI or JavaScript API - Write custom loaders - Understand plugin API and hooks - Configure entry points and output - Set up code splitting and optimization - Configure development server -...
42
17307 cdk-patterns sickn33/antigravity-awesome-skills
You are an expert in AWS Cloud Development Kit (CDK) specializing in reusable patterns, L2/L3 constructs, and production-grade infrastructure stacks. Use this skill when Building reusable CDK constructs or patterns Designing multi-stack CDK applications Implementing common infrastructure patterns (API + Lambda + DynamoDB, ECS services, static sites) Reviewing CDK code for best practices and anti-patterns Do not use this skill when The user needs raw CloudFormation templates without CDK The task ...
42
17308 org-chart-generator dkyazzentwatwa/chatgpt-skills
Create professional organizational hierarchy charts from structured data. Perfect for company org charts, team structures, reporting relationships, and any hierarchical data visualization. Quick Start ``` from scripts.orgchart_gen import OrgChartGenerator From CSV (employee name + manager) org = OrgChartGenerator() org.from_csv("employees.csv", name="name", manager="reports_to") org.generate().save("org_chart.png") From nested dictionary org = OrgChartGenerator() org.from_dict({ 'name...
42
17309 variant-analysis oimiragieo/agent-studio
Variant Analysis You are a variant analysis expert. Your role is to help find similar vulnerabilities and bugs across a codebase after identifying an initial pattern. When to Use Use this skill when: A vulnerability has been found and you need to search for similar instances Building or refining CodeQL/Semgrep queries for security patterns Performing systematic code audits after an initial issue discovery Hunting for bug variants across a codebase Analyzing how a single root cause manifests ...
42
17310 packaging-tauri-for-linux dchuk/claude-code-tauri-skills
glibc Compatibility: Build on the oldest base system you intend to support (e.g., Ubuntu 18.04 rather than 22.04). Use Docker or GitHub Actions for reproducible builds. Format Overview | AppImage | Universal, portable | Manual | Run directly | Debian | Debian/Ubuntu | Via repos | `dpkg -i` | RPM | Fedora/RHEL/openSUSE | Via repos | `rpm -i` | Flatpak | Sandboxed, Flathub | Built-in | `flatpak install` | Snap | Ubuntu Store | Built-in | `snap install` | AUR | Arch Lin...
42
17311 animator-traditional dylantarre/animation-principles
Traditional Animator: Classical Animation Craft You are a traditional animator working frame-by-frame. Apply Disney's 12 principles as they were originally intended—the foundation of the art form. The 12 Principles in Classical Animation 1. Squash and Stretch The Principle: The illusion of weight and flexibility. Volume stays constant—when something squashes wider, it gets shorter. When it stretches taller, it gets thinner. Application: Bouncing ball exercise. Face expressions. Full body impa...
42
17312 browser_visible agentscope-ai/copaw
可见浏览器(真实窗口)参考 默认情况下, browser_use 在后台以无头(headless)模式运行,不会弹出浏览器窗口。当用户明确希望 打开真正的浏览器窗口 、 看到浏览器界面 、 有界面的浏览器 或 可见浏览器 时,应使用本 skill:先以 headed 模式启动浏览器,再按需打开页面并操作。 何时使用 用户说:「打开真实浏览器」「打开有界面的浏览器」「我想看到浏览器」「不要后台,要能看到窗口」 用户希望亲眼看到页面加载、点击、填表等过程(演示、调试、教学) 用户需要与可见页面交互(如登录、验证码等需人工参与的场景) 使用方式(browser_use) 先以可见模式启动浏览器 调用 browser_use , action 为 start ,并传入 headed=true : { "action" : "start" , "headed" : true } 成功后会出现一个真实的 Chromium 浏览器窗口。 再按需打开页面并操作 与无头模式用法相同,例如: 打开 URL: {"action": "open", "url": "https://example.com"} ...
42
17313 running-a-base-node base/base-skills
Running a Base Node For production apps requiring reliable, unlimited RPC access. Security Restrict RPC access — bind to 127.0.0.1 or a private interface, never expose RPC ports ( 8545 / 8546 ) to the public internet without authentication Firewall rules — only open ports 9222 (Discovery v5) and 30303 (P2P) to the public; block all other inbound traffic Run as a non-root user with minimal filesystem permissions Use TLS termination (reverse proxy with nginx/caddy) if exposing the RPC endpoint to ...
42
17314 php-wordpress pluginagentmarketplace/custom-plugin-php
WordPress Development Skill Atomic skill for mastering WordPress theme and plugin development Overview Comprehensive skill for building WordPress themes, plugins, and Gutenberg blocks. Covers WordPress 6.x with focus on modern development practices and security. Skill Parameters Input Validation interface SkillParams { topic: | "themes" // Classic, block, FSE | "plugins" // Architecture, hooks, settings | "gutenberg" // Blocks, patterns, InnerBlocks ...
42
17315 cloud-tencent-cvm teachingai/full-stack-skills
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
42
17316 sales-revenue scientiacapital/skills
<quick_start> Lead scoring: Hot: 70+ | Warm: 40-69 | Nurture: <40 Pipeline coverage: 3-4x quota (SMB), 4-5x (Enterprise) LTV:CAC ratio: Target >3:1 MEDDIC: Metrics, Economic Buyer, Decision Criteria, Decision Process, Identify Pain, Champion Cold email: Under 100 words, problem-forward, clear single CTA </quick_start> <success_criteria> Sales process is successful when: Leads scored and tiered (Gold/Silver/Bronze) before outreach Pipeline coverage at 3-4x quota minimum LTV:CAC ratio >3:1 M...
42
17317 narrative-builder majesticlabs-dev/majestic-marketplace
Narrative Builder Transform insights, lessons, and experiences into compelling stories that resonate and stick. Why Stories Work 22x more memorable than facts alone Trigger emotional engagement Create "that's me" moments Share naturally (people retell stories, not tips) The Core Story Arc Every effective short story follows this beat structure: HOOK → TENSION → CONFLICT → REVERSAL → TAKEAWAY Beat Purpose Length Hook Stop them, create curiosity 1-2 sentences Tension Build stakes, show the gap 2-3...
42
17318 nsfc-length-aligner huangwb8/chineseresearchlatex
nsfc-length-aligner 目标:把“篇幅”从主观感觉变成可量化、可闭环的指标,并围绕预算(budget)指导扩写/压缩。 适用场景 你有一份国自然标书,想快速判断是否“某些部分偏短/偏长” 你需要按模板的硬性篇幅要求(页数/字数/字符数)对齐 你希望尽量不改变原意地扩写或压缩(保持论证主线与证据链) 不适用场景 仅需要“统计字数”而不关心预算与改写闭环(可用更简单的脚本即可) 标书不在本地(无法提供文本/文件/路径) 工作流(强烈建议按顺序执行) 0) 锁定隐藏工作区(先做) 以标书工作目录为根,统一使用 <workdir>/.nsfc-length-aligner/ 托管所有中间文件与报告 不要把 length_report.* 、临时分析稿、计划文件写到工作目录根层或仓库其他位置 若显式传入 --out-dir ,优先使用相对路径 .nsfc-length-aligner ;脚本会将 相对 --out-dir 解析到 --input 对应的工作目录,而不是 shell 当前目录 若工作目录本身不可写,应先切换到可写副本后再运行;不要为了省事把中间文件散落到项目外部 1...
42
17319 using-git-worktrees guanyang/antigravity-skills
Using Git Worktrees Overview Git worktrees create isolated workspaces sharing the same repository, allowing work on multiple branches simultaneously without switching. Core principle: Systematic directory selection + safety verification = reliable isolation. Announce at start: "I'm using the using-git-worktrees skill to set up an isolated workspace." Directory Selection Process Follow this priority order: 1. Check Existing Directories Check in priority order ls -d .worktrees 2 > /dev/null Pref...
42
17320 arch-performance-optimization duc01226/easyplatform
Performance Optimization Workflow When to Use This Skill Slow API response times Database query optimization Frontend rendering issues Memory usage concerns Scalability planning Pre-Flight Checklist Identify performance bottleneck Gather baseline metrics Determine acceptable thresholds Plan measurement approach Performance Analysis Framework Step 1: Identify Bottleneck Type Performance Issue ├── Database (slow queries, N+1) ├── API (serialization, processing) ├── Network (payload size, laten...
42
17321 kubernetes-secrets-manager jeremylongshore/claude-code-plugins-plus-skills
Kubernetes Secrets Manager Purpose This skill provides automated assistance for kubernetes secrets manager tasks within the DevOps Advanced domain. When to Use This skill activates automatically when you: Mention "kubernetes secrets manager" in your request Ask about kubernetes secrets manager patterns or best practices Need help with advanced devops skills covering kubernetes, terraform, advanced ci/cd, monitoring, and infrastructure as code. Capabilities Provides step-by-step guidance for kube...
42
17322 modern-web-design freshtechbro/claudedesignskills
Modern Web Design Creator Build beautiful, responsive websites using modern design principles, Tailwind CSS, and contemporary UI patterns. Creates production-ready code with animations, responsive layouts, and accessibility features. When to Use This Skill Use this skill for: Landing pages and marketing websites Portfolio and personal brand sites Business and company websites SaaS application interfaces E-commerce product pages Blog and content sites Dashboard and admin interfaces Design System ...
42
17323 tuzi-url-to-markdown tuziapi/tuzi-skills
URL to Markdown Fetches any URL via Chrome CDP and converts HTML to clean markdown. Script Directory Important : All scripts are located in the scripts/ subdirectory of this skill. Agent Execution Instructions : Determine this SKILL.md file's directory path as SKILL_DIR Script path = ${SKILL_DIR}/scripts/<script-name>.ts Replace all ${SKILL_DIR} in this document with the actual path Script Reference : Script Purpose scripts/main.ts CLI entry point for URL fetching Preferences (EXTEND.md) Use Bas...
42
17324 accordions-dropdowns dylantarre/animation-principles
Accordion & Dropdown Animation Principles Apply Disney's 12 principles to expand/collapse elements for smooth, informative reveals. Principles Applied to Accordions 1. Squash & Stretch Content can slightly compress as it collapses, stretch as it expands. Trigger header can squash on click feedback. 2. Anticipation Before expanding, header briefly depresses. Chevron starts rotation before content reveals. Builds expectation. 3. Staging Expanded section should be clearly visible. Consider d...
42
17325 skill-vetter maxmilneaus/installer-pack
Skill Vetter You are a security auditor for OpenClaw skills. Before the user installs any skill, you must vet it for safety. When to Use Before installing a new skill from ClawHub When reviewing a SKILL.md from GitHub or other sources When someone shares a skill file and you need to assess its safety During periodic audits of already-installed skills Vetting Protocol Step 1: Metadata Check Read the skill's SKILL.md frontmatter and verify: name matches the expected skill name (no typosquatting) v...
42
17326 auto-weixin-video zrt-ai-lab/opencode-skills
微信视频号自动发布技能 这个技能用于自动化发布视频到微信视频号创作者中心。 使用场景 用户需要发布视频到视频号时 用户说"发视频号"、"上传视频号"、"发布到微信视频号"时 用户有视频文件需要分发到视频号平台时 技术原理 基于 Playwright 浏览器自动化,模拟真实用户操作微信视频号创作者中心( https://channels.weixin.qq.com): 首次使用需微信扫码登录,保存 Cookie 后续使用 Cookie 自动登录 自动化填充标题、话题、短标题等信息 支持定时发布、原创声明、添加到合集 前置条件 1. 安装依赖 pip install playwright playwright install chromium 2. 首次登录获取 Cookie python .opencode/skills/auto-weixin-video/scripts/get_cookie.py 执行后会打开浏览器,使用微信扫码登录,登录成功后 Cookie 会自动保存。 工作流程 第一步:确认登录状态 检查 Cookie 是否存在且有效: python .opencode/skil...
42
17327 wordpress penetration testing zebbern/claude-code-guide
WordPress Penetration Testing Purpose Conduct comprehensive security assessments of WordPress installations including enumeration of users, themes, and plugins, vulnerability scanning, credential attacks, and exploitation techniques. WordPress powers approximately 35% of websites, making it a critical target for security testing. Prerequisites Required Tools WPScan (pre-installed in Kali Linux) Metasploit Framework Burp Suite or OWASP ZAP Nmap for initial discovery cURL or wget Required Knowledg...
42
17328 modal-drawer-system patricio0312rev/skills
Modal & Drawer System Generator Create accessible, polished modal dialogs and drawer components. Core Workflow Choose type: Modal (center), Drawer (side), Bottom Sheet Setup portal: Render outside DOM hierarchy Focus management: Focus trap and restoration Accessibility: ARIA attributes, keyboard shortcuts Animations: Smooth enter/exit transitions Scroll lock: Prevent body scroll when open Backdrop: Click outside to close Base Modal Component "use client"; import { useEffect, useRef } from "re...
42
17329 ghostty dicklesworthstone/agent_flywheel_clawdbot_skills_and_integrations
Ghostty Skill Use the ghostty CLI to control and configure the Ghostty terminal emulator. CLI Location /Applications/Ghostty.app/Contents/MacOS/ghostty Or if symlinked: ghostty Actions (IPC Commands) Ghostty supports actions via +action flag. These control the running instance. List available actions: ghostty +list-actions Create new window: ghostty +new-window Create new tab: ghostty +new-tab Create splits: ghostty +new-split:right ghostty +new-split:down Navigate splits: gh...
42
17330 godot-adapt-2d-to-3d thedivergentai/gd-agentic-skills
Adapt: 2D to 3D Expert guidance for migrating 2D games into the third dimension. NEVER Do NEVER directly replace Vector2 with Vector3(x, y, 0) — This creates a "flat 3D" game with no depth gameplay. Add Z-axis movement or camera rotation to justify 3D. NEVER keep 2D collision layers — 2D and 3D physics use separate layer systems. You must reconfigure collision_layer/collision_mask for 3D nodes. NEVER forget to add lighting — 3D without lights is pitch black (unless using unlit materials). Add at...
42
17331 news-sentiment proompteng/lab
news-sentiment Extract structured, source-attributed sentiment context for one symbol. Scripted execution Runner: skills/news-sentiment/scripts/news_run.py Shared lifecycle client: skills/market-context/scripts/market_context_run_api.py Shared validator: skills/market-context/scripts/validate_market_context_payload.py Use news_run.py to: open run lifecycle ( start + progress ), validate payload contract, optionally submit parsed evidence rows, finalize to Jangar so DB persistence happens server-...
42
17332 simple-formatter cisco-ai-defense/skill-scanner
Simple Text Formatter This skill formats text according to style guidelines. Features Capitalize sentences Fix spacing Apply punctuation rules Usage When the user provides text to format, apply the following rules: Capitalize first letter of sentences Ensure single space after periods Remove trailing whitespace Example Input: "hello world.this is a test." Output: "Hello world. This is a test."
42
17333 skill-creator gentleman-programming/gentleman-skills
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...
42
17334 image-assistant yunshu0909/yunshu_skillshub
配图助手 触发方式 当用户说类似以下内容时触发: “这段内容做个图 / 配几张图?” “给我两张(或多张)出图提示词” “字太多不好看,帮我更趣味、更好读” “把这个流程封装成提示词模板/skills” “/image “/配图” “/出图” 流程概览 阶段 名称 目标 详细文件 1 需求澄清(Spec/DoD) 先挖需求:内容/场景/受众/字多字少;尺寸与风格默认;产出一句话复述与需求小结 stages/01-brief.md 2 配图规划(拆块→清单) 拆内容→定图清单(几张/每张讲啥/用啥模板) stages/02-plan.md 3 文案定稿(Copy Spec) 逐字定稿“图上写什么”(唯一真值) stages/03-copy.md 4 提示词封装(Prompt Pack) 把 Copy Spec 封装成可复制提示词;生成批量请求包并在用户确认后批量出图 stages/04-prompts.md 5 迭代润色 根据反馈减字、换隐喻、提可读性 stages/05-iterate.md 调度规则 如何判断当前阶段: 还没把需求讲清楚(内容 + 场景 + 受众 + 字多/字...
42
17335 godot-platform-vr thedivergentai/gd-agentic-skills
Platform: VR 90+ FPS, comfort-first design, and motion control accuracy define VR development. Available Scripts vr_physics_hand.gd Expert physics-based hand controller with grab detection and velocity throwing. NEVER Do in VR Development NEVER drop below 90 FPS — 72 FPS in VR = instant nausea. MUST maintain 90 FPS minimum (Quest 2/3), 120 FPS preferred. Use Debug → Profiler aggressively. NEVER use smooth rotation without vignetting — Smooth camera rotation = vestibular mismatch = motion sicknes...
42
17336 azure-appconfiguration-py sickn33/antigravity-awesome-skills
Azure App Configuration SDK for Python Centralized configuration management with feature flags and dynamic settings. Installation pip install azure-appconfiguration Environment Variables AZURE_APPCONFIGURATION_CONNECTION_STRING = Endpoint = https:// < name > .azconfig.io ; Id = .. . ; Secret = .. . Or for Entra ID: AZURE_APPCONFIGURATION_ENDPOINT = https:// < name > .azconfig.io Authentication Connection String from azure . appconfiguration import AzureAppConfigurationClient client = AzureAppCo...
42
17337 swift-composable-architecture tryhuset/agent-skills
You are an expert in The Composable Architecture (TCA) by Point-Free. Help developers write correct, testable, and composable Swift code following TCA patterns. Core Principles Unidirectional data flow: Action → Reducer → State → View State as value types: Simple, equatable structs Effects are explicit: Side effects return from reducers as Effect values Composition over inheritance: Small, isolated, recombinable modules Testability first: Every feature testable with TestStore The Four Building ...
42
17338 grpc-expert personamanagmentlayer/pcl
Expert guidance for gRPC services, Protocol Buffers, microservices communication, and streaming patterns. Core Concepts gRPC Fundamentals - Protocol Buffers (protobuf) - Service definitions - RPC patterns (unary, server streaming, client streaming, bidirectional) - HTTP/2 transport - Code generation - Interceptors and middleware Communication Patterns - Unary RPC (request-response) - Server streaming RPC - Client streaming RPC - Bidirectional streaming RPC - Deadline/timeout han...
42
17339 workout-tracker marswangyang/workout-tracker
Workout Tracker A skill to log and track fitness activities using a local SQLite database. Capabilities Log Workout: Record exercise details. View History: See past performance. Smart Rest Time: Auto-fills rest time based on previous sessions if not provided. Visual Recognition: Can identify gym equipment from images to suggest exercises. Usage 1. Logging a Workout When the user says "I did 5 sets of Bench Press at 60kg for 8 reps", parse the details and run: cd skills/workout-tracker/scripts &&...
42
17340 erpnext-errors-serverscripts openaec-foundation/erpnext_anthropic_claude_development_skill_package
ERPNext Server Scripts - Error Handling This skill covers error handling patterns for Server Scripts. For syntax, see erpnext-syntax-serverscripts . For implementation workflows, see erpnext-impl-serverscripts . Version : v14/v15/v16 compatible CRITICAL: Sandbox Limitations for Error Handling ┌─────────────────────────────────────────────────────────────────────┐ │ ⚠️ SANDBOX RESTRICTIONS AFFECT ERROR HANDLING │ ├─────────────────────────────────────────────────────────────...
42
17341 tuzi-markdown-to-html tuziapi/tuzi-skills
Markdown to HTML Converter Converts Markdown files to beautifully styled HTML with inline CSS, optimized for WeChat Official Account and other platforms. Script Directory Agent Execution : Determine this SKILL.md directory as SKILL_DIR , then use ${SKILL_DIR}/scripts/<name>.ts . Script Purpose scripts/main.ts Main entry point Preferences (EXTEND.md) Use Bash to check EXTEND.md existence (priority order): Check project-level first test -f .tuzi-skills/tuzi-markdown-to-html/EXTEND.md && echo "pro...
42
17342 azure-devops-skill julianobarbosa/claude-code-skills
Azure DevOps REST API Skill Comprehensive guide for Azure DevOps REST API v7.2 operations including work items, pipelines, repositories, test plans, wikis, and search functionality. Quick Reference Area Base URL MCP Tool Prefix Core dev.azure.com/{org}/_apis/ mcp__ado__core_* Work Items dev.azure.com/{org}/{project}/_apis/wit/ mcp__ado__wit_* Pipelines dev.azure.com/{org}/{project}/_apis/pipelines/ mcp__ado__pipelines_* Git/Repos dev.azure.com/{org}/{project}/_apis/git/ mcp__ado__repo_* Test P...
42
17343 audio-visualization eachlabs/skills
Audio Visualization Generate stunning audio visualization videos using each::sense. This skill creates dynamic visual representations of audio including waveforms, spectrum analyzers, particle effects, 3D visualizations, and beat-synced animations. Features Waveform Visualizers : Classic oscilloscope-style audio waveforms Spectrum Analyzers : Frequency bar visualizations with customizable styles Circular Visualizers : Radial audio-reactive designs Particle Systems : Audio-driven particle effects...
42
17344 agentdb advanced features ruvnet/claude-flow
AgentDB Advanced Features What This Skill Does Covers advanced AgentDB capabilities for distributed systems, multi-database coordination, custom distance metrics, hybrid search (vector + metadata), QUIC synchronization, and production deployment patterns. Enables building sophisticated AI systems with sub-millisecond cross-node communication and advanced search capabilities. Performance : <1ms QUIC sync, hybrid search with filters, custom distance metrics. Prerequisites Node.js 18+ AgentDB v1.0....
42
17345 api-authentication dengineproblem/agents-monorepo
API Authentication Overview Implement comprehensive authentication strategies for APIs including JWT tokens, OAuth 2.0, API keys, and session management with proper security practices. When to Use Securing API endpoints Implementing user login/logout flows Managing access tokens and refresh tokens Integrating OAuth 2.0 providers Protecting sensitive data Implementing API key authentication Instructions 1. JWT Authentication // Node.js JWT Implementation const express = require('express'); cons...
42
17346 swift-security-expert ivan-magda/swift-security-skill
Keychain & Security Expert Skill Philosophy: Non-opinionated, correctness-focused. This skill provides facts, verified patterns, and Apple-documented best practices — not architecture mandates. It covers iOS 13+ as a minimum deployment target, with modern recommendations targeting iOS 17+ and forward-looking guidance through iOS 26 (post-quantum). Every code pattern is grounded in Apple documentation, DTS engineer posts (Quinn "The Eskimo!"), WWDC sessions, and OWASP MASTG — never from memory al...
42
17347 scroll-reveal-libraries freshtechbro/claudedesignskills
Scroll Reveal Libraries Overview This skill covers AOS (Animate On Scroll), a lightweight CSS-driven library for scroll-triggered animations. AOS excels at simple fade, slide, and zoom effects activated when elements enter the viewport. Key Features : Minimal Setup : Single JavaScript file + CSS Data Attribute API : Configure animations in HTML Performance : CSS-driven, GPU-accelerated animations 50+ Built-in Animations : Fades, slides, zooms, flips Framework Agnostic : Works with vanilla JS, Re...
42
17348 pr-threads-address posit-dev/skills
/pr-threads-address Usage: /pr-threads-address [PR_NUMBER] Description: Review all unresolved PR review threads, address them by making necessary code changes, and commit the changes appropriately. Note: If PR_NUMBER is omitted, the command will automatically detect and use the PR associated with the current branch. Workflow Fetch and display all unresolved PR review threads Analyze each thread to understand the requested changes For each thread: Make the necessary code modifications (When possi...
42
17349 react-best-practices vudovn/antigravity-kit
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...
42
17350 shadcn ui & blocks masonjames/shadcnblocks-skill
Shadcn UI & ShadcnBlocks Integration This skill enables building polished frontends using shadcn/ui components and premium ShadcnBlocks templates. Its primary capability is intelligently recommending the best block or component for any UI need — not just the right category, but the right variant within that category — then handling setup and installation. When to Use Activate this skill when: Creating a new frontend, landing page, marketing site, or app UI The project uses or should use React/Ne...
42