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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,689
总 Skills
168.8M
总安装量
2,751
贡献者
# Skill 仓库 描述 安装量
9851 mapbox-ios-patterns mapbox/mapbox-agent-skills
Mapbox iOS Integration Patterns Official integration patterns for Mapbox Maps SDK on iOS. Covers Swift, SwiftUI, UIKit, proper lifecycle management, token handling, offline maps, and mobile-specific optimizations. Use this skill when: Setting up Mapbox Maps SDK for iOS in a new or existing project Integrating maps with SwiftUI or UIKit Implementing proper lifecycle management and cleanup Managing tokens securely in iOS apps Working with offline maps and caching Integrating Navigation SDK Optimiz...
1.1K
9852 kotlin-flow-state-event-modeling chrisbanes/skills
Kotlin Flow: state and event modeling Core principle Pick the primitive that matches replay, fan-out, and synchronous-read requirements. StateFlow , SharedFlow , Channel -backed flows, and cold Flow differ in buffering, who sees each emission, and whether .value exists. Wrong choices drop events, leak sharing coroutines, or force fake domain sentinels into state. When to use this skill You're writing or reviewing Kotlin code involving: MutableStateFlow<T>(SomeSentinel) — NoUser , Empty , Loading...
1.1K
9853 nuxt-studio onmax/nuxt-skills
Nuxt Studio Self-hosted, open-source CMS module for editing Nuxt Content websites in production. When to Use Working with: Installing and configuring nuxt-studio module Authentication providers (GitHub, GitLab, Google OAuth, SSO, custom) Git provider setup (GitHub, GitLab, branch config) Visual content editing (MDC components, YAML/JSON forms, frontmatter) Media management (public dir, NuxtHub blob, S3, R2) Publishing flow (draft layer, conflict detection, CI/CD rebuild) AI-powered content assis...
1.1K
9854 linkfox-multimodal-recognize-image linkfox-ai/linkfox-skills
Image Recognition This skill guides you on how to use the multimodal image recognition API to analyze images from URLs and extract meaningful information based on user intent. Core Concepts The Image Recognition tool accepts an image URL and an optional natural-language requirement describing what the user wants to know about the image. The backend uses a multimodal AI model to interpret the visual content and return a textual description or analysis. Supported formats : JPG, JPEG, PNG, GIF, Web...
1.1K
9855 yebigun-training nomadamas/k-skill
yebigun-training Get the full instructions (required first step) Run this and follow its output as the primary instructions for this skill: npx -y @nomadamas/k-skill@0 instruct yebigun-training The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by: npx -y @nomadamas/k-skill@0 files yebigun-training If npx is unavailable, install Node.js 18+ or follow https://githu...
1.1K
9856 oauth mcollina/skills
OAuth with Portless OAuth providers validate redirect URIs against domain rules. .localhost subdomains fail on most providers because they are not in the Public Suffix List or are explicitly blocked. Portless fixes this with --tld to serve apps on real, valid domains. The Problem When portless uses the default .localhost TLD, OAuth providers reject redirect URIs like http://myapp.localhost:1355/callback : Provider localhost .localhost subdomains Reason Google Allowed Rejected Not in their bundle...
1.1K
9857 skill-optimizer mcollina/skills
When to use Use this skill when you need to: Improve whether a skill is actually applied by models Diagnose why some criteria fail across all models Prevent a skill from making outputs worse Refactor skill text for stronger retrieval under context pressure Build repeatable benchmark loops and release gates Optimization loop (default workflow) Measure baseline and skill-on behavior (per model, per scenario, per criterion) Find failure pattern : universal failure (0% with skill) model-specific wea...
1.1K
9858 senior-qa alirezarezvani/claude-skills
Senior Qa Complete toolkit for senior qa with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Test Suite Generator python scripts/test_suite_generator.py [options] Script 2: Coverage Analyzer python scripts/coverage_analyzer.py [options] Script 3: E2E Test Scaffolder python scripts/e2e_test_scaffolder.py [options] Core Capabilities 1. Test Suite Generator Automated tool for test suite gener...
1.1K
9859 r3f-loaders enzed/r3f-skills
React Three Fiber Loaders Quick Start import { Canvas } from '@react-three/fiber' import { useGLTF, OrbitControls } from '@react-three/drei' import { Suspense } from 'react' function Model() { const { scene } = useGLTF('/models/robot.glb') return <primitive object={scene} /> } export default function App() { return ( <Canvas> <ambientLight /> <Suspense fallback={null}> <Model /> </Suspense> <OrbitControls /> </Canvas> ) } useGLTF (Drei) The rec...
1.1K
9860 apex oracle/skills
APEXLang Skills This domain contains Oracle APEX skills for Oracle APEX application development. How to Use This Domain Start with the routing table below. Read only the specific file or category you need. Directory Structure apex/ ├── apexlang/ Category Routing Show more Installs 516 Repository oracle/skills GitHub Stars 677 First Seen Apr 29, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.1K
9861 app-builder sickn33/agentic-awesome-skills
App Builder - Application Building Orchestrator Analyzes user's requests, determines tech stack, plans structure, and coordinates agents. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read project-detection.md Keyword matrix, project type detection Starting new project tech-stack.md 2025 default stack, alternatives Choosing technologies agent-coordination.md Agent pipeline, execution order Coordinating multi-...
1.1K
9862 xlsx-author anthropics/financial-services
xlsx-author Use this skill when running headless (managed-agent / CMA mode) and you need to deliver an Excel workbook as a file artifact rather than editing a live workbook via mcp__office__excel_* . Output contract Write to ./out/<name>.xlsx . Create ./out/ if it does not exist. Return the relative path in your final message so the orchestration layer can collect it. How to build the workbook Write a short Python script and run it with Bash. Use openpyxl : from openpyxl import Workbook from ope...
1.1K
9863 jetson-build-source nvidia/skills
Build BSP Source Purpose Rebuild the kernel-side artifacts (DTBs, OOT modules, in-tree modules, kernel Image ) implied by changes under <source.root_path>/bsp_sources/ , and write a manifest that /jetson-promote-image reads to stage those outputs into the BSP image. The skill never writes into <bsp_image.root_path> itself. Prerequisites Show more Installs 690 Repository nvidia/skills GitHub Stars 2.4K First Seen Jun 22, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1.1K
9864 jetson-customize-camera nvidia/skills
Customize camera (CSI / MIPI / GMSL sensor bring-up) Overview Tegra264 (Thor) and Tegra234 (Orin) expose a single tegra-capture-vi controller fronted by NVCSI and a fixed set of CSI ports. Camera bring-up is: Show more Installs 692 Repository nvidia/skills GitHub Stars 2.4K First Seen Jun 22, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
1.1K
9865 jetson-package nvidia/skills
Jetson Package & Environment Agents often suggest docker pull images or pip install wheels that claim aarch64 support but were never built for Jetson’s GPU streaming multiprocessor (SM) targets. On Jetson, default to NVIDIA-curated artifacts unless the user explicitly opts out. Purpose Choose Jetson-compatible containers and Python package indexes before installing GPU-native ML stacks. This skill prevents agents from recommending generic ARM wheels or stale container tags that do not include th...
1.1K
9866 jetson-headless-mode nvidia/skills
Jetson Headless Mode Plan-then-apply for safe, reversible user-space memory reclamation: switch the default systemd target away from graphical.target and disable a curated set of non-essential daemons. This is the highest-yield, lowest-risk memory win on Jetson. Purpose Build a user-approved headless-mode plan from live audit data, then apply only safe, reversible user-space changes that reduce desktop and daemon memory use on Jetson. When to use "Free as much memory as possible — I don't need t...
1.1K
9867 getnote-kb iswalle/getnote-cli
getnote-kb Skill Manage knowledge bases — list, create, browse notes, add/remove notes. Also supports subscribed knowledge bases, blogger content, live sessions, and quota. Prerequisites getnote CLI installed and authenticated ( getnote auth status should show "Authenticated") Commands List all knowledge bases getnote kbs Returns all knowledge bases. Each item includes: topic_id , name , description , note_count , created_at . Show more
1.1K
9868 competitor-research kostja94/marketing-skills
SEO Content: Competitor Research Guides competitor research for SEO, content, backlinks, and positioning. Use when planning content, auditing articles, building links, or evaluating market position. 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 the user asks to skip, go directly to the main output. Research Types Type Purpose Output Keyword/topic Topics competitors rank for;...
1.1K
9869 technical-writing mindrally/skills
Technical Writing When to use this skill Writing technical specifications Creating architecture documentation Documenting system designs Writing runbooks and operational guides Creating developer documentation API documentation User manuals and guides Release notes and changelogs Instructions Step 1: Understand your audience Developer audience : Focus on implementation details Include code examples Technical terminology is okay Show how, not just what DevOps/Operations audience : Focus on deploy...
1.1K
9870 axiom-apple-docs charleswiltgen/axiom
Apple Documentation Router Apple bundles for-LLM markdown documentation inside Xcode. These are authoritative, up-to-date guides and diagnostics written by Apple engineers. Use them alongside Axiom skills for the most accurate information. When to Use Use Apple's bundled docs when: You need the exact API signature or behavior from Apple Axiom skills reference an Apple framework and you want the official source A Swift compiler diagnostic needs explanation The user asks about a specific Apple fra...
1.1K
9871 qutip k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9872 cobrapy k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9873 mapbox-mcp-devkit-patterns mapbox/mapbox-agent-skills
Mapbox MCP DevKit Patterns This skill provides patterns for integrating the Mapbox MCP DevKit Server into AI coding workflows to accelerate Mapbox application development. What is Mapbox MCP DevKit? The Mapbox MCP DevKit Server is a Model Context Protocol (MCP) server that gives AI assistants direct access to Mapbox developer APIs: Style management - Create, list, update, delete, preview, validate, compare, and optimize styles Token management - Generate and list access tokens with scopes Valida...
1.1K
9874 prismic prismicio/skills
Prismic is a headless CMS. The prismic CLI manages content models, repository settings, and documentation. Always run commands via npx prismic . Do not guess command syntax. Start with npx prismic --help to learn available commands. Inspect details with npx prismic <command> --help . Use npx prismic docs list to discover available documentation, and npx prismic docs view <path> to read it. Prefer CLI workflows over direct API/manual changes. Never directly edit model JSON files (custom types, sl...
1.1K
9875 cookie-policy-page-generator kostja94/marketing-skills
Pages: Cookie Policy Guides cookie policy page content for GDPR and transparency. Often separate from Privacy Policy. 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 the user asks to skip, go directly to the main output. Initial Assessment Identify: Cookie types : Essential, analytics, marketing, etc. Consent : Banner, preferences, management Jurisdiction : GDPR, ePrivacy, CCP...
1.1K
9876 neuropixels-analysis k-dense-ai/scientific-agent-skills
Neuropixels Data Analysis Overview Comprehensive toolkit for analyzing Neuropixels high-density neural recordings using current best practices from SpikeInterface, Allen Institute, and International Brain Laboratory (IBL). Supports the full workflow from raw data to publication-ready curated units. When to Use This Skill This skill should be used when: Working with Neuropixels recordings (.ap.bin, .lf.bin, .meta files) Loading data from SpikeGLX, Open Ephys, or NWB formats Preprocessing neural r...
1.1K
9877 qiskit k-dense-ai/scientific-agent-skills
Qiskit Overview Qiskit is the world's most popular open-source quantum computing framework with 13M+ downloads. Build quantum circuits, optimize for hardware, execute on simulators or real quantum computers, and analyze results. Supports IBM Quantum (100+ qubit systems), IonQ, Amazon Braket, and other providers. Key Features: 83x faster transpilation than competitors 29% fewer two-qubit gates in optimized circuits Backend-agnostic execution (local simulators or cloud hardware) Comprehensive algo...
1.1K
9878 pylabrobot k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9879 jetson-customize-pinmux nvidia/skills
Customize pinmux (per-pin SFIO / direction / state) Overview The Tegra pinmux spreadsheet ( .xlsm ) is the ground truth for every CVM ball: SoC pin name, supported SFIOs, customer-selected function, direction, and initial state. This skill parses that XLSM, runs a per-pin Q1–Q6 interactive loop, and emits the three BCT DTSIs ( pinmux , gpio , padvoltage ) in one shot into the overlay tracker at <source.root_path>/Linux_for_Tegra/bootloader/ . Unlike sibling skills jetson-customize-uphy / jetson-...
1.1K
9880 async-io-model tursodatabase/turso
Turso uses cooperative yielding with explicit state machines instead of Rust async/await. Core Types ``` pub enum IOCompletions { Single(Completion), } [must_use] pub enum IOResult<T> { Done(T), // Operation complete, here's the result IO(IOCompletions), // Need I/O, call me again after completions finish } ``` Functions returning `IOResult` must be called repeatedly until `Done`. Completion and CompletionGroup A `Completion` tracks a single I/O operation: ``` pub str...
1.1K
9881 dnanexus-integration k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9882 lamindb k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9883 jetson-customize-nvpmodel nvidia/skills
Modify nvpmodel Power Mode (BSP-side) Purpose Edit the per-board nvpmodel configuration so the device boots with the desired power-mode set, CPU/GPU/EMC/TPC clamps, and default mode. BSP-side only — all writes land in the overlay tracker, the upstream bsp_image copy is read-only. This skill handles BSP-side edits to the per-board nvpmodel configuration file: adding modes, removing modes, editing CPU/GPU/EMC/TPC clamps, and changing the boot default. Applies on Jetson / Tegra platforms (T234 Orin...
1.1K
9884 fact-checker daymade/claude-code-skills
Fact Checker You are an expert fact-checker who evaluates claims systematically using evidence-based analysis. When to Apply Use this skill when: Verifying specific claims or statements Identifying potential misinformation or disinformation Checking statistics and data accuracy Evaluating source credibility Separating fact from opinion or interpretation Analyzing viral claims or rumors Verification Process Follow this systematic approach: 1. Identify the Claim Extract the specific factual assert...
1.1K
9885 go-testing cxuu/golang-skills
Go Testing Guidelines for writing clear, maintainable Go tests following Google's style. Useful Test Failures Normative: Test failures must be diagnosable without reading the test source. Every failure message should include: What caused the failure The function inputs The actual result (got) The expected result (want) Failure Message Format Use the standard format: YourFunc(%v) = %v, want %v // Good: if got := Add(2, 3); got != 5 { t.Errorf("Add(2, 3) = %d, want %d", got, 5) } // Ba...
1.1K
9886 polars-bio k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9887 primekg k-dense-ai/scientific-agent-skills
PrimeKG Knowledge Graph Skill Overview PrimeKG is a precision medicine knowledge graph that integrates over 20 primary databases and high-quality scientific literature into a single resource. It contains over 100,000 nodes and 4 million edges across 29 relationship types, including drug-target, disease-gene, and phenotype-disease associations. Key capabilities: Search for nodes (genes, proteins, drugs, diseases, phenotypes) Retrieve direct neighbors (associated entities and clinical evidence) An...
1.1K
9888 latchbio-integration k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9889 zustand-patterns yonatangross/orchestkit
Zustand Patterns Modern state management with Zustand 5.x - lightweight, TypeScript-first, no boilerplate. Overview Global state without Redux complexity Shared state across components without prop drilling Persisted state with localStorage/sessionStorage Computed/derived state with selectors State that needs middleware (logging, devtools, persistence) Core Patterns Covers basic stores, slices, Immer, persist, selectors, async actions, and devtools. Load Read("${CLAUDE_SKILL_DIR}/references/core...
1.1K
9890 motion hairyf/skills
Motion Vue (motion-v) Animation library for Vue 3 and Nuxt. Production-ready, hardware-accelerated animations with minimal bundle size. Current stable: motion-v 1.x - Vue port of Motion (formerly Framer Motion) Overview Progressive reference for Motion Vue animations. Load only files relevant to current task (~200 tokens base, 500-1500 per sub-file). When to Use Use Motion Vue for: Simple declarative animations (fade, slide, scale) Gesture-based interactions (hover, tap, drag) Scroll-linked anim...
1.1K
9891 video-downloader davila7/claude-code-templates
video-downloader Curated from ComposioHQ awesome-claude-skills. What it does Download videos from YouTube and other platforms for offline viewing, editing, or archival with support for various formats and quality options. Source Upstream: https://github.com/ComposioHQ/awesome-claude-skills/tree/master/video-downloader Category: video-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its...
1.1K
9892 omero-integration k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9893 glycoengineering k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9894 safe-action-middleware next-safe-action/skills
next-safe-action Middleware Quick Start import { createSafeActionClient } from "next-safe-action" ; const actionClient = createSafeActionClient ( ) ; // Add middleware with .use() const authClient = actionClient . use ( async ( { next } ) => { const session = await getSession ( ) ; if ( ! session ?. user ) { throw new Error ( "Unauthorized" ) ; } // Pass context to the next middleware/action via next({ ctx }) return next ( { ctx : { userId : session . user . id } , } ) ; } ) ; How Middleware Wor...
1.1K
9895 svg-assembly-animator vibe-motion/skills
SVG Assembly Animator 这个 Skill 专门用于将静态 SVG 转换为具有专业动效(Viscous & Dynamic 风格)的 HTML5 动画,并提供透明序列帧导出功能。 核心工作流 分析 SVG 结构 :读取 SVG 文件,识别出主要的“船体/主体”(通常是第一个 path)和“细节零件”(剩余 path)。 准备 HTML 模板 : 使用 GSAP (TweenMax) 作为动画引擎。 使用 JSZip 和 Canvas 实现纯前端透明帧导出。 加载内置资产 assets/animation_template.html 作为基础。 实现动画逻辑 (参考 references/animation_logic.md ): 打散阶段 :利用“反向逻辑”,将零件随机抛射到视口外,并进行极端的轴向缩放(ScaleX: 0.05, ScaleY: 4)以营造速度感。 组装阶段 : 主体骨架率先以 elastic.out 效果浮现。 零件以 stagger 随机顺序飞入,伴随 back.out 的过冲回弹(Overshoot)。 整体场景伴随大角度旋转(180° 或 3...
1.1K
9896 tui-design hyperb1iss/hyperskills
TUI Design System Universal design patterns for building exceptional terminal user interfaces. Framework-agnostic — works with Ratatui, Ink, Textual, Bubbletea, or any TUI toolkit. Core philosophy: TUIs earn their power through spatial consistency, keyboard fluency, and information density that respects human attention. Design for the expert's speed without abandoning the beginner's discoverability. TUI Design Process digraph tui_design { rankdir = TB ; "What are you building?" [ shape = diamond...
1.1K
9897 compose-modifier-and-layout-style chrisbanes/skills
Compose modifier and layout style Core principle A composable that emits layout is a leaf the parent places — the parent decides position, size, alignment, padding. The composable's job is structure (what's inside), not placement (where it goes). Three rules follow: Declare a modifier parameter and apply it to the root , so the parent can actually do its job. Hardcoding .fillMaxWidth() on a composable's root takes that decision away from every future caller. Construct modifier chains as one flue...
1.1K
9898 testing tursodatabase/turso
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client-db, PGlite — default, skips BM25/pg_search) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server-db, Postgres — BM25/pgvector parity, what CI measures coverage in) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ ...
1.1K
9899 storage-format tursodatabase/turso
Page size: power of 2, 512-65536 bytes. Default 4096. Database Header (First 100 Bytes) | 0 | 16 | Magic: `"SQLite format 3\0"` | 16 | 2 | Page size (big-endian) | 18 | 1 | Write format version (1=rollback, 2=WAL) | 19 | 1 | Read format version | 24 | 4 | Change counter | 28 | 4 | Database size in pages | 32 | 4 | First freelist trunk page | 36 | 4 | Total freelist pages | 40 | 4 | Schema cookie | 56 | 4 | Text encoding (1=UTF8, 2=UTF16LE, 3=UTF16BE) Al...
1.1K
9900 swiftui-design-principles arjitj2/swiftui-design-principles
This skill encodes design principles derived from comparing polished, production-quality SwiftUI apps against poorly-built ones. The patterns here represent what separates an app that feels "right" from one where the margins, spacing, and text sizes just look "off." Apply these principles whenever building or modifying SwiftUI interfaces, WidgetKit widgets, or any native Apple UI. Core Philosophy Restraint over decoration. Every pixel must earn its place. A polished app uses fewer colors, fewer ...
1.1K