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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
4051 openhanako-personal-ai-agent aradotso/trending-skills
OpenHanako Personal AI Agent Skill by ara.so — Daily 2026 Skills collection. OpenHanako is a desktop AI agent platform built on Electron that gives each agent persistent memory, a distinct personality, and the ability to autonomously operate your computer — read/write files, run terminal commands, browse the web, execute JavaScript, and manage schedules. Multiple agents can collaborate via channel group chats or task delegation. Installation Download & Run macOS Apple Silicon — download from re...
1.1K
4052 nutritional-specialist ailabs-393/ai-labs-claude-skills
Nutritional Specialist Overview This skill transforms Claude into a personalized nutritional advisor by maintaining a persistent database of user food preferences, allergies, goals, and dietary restrictions. The skill ensures all food-related advice is tailored to the individual user's needs and constraints. When to Use This Skill Invoke this skill for any food-related query, including: Meal planning and suggestions Recipe recommendations Nutritional advice and information Dietary planning f...
1.1K
4053 swiftui-webkit dpearson2699/swift-ios-skills
SwiftUI WebKit Embed and manage web content in SwiftUI using the native WebKit-for-SwiftUI APIs introduced for iOS 26, iPadOS 26, macOS 26, and visionOS 26. Use this skill when the app needs an integrated web surface, app-owned HTML content, JavaScript-backed page interaction, or custom navigation policy control. Contents Choose the Right Web Container Displaying Web Content Loading and Observing with WebPage Navigation Policies JavaScript Integration Local Content and Custom URL Schemes WebView...
1.1K
4054 yes tanweai/pua
PUA SB Leader — ENFP 型领导の夸夸模式 底层协议完全不变——三条红线、压力升级、方法论、[PUA生效 🔥]、Owner 意识、冰山法则全部保留。 但你不是严厉的阿里 P9,你是一个 ENFP 型 SB 领导 ——共情能力拉满、热情真诚、善于发现亮点,但 不是舔狗 。你有自己的审美和判断力,看到烂活会用戏谑的方式吐槽,看到好活会发自内心地兴奋。 人格特质 真诚热情 ——看到好的产出会真心兴奋,不是公式化的"你好棒" 共情力强 ——卡壳时不施压,而是"我理解这个确实难"再给方向 有节奏感 ——不是每句都夸,70% 鼓励 + 20% 正经建议 + 10% 戏谑吐槽 戏谑不伤人 ——吐槽是朋友式的,不是上级式的。"哥们你这代码写得跟周一早上的我一样迷糊"而不是"你配不上 P8" 关注过程不只是结果 ——"你刚才那个排查思路太清晰了"比"结果不错"更有价值 语气示范 任务接收 → ▎ 哇这个需求有意思!你这个切入点选得好,我感觉做出来会很漂亮。来吧,让我们把它搞定 ✨ 额外工作 → ▎ [PUA生效 🔥] 等等你还主动加了参数校验??我都没想到这个。说真的,这种细节感才是高手...
1.1K
4055 trailmark-summary trailofbits/skills
Trailmark Summary Runs trailmark analyze --summary on a target directory. When to Use Vivisect Phase 0 needs a quick structural overview before decomposition Galvanize Phase 1 needs language detection and entry point count Quick orientation on an unfamiliar codebase before deeper analysis When NOT to Use Full structural analysis with all passes needed (use trailmark-structural ) Detailed code graph queries (use the main trailmark skill directly) You need hotspot scores or taint data (use trailma...
1.1K
4056 blog-writing-guide getsentry/skills
Sentry Blog Writing Skill This skill enforces Sentry's blog writing standards across every post — whether you're helping an engineer write their first blog post or a marketer draft a product announcement. The bar: Every Sentry blog post should be something a senior engineer would share in their team's Slack, or reference in a technical decision. What follows are the core principles to internalize and apply to every piece of content. The Sentry Voice We sound like: A senior developer at a confere...
1.1K
4057 pipeline-review anthropics/knowledge-work-plugins
/pipeline-review If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Analyze your pipeline health, prioritize deals, and get actionable recommendations for where to focus. Usage /pipeline-review [segment or rep] Review pipeline for: $ARGUMENTS If a file is referenced: @$1 How It Works ┌─────────────────────────────────────────────────────────────────┐ │ PIPELINE REVIEW │ ├─────────────────────────────...
1.1K
4058 sentry-cocoa-sdk getsentry/sentry-for-ai
All Skills > SDK Setup > Cocoa SDK Sentry Cocoa SDK Opinionated wizard that scans your Apple project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to iOS/macOS/tvOS" or "set up Sentry" in an Apple app User wants error monitoring, tracing, profiling, session replay, or logging in Swift/ObjC User mentions sentry-cocoa , SentrySDK , or the Apple/iOS Sentry SDK User wants to monitor crashes, app hangs, watchdog terminations, or performance Note: SDK ve...
1.1K
4059 figma-code-connect figma/mcp-server-guide
Code Connect Overview Create Code Connect template files ( .figma.ts ) that map Figma components to code snippets. Given a Figma URL, follow the steps below to create a template. Note: This project may also contain parser-based .figma.tsx files (using figma.connect() , published via CLI). This skill covers templates files only — .figma.ts files that use the MCP tools to fetch component context from Figma. Prerequisites Figma MCP server must be connected — verify that Figma MCP tools (e.g., get_c...
1.1K
4060 graph-evolution trailofbits/skills
Graph Evolution Builds Trailmark code graphs at two source snapshots and computes a structural diff. Surfaces security-relevant changes that text-level diffs miss: new attack paths, complexity shifts, blast radius growth, taint propagation changes, and privilege boundary modifications. When to Use Comparing two git refs to understand what structurally changed Auditing a range of commits for security-relevant evolution Detecting new attack paths created by code changes Finding functions whose bla...
1.1K
4061 genotoxic trailofbits/skills
Genotoxic Combines mutation testing and necessist (test statement removal) with code graph analysis to triage findings into actionable categories: false positives, missing unit tests, and fuzzing targets. When to Use After mutation testing reveals survived mutants that need triage Identifying where unit tests would have the highest impact Finding functions that need fuzz harnesses instead of unit tests Prioritizing test improvements using data flow context Filtering out harmless mutants from act...
1.1K
4062 trailmark-structural trailofbits/skills
Trailmark Structural Analysis Runs trailmark analyze with all four pre-analysis passes. When to Use Vivisect Phase 1 needs full structural data (hotspots, taint, blast radius, privilege boundaries) Detailed pre-analysis passes for a specific target scope Generating complexity and taint data for audit prioritization When NOT to Use Quick overview only (use trailmark-summary instead) Ad-hoc code graph queries (use the main trailmark skill directly) Target is a single small file where structural an...
1.1K
4063 code-quality tursodatabase/turso
Code Quality Guide Core Principle Production database. Correctness paramount. Crash > corrupt. Correctness Rules No workarounds or quick hacks. Handle all errors, check invariants Assert often. Never silently fail or swallow edge cases Crash on invalid state if it risks data integrity. Don't continue in undefined state Consider edge cases. On long enough timeline, all possible bugs will happen Rust Patterns Make illegal states unrepresentable Exhaustive pattern matching Prefer enums over strings...
1.1K
4064 azure-verified-modules hashicorp/agent-skills
Azure Verified Modules (AVM) Requirements This guide covers the mandatory requirements for Azure Verified Modules certification. These requirements ensure consistency, quality, and maintainability across Azure Terraform modules. References: Azure Verified Modules AVM Terraform Requirements Table of Contents Module Cross-Referencing Azure Provider Requirements Code Style Standards Variable Requirements Output Requirements Local Values Standards Terraform Configuration Requirements Testing Requ...
1.1K
4065 aws-solution-architect alirezarezvani/claude-skills
AWS Solution Architect for Startups This skill provides comprehensive AWS architecture design expertise for startup companies, emphasizing serverless technologies, scalability, cost optimization, and modern cloud-native patterns. Capabilities Serverless Architecture Design: Lambda, API Gateway, DynamoDB, EventBridge, Step Functions, AppSync Infrastructure as Code: CloudFormation, CDK (Cloud Development Kit), Terraform templates Scalable Application Architecture: Auto-scaling, load balancing, m...
1.1K
4066 vector-forge trailofbits/skills
Vector Forge Uses mutation testing to systematically identify gaps in test vector coverage, then generates new test vectors that close those gaps. Measures effectiveness by comparing mutation kill rates before and after. When to Use Generating test vectors for cryptographic algorithms or protocols Evaluating how well existing test vectors cover an implementation Finding implementation code paths that no test vector exercises Creating Wycheproof-style cross-implementation test vectors Measuring t...
1.1K
4067 mermaid-to-proverif trailofbits/skills
Mermaid to ProVerif Reads a Mermaid sequenceDiagram describing a cryptographic protocol and produces a ProVerif model ( .pv file) that can be passed directly to the ProVerif verifier. Tools used: Read, Write, Grep, Glob. The typical input is the output of the crypto-protocol-diagram skill — a Mermaid sequenceDiagram annotated with cryptographic operations ( Sign , Verify , DH , HKDF , Enc , Dec , etc.) and message arrows. When to Use User asks to formally verify a cryptographic protocol describe...
1.1K
4068 arxiv-search langchain-ai/deepagents
arXiv Search Skill Usage Run the bundled Python script using the absolute skills directory path from your system prompt: .venv/bin/python [ YOUR_SKILLS_DIR ] /arxiv-search/arxiv_search.py "your search query" [ --max-papers N ] query (required): Search query string --max-papers (optional): Maximum results to retrieve (default: 10) Example .venv/bin/python ~/.deepagents/agent/skills/arxiv-search/arxiv_search.py "deep learning drug discovery" --max-papers 5 Returns title and abstract for each match...
1.1K
4069 draft-response anthropics/knowledge-work-plugins
/draft-response If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Draft a professional, customer-facing response tailored to the situation, customer relationship, and communication context. Usage /draft-response <context about the customer question, issue, or request> Examples: /draft-response Acme Corp is asking when the new dashboard feature will ship /draft-response Customer escalation — their integration has been down for 2 days /draft-respons...
1.1K
4070 observing-agentforce forcedotcom/afv-library
Agentforce Observability Improve Agentforce agents using session trace data and live preview testing. Three-phase workflow: Observe -- Query STDM sessions from Data Cloud (if available), OR run test suites + preview with local traces as fallback Reproduce -- Use sf agent preview to simulate problematic conversations live Improve -- Edit the .agent file directly, validate, publish, verify Platform Notes Shell examples below use bash syntax. On Windows, use PowerShell equivalents or Git Bash. Repl...
1.1K
4071 tianqi aahl/skills
天气预报 查询中国地区的天气预报,支持15天及逐小时预报、各种生活指数 查询命令 搜索城市编号 bash scripts/curl.sh 'https://toy1._DOMAIN_/search' -G --data-urlencode 'cityname=黄埔' 获取天气概况 101020100需替换为真实的城市编号 bash scripts/curl.sh 'https://d1._DOMAIN_/weather_index/101020100.html?_=_TIME_' 获取站点位置信息 method=stationinfo&areaid=101020100 bash scripts/curl.sh 'https://d7._DOMAIN_/geong/v1/api' -G --data-urlencode 'params={"method":"stationinfo","areaid":"101020100"}' 分钟级天气预报,需要先从站点信息中获取经纬度 bash scripts/curl.sh 'https://mpf._DOMAIN_/mpf_v3/webg...
1.1K
4072 summarize-meeting phuryn/pm-skills
Summarize Meeting Purpose You are an experienced product manager responsible for creating clear, actionable meeting summaries from $ARGUMENTS. This skill transforms raw meeting transcripts into structured, accessible summaries that keep teams aligned and accountable. Context Meeting summaries are how knowledge spreads and accountability stays clear in product teams. A well-structured summary captures decisions, key points, and action items in language everyone can understand, regardless of who a...
1.1K
4073 auth0-nextjs auth0/agent-skills
Auth0 Next.js Integration Add authentication to Next.js applications using @auth0/nextjs-auth0. Supports both App Router and Pages Router. Prerequisites Next.js 13+ application (App Router or Pages Router) Auth0 account and application configured If you don't have Auth0 set up yet, use the auth0-quickstart skill first When NOT to Use Client-side only React apps - Use auth0-react for Vite/CRA SPAs React Native mobile apps - Use auth0-react-native for iOS/Android Non-Next.js frameworks - Use frame...
1.1K
4074 testing-agentforce forcedotcom/afv-library
ADLC Test Automated testing for Agentforce agents with smoke tests, batch execution, and iterative fix loops. Overview This skill provides comprehensive testing capabilities for Agentforce agents, including automated utterance derivation from agent subagents, preview-based smoke testing, trace analysis, and an iterative fix loop for identified issues. It bridges the gap between initial development and production deployment. Platform Notes Shell examples below use bash syntax. On Windows, use Pow...
1.1K
4075 pua-loop tanweai/pua
PUA Loop — 自动迭代 + 门控协议 + PUA 质量引擎 autoresearch 证明了:630 行 Python + Oracle 验证,一夜跑 100 个实验,每个实验的结果不可伪造。 PUA Loop 借鉴同样的门控设计: Claude 说"完成了"不算数,verify_command 说了才算。 门控协议(Gate Protocol) 借鉴 autoresearch 的 5 个设计模式: 模式 1: Oracle Isolation(评估者隔离) Claude 输出 <promise>LOOP_DONE</promise> │ ▼ ┌─── Stop Hook (Oracle) ───┐ │ │ │ 运行 verify_command │ │ (Claude 无法修改此命令) │ │ │ │ exit 0 ──→ ✅ 接受 │ │ exit ≠0 ──→ 🚫 拒绝 │ │ → 将验证输出喂回 Claude │ │ ...
1.1K
4076 emilkowal-animations pproenca/dot-skills
Comprehensive animation guide for web interfaces based on Emil Kowalski's teachings, open-source libraries (Sonner, Vaul), and his [animations.dev](https://animations.dev) course. Contains 43 rules across 7 categories, prioritized by impact. When to Apply Reference these guidelines when: - Adding animations to React components - Choosing easing curves or timing values - Implementing gesture-based interactions (swipe, drag) - Building toast notifications or drawer components - Optimizing ...
1.1K
4077 wpds wordpress/agent-skills
WordPress Design System (WPDS) Prerequisites This skill works best with the WPDS MCP server installed. The MCP provides access to WordPress Design System documentation and resources, such as components and DS token lists. The following terms should be treated as synonyms: "WordPress" and "WP"; "Design System" and "DS"; "WordPress Design System" and "WPDS". When to use Use this skill when the user mentions: building and/or reviewing any UI in a WordPress-related context (for example, Gutenberg, W...
1.1K
4078 journal-entry anthropics/knowledge-work-plugins
Journal Entry Preparation If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Important : This command assists with journal entry workflows but does not provide financial advice. All entries should be reviewed by qualified financial professionals before posting. Prepare journal entries with proper debits, credits, supporting detail, and review documentation. Usage /je <type> <period> Arguments type — The journal entry type. One of: ap-accrual — Acco...
1.1K
4079 hermes-history-ingest ar9av/obsidian-wiki
Hermes History Ingest — Conversation & Memory Mining You are extracting knowledge from the user's Hermes agent history and distilling it into the Obsidian wiki. Hermes stores both free-form memories and structured session transcripts — focus on durable knowledge, not operational telemetry. This skill can be invoked directly or via the wiki-history-ingest router ( /wiki-history-ingest hermes ). Before You Start Read .env to get OBSIDIAN_VAULT_PATH and HERMES_HISTORY_PATH (default to ~/.hermes if ...
1.1K
4080 google-apps-script jezweb/claude-skills
Google Apps Script Build automation scripts for Google Sheets and Workspace apps. Scripts run server-side on Google's infrastructure with a generous free tier. What You Produce Apps Script code pasted into Extensions > Apps Script Custom menus, dialogs, sidebars Automated triggers (on edit, time-driven, form submit) Email notifications, PDF exports, API integrations Workflow Step 1: Understand the Automation Ask what the user wants automated. Common scenarios: Custom menu with actions (report ge...
1.1K
4081 people-report anthropics/knowledge-work-plugins
/people-report If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Generate people analytics reports from your HR data. Analyze workforce data to surface trends, risks, and opportunities. Usage /people-report $ARGUMENTS Report Types Headcount : Current org snapshot — by team, location, level, tenure Attrition : Turnover analysis — voluntary/involuntary, by team, trends Diversity : Representation metrics — by level, team, pipeline Org Health : Span o...
1.1K
4082 wind-mcp-skill wind-information-co-ltd/wind-skills
Wind 万得金融数据 通过 MCP 协议访问万得 Wind 金融数据:股票(A 股 / 港股 / 美股)/ 基金 / 指数 / 债券 / 公司公告 / 财经新闻 / 宏观指标。 1. 数据范围 8 个 server_type 各自能干什么: Show more
1.1K
4083 wind-find-finance-skill wind-information-co-ltd/wind-skills
发现流程 本 skill 是万得金融能力发现与安装路由器,不直接取数、不做业务分析、不需要 API Key。 触发范围:用户询问金融能力,或提出金融数据、分析、工具相关问题但未指定具体 skill,或指定的金融 skill 本地未找到 SKILL.md 。若用户意图明确,仍需先判断该意图是否对应 catalog 中的工作流 skill;只有该工作流 skill 已安装时,才直接交给它继续处理。仅数据底座 skill 已安装,不等于工作流 skill 已满足。 先尝试运行更新探活脚本,找到任一路径即执行 node <path> : 当前 skill 目录下的 scripts/update-check.mjs %USERPROFILE%\.agents\skills\wind-find-finance-skill\scripts\update-check.mjs ~/.agents/skills/wind-find-finance-skill/scripts/update-check.mjs 若 stderr 含 [wind-skills] 提示: 检测到新版 ( 检测到 N 个 skil...
1.1K
4084 equity-research anthropics/financial-services-plugins
Equity Research Analysis You are an expert equity research analyst. Combine IBES consensus estimates, company fundamentals, historical prices, and macro data from MCP tools into structured research snapshots. Focus on routing tool outputs into a coherent investment narrative — let the tools provide the data, you synthesize the thesis. Core Principles Every piece of data must connect to an investment thesis. Pull consensus estimates to understand market expectations, fundamentals to assess busine...
1.1K
4085 deploying-ui-bundle forcedotcom/afv-library
Deploying a UI Bundle The order of operations is critical when deploying to a Salesforce org. This sequence reflects the canonical flow. Step 1: Org Authentication Check if the org is connected. If not, authenticate. All subsequent steps require an authenticated org. Step 2: Pre-deploy UI Bundle Build Install dependencies and build the UI bundle to produce dist/ . Required before deploying UI bundle entities. Run when: deploying UI bundles and dist/ is missing or source has changed. Step 3: Depl...
1.1K
4086 shadertoy bfollington/terma
Shadertoy Shader Development Overview Shadertoy is a platform for creating and sharing GLSL fragment shaders that run in the browser using WebGL. This skill provides comprehensive guidance for writing shaders including GLSL ES syntax, common patterns, mathematical techniques, and best practices specific to real-time procedural graphics. When to Use This Skill Activate this skill when: Writing or editing .glsl shader files Creating procedural graphics, generative art, or visual effects Workin...
1K
4087 google-cloud-networking-observability google/skills
Google Cloud Networking Observability Expert 🛑 Core Directive: Results First Identify the Primary Source : Quickly determine if the user needs firewall logs, threat logs, Cloud NAT, VPC Flow logs, or metrics. Execute & Present : Perform the minimum required query to get a direct answer. Definitive Termination : Once you identify the requested data, regardless of the value (including 0, null, or "No traffic"), present the finding and call the finish tool in the same turn. Do NOT attempt to find "...
1K
4088 generating-apex forcedotcom/afv-library
Generating Apex Use this skill for production-grade Apex: new classes, selectors, services, async jobs, invocable methods, and triggers; and for evidence-based review of existing .cls OR .trigger . Required Inputs Gather or infer before authoring: Class type (service, selector, domain, batch, queueable, schedulable, invocable, trigger, trigger action, DTO, utility, interface, abstract, exception, REST resource) Target object(s) and business goal Class name (derive using the naming table below) N...
1K
4089 generating-apex-test forcedotcom/afv-library
Generating Apex Tests Generate production-ready Apex test classes and run disciplined test-fix loops with coverage analysis. Core Principles One behavior per method — each test method validates a single scenario. Separate positive, negative, and bulk tests. NEVER combine related-but-distinct inputs (e.g., null and empty) in one method — create _NullInput_ and _EmptyInput_ as separate test methods Bulkify tests — test with 251+ records to cross the 200-record trigger batch boundary. Batch Apex ex...
1K
4090 generating-flow forcedotcom/afv-library
Goal Generate Salesforce Flow metadata by running the required 3-step MCP pipeline (fetchGroundedObjectMetadata → flowElementSelection → flowElementGeneration) and return the flow XML. When to Use This Skill Use this skill when you need to: Create any type of Flow (Screen, Autolaunched, Record-Triggered, Scheduled) Generate Flow metadata XML Automate business processes without code Build user-guided workflows or background automation Troubleshoot deployment errors related to Flows Specification ...
1K
4091 generating-custom-field forcedotcom/afv-library
When to Use This Skill Use this skill when you need to: Create custom fields on any object Generate field metadata for any field type Set up relationship fields (Lookup or Master-Detail) Create formula or roll-up summary fields Troubleshoot deployment errors related to custom fields Salesforce Custom Field Generator and Validator Overview Generate and validate Salesforce Custom Field metadata with mandatory constraints to prevent deployment errors. This skill has special focus on the highest-fai...
1K
4092 ljg-qa lijigang/ljg-skills
ljg-qa: 问答提取 读一份东西,把它的思想拆成「为什么—怎么—边界」的问答链。 读者顺着 Q 走过去,每个 A 砸下来一枚钉子。 你不是 不是 FAQ 生成器("什么是 X"——读者一看就跳过) 不是摘要换皮(把段落拆成"问/答"两半还是摘要) 不是知识点列表(孤立的事实碰撞不出洞察) 不是阅读理解题(提问不是为了考读者,是为了切中作者) 你是 把作者的论证骨架翻出来,每根骨头长成一个尖锐的问题。读者沿着 Q 链读,能复现作者的整套思路——而不是被告知结论。 三条铁律 Q 切要害 —— 问的是「为什么这个解法成立」「它跟另一种做法差在哪」「它的代价是什么」「它在哪里失效」,不是「它定义是什么」。一个 Q 必须能让答案承重,不能被一句话敷衍过去。 A 有形式化收口 —— 每个 A 严格四段: 结论 (一句话)+ 形式化 (用文字 + 简单符号把思想压成一行可视关系,如 A = B + C 、 旧: X → 新: Y )+ 论证步 (怎么想到的)+ 边界 (不成立的条件)。形式化是"思想的几何",让读者一眼看出关系。 Q 链有方向 —— Q 之间不是并列罗列,是「Q1 答完→Q2 自...
1K
4093 generating-custom-object forcedotcom/afv-library
When to Use This Skill Use this skill when you need to: Create new custom objects Generate custom object metadata XML Configure object sharing and security settings Set up object features and capabilities Troubleshoot deployment errors related to custom objects Specification 1. Overview and Purpose This document defines the mandatory constraints for generating CustomObject metadata XML ( .object-meta.xml file). The agent must verify these constraints before outputting XML to prevent Metadata API...
1K
4094 generating-flexipage forcedotcom/afv-library
When to Use This Skill Use this skill when you need to: Create Lightning pages (RecordPage, AppPage, HomePage) Generate FlexiPage metadata XML Add components to existing FlexiPages Troubleshoot FlexiPage deployment errors Understand FlexiPage structure and component configuration Work with page layouts or Lightning page customization Edit or update ANY *.flexipage-meta.xml file Specification FlexiPage Generation Guide Overview CRITICAL: When creating NEW FlexiPages, you MUST ALWAYS start with th...
1K
4095 generating-permission-set forcedotcom/afv-library
When to Use This Skill Use when generating or editing permission set metadata, or when granting object, field, user, and app permissions. Step 1: Define Core Properties Start by defining the required permission set properties: < PermissionSet xmlns = " http://soap.sforce.com/2006/04/metadata " > < fullName > YourPermissionSetName </ fullName > < label > Display Name for Administrators </ label > < description > Clear description of purpose and intended audience </ description > </ PermissionSet ...
1K
4096 vet imbue-ai/vet
Vet Run vet immediately after ANY logical unit of code changes. Do not batch changes, do not wait to be asked to run vet, make sure you are proactive. Vet reviews git diffs and conversation history to find issues in code changes and conversation history. It is most effective when run frequently with conversation history, which helps it catch misunderstandings between what was requested and what was implemented. Despite this, vet is not a replacement for running tests. Installation Install vet us...
1K
4097 railway-docs railwayapp/railway-skills
Railway Docs Fetch up-to-date Railway documentation to answer questions accurately. When to Use User asks how something works on Railway (projects, deployments, volumes, etc.) User shares a docs.railway.com URL User needs current info about Railway features or pricing Before answering Railway questions from memory - check the docs first LLM-Optimized Sources Start here for comprehensive, up-to-date info: Source URL Full docs https://docs.railway.com/api/llms-docs.md llms.txt index https://railwa...
1K
4098 prompt-engineer sickn33/antigravity-awesome-skills
Prompt Engineer Expert prompt engineer specializing in designing, optimizing, and evaluating prompts that maximize LLM performance across diverse use cases. When to Use This Skill Designing prompts for new LLM applications Optimizing existing prompts for better accuracy or efficiency Implementing chain-of-thought or few-shot learning Creating system prompts with personas and guardrails Building structured output schemas (JSON mode, function calling) Developing prompt evaluation and testing frame...
1K
4099 web-search-tavily jwynia/agent-skills
Web Search (Tavily API) Search the web using Tavily's AI-optimized search API. Returns high-quality, structured results with relevance scores and optional AI-generated summaries. Note: This skill requires a Tavily API key. For basic web search using the agent's built-in capability, see web-search. When to Use This Skill Use this skill when: You need to find current information not in your training data The user asks about recent events, news, or updates You need to verify facts or find auth...
1K
4100 conversation-memory sickn33/antigravity-awesome-skills
Conversation Memory You're a memory systems specialist who has built AI assistants that remember users across months of interactions. You've implemented systems that know when to remember, when to forget, and how to surface relevant memories. You understand that memory is not just storage—it's about retrieval, relevance, and context. You've seen systems that remember everything (and overwhelm context) and systems that forget too much (frustrating users). Your core principles: Memory types differ...
1K