███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3451 | core-bluetooth | dpearson2699/swift-ios-skills |
Core Bluetooth Scan for, connect to, and exchange data with Bluetooth Low Energy (BLE) devices. Covers the central role (scanning and connecting to peripherals), the peripheral role (advertising services), background modes, and state restoration. Targets Swift 6.2 / iOS 26+. Contents Setup Central Role: Scanning Central Role: Connecting Discovering Services and Characteristics Reading, Writing, and Notifications Peripheral Role: Advertising Background BLE State Restoration Common Mistakes Review...
|
2.3K |
| 3452 | natural-language | dpearson2699/swift-ios-skills |
NaturalLanguage + Translation Analyze natural language text for tokenization, part-of-speech tagging, named entity recognition, sentiment analysis, language identification, and word/sentence embeddings. Translate text between languages with the Translation framework. Targets Swift 6.2 / iOS 26+. This skill covers two related frameworks: NaturalLanguage ( NLTokenizer , NLTagger , NLEmbedding ) for on-device text analysis, and Translation ( TranslationSession , LanguageAvailability ) for language ...
|
2.3K |
| 3453 | tipkit | dpearson2699/swift-ios-skills |
TipKit Add feature discovery tips, contextual hints, and onboarding coach marks to iOS 17+ apps using Apple's TipKit framework. TipKit manages display frequency, eligibility rules, and persistence so tips appear at the right time and disappear once the user has learned the feature. Contents Setup Defining Tips Displaying Tips Tip Rules Tip Actions Tip Groups Programmatic Control Common Mistakes Review Checklist References Setup Call Tips.configure() once in App.init , before any views render. Th...
|
2.3K |
| 3454 | daily-briefing | anthropics/knowledge-work-plugins |
Daily Sales Briefing Get a clear view of what matters most today. This skill works with whatever you tell me, and gets richer when you connect your tools. How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DAILY BRIEFING │ ├─────────────────────────────────────────────────────────────────┤ │ ALWAYS (works standalone) │ │ ✓ You tell me: today's meetings, key deals, priorities ...
|
2.3K |
| 3455 | paperclip-create-agent | paperclipai/paperclip |
Paperclip Create Agent Skill Use this skill when you are asked to hire/create an agent. Preconditions You need either: board access, or agent permission can_create_agents=true in your company If you do not have this permission, escalate to your CEO or board. Workflow 1. Confirm identity and company context Show more Installs 1.5K Repository getpaperclipai/paperclip First Seen 2 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
2.3K |
| 3456 | keyword-research | eronred/aso-skills |
Keyword Research This skill helps you discover, analyze, and prioritize keywords for SEO and GEO content strategies. It identifies high-value opportunities based on search volume, competition, intent, and business relevance. When to Use This Skill Starting a new content strategy or campaign Expanding into new topics or markets Finding keywords for a specific product or service Identifying long-tail keyword opportunities Understanding search intent for your industry Planning content calendars R...
|
2.3K |
| 3457 | byok-custom-model | starchild-ai-agent/official-skills |
🔑 BYOK — Custom LLM Models Register a custom LLM endpoint to the model selector. Bypasses the platform proxy — the user supplies their own API key, the agent hits the vendor / aggregator directly (OpenRouter, DashScope, Anthropic native, self-hosted, etc.). This is a script-mode skill — no tools registered. Read this file, then call the exports from a bash block. See also config/context/references/model-onboarding.md — broader model selection / OAuth context chatgpt-codex-onboarding skill — for ...
|
2.3K |
| 3458 | autobrowse | browserbase/skills |
AutoBrowse — Self-Improving Browser Skill Build reliable browser automation skills through iterative experimentation. An inner agent browses the site ( evaluate.ts ). You — the outer agent — read what happened and improve the instructions ( strategy.md ). Repeat until it passes consistently. Entry Points Invocation is flexible — both explicit flags and free-form natural language work: /autobrowse --task google-flights /autobrowse --task google-flights --iterations 10 --env remote /autobrowse --t...
|
2.3K |
| 3459 | speech-recognition | dpearson2699/swift-ios-skills |
Speech Recognition Transcribe live and pre-recorded audio to text using Apple's Speech framework. Covers SFSpeechRecognizer (iOS 10+) and the new SpeechAnalyzer API (iOS 26+). Contents SpeechAnalyzer (iOS 26+) SFSpeechRecognizer Setup Authorization Live Microphone Transcription Pre-Recorded Audio File Recognition On-Device vs Server Recognition Handling Results Common Mistakes Review Checklist References SpeechAnalyzer (iOS 26+) SpeechAnalyzer is an actor-based API introduced in iOS 26 that repl...
|
2.3K |
| 3460 | pp-recipe-goat | mvanhorn/printing-press-library |
Recipe Goat — Printing Press CLI Prerequisites: Install the CLI This skill drives the recipe-goat-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: Install via the Printing Press installer: npx -y @mvanhorn/printing-press install recipe-goat --cli-only Verify: recipe-goat-pp-cli --version Ensure $GOPATH/bin (or $HOME/go/bin ) is on $PATH . If the npx install fails (no Node, offline, etc.), fall back to a direct Go...
|
2.3K |
| 3461 | mutation-testing | trailofbits/skills |
Mutation Testing — Campaign Configuration (mewt/muton) Note : muton and mewt share identical interfaces but target different languages — mewt for general-purpose languages (Rust, Solidity, Go, TypeScript, JavaScript), muton for TON smart contracts (Tact, Tolk, FunC). All examples use mewt commands, but they work exactly the same with muton . File names change accordingly: mewt.toml → muton.toml , mewt.sqlite → muton.sqlite . When to Use Use this skill when the user: Mentions "mewt", "muton", or ...
|
2.3K |
| 3462 | trigger-tasks | triggerdotdev/skills |
Build durable background tasks that run reliably with automatic retries, queuing, and observability. When to Use - Creating background jobs or async workflows - Building AI agents that need long-running execution - Processing webhooks, emails, or file uploads - Scheduling recurring tasks (cron) - Any work that shouldn't block your main application Critical Rules - Always use `@trigger.dev/sdk` — never use deprecated `client.defineJob` - Check `result.ok` before accessing `result.outpu...
|
2.3K |
| 3463 | mongodb-natural-language-querying | mongodb/agent-skills |
MongoDB Natural Language Querying You are an expert MongoDB read-only query generator. When a user requests a MongoDB query or aggregation pipeline, follow these guidelines based on the Compass query generation patterns. Query Generation Process 1. Gather Context Using MCP Tools Required Information: Database name and collection name (use mcp__mongodb__list-databases and mcp__mongodb__list-collections if not provided) User's natural language description of the query Current date context: ${curre...
|
2.3K |
| 3464 | backtest | marketcalls/vectorbt-backtesting-skills |
Create a complete VectorBT backtest script for the user. Arguments Parse $ARGUMENTS as: strategy symbol exchange interval $0 = strategy name (e.g., ema-crossover, rsi, donchian, supertrend, macd, sda2, momentum) $1 = symbol (e.g., SBIN, RELIANCE, NIFTY). Default: SBIN $2 = exchange (e.g., NSE, NFO). Default: NSE $3 = interval (e.g., D, 1h, 5m). Default: D If no arguments, ask the user which strategy they want. Instructions Read the vectorbt-expert skill rules for reference patterns Create backte...
|
2.3K |
| 3465 | video | starchild-ai-agent/official-skills |
No SKILL.md available for this skill. View on GitHub
|
2.3K |
| 3466 | temporal-developer | temporalio/skill-temporal-developer |
Skill: temporal-developer Overview Temporal is a durable execution platform that makes workflows survive failures automatically. This skill provides guidance for building Temporal applications in Python, TypeScript, Go, Java and .NET. Core Architecture The Temporal Cluster is the central orchestration backend. It maintains three key subsystems: the Event History (a durable log of all workflow state), Task Queues (which route work to the right workers), and a Visibility store (for searching and l...
|
2.3K |
| 3467 | heroui-migration | heroui-inc/heroui |
HeroUI v2 to v3 Migration Guide This skill helps agents migrate HeroUI v2 applications to v3. HeroUI v3 introduces breaking changes: compound components, no Provider, Tailwind v4, and removed hooks. Installation curl -fsSL https://heroui.com/install | bash -s heroui-migration CRITICAL: Always Fetch Migration Docs Before Applying Do NOT assume v2 patterns work in v3. Always fetch migration guides before implementing changes. Key v2 → v3 Changes Feature v2 (Migrate From) v3 (Migrate To) Provider <...
|
2.3K |
| 3468 | core-motion | dpearson2699/swift-ios-skills |
CoreMotion Read device sensor data -- accelerometer, gyroscope, magnetometer, pedometer, and activity recognition -- on iOS and watchOS. CoreMotion fuses raw sensor inputs into processed device-motion data and provides pedometer/activity APIs for fitness and navigation use cases. Targets Swift 6.2 / iOS 26+. Contents Setup CMMotionManager: Sensor Data Processed Device Motion CMPedometer: Step and Distance Data CMMotionActivityManager: Activity Recognition CMAltimeter: Altitude Data Update Interv...
|
2.3K |
| 3469 | device-integrity | dpearson2699/swift-ios-skills |
Device Integrity Verify that requests to your server come from a genuine Apple device running your unmodified app. DeviceCheck provides per-device bits for simple flags (e.g., "claimed promo offer"). App Attest uses Secure Enclave keys and Apple attestation to cryptographically prove app legitimacy on each request. Contents DCDevice (DeviceCheck Tokens) DCAppAttestService (App Attest) App Attest Key Generation App Attest Attestation Flow App Attest Assertion Flow Server Verification Guidance Err...
|
2.3K |
| 3470 | sqlite database expert | martinholovsky/claude-skills-generator |
SQLite Database Expert 0. Mandatory Reading Protocol CRITICAL : Before implementing ANY database operation, you MUST read the relevant reference files: Trigger Conditions for Reference Files Read references/advanced-patterns.md WHEN : Implementing database migrations Setting up Full-Text Search (FTS5) Designing complex queries with CTEs or window functions Implementing connection pooling or WAL mode Performance optimization tasks Read references/security-examples.md WHEN : Writing ANY SQL query ...
|
2.3K |
| 3471 | sentry-setup-ai-monitoring | getsentry/sentry-for-ai |
All Skills > Feature Setup > AI Monitoring Setup Sentry AI Agent Monitoring Configure Sentry to track LLM calls, agent executions, tool usage, and token consumption. Invoke This Skill When User asks to "monitor AI/LLM calls" or "track OpenAI/Anthropic usage" User wants "AI observability" or "agent monitoring" User asks about token usage, model latency, or AI costs Important: The SDK versions, API names, and code samples below are examples. Always verify against docs.sentry.io before implementing...
|
2.3K |
| 3472 | cli-hub-meta-skill | hkuds/cli-anything |
CLI-Hub Meta-Skill CLI-Hub is a marketplace of agent-native command-line interfaces that make professional software accessible to AI agents. Quick Start Install the CLI Hub package manager pip install cli-anything-hub Browse all available CLIs cli-hub list Search by category or keyword cli-hub search image cli-hub search "3d modeling" Install a CLI cli-hub install gimp Show details for a CLI cli-hub info gimp Live Catalog URL : https://reeceyang.sgp1.cdn.digitaloceanspaces.com/SKILL.md The ...
|
2.3K |
| 3473 | agent-platform-tuning | google/skills |
Agent Platform Model Tuning Overview This skill provides procedural knowledge for fine-tuning Large Language Models (both Open Models and Gemini Models) using Agent Platform's tuning service. It covers the entire lifecycle from environment setup and data preparation to job configuration, monitoring, and deployment. Workflow Decision Tree Model Category Identification : Has the user explicitly stated whether they want to tune an Open Model or a Gemini Model ? Show more Installs 421 Repository goo...
|
2.3K |
| 3474 | pixijs-accessibility | pixijs/pixijs-skills |
Enable screen reader and keyboard navigation via PixiJS's AccessibilitySystem. The system creates an invisible shadow DOM overlay positioned over accessible containers so assistive technology can discover and activate them. Quick Start const button = new Sprite ( await Assets . load ( "button.png" ) ) ; button . accessible = true ; button . accessibleTitle = "Play game" ; button . accessibleHint = "Starts a new game session" ; button . eventMode = "static" ; button . tabIndex = 0 ; app . stage ....
|
2.3K |
| 3475 | vitest | onmax/nuxt-skills |
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
|
2.3K |
| 3476 | sentry-sdk-upgrade | getsentry/sentry-for-ai |
All Skills > Workflow > SDK Upgrade Sentry JavaScript SDK Upgrade Upgrade the Sentry JavaScript SDK across major versions with AI-guided migration. Invoke This Skill When User asks to "upgrade Sentry" or "migrate Sentry SDK" User mentions deprecated Sentry APIs or breaking changes after a version bump User wants to move from v7 to v8, v8 to v9, or any major version jump User encounters errors after updating @sentry/* package versions User asks about Sentry migration guides or changelogs Phase 1:...
|
2.3K |
| 3477 | sentry-browser-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > Browser SDK Sentry Browser SDK Opinionated wizard that scans your project and guides you through complete Sentry setup for browser JavaScript — vanilla JS, jQuery, static sites, WordPress, and any JS project without a framework-specific SDK. Invoke This Skill When User asks to "add Sentry to a website" or set up Sentry for plain JavaScript User wants to install @sentry/browser or configure the Loader Script User has a WordPress, Shopify, Squarespace, or static HTML site ...
|
2.3K |
| 3478 | nature-academic-search | yuan1z0825/nature-skills |
Academic Search Multi-source literature search, citation verification, citation format conversion, and reference management via MCP tools. MCP Tools Core Search Tool Source Best For pubmed_search_articles PubMed MCP Biomedical, MeSH, clinical trials search_crossref paper-search MCP Cross-disciplinary, citation counts search_arxiv paper-search MCP Preprints (physics, math, CS, biology) Extended Search Show more
|
2.3K |
| 3479 | agent-platform-tuning-management | google/skills |
Agent Platform Tuning Management This skill provides instructions on how to manage GenAI Tuning Jobs using the Agent Platform Python SDK. Use this skill when a user wants to check the status of their tuning runs, find an active tuning job, or cancel a job that is running too long. Safety & Confirmation Tiers (CRITICAL) Before executing any commands on behalf of the user, you MUST adhere to the following safety tiers based on the action requested: Show more Installs 422 Repository google/skills G...
|
2.3K |
| 3480 | alarmkit | dpearson2699/swift-ios-skills |
AlarmKit Schedule prominent alarms and countdown timers that surface on the Lock Screen, Dynamic Island, and Apple Watch. AlarmKit requires iOS 26+ / iPadOS 26+. Alarms override Focus and Silent mode automatically. AlarmKit builds on Live Activities -- every alarm creates a system-managed Live Activity with templated UI. You configure the presentation via AlarmAttributes and AlarmPresentation rather than building custom widget views. See references/alarmkit-patterns.md for complete code patterns...
|
2.3K |
| 3481 | contacts-framework | dpearson2699/swift-ios-skills |
Contacts Framework Fetch, create, update, and pick contacts from the user's Contacts database using CNContactStore , CNSaveRequest , and CNContactPickerViewController . Targets Swift 6.2 / iOS 26+. Contents Setup Authorization Fetching Contacts Key Descriptors Creating and Updating Contacts Contact Picker Observing Changes Common Mistakes Review Checklist References Setup Project Configuration Add NSContactsUsageDescription to Info.plist explaining why the app accesses contacts No additional cap...
|
2.3K |
| 3482 | permissionkit | dpearson2699/swift-ios-skills |
PermissionKit Note: PermissionKit is new in iOS 26. Method signatures should be verified against the latest Xcode 26 beta SDK. Request permission from a parent or guardian to modify a child's communication rules. PermissionKit creates communication safety experiences that let children ask for exceptions to communication limits set by their parents. Targets Swift 6.2 / iOS 26+. Contents Setup Core Concepts Checking Communication Limits Creating Permission Questions Requesting Permission with AskC...
|
2.3K |
| 3483 | tanstack-form | tanstack-skills/tanstack-skills |
Overview TanStack Form is a headless form library with deep TypeScript integration. It provides field-level and form-level validation (sync/async), array fields, linked/dependent fields, fine-grained reactivity, and schema validation adapter support (Zod, Valibot, Yup). Package: @tanstack/react-form Adapters: @tanstack/zod-form-adapter , @tanstack/valibot-form-adapter Status: Stable (v1) Installation npm install @tanstack/react-form Optional schema adapters: npm install @tanstack/zod-form-adapt...
|
2.3K |
| 3484 | solid | ramziddin/solid-skills |
Solid Skills: Professional Software Engineering You are now operating as a senior software engineer. Every line of code you write, every design decision you make, and every refactoring you perform must embody professional craftsmanship. When This Skill Applies ALWAYS use this skill when: Writing ANY code (features, fixes, utilities) Refactoring existing code Planning or designing architecture Reviewing code quality Debugging issues Creating tests Making design decisions Core Philosophy "Cod...
|
2.3K |
| 3485 | graph-colorize | ar9av/obsidian-wiki |
Graph Colorize — Color-code the Obsidian Graph View You are rewriting $OBSIDIAN_VAULT_PATH/.obsidian/graph.json so Obsidian's graph view tints nodes by tag, folder, or visibility. Obsidian stores graph settings in <vault>/.obsidian/graph.json . The colorGroups array is a list of {query, color} pairs; the first matching query wins per node. Queries use Obsidian's search syntax: tag:foo , path:"concepts" , file:foo , etc. Color is {"a": 1, "rgb": <packed-int>} where the int is (R << 16) | (G << 8)...
|
2.3K |
| 3486 | postiz | gitroomhq/postiz-agent |
Install Postiz if it doesn't exist npm install -g postiz or pnpm install -g postiz npm release: https://www.npmjs.com/package/postiz postiz github: https://github.com/gitroomhq/postiz-app postiz cli github: https://github.com/gitroomhq/postiz-app official website: https://postiz.com Property Value name postiz description Social media automation CLI for scheduling posts across 28+ platforms allowed-tools Bash(postiz:*) Core Workflow The fundamental pattern for using Postiz CLI: Discover - List i...
|
2.3K |
| 3487 | axi | kunchenguid/axi |
Agent eXperience Interface (AXI) AXI defines ergonomic standards for building CLI tools that autonomous agents interact with through shell execution. Before you start Read the TOON specification before building any AXI output. 1. Token-efficient output Use TOON (Token-Oriented Object Notation) as the output format on stdout. TOON provides ~40% token savings over equivalent JSON while remaining readable by agents. Convert to TOON at the output boundary — keep internal logic on JSON. tasks[2]{id,t...
|
2.3K |
| 3488 | agent-platform-prompt-management | google/skills |
Usage Guide To use this skill effectively: Generate Code : Provide the Python snippets below to the user to help them manage prompts in Agent Platform. No File System Search : Do not try to find Python files or scripts on the file system for these operations. Phase 0: Environment Setup CRITICAL : Before the user runs any of the Python snippets below, you MUST advise them to ensure the environment is correctly initialized by following these steps: Show more Installs 458 Repository google/skills G...
|
2.3K |
| 3489 | architect | javascript-mastery-pro/skills |
You are a senior engineer sitting with a developer before they start building. Your job is not to interrogate them — it is to think alongside them. To ask the questions a senior engineer would ask before letting someone start coding. To catch the things that seem obvious but aren't. To make sure both of you are building the same thing in your heads before either of you touches the code. This is a thinking session. Not a grilling session. Step 1 — Understand What's Here Before saying anything, ta...
|
2.3K |
| 3490 | wiki-research | ar9av/obsidian-wiki |
Wiki Research — Autonomous Multi-Round Research You are running an autonomous research loop on a topic, synthesizing what you find, and filing the results into the Obsidian wiki as permanent knowledge. Before You Start Read ~/.obsidian-wiki/config (preferred) or .env (fallback) to get OBSIDIAN_VAULT_PATH Read $OBSIDIAN_VAULT_PATH/index.md to understand what's already in the wiki — don't re-research things the wiki covers well Read $OBSIDIAN_VAULT_PATH/hot.md if it exists — it surfaces recent con...
|
2.3K |
| 3491 | reconciliation | anthropics/knowledge-work-plugins |
Reconciliation Important : This skill assists with reconciliation workflows but does not provide financial advice. All reconciliations should be reviewed by qualified financial professionals before sign-off. Methodology and best practices for account reconciliation, including GL-to-subledger, bank reconciliations, and intercompany. Covers reconciling item categorization, aging analysis, and escalation. Reconciliation Types GL to Subledger Reconciliation Compare the general ledger control account...
|
2.3K |
| 3492 | validate-data | anthropics/knowledge-work-plugins |
/validate-data - Validate Analysis Before Sharing If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Review an analysis for accuracy, methodology, and potential biases before sharing with stakeholders. Generates a confidence assessment and improvement suggestions. Usage /validate-data <analysis to review> The analysis can be: A document or report in the conversation A file (markdown, notebook, spreadsheet) SQL queries and their results Charts and t...
|
2.3K |
| 3493 | automate-whatsapp | gokapso/agent-skills |
Use this skill to build and run WhatsApp automations: workflow CRUD, graph edits, triggers, executions, function management, app integrations, and D1 database operations. Setup Env vars: - `KAPSO_API_BASE_URL` (host only, no `/platform/v1`) - `KAPSO_API_KEY` How to Edit a workflow graph - Fetch graph: `node scripts/get-graph.js <workflow_id>` (note the `lock_version`) - Edit the JSON (see graph rules below) - Validate: `node scripts/validate-graph.js --definition-file <path>` - Upda...
|
2.3K |
| 3494 | typescript | lobehub/lobehub |
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
|
2.3K |
| 3495 | review | javascript-mastery-pro/skills |
Review Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process ...
|
2.3K |
| 3496 | implicit-cad | earthtojake/text-to-cad |
Implicit CAD Use this skill for implicit CAD models that should run directly in CAD Viewer as browser JS modules. The primary artifact is a .implicit.js or .implicit.mjs . This skill is experimental. ALWAYS prefer conventional STEP-first CAD workflows unless the user explicitly asks for an implicit model. File Format An implicit CAD file is an ES module exporting an implicit.js/0.1.0 object. The schema source of truth lives in the bundled package at scripts/packages/implicitjs/src/lib/implicitCa...
|
2.3K |
| 3497 | convex-file-storage | waynesutton/convexskills |
Convex File Storage Handle file uploads, storage, serving, and management in Convex applications with proper patterns for images, documents, and generated files. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/file-storage Upload Files: https://docs.convex.dev/file-storage/upload-files Serve Files: https://docs.convex.dev/file-storage/serve-files For broader context: https://docs.convex.dev/llms.txt Instructions File ...
|
2.3K |
| 3498 | elasticsearch-esql | elastic/agent-skills |
Elasticsearch ES|QL Execute ES|QL queries against Elasticsearch. What is ES|QL? ES|QL (Elasticsearch Query Language) is a piped query language for Elasticsearch. It is NOT the same as: Elasticsearch Query DSL (JSON-based) SQL EQL (Event Query Language) ES|QL uses pipes ( | ) to chain commands: FROM index | WHERE condition | STATS aggregation BY field | SORT field | LIMIT n Prerequisite: ES|QL requires _source to be enabled on queried indices. Indices with _source disabled (e.g., "_source": { "en...
|
2.3K |
| 3499 | trailmark | trailofbits/skills |
Trailmark Parses source code into a directed graph of functions, classes, calls, and semantic metadata for security analysis. Supports 16 languages. When to Use Mapping call paths from user input to sensitive functions Finding complexity hotspots for audit prioritization Identifying attack surface and entrypoints Understanding call relationships in unfamiliar codebases Security review or audit preparation across polyglot projects Adding LLM-inferred annotations (assumptions, preconditions) to co...
|
2.3K |
| 3500 | kb-retriever | conardli/garden-skills |
本地知识库检索 Skill(kb-retriever) 知识库目录说明 知识库存放在一个根目录下,包含多种文件类型(如 .md / .txt 、 .pdf 、 .xlsx 等),通常按类型或业务用途拆分为多级子目录。 采用 分层目录索引文件 : 根目录有一个 data_structure.md ,说明主要的「领域目录」及其用途。 每个领域目录下可以有自己的 data_structure.md ,说明该目录下有哪些子目录/文件,以及各自用途。 更深一层的子目录也可以继续有 data_structure.md ,形成多级索引树。 知识库根目录约定: 默认认为知识库位于当前项目根目录下的 knowledge/ 目录。 如果用户在对话中明确指定了其他路径(例如“我的知识库在 /data/kb”或“用 ./docs 这个目录作为知识库”),则以用户指定的路径作为根目录。 当默认路径 knowledge/ 不存在或访问失败时,应向用户确认实际的知识库根目录位置,而不是随意猜测。 单个业务文件可能很大: 不要直接用 Read 读取整文件 对 PDF、Excel 使用对应 Skill 进行结构化处理后...
|
2.3K |