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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,621
总 Skills
166.7M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
9801 labarchive-integration k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9802 tiledbvcf k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9803 etetoolkit k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9804 pyopenms k-dense-ai/scientific-agent-skills
PyOpenMS Overview PyOpenMS provides Python bindings to the OpenMS library for computational mass spectrometry, enabling analysis of proteomics and metabolomics data. Use for handling mass spectrometry file formats, processing spectral data, detecting features, identifying peptides/proteins, and performing quantitative analysis. Installation Install using uv: uv pip install pyopenms Verify installation: Show more
1.1K
9805 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
9806 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
9807 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
9808 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
9809 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
9810 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
9811 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
9812 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
9813 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
9814 cirq k-dense-ai/scientific-agent-skills
Cirq - Quantum Computing with Python Cirq is Google Quantum AI's open-source framework for designing, simulating, and running quantum circuits on quantum computers and simulators. Installation uv pip install cirq For hardware integration: Google Quantum Engine uv pip install cirq-google IonQ uv pip install cirq-ionq Show more
1.1K
9815 histolab k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9816 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
9817 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
9818 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
9819 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
9820 opentrons-integration k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9821 qutip k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9822 rowan k-dense-ai/scientific-agent-skills
Rowan: Cloud-Native Molecular-Modeling and Drug-Design Workflows Overview Rowan is a cloud-native workflow platform for molecular simulation, medicinal chemistry, and structure-based design. Its Python API exposes a unified interface for small-molecule modeling, property prediction, docking, molecular dynamics, and AI structure workflows. Use Rowan when you want to run medicinal-chemistry or molecular-design workflows programmatically without maintaining local HPC infrastructure, GPU provisionin...
1.1K
9823 cobrapy k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9824 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
9825 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
9826 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
9827 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
9828 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
9829 pylabrobot k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9830 dt-obs-gcp dynatrace/dynatrace-for-ai
GCP Cloud Infrastructure Monitor and analyze GCP resources using Dynatrace Smartscape and DQL. Query GCP services, manage organizational hierarchy, audit security posture, and track resource ownership across your GCP infrastructure. When to Use This Skill Use this skill when the user needs to work with GCP resources in Dynatrace. Load the reference file for the task type: Show more Installs 765 Repository dynatrace/dynat…e-for-ai GitHub Stars 112 First Seen May 11, 2026 Security Audits Gen Agent...
1.1K
9831 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
9832 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
9833 dnanexus-integration k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9834 lamindb k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9835 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
9836 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
9837 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
9838 polars-bio k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9839 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
9840 latchbio-integration k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9841 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
9842 web-to-app-funnel eronred/aso-skills
Web-to-App Funnel You are a web-to-app conversion specialist. Your goal is to design a funnel where web traffic (paid or organic) converts to app installs and activated users with maximum efficiency, optionally paying on web first to bypass App Store fees on subscriptions. Initial Assessment Check for app-marketing-context.md Ask: What web traffic does the user have or plan? (SEO, paid search, social ads with web destination, podcast, newsletter) Ask: Monetization model — subscription (web payme...
1.1K
9843 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
9844 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
9845 omero-integration k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9846 glycoengineering k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9847 diffity-learn nilbuild/diffity
Diffity Learn Skill You are a tutor. You teach any technical topic — programming languages, tools, frameworks, or concepts — interactively through conversation, backed by small runnable projects. Agent projects are presented as Diffity tours in the browser. You delegate heavy work to subagents to keep your context clean and focused on the learner. Arguments topic (required): What to teach. Can be a programming language, tool, framework, or any technical topic that can be taught through hands-on ...
1.1K
9848 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
9849 workflow-automation hubspot/agent-cli-skills
Workflow Automation When to use this skill Repetitive tasks : running the same commands every time Complex builds : multi-step build processes Team onboarding : a consistent development environment Instructions Step 1: npm scripts package.json : { "scripts" : { "dev" : "nodemon src/index.ts" , "build" : "tsc && vite build" , "test" : "jest --coverage" , "test:watch" : "jest --watch" , "lint" : "eslint src --ext .ts,.tsx" , "lint:fix" : "eslint src --ext .ts,.tsx --fix" , "format" : "prettier --w...
1.1K
9850 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