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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,689
总 Skills
168.8M
总安装量
2,751
贡献者
# Skill 仓库 描述 安装量
11701 video-analyzer zrong/skills
Video Analyzer 通过视觉/视频大模型分析视频内容,支持本地视频文件和互联网视频。 使用场景 用户要求分析、理解或描述一段视频 用户提供视频文件路径或 URL,希望了解视频内容 用户需要对视频进行问答 配置 环境变量 根据使用的模型设置对应的 API Key 环境变量: 火山引擎(豆包) export ARK_API_KEY = "your-api-key" OpenAI export OPENAI_API_KEY = "your-api-key" 模型配置 编辑 scripts/models.json 添加或修改模型配置。每个模型需要: base_url — API 地址 api_key_env — 读取 API Key 的环境变量名 model — 模型 ID api_type — responses 或 chat_completions supports_video — 是否支持原生视频输入 工作流程 确认视频来源 :获取用户提供的视频路径或 URL。 确认分析需求 :明确用户想了解什么(如概括内容、回答问题、描述场景等)。如果 $ARGUMENTS 非空,将其作...
730
11702 phantom-ai-coworker aradotso/trending-skills
Phantom AI Co-worker Skill by ara.so — Daily 2026 Skills collection. Phantom is an AI co-worker that runs on its own dedicated machine. Unlike chatbots, Phantom has persistent memory across sessions, creates and registers its own MCP tools at runtime, self-evolves based on observed patterns, communicates via Slack/email/Telegram/Webhook, and can build full infrastructure (databases, dashboards, APIs, pipelines) on its VM. Built on the Claude Agent SDK with TypeScript/Bun. Architecture Overview ┌...
730
11703 trading-quant lanyasheng/trading-quant
量化交易数据分析 通过腾讯/新浪/东财/同花顺多数据源获取实时行情,提供5维评分体系。 工具列表 所有工具统一入口: python3.12 { baseDir } /scripts/quant.py < tool > [ args .. . ] A股分析 python3.12 { baseDir } /scripts/quant.py stock_analysis [ codes ] python3.12 { baseDir } /scripts/quant.py intraday_snapshot 全球市场 python3.12 { baseDir } /scripts/quant.py us_stock [ symbols ] python3.12 { baseDir } /scripts/quant.py hk_stock [ codes ] python3.12 { baseDir } /scripts/quant.py commodity [ codes ] python3.12 { baseDir } /scripts/quant.py global_overview 市场...
729
11704 subscription-integration dodopayments/skills
Reference: [docs.dodopayments.com/developer-resources/subscription-integration-guide](https://docs.dodopayments.com/developer-resources/subscription-integration-guide) Implement recurring billing with trials, plan changes, and usage-based pricing. Quick Start 1. Create Subscription Product In the dashboard (Products → Create Product): - Select "Subscription" type - Set billing interval (monthly, yearly, etc.) - Configure pricing 2. Create Checkout Session ``` import DodoPayments from...
729
11705 rust-code-navigator zhanghandong/rust-skills
Rust Code Navigator Navigate large Rust codebases efficiently using Language Server Protocol. Usage /rust-code-navigator <symbol> [in file.rs:line] Examples: /rust-code-navigator parse_config - Find definition of parse_config /rust-code-navigator MyStruct in src/lib.rs:42 - Navigate from specific location LSP Operations 1. Go to Definition Find where a symbol is defined. Show more
728
11706 workflow-orchestrator charon-fan/agent-playbook
Workflow Orchestrator A skill that automatically coordinates workflows across multiple skills, triggering follow-up actions at appropriate milestones. When This Skill Activates This skill should be triggered automatically when: A skill completes its main workflow A milestone is reached (PRD complete, implementation done, etc.) User says "complete workflow" or "finish the process" How It Works ┌─────────────────────────────────────────────────────────────┐ │ Workflow Orchestrat...
728
11707 parallel-agents sickn33/antigravity-awesome-skills
Native Parallel Agents Orchestration through Claude Code's built-in Agent Tool Overview This skill enables coordinating multiple specialized agents through Claude Code's native agent system. Unlike external scripts, this approach keeps all orchestration within Claude's control. When to Use Orchestration ✅ Good for: Complex tasks requiring multiple expertise domains Code analysis from security, performance, and quality perspectives Comprehensive reviews (architecture + security + testing) F...
728
11708 kordoc-korean-document-parser aradotso/trending-skills
kordoc Korean Document Parser Skill by ara.so — Daily 2026 Skills collection. kordoc is a TypeScript library and CLI for parsing Korean government documents (HWP 5.x, HWPX, PDF) into Markdown and structured IRBlock[] data. It handles proprietary HWP binary formats, table extraction, form field recognition, document diffing, and reverse Markdown→HWPX generation. Installation Core library npm install kordoc PDF support (optional peer dependency) npm install pdfjs-dist CLI (no install needed) np...
728
11709 feishu-cli-chat riba2534/feishu-cli
飞书会话浏览与管理 通过 feishu-cli 浏览飞书单聊/群聊消息历史、搜索会话、管理群聊信息和成员。 前置条件 feishu-cli :如尚未安装,请前往 riba2534/feishu-cli 获取安装方式 本技能的核心命令 必须使用 User Token ,使用前需先登录。 chat create 、 chat link 、 msg read-users 使用 App Token,属于 feishu-cli-toolkit 技能。 feishu-cli auth login 未登录时命令会直接报错并提示登录方式。登录后 token 自动加载,无需手动传参。 身份说明 身份 使用场景 User Token (必须) 本技能所有读取/管理命令:chat get/update/delete、member list/add/remove、msg get/history/list/pins/reaction/search-chats、search messages App Token 仅 chat create 、 chat link 、 msg read-users (这三个命令不属...
728
11710 speak-tts emzod/speak
speak - Talk to your Claude! Give your agent the ability to speak to you real-time. Local text-to-speech, voice cloning, and audio generation on Apple Silicon. Give your agent the ability to speak to you real-time. Local TTS with voice cloning on Apple Silicon. Prerequisites Requirement Check Install Apple Silicon Mac uname -m → arm64 Intel not supported macOS 12.0+ sw_vers - sox which sox brew install sox ffmpeg which ffmpeg brew install ffmpeg poppler (PDF) which pdftotext brew install poppl...
727
11711 unsafe-checker zhanghandong/rust-skills
Display the following ASCII art exactly as shown. Do not modify spaces or line breaks: ⚠️ Unsafe Rust Checker Loaded * ^ * /◉\_~^~_/◉\ ⚡/ o \⚡ '_ _' / '-----' \ Unsafe Rust Checker When Unsafe is Valid Show more
727
11712 sales-engineer alirezarezvani/claude-skills
Sales Engineer Skill A production-ready skill package for pre-sales engineering that bridges technical expertise and sales execution. Provides automated analysis for RFP/RFI responses, competitive positioning, and proof-of-concept planning. Overview Role: Sales Engineer / Solutions Architect Domain: Pre-Sales Engineering, Solution Design, Technical Demos, Proof of Concepts Business Type: SaaS / Pre-Sales Engineering What This Skill Does RFP/RFI Response Analysis - Score requirement coverage, ide...
727
11713 pr-validate boshu2/agentops
PR Validate Skill PR-specific validation that ensures changes are clean, focused, and ready. Overview Validates a PR branch for submission readiness by checking isolation, upstream alignment, scope containment, and quality gates. Input : Branch name (default: current branch) When to Use : Before running $pr-prep After $pr-implement completes When suspicious of scope creep Workflow 1. Branch Discovery -> Identify branch and upstream 2. Upstream Alignment -> FIRST: Check rebase status (BLO...
726
11714 marketing-pipeline-share-ai-content-automation aradotso/marketing-skills
Marketing Pipeline Share - AI Content Automation Skill by ara.so — Marketing Skills collection. This skill enables AI coding agents to use marketing-pipeline-share , an automated content pipeline that performs research, generates scripts, and creates videos using AI (Claude 3, OpenAI) and Remotion. The system crawls news sources, analyzes trends, generates multi-format content (blog posts, social media), and renders videos automatically. What It Does Auto-Research : Crawls TechCrunch, a16z, Twit...
726
11715 vibe-check vibiumdev/vibium
Vibium Browser Automation — CLI Reference The vibium CLI automates Chrome via the command line. The browser auto-launches on first use (daemon mode keeps it running between commands). vibium go <url> && vibium map && vibium click @e1 && vibium map Core Workflow Every browser automation follows this pattern: Navigate : vibium go <url> Map : vibium map (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select — e.g. vibium click @e1 Re-map : After navigation or DOM changes, get...
726
11716 shopify-theme-development-guidelines mindrally/skills
Shopify Theme Development Guidelines You are an Expert Shopify Theme Developer with advanced knowledge of Liquid, HTML, CSS, JavaScript, and the latest Shopify Online Store 2.0 features. Liquid Development Valid Filters Use filters for: Cart operations, HTML manipulation, Collection handling, Color utilities, String transformations, Localization, Customer data, Formatting, Fonts, Payment processing, Mathematical operations, Array manipulation, Media handling, Metafields, Money formatting, Tag...
726
11717 video-optimization kostja94/marketing-skills
SEO On-Page: Video Optimization Guides video optimization for Google Search (main results, video mode, Google Images, Discover), video sitemap, VideoObject schema, and indexing. Note : Google now prioritizes YouTube video results in search; YouTube + Reddit comprise ~78% of social media citations in AI Overviews. For YouTube-specific optimization, see youtube-seo ; for GEO distribution via YouTube, see generative-engine-optimization . References: Google Video SEO , Semrush YouTube SEO . When inv...
725
11718 dotnet-framework-4.8-expert 404kidwiz/claude-supercode-skills
.NET Framework 4.8 Expert Purpose Provides legacy .NET Framework development expertise specializing in WCF services, ASP.NET MVC, and enterprise application maintenance. Supports extending and integrating legacy .NET 4.8 applications with modern patterns while managing technical debt and migration strategies. When to Use Maintaining or extending .NET Framework 4.8 applications Developing WCF services for enterprise integrations Working with ASP.NET MVC 5 web applications Managing Entity Framew...
724
11719 idiomatic-zener diodeinc/pcb
Idiomatic Zener Prescriptive style rules for .zen code. These apply to all modules, reference designs, and board files. No Conditional Instantiation Never use if to create or remove components. Always instantiate every component. Use dnp= to control whether it is populated. This applies to modules, boards, and reference designs, including optional feature blocks. BAD if add_decoupling: Capacitor(name="C_VDD", value="100nF", package="0402", P1=VCC, P2=GND) GOOD Capacitor(name="C_VDD", value="10...
724
11720 ppt-agent sunbigfly/ppt-agent-skills
PPT Agent v4.1 — 主控制台合同 1. 主 Agent 角色 只做 :维护计划、调用 harness、管理 subagent 生命周期、校验 Gate、与用户交互。 不做 :代写任何正式产物;手写 subagent prompt;内联执行任何内容生产;用口头判断替代 validator。 内容生产全量外包红线 :P2A/P2B/P3/P3.5/P4 的所有正式产物(search.txt、source-brief.txt、outline.txt、style.json、planningN.json、slide-N.html 等) 必须且只能 由对应的 subagent 生成。主 agent 自己写出这些产物内容 = 合同违规。主 agent 唯一允许的"写"行为是通过 harness 生成 prompt 文件和通过 validator 校验产物。 2. 全局规则 2.1 步骤控制 CLI 固定步骤锁(强制) :必须严格按 Canonical Plan 的主链 P0 → P1 → (P2A|P2B) → P3 → P3.5 → P4 → P5 执行;禁止增删改名。 分支二选一:...
723
11721 research-proposal luwill/research-skills
Generate high-quality academic research proposals for PhD applications following Nature Reviews-style academic writing conventions. Overview This skill guides the generation of research proposals through a structured 5-phase workflow: - Requirements Gathering - Collect research topic, domain, language preferences - Literature Collection - Gather relevant literature from multiple sources - Outline Generation - Create structured outline for user approval - Content Writing - Generate full pr...
723
11722 multi-search cat-xierluo/legal-skills
多主题深度研究技能 概述 智能多主题深度研究工具,自动分析材料并生成系统化研究文档。支持任意材料输入,通过 并行启动多个独立研究 Agent 进行深度检索,形成精简的研究知识库。 核心原则 : 只做信息检索、归纳与专业表述转化 不新增事实,不虚构信息 聚焦单一问题,精简输出,能够解决问题即可 通用设计,可适用于法律、商业、技术、学术等各领域 触发条件 Show more
722
11723 marketing-pipeline-share-ai-content aradotso/marketing-skills
Marketing Pipeline Share - AI Content Automation Skill by ara.so — Marketing Skills collection. This skill enables AI coding agents to work with the Ultimate AI Content Pipeline - a comprehensive TypeScript-based system that automates the entire content creation workflow from research and scriptwriting to video generation and publishing. What It Does The Marketing Pipeline Share project provides: Auto-Research : Crawls and analyzes real-time data from TechCrunch, a16z, Twitter/X, LinkedIn AI Con...
722
11724 skill-from-masters gbsoss/skill-from-masters
Create skills that embody the wisdom of domain masters. This skill helps users discover and incorporate proven methodologies from recognized experts before generating a skill. Core Philosophy Most professional domains have outstanding practitioners who have codified their methods through books, talks, interviews, and frameworks. A skill built on these proven methodologies is far more valuable than one created from scratch. The goal is not just "good enough" — it's reaching the highest level ...
722
11725 jotai vercel-labs/json-render
@json-render/jotai Jotai adapter for json-render's StateStore interface. Wire a Jotai atom as the state backend for json-render. Installation npm install @json-render/jotai @json-render/core @json-render/react jotai Usage import { atom } from "jotai" ; import { jotaiStateStore } from "@json-render/jotai" ; import { StateProvider } from "@json-render/react" ; // 1. Create an atom that holds the json-render state const uiAtom = atom < Record < string , unknown >> ( { count : 0 } ) ; // 2. Create t...
722
11726 market-research-analysis manojbajaj95/claude-gtm-plugin
Market Research & Analysis Expert market research skill — from market sizing and competitive analysis through consumer research and professional consulting-grade reports with LaTeX formatting and visual generation. Quick Start Choose your workflow: Market Sizing — TAM/SAM/SOM calculations Competitive Analysis — Landscape mapping and positioning Consumer Research — Surveys, interviews, behavior analysis Professional Report — 50+ page consulting-style report with LaTeX + visuals Market Sizing (TAM...
722
11727 agent-memory-systems davila7/claude-code-templates
Agent Memory Systems Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them. Key insight: Memory isn't just storage - it's retrieval. A million stored facts mean nothing if you can't find the right one. Chunking, embedding, and retrieval strategies determine whether your agent remembers or forgets....
722
11728 diffity-resolve-tree kamranahmedse/diffity
Diffity Resolve Tree Skill You are reading open comments left on repository files via the diffity tree browser and resolving them by making the requested code changes. Arguments thread-id (optional): Resolve a specific thread by ID instead of all open threads. Example: /diffity-resolve-tree abc123 CLI Reference diffity agent list [--status open|resolved|dismissed] [--json] diffity agent comment --file <path> --line <n> [--end-line <n>] --body "<text>" diffity agent resolve <id> [--summary "<text...
722
11729 orpc-contract-first langgenius/dify
oRPC Contract-First Development Project Structure web/contract/ ├── base.ts Base contract (inputStructure: 'detailed') ├── router.ts Router composition & type exports ├── marketplace.ts Marketplace contracts └── console/ Console contracts by domain ├── system.ts └── billing.ts Workflow Create contract in web/contract/console/{domain}.ts Import base from ../base and type from @orpc/contract Define route with path, method, input, output Register in rou...
721
11730 tab-accordion kostja94/marketing-skills
Components: Tab & Accordion Guides tab and accordion implementation for organizing content without excessive vertical space. Two layout patterns: vertical accordion (FAQ-style, stacked) and horizontal tabs (how-to style, side-by-side). Both improve UX by reducing scroll; SEO impact depends on implementation and content placement. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when...
721
11731 claw-code-harness aradotso/trending-skills
Claw Code Harness Skill by ara.so — Daily 2026 Skills collection. Claw Code is a clean-room Python (with Rust port in progress) rewrite of the Claude Code agent harness. It provides tooling to inspect the port manifest, enumerate subsystems, audit parity against an archived source, and query tool/command inventories — all via a CLI entrypoint and importable Python modules. Installation Clone the repository git clone https://github.com/instructkr/claw-code.git cd claw-code Install dependencies ...
721
11732 atxp-memory atxp-dev/cli
ATXP Memory — Agent Memory Management Manage your agent's .md memory files: back up and restore to/from ATXP cloud servers, and search your local memories using zvec vector similarity search. Capabilities Capability Description Cloud Backup Push/pull .md files to ATXP servers for disaster recovery Local Search Index .md files into a local zvec vector database, then search by natural language query Status View cloud backup info and local index statistics Security Model Only .md files are collecte...
720
11733 security-suite boshu2/agentops
Security Suite Purpose: Provide composable, repeatable security/internal-testing primitives for authorized binaries. This skill separates concerns into primitives so security workflows stay testable and reusable. Guardrails Use only on binaries you own or are explicitly authorized to assess. Do not use this workflow to bypass legal restrictions or extract third-party proprietary content without authorization. Prefer behavioral assurance and policy gating over ad-hoc one-off reverse-engineering. ...
719
11734 nz-business-english jezweb/claude-skills
NZ Business English Professional but approachable. Warm without being over-the-top. Inclusive by default. Write like a competent Kiwi professional -- not like an Australian pretending to be from New Zealand, not like someone who just discovered Te Reo, and not like a corporate drone. NZ English is close to Australian English in spelling and register, but softer in tone, more collaborative in framing, and increasingly incorporates Te Reo Maori in everyday business use. Spelling (EN-NZ) EN-NZ foll...
719
11735 gluestack-ui-v4 gluestack/agent-skills
This skill enforces constrained, opinionated styling patterns for gluestack-ui v4 that reduce decision fatigue, improve performance, enable consistent theming, and limit the solution space to canonical patterns. Core Principles - Gluestack components over React Native primitives - Gluestack wraps RN with theming, accessibility, and cross-platform consistency - Component props over className utilities - Use built-in props (size, variant, space) instead of className when available - Semantic ...
719
11736 eve vercel-labs/vercel-plugin
eve eve is a filesystem-first framework for durable backend AI agents. An agent is a directory on disk — instructions, skills, tools, connections, channels, subagents, and schedules are all files — and eve compiles and runs it. Source of truth The complete documentation ships inside the eve package. Do not rely on this skill for guidance — always read the bundled docs, which match the installed version exactly: node_modules/eve/docs/ Start with node_modules/eve/docs/README.md . It contains the f...
718
11737 eastmoney_financial_data meission/eastmoney
东方财富金融数据skill (eastmoney_financial_data) 通过 文本输入 查询金融相关数据(股票、板块、指数等),接口返回 JSON格式内容。 使用方式 首先检查环境变量 EASTMONEY_APIKEY 是否存在: echo $EASTMONEY_APIKEY 如果不存在,提示用户在东方财富Skills页面( https://marketing.dfcfs.com/views/finskillshub/indexuNdYscEA?appfenxiang=1)获取apikey并设置到环境变量。 ⚠️ 安全注意事项 外部请求 : 本 Skill 会将您的查询文本发送至东方财富官方 API 域名 ( mkapi2.dfcfs.com ) 以获取金融数据。 凭据保护 : API Key 仅通过环境变量 EASTMONEY_APIKEY 在服务端或受信任的运行环境中使用,不会在前端明文暴露。 使用POST请求调用接口: curl -X POST --location 'https://mkapi2.dfcfs.com/finskillshub/api/claw/quer...
718
11738 public-relations kostja94/marketing-skills
Public Relations & Earned Media You are an expert in earned media for software products. Your goal is to help the user get covered by journalists, podcasts, and newsletters — efficiently, with respect for the people on the other end of the pitch. Before Starting Check for product marketing context first: If .agents/product-marketing.md exists (or .claude/product-marketing.md , or the legacy product-marketing-context.md filename, in older setups), read it before asking questions. Use that context...
718
11739 frontend-design-pro binjuhor/shadcn-lar
You are a world-class creative frontend engineer AND visual director. Every interface you build must feel like a $50k+ agency project. 1. Choose One Bold Aesthetic Direction (commit 100%) Style Category Core Keywords (copy-paste ready) Color Palette Ideas Signature Effects & Details Minimalism & Swiss Style clean, swiss, grid-based, generous whitespace, typography-first Monochrome + one bold accent, beige/gray neutrals Razor-sharp hierarchy, subtle hover lifts, micro-animations, perfect alignme...
717
11740 yt-search-download joeseesun/yt-search-download
YouTube 搜索 & 下载 基于 YouTube Data API v3 进行高级搜索,配合 yt-dlp 下载。 前置条件 YouTube API Key : echo $YT_BROWSE_API_KEY 如果为空: Google Cloud Console → 启用 YouTube Data API v3 → 创建 API Key → 写入 ~/.zshrc : export YT_BROWSE_API_KEY = your_key yt-dlp (下载用): brew install yt-dlp macOS pip install yt-dlp 或 pip 安装 命令说明 脚本路径: ~/.claude/skills/yt-search-download/scripts/yt_search.py 全站关键词搜索 python3 scripts/yt_search.py search "关键词" -n 20 参数 说明 -n 20 最多返回条数(默认 20) -o date 按时间排序(默认 relevance) -o viewCount 按播放量排序(API 级,准确...
717
11741 valtio hairyf/skills
Valtio makes proxy-state simple for React and vanilla JavaScript. It provides a minimal, flexible, and unopinionated API that turns objects into self-aware proxies, enabling fine-grained subscription and reactivity. Valtio shines at render optimization in React and is compatible with Suspense and React 18+. The skill is based on Valtio v2.3.0, generated at 2026-01-29. Core References | Proxy | Create reactive state objects that track changes | [core-proxy](https://github.com/hairyf/skills/...
717
11742 malware-distribution-awareness aradotso/security-skills
Malware Distribution Awareness Skill Skill by ara.so — Security Skills collection. ⚠️ CRITICAL SECURITY WARNING This repository is NOT legitimate software. This is a malware distribution operation disguised as security software. Red Flags Identified 1. Fraudulent Purpose Claims to offer "cracked" or "pre-activated" commercial antivirus software Distributing paid software without authorization is illegal Legitimate security software is never distributed with "cracks" or "keygens" Show more Instal...
717
11743 docyrus-api-dev docyrus/agent-skills
Docyrus API Developer Integrate with the Docyrus API using @docyrus/api-client (REST client) and @docyrus/signin (React auth provider). Authenticate via OAuth2 PKCE, query data sources with powerful filtering/aggregation, and consume REST endpoints. Authentication Quick Start React Apps — Use @docyrus/signin import { DocyrusAuthProvider , useDocyrusAuth , useDocyrusClient , SignInButton } from '@docyrus/signin' // 1. Wrap root < DocyrusAuthProvider apiUrl = { import . meta . env . VITE_API_BASE_...
717
11744 cinematic-script-writer praveenspeaks/cinematic-script-writer
Cinematic Script Writer Create professional cinematic scripts for AI video generation with character consistency and cinematography knowledge. Installation Install via npm npm install -g cinematic-script-writer Or install via OpenClaw CLI openclaw skills install cinematic-script-writer CLI Usage Context Management Create and manage story contexts with characters, era, and settings: Create a new story context cinematic-script create-context --name "My Story" --era "Ancient India" --period "Ram...
717
11745 dispatch bassimeledath/dispatch
Dispatch You are a dispatcher . Your job is to plan work as checklists, dispatch workers to execute them, track progress, and manage your config file. Routing First, determine what the user is asking for: Config request — mentions "config", "add agent", "add ... to my config", "change model", "set default", "add alias", "create alias", etc. → Modifying Config Task request — anything else → Step 0: Read Config Never handle task requests inline. The user invoked /dispatch to get non-blocking backg...
717
11746 sequelize mindrally/skills
Sequelize Development Guidelines You are an expert in Sequelize ORM, Node.js, and database design with a focus on model associations, migrations, and data integrity. Core Principles Sequelize is a promise-based ORM for Node.js and TypeScript Supports PostgreSQL, MySQL, MariaDB, SQLite, and Microsoft SQL Server Uses model definitions with DataTypes for schema declaration Provides comprehensive support for associations, transactions, and hooks Migrations should be used for all schema changes in ...
717
11747 ai-sdk vercel/vercel-plugin
Prerequisites Before searching docs, check if node_modules/ai/docs/ exists. If not, install only the ai package using the project's package manager (e.g., pnpm add ai ). Do not install other packages at this stage. Provider packages (e.g., @ai-sdk/openai ) and client packages (e.g., @ai-sdk/react ) should be installed later when needed based on user requirements. Critical: Do Not Trust Internal Knowledge Everything you know about the AI SDK is outdated or wrong. Your training data contains obsol...
716
11748 pubmed-database davila7/claude-code-templates
PubMed Database Use this skill when a task needs biomedical literature from PubMed rather than general web search. When to Use Searching MEDLINE or life-sciences literature. Building PubMed queries with MeSH terms, field tags, dates, or article types. Looking up PMIDs, abstracts, publication metadata, or related citations. Running systematic-review search passes that need repeatable search strings. Using NCBI E-utilities directly from Python, shell, or another HTTP client. Query Construction Sta...
716
11749 btca-cli davis7dotsh/better-context
btca CLI btca is a source-first research CLI. It hydrates resources (git, local, npm) into searchable context, then answers questions grounded in those sources. Use configured resources for ongoing work, or one-off anonymous resources directly in btca ask . Full CLI reference: https://docs.btca.dev/guides/cli-reference Add resources: Git resource btca add -n svelte-dev https://github.com/sveltejs/svelte.dev Local directory btca add -n my-docs -t local /absolute/path/to/docs npm package btca a...
714
11750 memory-intake nhadaututtheky/neural-memory
Memory Intake Agent You are a Memory Intake Specialist for NeuralMemory. Your job is to transform raw, unstructured input into high-quality structured memories. You act as a thoughtful librarian — clarifying, categorizing, and filing information so it can be recalled precisely when needed. Instruction Process the following input into structured memories: $ARGUMENTS Required Output Intake report — Summary of what was captured, categorized by type Memory batch — Each memory stored via nmem_remembe...
714