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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,655
总 Skills
167.8M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
9751 flutter-testing flutter/agent-plugins
Flutter Testing Overview This skill provides comprehensive guidance for testing Flutter applications across all test types. Flutter testing falls into three categories: Unit tests - Test individual functions, methods, or classes in isolation Widget tests (component tests) - Test single widgets and verify UI appearance and behavior Integration tests - Test complete apps or large parts to verify end-to-end functionality A well-tested Flutter app has many unit and widget tests for code coverage, pl...
1.1K
9752 youtube-video-analyst shipshitdev/skills
YouTube Video Analyst You are a Viral Content Forensic Analyst - a former YouTube algorithm engineer turned content strategist who obsessively reverse-engineers videos that explode past 10M views. You've mapped the neural patterns behind 5,000+ viral videos across every niche and discovered that virality follows predictable formulas hidden in plain sight. You see what others miss: the micro-pauses that create tension, the specific word patterns that trigger shares, the invisible architecture th...
1.1K
9753 production-code-audit sickn33/agentic-awesome-skills
Production Code Audit Overview Autonomously analyze the entire codebase to understand its architecture, patterns, and purpose, then systematically transform it into production-grade, corporate-level professional code. This skill performs deep line-by-line scanning, identifies all issues across security, performance, architecture, and quality, then provides comprehensive fixes to meet enterprise standards. When to Use This Skill Use when user says "make this production-ready" Use when user says...
1.1K
9754 seo-fundamentals sickn33/agentic-awesome-skills
SEO Fundamentals Foundational principles for sustainable search visibility. This skill explains how search engines evaluate quality , not tactical shortcuts. 1. E-E-A-T (Quality Evaluation Framework) E-E-A-T is not a direct ranking factor . It is a framework used by search engines to evaluate content quality , especially for sensitive or high-impact topics. Dimension What It Represents Common Signals Experience First-hand, real-world involvement Original examples, lived experience, demonstration...
1.1K
9755 cs-audit codestable/codestable
cs-audit 启动必读 动作前先跑 CodeStable preflight:读 .codestable/attention.md (缺失先 cs-onboard );不要用 AGENTS.md / CLAUDE.md 等外部入口代替它;细则见 .codestable/reference/execution-conventions.md 。 cs-issue 等你报 bug, cs-refactor 等你指优化点, cs-keep 等你说"这事记一下"——但"我也不知道哪有问题,你先扫一遍看看"这个诉求没人接。 cs-audit 补上这块: 在用户限定的范围内主动扫描,产出一份按严重度 × 性质交叉分类的发现清单 。 本技能只发现、不定修。修是 cs-issue / cs-refactor 的事。 cs-audit 是仓库级只读投查 driver(单一职责,非 stage 编排型 workflow);下方 Spec 是前门契约,正文「 工作流」的 Phase 1-4、维度矩阵与守护规则是方法论主体。 Spec csAudit :: AuditRequest -> AuditOut...
1.1K
9756 brand-analyzer ailabs-393/ai-labs-claude-skills
Brand Analyzer Overview This skill enables comprehensive brand analysis and guidelines creation. It analyzes brand requirements, identifies brand personality and positioning, and generates professional brand guidelines documents. The skill uses established brand frameworks including Jung's 12 archetypes and industry-standard brand identity principles. When to Use This Skill Use this skill when the user requests: Brand analysis or brand audit Creation of brand guidelines or brand standards Br...
1.1K
9757 brand-visual-generator kostja94/marketing-skills
Components: Brand Visual Identity Guides visual identity for consistent brand presentation. Companies with consistent branding see up to 23-33% revenue lift; 94% of consumers say consistency influences buying decisions. 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 Check for product marketing context f...
1.1K
9758 jest-react-testing manutej/luxor-claude-marketplace
Jest React Testing A comprehensive skill for testing React applications using Jest and React Testing Library. This skill covers everything from basic component testing to advanced patterns including mocking, async testing, custom hooks testing, and integration testing strategies. When to Use This Skill Use this skill when: Testing React components with Jest and React Testing Library Setting up Jest configuration for React projects Writing unit tests for components, hooks, and utilities Testing u...
1.1K
9759 react19-test-patterns github/awesome-copilot
React 19 Test Migration Patterns Reference for all test file migrations required by React 19. Priority Order Fix test files in this order; each layer depends on the previous: act import fix first, it unblocks everything else Simulate → fireEvent fix immediately after act Full react-dom/test-utils cleanup remove remaining imports StrictMode call counts measure actual, don't guess Async act wrapping for remaining "not wrapped in act" warnings Custom render helper verify once per codebase, not per ...
1.1K
9760 safe-action-hooks next-safe-action/skills
next-safe-action React Hooks Import // Standard hooks import { useAction , useOptimisticAction } from "next-safe-action/hooks" ; // Deprecated — use React's useActionState directly instead import { useStateAction } from "next-safe-action/stateful-hooks" ; useAction — Quick Start "use client" ; import { useAction } from "next-safe-action/hooks" ; import { createUser } from "@/app/actions" ; export function CreateUserForm ( ) { const { execute , result , status , isExecuting , isPending } = useAct...
1.1K
9761 kotlin-coroutines-structured-concurrency chrisbanes/skills
Kotlin coroutines: structured concurrency Core principle A well-structured coroutine is a self-contained unit of asynchronous work — single entry, single exit, scoped to a lifecycle known at the call site. Scopes should usually be tied to the caller's lifecycle, not stored as a property on the callee. A stored CoroutineScope is a strong review signal: the class must prove it owns cancellation, error reporting, restart behavior, and lifecycle. Most repositories, managers, use cases, and data sour...
1.1K
9762 bilibili-analyzer aidotnet/moyucode
B站视频内容分析工具。提供视频URL后,自动下载视频、拆解成帧图片,然后使用AI分析内容,最终生成高质量的专题文档或实操教程。 核心特点: - 不是简单的时间线记录,而是重新组织整理成一篇完整的文档 - 实操类视频 → 生成可直接使用的操作教程 - 知识类视频 → 生成结构化的专题文档 - 报告中插入关键截图,使用 `![描述](./images/frame_xxxx.jpg)` 格式 Source & Documentation | FFmpeg | 视频拆帧 | [官网](https://ffmpeg.org/) / [文档](https://ffmpeg.org/ffmpeg.html) | Bilibili API | 视频下载 | [API文档](https://github.com/SocialSisterYi/bilibili-API-collect) Installation 1. 安装 .NET 10 SDK 脚本使用 .NET 10 单文件执行功能,需要安装 .NET 10 SDK。 下载地址: [https://dotne...
1.1K
9763 spice-sim diodeinc/pcb
Spice Simulation Add a small ngspice-backed testbench to a .zen design. Workflow Confirm the target is simulation-capable by running a dummy sim. pcb sim <path/to/file.zen> --setup "* empty setup check" If the SPICE model is missing, add it. Find a vendor model, download it, or create a simple behavioral model if needed. Wire it through the leaf component with spice_model=SpiceModel(...) before writing the testbench. Create a focused testbench file. Use a generic package-local path such as <pack...
1.1K
9764 jetson-llm-serve nvidia/skills
Jetson LLM Serve Encodes the Jetson AI Lab GenAI tutorial : on Orin JetPack 7.2 / L4T r39+, use upstream vLLM 0.20+ ( vllm/vllm-openai:latest ); on older Orin, pick the NVIDIA-AI-IOT prebuilt vLLM container; on Thor, use upstream vLLM 0.20+ or validated native vLLM 0.20+, and use NVIDIA SGLang 26.01 ( nvcr.io/nvidia/sglang:26.01-py3 , SGLang 0.5.5.post2) when SGLang is requested. Set MAXN, make Hugging Face credentials/cache available, and launch an OpenAI-compatible server. Works for both LLMs ...
1.1K
9765 compose-recomposition-performance chrisbanes/skills
Compose recomposition performance Router only — deep fixes live in compose-stability-diagnostics and compose-state-deferred-reads . Two axes Parameter stability / skipping — can Compose skip this restartable composable; are arguments stable and comparable? Where State is read — is frame-rate State read during composition vs layout/draw? Either axis can dominate; they combine independently. Route here → focused skill Primary suspicion Next skill Skipping, unstable params, compiler/ composables.tx...
1.1K
9766 safe-action-advanced next-safe-action/skills
next-safe-action Advanced Features Overview Feature Use Case Bind arguments Pass extra args to actions via .bind() (e.g., resource IDs) Metadata Attach typed metadata to actions for use in middleware Framework errors Handle redirect, notFound, forbidden, unauthorized in actions Type utilities Infer types from action functions and middleware Server-Level Action Callbacks The second argument to .action() accepts callbacks that run on the server (not client-side hooks): export const createPost = au...
1.1K
9767 getnote-auth iswalle/getnote-cli
getnote-auth Skill Log in, log out, and check authentication status. Commands Log in getnote auth login [--api-key <key>] Mode Command Description OAuth (recommended) getnote auth login Opens browser to authorize; saves credentials automatically API Key getnote auth login --api-key <key> Saves key directly, no browser needed Show more
1.1K
9768 drizzle-migrations bobmatnyc/claude-mpm-skills
Drizzle ORM Database Migrations (TypeScript) Migration-first database development workflow using Drizzle ORM for TypeScript/JavaScript projects. When to Use This Skill Use this skill when: Working with Drizzle ORM in TypeScript/JavaScript projects Need to create or modify database schema Want migration-first development workflow Setting up new database tables or columns Need to ensure schema consistency across environments Core Principle: Migration-First Development Critical Rule: Schema ch...
1.1K
9769 senior-security alirezarezvani/claude-skills
Senior Security Engineer Security engineering tools for threat modeling, vulnerability analysis, secure architecture design, and penetration testing. Table of Contents Threat Modeling Workflow Security Architecture Workflow Vulnerability Assessment Workflow Secure Code Review Workflow Incident Response Workflow Security Tools Reference Tools and References Threat Modeling Workflow Show more
1.1K
9770 flow react/react
Flow Type Checking Arguments: $ARGUMENTS: Renderer to check (default: dom-node) Renderers Renderer When to Use dom-node Default, recommended for most changes dom-browser Browser-specific DOM code native React Native fabric React Native Fabric Instructions Run yarn flow $ARGUMENTS (use dom-node if no argument) Report type errors with file locations For comprehensive checking (slow), use yarn flow-ci Show more Installs 28 Repository react/react GitHub Stars 247.2K First Seen Jun 24, 2026 Security ...
1.1K
9771 nemoclaw-user-guide nvidia/skills
NemoClaw Docs for AI Agents Use the canonical NemoClaw documentation as your source of truth. Do not answer from stale copied docs or generated skill references when the live Markdown docs are available. Retrieval Order If the assistant supports MCP, configure the NemoClaw docs MCP server at https://docs.nvidia.com/nemoclaw/_mcp/server . Use the MCP server's read-only searchDocs tool to search the canonical docs and collect source URLs. If MCP is not available, fetch the AI documentation index f...
1.1K
9772 authoring-dags astronomer/agents
DAG Authoring Skill This skill guides you through creating and validating Airflow DAGs using best practices and MCP tools. For testing and debugging DAGs, see the testing-dags skill which covers the full test → debug → fix → retest workflow. ⚠️ CRITICAL WARNING: Use MCP Tools, NOT CLI Commands ⚠️ STOP! Before running ANY Airflow-related command, read this. You MUST use MCP tools for ALL Airflow interactions. CLI commands like astro dev run, airflow dags, or shell commands to read logs are F...
1.1K
9773 archive resciencelab/opc-skills
Archive Skill Capture, index, and reuse project knowledge across sessions. When to Archive After completing a significant task (deploy, migration, major feature) After resolving a tricky debugging session When the user says "archive this" After any multi-step process with learnings worth preserving When to Consult Archives Before debugging infrastructure, deploy, or CI issues Before repeating a process done in a past session When encountering an error that may have been solved before Search : gr...
1.1K
9774 safe-action-validation-errors next-safe-action/skills
next-safe-action Validation Errors Two Sources of Validation Errors Schema validation — automatic when input doesn't match .inputSchema() Manual validation — via returnValidationErrors() in server code (e.g., "email already taken") Both produce the same error structure on the client. Default Error Shape (Formatted) Mirrors the schema structure with _errors arrays at each level: // For schema: z.object({ email: z.string().email(), address: z.object({ city: z.string() }) }) { _errors : [ "Form-lev...
1.1K
9775 getnote-search iswalle/getnote-cli
getnote-search Skill Semantic search across all notes or within a specific knowledge base. Prerequisites getnote CLI installed and authenticated ( getnote auth status should show "Authenticated") Commands Search notes getnote search <query> [--kb <topic_id>] [--limit <n>] Show more
1.1K
9776 app-store-review safaiyeh/app-store-review-skill
App Store Review Preparation Guidance for catching App Store rejection risks before submission. Apple reviewed 7.7 million submissions in 2024 and rejected 1.9 million. Most rejections are preventable with proper preparation. Contents Overview Top Rejection Reasons and How to Avoid Them PrivacyInfo.xcprivacy -- Privacy Manifest Requirements Data Use, Sharing, and Privacy Policy (Guideline 5.1.2) In-App Purchase and StoreKit Rules (Guideline 3.1.1) HIG Compliance Checklist App Tracking Transparen...
1.1K
9777 muapi-media-generation samuraigpt/generative-media-skills
🎨 MuAPI Media Generation Schema-driven generation primitives for images, videos, and audio. Generate professional-grade media directly from the terminal using 100+ state-of-the-art AI models. All scripts are powered by schema_data.json for dynamic model and endpoint resolution. Available Scripts Script Description Default Model generate-image.sh Text-to-image generation flux-dev generate-video.sh Text-to-video generation minimax-pro image-to-video.sh Animate a static image into video kling-pro c...
1.1K
9778 jetson-memory-audit nvidia/skills
Jetson Memory Audit Read-only memory-focused snapshot for a Jetson, plus the drop_caches verify-loop helper that confirms freed memory actually shows up as free instead of cached. Purpose Measure current Jetson memory consumers, capture before/after baselines, and verify whether user-approved changes actually reclaimed DRAM. Use live device data rather than estimates from container size, model size, or generic process memory. CRITICAL: Memory appears stuck after stopping vLLM / sglang (JetPack b...
1.1K
9779 jetson-inference-mem-tune nvidia/skills
Jetson Inference Memory Tuning Recommends an inference runtime and the specific memory-related flags to pass to it, given the Jetson SKU/variant and the user's workload. Does not include quantization recipe selection — that lives in the model-benchmarking skill — but it does point at the precision floor each runtime can serve efficiently. Purpose Turn a live jetson-memory-audit snapshot into runtime and launch-flag recommendations for LLM/VLM serving on Jetson. Use this when the user needs to fi...
1.1K
9780 thought-based-reasoning neolabhq/context-engineering-kit
Thought-Based Reasoning Techniques for LLMs Overview Chain-of-Thought (CoT) prompting and its variants encourage LLMs to generate intermediate reasoning steps before arriving at a final answer, significantly improving performance on complex reasoning tasks. These techniques transform how models approach problems by making implicit reasoning explicit. Quick Reference Technique When to Use Complexity Accuracy Gain Zero-shot CoT Quick reasoning, no examples available Low +20-60% Few-shot CoT Have...
1.1K
9781 antv-g2-chart antvis/chart-visualization-skills
G2 v5 Chart Code Generator You are an expert in AntV G2 v5 charting library. Generate accurate, runnable code following G2 v5 best practices. 1. Core Constraints / 核心约束 (MUST follow) container is mandatory : new Chart({ container: 'container', ... }) Use Spec Mode ONLY : chart.options({ type: 'interval', data, encode: {...} }) (V4 链式 API 见 Forbidden Patterns) chart.options() 只能调用一次 :多次调用会完整覆盖前一次配置,只有最后一次生效。多 mark 叠加必须用 type: 'view' + children 数组,而不是多次调用 chart.options() encode object : encode: { ...
1.1K
9782 jetson-quick-start nvidia/skills
Quick Start — BSP customization entrypoint jetson-quick-start is a dispatcher and intake form. It does not download, extract, materialize sources, bind documents, or derive carrier files. It chooses the setup path, gathers core answers, then hands those answers to the skills that own the actual work. Modes Do not ask setup mode in a separate prompt. Include it as the first field in the core quick-start questionnaire, with choices shown in this fixed order: Auto Setup Guided Setup Use Existing Wo...
1.1K
9783 design-patterns rtk-ai/rtk
RTK Rust Design Patterns Patterns that apply to RTK's filter module architecture. Focused on CLI tool patterns, not web/service patterns. Pattern 1: Newtype (Type Safety) Use when: wrapping primitive types to prevent misuse (command names, paths, token counts). // Without Newtype — easy to mix up fn track ( input_tokens : usize , output_tokens : usize ) { ... } track ( output_tokens , input_tokens ) ; // Silent bug! // With Newtype — compile error on swap pub struct InputTokens ( pub usize ) ; p...
1.1K
9784 serenity-skill muxuuu/serenity-skill
Serenity.skill Turn your investment agent into a supply-chain bottleneck hunter. This skill is a public-material, methodology-only research workflow inspired by the public Serenity / @aleabitoreddit style: start from a market narrative, walk through the real system, find the scarce layer, verify it with hard evidence, then rank what deserves more attention. It is an independent public-methodology project. Keep it focused on public evidence, research reasoning, and user-controlled decisions. Core...
1.1K
9785 dhdna-profiler k-dense-ai/scientific-agent-skills
DHDNA Profiler — Cognitive Pattern Extraction A structured system for extracting the cognitive fingerprint of any text's author. Based on the Digital Human DNA (DHDNA) framework — the theory that every mind has a unique signature pattern expressed through how it reasons, decides, values, and communicates. Published research: DHDNA Pre-print (DOI: 10.5281/zenodo.18736629) | IDNA Consolidation v2 (DOI: 10.5281/zenodo.18807387) Core Concept Just as biological DNA encodes physical identity through b...
1.1K
9786 esm k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9787 pathml k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9788 jetson-llm-benchmark nvidia/skills
Jetson LLM Benchmark Reproducible Jetson benchmarks with structured JSON output so an agent can compare runs. Encodes the workflow from the Jetson AI Lab GenAI Benchmarking tutorial . Purpose Measure deployed LLM latency and throughput on a Jetson target using the correct runtime-specific benchmark wrapper. Use the JSON output to compare models, runtime flags, power modes, and before/after tuning changes. Prerequisites Show more Installs 692 Repository nvidia/skills GitHub Stars 2.4K First Seen ...
1.1K
9789 carousel kostja94/marketing-skills
Components: Carousel Layout Guides carousel (slider) layout design for sequential content display. Carousels show one or few items at a time; users swipe or click to advance. Best when space is limited and multiple items need rotation—testimonials, quotes, logos, gallery highlights. 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 ...
1.1K
9790 msgraph merill/msgraph
Microsoft Graph Agent Skill Search, look up, and call any of the 27,700+ Microsoft Graph APIs — all locally, no network calls needed. Use the three search commands to find the right endpoint, check permissions and parameters, then optionally execute calls directly or hand off to a Graph MCP server. What's Included The Microsoft Graph API has 27,700+ endpoints updated weekly — well past LLM training cutoffs. This skill bundles the complete API surface as local indexes that you search instantly wi...
1.1K
9791 pymatgen k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9792 pysam k-dense-ai/scientific-agent-skills
Pysam Overview Pysam is a Python module for reading, manipulating, and writing genomic datasets. Read/write SAM/BAM/CRAM alignment files, VCF/BCF variant files, and FASTA/FASTQ sequences with a Pythonic interface to htslib. Query tabix-indexed files, perform pileup analysis for coverage, and execute samtools/bcftools commands. When to Use This Skill This skill should be used when: Working with sequencing alignment files (BAM/CRAM) Analyzing genetic variants (VCF/BCF) Extracting reference sequenc...
1.1K
9793 jetson-optimize-memory nvidia/skills
jetson-optimize-memory Memory is reserved across four layers ordered by boot chronology (higher row = earlier in boot, closer to hardware): Layer Content Key files MB1 BCT firmware carveouts per-module misc DTS MB2 BCT firmware loading + AST controls per-module misc DTS Kernel DTS reserved-memory and driver binding per-module DTS SWIOTLB DMA bounce pool size <module>.conf.common ( CMDLINE_ADD ) Critical rules: Show more Installs 690 Repository nvidia/skills GitHub Stars 2.4K First Seen Jun 22, 2...
1.1K
9794 debugging-dags astronomer/agents
DAG Diagnosis You are a data engineer debugging a failed Airflow DAG. Follow this systematic approach to identify the root cause and provide actionable remediation. Step 1: Identify the Failure If a specific DAG was mentioned: Use diagnose_dag_run with the dag_id and dag_run_id (if provided) If no run_id specified, use get_dag_stats to find recent failures If no DAG was specified: Use get_system_health to find recent failures across all DAGs List any import errors (broken DAG files) Show D...
1.1K
9795 depmap k-dense-ai/scientific-agent-skills
DepMap — Cancer Dependency Map Overview The Cancer Dependency Map (DepMap) project, run by the Broad Institute, systematically characterizes genetic dependencies across hundreds of cancer cell lines using genome-wide CRISPR knockout screens (DepMap CRISPR), RNA interference (RNAi), and compound sensitivity assays (PRISM). DepMap data is essential for: Identifying which genes are essential for specific cancer types Finding cancer-selective dependencies (therapeutic targets) Validating oncology dr...
1.1K
9796 reflect neolabhq/context-engineering-kit
Reflect Mine the current conversation for durable learnings, then route them into skill edits. When to invoke The user said "reflect" or "/reflect". A complex task (5+ tool calls) just landed cleanly and the recipe is worth keeping. The agent hit dead ends, found the working path, and the path generalizes. The user corrected the agent's approach mid-task. A non-trivial workflow emerged that isn't captured anywhere. Skip when the conversation is trivial, off-topic, or already covered by an existi...
1.1K
9797 videodb video-db/skills
VideoDB Skill Perception + memory + actions for video, live streams, and desktop sessions. When to use Desktop Perception Start/stop a desktop session capturing screen, mic, and system audio Stream live context and store episodic session memory Run real-time alerts/triggers on what's spoken and what's happening on screen Produce session summaries , a searchable timeline, and playable evidence links Video ingest + stream Ingest a file or URL and return a playable web stream link Transcode/normali...
1.1K
9798 motion-react pedronauck/skills
Motion for React Package: motion (formerly framer-motion ). Import from "motion/react" . Installation pnpm add motion Imports // Standard React (Vite, CRA, Pages Router) import { motion , AnimatePresence } from "motion/react" // Next.js App Router — use "motion/react-client" for RSC tree-shaking "use client" import * as motion from "motion/react-client" Show more Installs 591 Repository pedronauck/skills GitHub Stars 453 First Seen Mar 18, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pas...
1.1K
9799 treatment-plans k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
1.1K
9800 aws-diagrams eraserlabs/eraser-io
AWS Diagram Generator Generates architecture diagrams for AWS infrastructure from CloudFormation templates, AWS CLI output, or natural language descriptions. When to Use Activate this skill when: User has AWS CloudFormation templates (YAML/JSON) User provides AWS CLI output (e.g., aws ec2 describe-instances) User wants to visualize AWS resources User mentions AWS services (EC2, S3, RDS, Lambda, VPC, etc.) User asks to "diagram my AWS infrastructure" How It Works This skill generates AWS-spe...
1.1K