███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 5901 | m12-lifecycle | actionbook/rust-skills |
Resource Lifecycle Layer 2: Design Choices Core Question When should this resource be created, used, and cleaned up? Before implementing lifecycle: What's the resource's scope? Who owns the cleanup responsibility? What happens on error? Lifecycle Pattern → Implementation Show more
|
1.3K |
| 5902 | portfolio-manager | tradermonty/claude-trading-skills |
Portfolio Manager Overview Analyze and manage investment portfolios by integrating with Alpaca MCP Server to fetch real-time holdings data, then performing comprehensive analysis covering asset allocation, diversification, risk metrics, individual position evaluation, and rebalancing recommendations. Generate detailed portfolio reports with actionable insights. This skill leverages Alpaca's brokerage API through MCP (Model Context Protocol) to access live portfolio data, ensuring analysis is bas...
|
1.3K |
| 5903 | m13-domain-error | actionbook/rust-skills |
Domain Error Strategy Layer 2: Design Choices Core Question Who needs to handle this error, and how should they recover? Before designing error types: Is this user-facing or internal? Is recovery possible? What context is needed for debugging? Error Categorization Show more
|
1.3K |
| 5904 | upstash-workflow | lobehub/lobehub |
Upstash Workflow Implementation Guide This guide covers the standard patterns for implementing Upstash Workflow + QStash async workflows in the LobeHub codebase. 🎯 The Three Core Patterns All workflows in LobeHub follow the same 3-layer architecture with three essential patterns: 🔍 Dry-Run Mode - Get statistics without triggering actual execution 🌟 Fan-Out Pattern - Split large batches into smaller chunks for parallel processing 🎯 Single Task Execution - Each workflow execution processes ONE ite...
|
1.3K |
| 5905 | huggingface-papers | huggingface/skills |
Hugging Face Paper Pages Hugging Face Paper pages (hf.co/papers) is a platform built on top of arXiv (arxiv.org), specifically for research papers in the field of artificial intelligence (AI) and computer science. Hugging Face users can submit their paper at hf.co/papers/submit, which features it on the Daily Papers feed (hf.co/papers). Each day, users can upvote papers and comment on papers. Each paper page allows authors to: claim their paper (by clicking their name on the authors field). This...
|
1.3K |
| 5906 | systematic-literature-review | bytedance/deer-flow |
Systematic Literature Review Skill Overview This skill produces a structured systematic literature review (SLR) across multiple academic papers on a research topic. Given a topic query, it searches arXiv, extracts structured metadata (research question, methodology, key findings, limitations) from each paper in parallel, synthesizes themes across the full set, and emits a final report with consistent citations. Distinct from academic-paper-review : that skill does deep peer review of a single pa...
|
1.3K |
| 5907 | kosis-stats | nomadamas/k-skill |
KOSIS Stats What this skill does 국가데이터처(구 통계청)가 운영하는 KOSIS(국가통계포털) Open API https://kosis.kr/openapi/ 로 한국 공식 통계 자료를 조회 자동화한다. 이 스킬은 조회 전용 이다. 통계 작성, 데이터 변경, 대시보드 등록, 사용자별 통계 자료 등록은 범위에 포함하지 않는다. 지원 endpoint: statisticsSearch.do — 키워드로 통계표 검색 statisticsData.do?method=getMeta — 통계표 메타데이터 (분류·항목·단위) statisticsParameterData.do — 통계표 데이터 셀 조회 (기간/분류 필터) statisticsBigData.do — 대용량 자료 (사전 등록한 userStatsId 필요) When to use Show more
|
1.3K |
| 5908 | korean-transit-route | nomadamas/k-skill |
korean-transit-route 한국 대중교통(지하철+버스+도보) 도어투도어 길찾기 스킬. ODsay LIVE API + Kakao Local geocoding. When to use "강남에서 잠실 지하철로 어떻게 가?" "서울역 → 인천공항 대중교통 경로" "환승 가장 적은 경로", "최소 시간 경로" Credentials 환경변수 ODSAY_API_KEY 가 있으면 사용. 없으면 ~/.config/k-skill/secrets.env 에서 로드. ODsay Server 키는 호출 IP 화이트리스트 등록 필수. 발급은 https://lab.odsay.com Kakao Local geocoding은 기본 hosted k-skill-proxy 경유로 호출하므로 사용자 쪽 KAKAO_REST_API_KEY 는 불필요하다. self-host proxy 운영자만 KAKAO_REST_API_KEY 를 서버에 설정한다. Inputs 자연어 입력에서 출발/도착을 추출. 좌표가 없으면 반드시...
|
1.3K |
| 5909 | express-bus-booking | nomadamas/k-skill |
Express Bus Booking (KOBUS) Overview Use this skill for Korean 고속버스 / KOBUS timetable lookup and reservation assistance. The preferred workflow is HTTP/API-first: resolve routes, query timetables, inspect remaining seats and fares, and only use browser automation when endpoint discovery or an official web-only step blocks progress. This skill is intentionally separate from 시외버스. KOBUS terminal codes, route structures, and checkout pages differ from Tmoney 시외버스. Use intercity-bus-booking for 시외버스...
|
1.3K |
| 5910 | add-molab-badge | marimo-team/skills |
Add molab badge Add "Open in molab" badge(s) linking to marimo notebooks. The badge can be added to any target: a GitHub README, documentation site, blog post, webpage, or any other markdown/HTML file. Instructions 0. Session export for molab molab previews render much nicer if the github repository has session information around. This can be added via: uvx marimo export session notebook.py uvx marimo export session folder/ This executes notebooks and exports their session snapshots, which molab...
|
1.3K |
| 5911 | options-payoff | himself65/finance-skills |
Options Payoff Curve Skill Generates a fully interactive HTML widget (via visualize:show_widget ) showing: Expiry payoff curve (dashed gray line) — intrinsic value at expiration Theoretical value curve (solid colored line) — Black-Scholes price at current DTE/IV Dynamic sliders for all key parameters Real-time stats: max profit, max loss, breakevens, current P&L at spot Step 1: Extract Strategy From User Input When the user provides a screenshot or text, extract: Field Where to find it Default i...
|
1.3K |
| 5912 | video-motion-graphics | dylantarre/animation-principles |
Video Motion Graphics Apply Disney's 12 animation principles to After Effects, Premiere Pro, and video motion design. Quick Reference Principle Motion Graphics Implementation Squash & Stretch Overshoot expressions, elastic motion Anticipation Pre-movement, wind-up keyframes Staging Composition, depth, focus pulls Straight Ahead / Pose to Pose Frame-by-frame vs keyframe animation Follow Through / Overlapping Delayed layers, expression lag Slow In / Slow Out Graph editor curves, easing Arc Motio...
|
1.3K |
| 5913 | focus-engine | dpearson2699/swift-ios-skills |
Focus Engine Focus behavior for SwiftUI and UIKit apps targeting iOS 26+, iPadOS, macOS, and tvOS. Covers keyboard focus, directional focus, scene-focused values, focus restoration, and UIKit focus guides. focusSection() guidance in this skill applies to macOS and tvOS. Accessibility-specific focus for VoiceOver and Switch Control lives in the ios-accessibility skill. Contents SwiftUI FocusState Default Focus Focused Values and Scene Values Focusable Interactions Focus Sections Focus Restoration...
|
1.3K |
| 5914 | gongsijiga-search | nomadamas/k-skill |
개별공시지가 조회 What this skill does 한국 국토교통부 부동산공시가격알리미(realtyprice.kr)에서 특정 필지의 개별공시지가 (원/㎡)를 조회한다. 다년도 추이(최근 5년 이내)와 전년 대비 변동률을 정규화된 JSON으로 반환한다. 공시지가는 매년 1월 1일 기준, 4~5월 공시. 세금(재산세, 종합부동산세, 양도소득세) 산정의 법적 기준 단가다. When to use "서울 강남구 역삼동 736 공시지가 알려줘" "전라남도 무안군 청계면 청천리 100번지 개별공시지가" "서초동 산 1-2 공시지가 추이" 세무 계산에서 토지 공시 단가가 필요할 때 When NOT to use Show more
|
1.3K |
| 5915 | playwright-cli | screenci/screenci |
Browser Automation with playwright-cli Quick start open new browser playwright-cli open navigate to a page playwright-cli goto https://playwright.dev interact with the page using refs from the snapshot playwright-cli click e15 playwright-cli type "page.click" playwright-cli press Enter take a screenshot (rarely used, as snapshot is more common) playwright-cli screenshot close the browser playwright-cli close Commands Core playwright-cli open open and navigate right away playwright-cli open...
|
1.3K |
| 5916 | develop-ai-functions-example | vercel/ai |
AI Functions Examples The examples/ai-functions/ directory contains scripts for validating, testing, and iterating on AI SDK functions across providers. Example Categories Examples are organized by AI SDK function in examples/ai-functions/src/: Directory Purpose generate-text/ Non-streaming text generation with generateText() stream-text/ Streaming text generation with streamText() generate-object/ Structured output generation with generateObject() stream-object/ Streaming structured output ...
|
1.3K |
| 5917 | dt-dql-essentials | dynatrace/dynatrace-for-ai |
DQL Essentials Skill DQL is a pipeline-based query language. Queries chain commands with | to filter, transform, and aggregate data. DQL has unique syntax that differs from SQL — load this skill before writing any DQL query. Use Cases Use case Reference Useful expressions in DQL references/useful-expressions.md Smartscape topology navigation syntax and patterns references/smartscape-topology-navigation.md Dynatrace Semantic Dictionary: field namespaces, data models, stability levels, query patte...
|
1.3K |
| 5918 | presentation-deck | owl-listener/designer-skills |
Presentation Deck You are an expert in structuring design presentations that communicate clearly and persuade effectively. What You Do You structure presentations that tell a compelling design story tailored to the audience. Presentation Types Stakeholder Update Goal: Inform and align. Structure: context recap, progress, key decisions, next steps, asks. Design Review Goal: Get feedback. Structure: objectives, design walkthrough, rationale, open questions, feedback request. Final Showcase Goal: G...
|
1.3K |
| 5919 | sentry-tanstack-start-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > TanStack Start React SDK Sentry TanStack Start React SDK Opinionated wizard that scans your TanStack Start React project and guides you through complete Sentry setup for browser and server runtimes. Invoke This Skill When User asks to "add Sentry to TanStack Start" or "set up Sentry" in a TanStack Start React app User wants to install or configure @sentry/tanstackstart-react User wants error monitoring, tracing, session replay, logs, or user feedback for TanStack Start R...
|
1.3K |
| 5920 | backend-patterns | affaan-m/ecc |
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. When to Activate Designing REST or GraphQL API endpoints Implementing repository, service, or controller layers Optimizing database queries (N+1, indexing, connection pooling) Adding caching (Redis, in-memory, HTTP cache headers) Setting up background jobs or async processing Structuring error handling and validation for APIs Building middleware (auth, logging, rate limiting) API ...
|
1.3K |
| 5921 | donation-place-search | nomadamas/k-skill |
기부처 조회 / Donation Place Search What this skill does 사용자가 “어디에 기부하면 좋을지”, “서울 아동 기부처”, “동물보호 기부처 추천”처럼 묻는 경우 장소와 카테고리 기준으로 기부처 후보를 추천 한다. 기부를 대신 실행하지 않는다. 결제, 개인정보 입력, 자동 후원 신청은 하지 않는다. 추천은 의사결정 보조이며, 최종 기부 전 공식 페이지와 1365 기부포털에서 최신 등록·모금기간·기부금영수증 가능 여부를 확인한다. 위치는 사용자가 제공한 행정구역/동네/랜드마크 텍스트만 사용한다. 자동 위치 추적을 하지 않는다. When to use “기부처 조회해줘” “서울 마포구에서 동물보호 기부할 만한 곳 추천해줘” “부산 노인 복지 기부처 알려줘” “아동/재난 분야 기부처 비교해줘” “어디에 기부하는 곳이 좋을지 장소와 카테고리별로 추천해줘” Show more
|
1.3K |
| 5922 | screenci | screenci/screenci |
ScreenCI Video and Guide Skill Use this skill when the task is about ScreenCI video recording workflows in an existing project, or updating .video.ts files and screenci.config.ts . Trigger this skill when the user asks to: create a video show a flow as a video create a guide/demo video Routing rules: If the user provides a URL for video context, always use the playwright-cli skill first. It drives a real browser from the CLI (navigate, snapshot, click, type) so you can discover the actual page f...
|
1.3K |
| 5923 | make-documentation | callicrate/skills |
Make Documentation When to Use Writing or updating a README.md, architecture note, changelog, or release notes Auditing existing project docs before adding missing documentation Drafting customer-facing security guidance or partner-sensitive article prose from source material Writing live access, reproduction, lab interface, workstation/server, or operator runbooks Documenting notebooks, generated notebooks, or table-producing notebook workflows Writing WSL, local, Docker, or environment-specifi...
|
1.3K |
| 5924 | agents-md | callicrate/skills |
Maintaining AGENTS.md AGENTS.md is the canonical agent-facing documentation. Keep it minimal—agents are capable and don't need hand-holding. File Setup Create AGENTS.md at project root Create symlink: ln -s AGENTS.md CLAUDE.md Before Writing Discover local skills to reference: find .claude/skills -name "SKILL.md" 2>/dev/null ls plugins/*/skills/*/SKILL.md 2>/dev/null Read each skill's frontmatter to understand when to reference it. Writing Rules Headers + bullets - No paragraphs Code bloc...
|
1.3K |
| 5925 | ruff-recursive-fix | github/awesome-copilot |
Ruff Recursive Fix Overview Use this skill to enforce code quality with Ruff in a controlled, iterative workflow. It supports: Optional scope limitation to a specific folder. Default project settings from pyproject.toml . Flexible Ruff invocation ( uv , direct ruff , python -m ruff , or equivalent). Optional per-run rule overrides ( --select , --ignore , --extend-select , --extend-ignore ). Automatic safe then unsafe autofixes. Diff review after each fix pass. Recursive repetition until findings...
|
1.3K |
| 5926 | transitions-dev | jakubantalik/transitions-dev |
Transitions.dev Twelve portable CSS transitions, each namespaced under t-* selectors with semantic CSS custom properties. Drop-in: paste the snippet, wire the documented HTML hooks, done. No framework dependencies, no demo-specific markup, and every snippet ships a prefers-reduced-motion guard. Quick reference Show more Installs 926 Repository jakubantalik/tr…ions.dev GitHub Stars 954 First Seen 9 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.3K |
| 5927 | myrealtrip-search | nomadamas/k-skill |
마이리얼트립 검색 이 스킬이 하는 일 마이리얼트립 공식 개발자센터의 MCP 문서에 공개된 엔드포인트를 사용해 여행 검색을 수행한다. MCP 엔드포인트: https://mcp-servers.myrealtrip.com/mcp 문서: https://docs.myrealtrip.com//api/mcp/overview 연결 가이드: https://docs.myrealtrip.com//api/mcp/setup 인증: 문서 기준 별도 인증 없음 지원 범위: 국내선/국제선 항공권 검색 항공권 날짜별 최저가 캘린더와 프로모션 항공사 조회 숙소 검색 및 상세/객실/리뷰/편의시설 조회 투어·티켓·액티비티 검색, 상세, 날짜별 옵션/가격/예약 가능 여부 조회 현재 한국 시간(KST) 조회 Show more
|
1.3K |
| 5928 | korean-marathon-schedule | nomadamas/k-skill |
Korean Marathon Schedule What this skill does 한국 마라톤/러닝 대회 일정을 조회하고, 가능한 경우 대한철인3종협회 공개 일정에서 철인3종 대회도 함께 확인한다. 응답에는 최소한 아래 필드를 포함한다. 대회명 개최일 장소/지역 신청 마감일 또는 접수 기간 종목/코스(예: Half, 10km, 5km, 스탠다드) 공식/상세 링크 조회 시점 기준 정보라는 주의 문구 When to use Show more
|
1.3K |
| 5929 | cx-telemetry-querying | coralogix/cx-cli |
Telemetry Querying Skill Use this skill as the entry point for any investigation, debugging, or data question that may be answered from telemetry data. It helps you decide where the relevant signal lives (metrics, logs, traces, RUM) and tells you which reference files to load before querying. Loading References Before querying, load the reference files for the chosen pillar: Pillar Load these files Logs references/dataprime-reference.md + references/logs-querying.md Spans / Traces references/dat...
|
1.3K |
| 5930 | sf-ai-agentscript | jaganpro/sf-skills |
"Prompt engineering is like writing laws in poetry - beautiful, but not enforceable." Agent Script transforms agent development from prompt-based suggestions to code-enforced guarantees. This skill guides you through writing, debugging, testing, and deploying Agentforce agents using the Agent Script DSL. ⚠️ CRITICAL WARNINGS API & Version Requirements | API Version | 65.0+ | Required for Agent Script support | License | Agentforce | Required for agent authoring | Einstein Agent Use...
|
1.3K |
| 5931 | agent-ci | redwoodjs/agent-ci |
Agent CI Run the full CI pipeline locally before pushing. CI was green before you started — any failure is caused by your changes. Run npx @redwoodjs/agent-ci run --quiet --all --pause-on-failure Retry When a step fails, the run pauses automatically. Fix the issue, then retry: npx @redwoodjs/agent-ci retry --name < runner-name > To re-run from an earlier step: npx @redwoodjs/agent-ci retry --name < runner-name > --from-step < N > Repeat until all jobs pass. Do not push to trigger remote CI when ...
|
1.3K |
| 5932 | aws-lambda-java-integration | giuseppe-trisciuoglio/developer-kit |
AWS Lambda Java Integration Patterns for creating high-performance AWS Lambda functions in Java with optimized cold starts. Overview This skill provides complete patterns for AWS Lambda Java development, covering two main approaches: Micronaut Framework - Full-featured framework with AOT compilation, dependency injection, and cold start < 1s Raw Java - Minimal overhead approach with cold start < 500ms Both approaches support API Gateway and ALB integration with production-ready configurations. W...
|
1.3K |
| 5933 | project-overview | lobehub/lobe-chat |
LobeHub Project Overview Project Description Open-source, modern-design AI Agent Workspace: LobeHub (previously LobeChat). Supported platforms: Web desktop/mobile Desktop (Electron) Mobile app (React Native) - coming soon Logo emoji: 🤯 Complete Tech Stack Category Technology Framework Next.js 16 + React 19 Routing SPA inside Next.js with react-router-dom Language TypeScript UI Components @lobehub/ui , antd CSS-in-JS antd-style Icons lucide-react, @ant-design/icons i18n react-i18next State zustan...
|
1.3K |
| 5934 | i18n | lobehub/lobe-chat |
LobeHub Internationalization Guide Default language: Chinese (zh-CN) Framework: react-i18next Only edit files in src/locales/default/ - Never edit JSON files in locales/ Run pnpm i18n to generate translations (or manually translate zh-CN/en-US for dev preview) Key Naming Convention Flat keys with dot notation (not nested objects): // ✅ Correct export default { 'alert.cloud.action' : '立即体验' , 'sync.actions.sync' : '立即同步' , 'sync.status.ready' : '已连接' , } ; // ❌ Avoid nested objects export default...
|
1.3K |
| 5935 | markitdown | julianobarbosa/claude-code-skills |
MarkItDown - File to Markdown Conversion Overview MarkItDown is a Python tool developed by Microsoft for converting various file formats to Markdown. It's particularly useful for converting documents into LLM-friendly text format, as Markdown is token-efficient and well-understood by modern language models. Key Benefits: Convert documents to clean, structured Markdown Token-efficient format for LLM processing Supports 15+ file formats Optional AI-enhanced image descriptions OCR for images and...
|
1.3K |
| 5936 | frontend-design-direction | affaan-m/ecc |
Frontend Design Direction Use this skill when the work is not just making UI function, but making it feel purposeful, polished, and appropriate to the product domain. Source: salvaged from stale community PR 1659 by linus707 . Note: ECC intentionally does not rebundle the canonical Anthropic frontend-design skill. Install that from anthropics/skills when you want the official upstream skill. This skill is the ECC-specific design-direction salvage of the useful local guidance from 1659. When to U...
|
1.3K |
| 5937 | grill-me | juliusbrussee/skills |
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. If a question can be answered by exploring the codebase, explore the codebase instead.
|
1.3K |
| 5938 | github-workflow-automation | sickn33/antigravity-awesome-skills |
🔧 GitHub Workflow Automation Patterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps practices. When to Use This Skill Use this skill when: Automating PR reviews with AI Setting up issue triage automation Creating GitHub Actions workflows Integrating AI into CI/CD pipelines Automating Git operations (rebases, cherry-picks) 1. Automated PR Review 1.1 PR Review Action .github/workflows/ai-review.yml name: AI Code Review on: pull_request: ty...
|
1.3K |
| 5939 | laravel-best-practices | asyrafhussin/agent-skills |
Laravel 12 Best Practices Comprehensive best practices guide for Laravel 12 applications. Contains 45+ rules across 8 categories for building scalable, maintainable Laravel applications. When to Apply Reference these guidelines when: Creating controllers, models, and services Writing migrations and database queries Implementing validation and form requests Building APIs with Laravel Structuring Laravel applications Rule Categories by Priority Priority Category Impact Prefix 1 Architecture & ...
|
1.3K |
| 5940 | woocommerce-backend-dev | woocommerce/woocommerce |
No SKILL.md available for this skill. View on GitHub
|
1.3K |
| 5941 | recsys-pipeline-architect | affaan-m/everything-claude-code |
Recsys Pipeline Architect A spec-and-scaffold skill for building composable recommendation, ranking, and feed pipelines. Encodes the six-stage pattern popularized by xAI's open-sourced For You algorithm (Apache 2.0) and applies it to any "top K for (user, context)" problem. Overview Most "recommendation systems" in production aren't exotic ML — they're pipelines : fetch candidates from one or more sources, enrich them with metadata, drop the ineligible, score the rest, sort and pick the top K, t...
|
1.3K |
| 5942 | unsafe-checker | actionbook/rust-skills |
Display the following ASCII art exactly as shown. Do not modify spaces or line breaks: ⚠️ Unsafe Rust Checker Loaded * ^ * /◉\_~^~_/◉\ ⚡/ o \⚡ '_ _' / '-----' \ Unsafe Rust Checker When Unsafe is Valid Show more
|
1.3K |
| 5943 | animejs | freshtechbro/claudedesignskills |
Anime.js for HyperFrames HyperFrames can seek Anime.js instances through its animejs runtime adapter. The composition owns the animation objects; HyperFrames owns the clock. Contract Create animations or timelines synchronously during composition initialization. Set autoplay: false so Anime.js does not advance on its own clock. Register every returned animation or timeline on window.__hfAnime . Use finite durations and loop counts. Avoid callbacks that mutate DOM based on wall-clock time, networ...
|
1.3K |
| 5944 | loki-label-analyzer | grafana/skills |
Loki Label Strategy Evaluator You are an expert in Grafana Loki label strategy. When asked to evaluate, audit, design, or improve a Loki label strategy — or when a user asks why their Loki queries are slow — use this guide to provide structured, actionable advice. Core Concepts Streams are the fundamental unit in Loki. Each unique combination of label key-value pairs creates a new stream. Too many streams = performance problems. Too few = broad, slow queries. Cardinality = the number of unique v...
|
1.3K |
| 5945 | target-prioritization | agents365-ai/365-skills |
Target Prioritization A multi-source drug-target due-diligence pipeline for ranked gene lists. When this skill triggers The user has a list of candidate genes (typically from a DE / DEG / scRNA-seq analysis) and wants a per-gene dossier across multiple evidence dimensions plus a composite re-ranking. The DE statistical rank is just the entry point; the final priority is informed by protein biology, genetics, druggability, and research maturity. Common input shapes: A CSV with a gene column (DE o...
|
1.3K |
| 5946 | observability | assistant-ui/skills |
assistant-ui Observability Always consult assistant-ui.com/llms.txt for the latest API. Tracing and telemetry for an assistant-ui backend. Most of this is generic AI SDK telemetry; the assistant-ui specific part is the route handler and the @assistant-ui/react-o11y client primitives for rendering spans. Contents References Where it plugs in Provider routing AI SDK telemetry (shared) Helicone (proxy, no OTel) Visualizing spans with react-o11y Common Gotchas
|
1.3K |
| 5947 | harvard-artifacts-data-engineering-analytics | aradotso/data-skills |
Harvard Artifacts Data Engineering Analytics Skill Skill by ara.so — Data Skills collection. This skill enables AI coding agents to build end-to-end data engineering and analytics applications using the Harvard Art Museums API. The project demonstrates ETL pipeline development, SQL database design, analytical query execution, and interactive visualization using Streamlit. What This Project Does The Harvard Artifacts Collection application: Extracts artifact data from the Harvard Art Museums API ...
|
1.3K |
| 5948 | vss-setup-behavior-analytics | nvidia/skills |
Purpose Deploy the behavior-analytics service standalone with the user's chosen entrypoint, config, and calibration. Instructions Follow the routing tables and step-by-step workflows below. Each section that ends in workflow , quick start , or flow is intended to be executed top-to-bottom. Detailed reference material lives in references/ . Examples Worked end-to-end examples are kept under evals/ (each *.json manifest contains a runnable scenario). Run a Tier-3 evaluation to replay them: nv-base...
|
1.3K |
| 5949 | vss-manage-video-io-storage | nvidia/skills |
Purpose Manage VIOS and NvStreamer API operations for VSS video input/output and storage workflows: sensors, streams, uploads, snapshots, clips, timelines, and recording status. Prerequisites Active VSS deployment reachable on $HOST_IP (see vss-deploy-profile and references/ ). NGC credentials in $NGC_CLI_API_KEY and $NVIDIA_API_KEY for any image pulls. curl , jq , and Docker available on the caller. Instructions VIOS Operations Call the VIOS REST API to manage cameras/sensors, RTSP streams, rec...
|
1.3K |
| 5950 | mcore-run-on-slurm | nvidia/skills |
Run Megatron-LM on SLURM Answer-First Constants For text-only SLURM setup questions, answer with these constants before the full script: Show more Installs 531 Repository nvidia/skills GitHub Stars 1.3K First Seen May 30, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.3K |