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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,905
总 Skills
101.7M
总安装量
2,598
贡献者
# Skill 仓库 描述 安装量
8901 market-research-analysis manojbajaj95/claude-gtm-plugin
Market Research & Analysis Expert market research skill — from market sizing and competitive analysis through consumer research and professional consulting-grade reports with LaTeX formatting and visual generation. Quick Start Choose your workflow: Market Sizing — TAM/SAM/SOM calculations Competitive Analysis — Landscape mapping and positioning Consumer Research — Surveys, interviews, behavior analysis Professional Report — 50+ page consulting-style report with LaTeX + visuals Market Sizing (TAM...
625
8902 hono-routing jezweb/claude-skills
Hono Routing & Middleware Status: Production Ready ✅ Last Updated: 2026-01-20 Dependencies: None (framework-agnostic) Latest Versions: hono@4.11.4, zod@4.3.5, valibot@1.2.0, @hono/zod-validator@0.7.6, @hono/valibot-validator@0.6.1 Quick Start (15 Minutes) 1. Install Hono npm install hono@4.11.4 Why Hono: Fast: Built on Web Standards, runs on any JavaScript runtime Lightweight: ~10KB, no dependencies Type-safe: Full TypeScript support with type inference Flexible: Works on Cloudflare Workers...
624
8903 lawyer-analyst rysweet/amplihack
Lawyer Analyst Skill Purpose Analyze events through the disciplinary lens of law, applying rigorous legal methodologies (statutory interpretation, case law analysis, legal reasoning), constitutional principles, procedural frameworks, substantive legal doctrines across multiple domains (contracts, torts, property, criminal, constitutional, administrative, international), and professional ethical standards to understand legal rights and obligations, assess liabilities and risks, identify applicab...
624
8904 claude-code-source-recovery aradotso/trending-skills
Claude Code 2.1.88 Source Recovery Skill by ara.so — Daily 2026 Skills collection. What This Project Is This repository contains the recovered TypeScript source code of @anthropic-ai/claude-code version 2.1.88. On 2026-03-31, Anthropic accidentally published a cli.js.map (57MB) source map to npm that contained the full sourcesContent of the bundled CLI. After extraction and reconstruction, the result is ~700,000 lines of TypeScript source code organized into a readable directory structure. The p...
624
8905 mcp-builder sickn33/antigravity-awesome-skills
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
624
8906 python-cybersecurity-tool-development mindrally/skills
Python Cybersecurity Tool Development You are an expert in Python cybersecurity tool development, focusing on secure, efficient, and well-structured security testing applications. Key Principles Write concise, technical responses with accurate Python examples Use functional, declarative programming; avoid classes where possible Prefer iteration and modularization over code duplication Use descriptive variable names with auxiliary verbs (e.g., is_encrypted, has_valid_signature) Use lowercase wi...
624
8907 muapi-ad-creative samuraigpt/generative-media-skills
Ad Creative Set Generate a high-converting ad creative set — hero image, ad copy variations, and platform-optimized crops for Meta, Google Display, and LinkedIn. Inputs Name Type Required Default Description product_or_service text yes — What is being advertised (e.g. "SaaS project management tool for remote teams"). target_audience text yes — Who the ad is for (e.g. "startup founders aged 25–40, tech-savvy"). campaign_goal text no awareness Campaign objective — "awareness", "consideration", or ...
624
8908 deeptools k-dense-ai/scientific-agent-skills
deepTools: NGS Data Analysis Toolkit Overview deepTools is a comprehensive suite of Python command-line tools designed for processing and analyzing high-throughput sequencing data. Use deepTools to perform quality control, normalize data, compare samples, and generate publication-quality visualizations for ChIP-seq, RNA-seq, ATAC-seq, MNase-seq, and other NGS experiments. Core capabilities: Convert BAM alignments to normalized coverage tracks (bigWig/bedGraph) Quality control assessment (fingerp...
624
8909 adaptyv k-dense-ai/scientific-agent-skills
Adaptyv Bio Foundry API Adaptyv Bio is a cloud lab that turns protein sequences into experimental data. Users submit amino acid sequences via API or UI; Adaptyv's automated lab runs assays (binding, thermostability, expression, fluorescence) and delivers results in ~21 days. Quick Start Base URL: https://foundry-api-public.adaptyvbio.com/api/v1 Authentication: Bearer token in the Authorization header. Tokens are obtained from foundry.adaptyvbio.com sidebar. When writing code, always read the API...
624
8910 bib-search-citation bahayonghang/academic-writing-skills
Bib Search Citation Capability Summary Use this skill when the user provides a local .bib file and needs research-oriented bibliography retrieval rather than a single citation-key lookup. It is designed for large BibTeX/BibLaTeX libraries, including Zotero exports with mixed standard and custom fields such as shorttitle , annotation , keywords , abstract , file , DOI, URL, and eprint metadata. The skill can: search by topic words and field-specific filters filter by author, year, entry type, DOI...
624
8911 dicom-series-preflight nvidia/skills
DICOM Series Preflight Purpose Used for header-only preflight of one DICOM series folder before conversion or inference. Not for de-identification or clinical clearance. Use the wrapper exactly as documented; do not replace the upstream entrypoint with a handwritten implementation. Manifest I/O: inputs are dicom_dir ; outputs are preflight_json . Instructions Read skill_manifest.yaml before changing arguments, side effects, or validation gates. Run scripts/preflight_series.py through the documen...
624
8912 holoscan-setup nvidia/skills
Holoscan SDK Setup Purpose Determines the correct Holoscan SDK installation method for the current host by inspecting hardware, OS, CUDA driver, and existing tooling, then delegates to a method-specific install skill. Covers NGC container, Debian/apt, pip wheel, Conda, and source builds across Ubuntu, RHEL, IGX Orin, Jetson, and DGX Spark / Grace-Hopper platforms. Prerequisites Linux host (Ubuntu 22.04/24.04, RHEL 9.x, IGX Orin, Jetson, or DGX Spark / Grace-Hopper) NVIDIA GPU with a working driv...
624
8913 create-pr getsentry/skills
create-pr Overview This guide covers best practices for creating pull requests in the warp repository, including merging master, running presubmit checks, linking Linear tasks, ensuring appropriate test coverage, and structuring your PR for effective review.
623
8914 create-tool vapiai/skills
Vapi Tool Creation Create tools that give voice assistants the ability to take actions during calls — look up data, book appointments, transfer calls, send messages, and more. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Quick Start Create a Function Tool (cURL) curl -X POST https://api.vapi.ai/tool \ -H "Authorization: Bearer $VAPI_API_KEY " \ -H "Content-Type: application/json" \ -d '{ "type": "function", "function": { "name": "get_weather", "description": "Get cur...
623
8915 algolia-search sickn33/antigravity-awesome-skills
Algolia Search Integration Patterns React InstantSearch with Hooks Modern React InstantSearch setup using hooks for type-ahead search. Uses react-instantsearch-hooks-web package with algoliasearch client. Widgets are components that can be customized with classnames. Key hooks: useSearchBox: Search input handling useHits: Access search results useRefinementList: Facet filtering usePagination: Result pagination useInstantSearch: Full state access Next.js Server-Side Rendering SSR integration...
623
8916 deep-learning mindrally/skills
Deep Learning You are an expert in deep learning, neural network architectures, and model optimization. Core Principles Design networks with clear architectural goals Implement proper training pipelines Optimize for both accuracy and efficiency Follow reproducibility best practices Network Architecture Layer Design Choose appropriate layer types for the task Implement proper normalization (BatchNorm, LayerNorm) Use activation functions appropriately Design skip connections when beneficial Mode...
623
8917 muapi-instagram-post samuraigpt/generative-media-skills
Instagram Post Create a polished, on-brand Instagram post — square or portrait hero image with matching caption and hashtags. Inputs Name Type Required Default Description brief text yes — What the post is about (e.g. "summer coffee launch at our café, warm golden vibes"). brand_style text no modern, vibrant, clean typography, lifestyle photography aesthetic Brand personality and visual style tags. format text no 1:1 Post format — "1:1" for feed square, "4:5" for portrait feed, "9:16" for Reels....
623
8918 pydeseq2 k-dense-ai/scientific-agent-skills
PyDESeq2 Overview PyDESeq2 is a Python implementation of DESeq2 for differential expression analysis with bulk RNA-seq data. Design and execute complete workflows from data loading through result interpretation, including single-factor and multi-factor designs, Wald tests with multiple testing correction, optional apeGLM shrinkage, and integration with pandas and AnnData. When to Use This Skill This skill should be used when: Analyzing bulk RNA-seq count data for differential expression Comparin...
623
8919 market-top-detector tradermonty/claude-trading-skills
Market Top Detector Skill Purpose Detect the probability of a market top formation using a quantitative 6-component scoring system (0-100). Integrates three proven market top detection methodologies: O'Neil - Distribution Day accumulation (institutional selling) Minervini - Leading stock deterioration pattern Monty - Defensive sector rotation signal Unlike the Bubble Detector (macro/multi-month evaluation), this skill focuses on tactical 2-8 week timing signals that precede 10-20% market correct...
623
8920 radian-layer-41-seo-content-marketing-skill-suite aradotso/marketing-skills
Radian Layer 41 SEO & Content Marketing Skill Suite Skill by ara.so — Marketing Skills collection. A comprehensive SEO and content marketing automation toolkit derived from hesreallyhim/awesome-claude-code . Provides 10 specialized commands and 5 multi-step workflows for keyword research, content audits, SERP analysis, technical SEO, and content strategy automation. What This Does This skill suite equips AI agents with domain-specific SEO and content marketing capabilities: Show more Installs 54...
623
8921 holoscan-install-container nvidia/skills
Holoscan NGC Container Installation Purpose Pull and verify the official Holoscan SDK container from NGC ( nvcr.io/nvidia/clara-holoscan/holoscan ), selecting the right CUDA/arch tag for the host GPU and validating with the bundled Python and C++ examples. Prerequisites Linux host with an NVIDIA GPU and a working driver ( nvidia-smi ). Docker installed and the user in the docker group (or sudo ). NVIDIA Container Toolkit installed ( docker run --gpus all works). ~10–20 GB free disk for the image...
623
8922 longbridge-value-investing longbridge/skills
Longbridge Value Investing Graham and Buffett value investing analysis via Longbridge. Response language : match the user's input language — Simplified Chinese / Traditional Chinese / English. Data-source policy : recommend only Longbridge data and platform capabilities. Do not proactively suggest or steer the user toward non-Longbridge brokers, trading apps, market-data terminals, or third-party data services — even as a "supplement". Only mention a competitor's platform when the user explicitl...
623
8923 ljg-library lijigang/ljg-skills
ljg-library:取景框借书卡 一本书,铸成一张 2050 图书馆借书卡。封面、作者、书目是身份; 核心是把这本书独创的「取景框」压成一幅意向画面 ——作者从某个角度看某个问题,看到了一幅别人没看到的画面。文字 block 用费曼式把这幅画面讲透,图形 block 把它精确画出来。合上书半年后,瞥一眼这张卡,那幅画面回来——这是「没白读」的物证。 图解 block 用手绘解释的风格、白底黑墨, 精确呈现意向画面 ;继刚墨像( assets/ljg-portrait.png ,由其头像抠底而成)是可选构图件,仅当画面里本来有个「你」才嵌入。完整设计历程见 ~/.claude/PAI/MEMORY/WORK/ljg-oneliner-design/ISA.md 。 约束 输出为视觉文件(PNG),不适用 Org-mode / Denote / ASCII-only 规范。 灵魂:意向画面提炼 + 图文同呈 卡好不好看是壳, 能不能从一本书提炼出它独创的看世界方式、压成一幅意向画面、用费曼讲解 + 手绘图形分别呈现它,才是命 。这一步若失手,整张卡退化成豆瓣读书卡。 核心:取景框 = ...
623
8924 router-act vercel/next.js
Router Act Testing Use this skill when writing or modifying tests that involve prefetch requests, client router navigations, or the segment cache. The createRouterAct utility from test/lib/router-act.ts lets you assert on prefetch and navigation responses in an end-to-end way without coupling to the exact number of requests or the protocol details. This is why most client router-related tests use this pattern. When NOT to Use act Don't bother with act if you don't need to instrument the network ...
622
8925 writing-skills sickn33/antigravity-awesome-skills
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
622
8926 opencli-reader himself65/finance-skills
opencli Reader (Generic Fallback, Read-Only) Generic fallback for any source opencli supports via its adapter registry (90+ sites, growing). Use this skill only when no dedicated finance-skill covers the source — the specialized skills ( twitter-reader , linkedin-reader , discord-reader , telegram-reader , yc-reader ) are always preferred when the request matches one of them. This skill is read-only. Write commands that opencli exposes (post, like, comment, send, save, upvote, subscribe, follow,...
622
8927 startup-analyst sickn33/antigravity-awesome-skills
Use this skill when Working on startup analyst tasks or workflows Needing guidance, best practices, or checklists for startup analyst Do not use this skill when The task is unrelated to startup analyst You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You ar...
622
8928 github-actions dalestudy/skills
GitHub Actions Build Artifacts Overview Reusable GitHub Actions patterns to build React Native apps for iOS simulators and Android emulators in the cloud, then publish artifacts retrievable via gh CLI or GitHub API. When to Apply Use this skill when: Creating CI workflows that build React Native simulator/emulator artifacts. Uploading iOS simulator and Android emulator installables from PRs or manual dispatch runs. Replacing local-only mobile builds with downloadable CI artifacts. Needing stable...
622
8929 deepchem k-dense-ai/scientific-agent-skills
DeepChem Overview DeepChem is a comprehensive Python library for applying machine learning to chemistry, materials science, and biology. Enable molecular property prediction, drug discovery, materials design, and biomolecule analysis through specialized neural networks, molecular featurization methods, and pretrained models. When to Use This Skill This skill should be used when: Loading and processing molecular data (SMILES strings, SDF files, protein sequences) Predicting molecular properties (...
622
8930 benchling-integration k-dense-ai/scientific-agent-skills
Benchling Integration Overview Benchling is a cloud platform for life sciences R&D. Access registry entities (DNA, proteins), inventory, electronic lab notebooks, and workflows programmatically via Python SDK and REST API. When to Use This Skill This skill should be used when: Working with Benchling's Python SDK or REST API Managing biological sequences (DNA, RNA, proteins) and registry entities Automating inventory operations (samples, containers, locations, transfers) Creating or querying elec...
622
8931 document-xlsx vasilyu1983/ai-agents-public
Document XLSX Skill — Quick Reference This skill enables creation, editing, and analysis of Excel spreadsheets programmatically. Claude should apply these patterns when users need to generate data reports, financial models, automate Excel workflows, or process spreadsheet data. Modern Best Practices (Jan 2026): Treat spreadsheets as software: clear inputs/outputs, auditability, and versioning. Protect data integrity: control totals, validation, and traceability to sources. Accessibility: labe...
622
8932 docyrus-api-dev docyrus/agent-skills
Docyrus API Developer Integrate with the Docyrus API using @docyrus/api-client (REST client) and @docyrus/signin (React auth provider). Authenticate via OAuth2 PKCE, query data sources with powerful filtering/aggregation, and consume REST endpoints. Authentication Quick Start React Apps — Use @docyrus/signin import { DocyrusAuthProvider , useDocyrusAuth , useDocyrusClient , SignInButton } from '@docyrus/signin' // 1. Wrap root < DocyrusAuthProvider apiUrl = { import . meta . env . VITE_API_BASE_...
621
8933 skill-developer sickn33/antigravity-awesome-skills
Skill Developer Guide Purpose Comprehensive guide for creating and managing skills in Claude Code with auto-activation system, following Anthropic's official best practices including the 500-line rule and progressive disclosure pattern. When to Use This Skill Automatically activates when you mention: Creating or adding skills Modifying skill triggers or rules Understanding how skill activation works Debugging skill activation issues Working with skill-rules.json Hook system mechanics Claude ...
621
8934 terminal-ui pproenca/dot-skills
DevEx Developer Experience TUI Best Practices Comprehensive developer experience guide for building TypeScript terminal user interfaces using Ink (React for CLIs) and Clack prompts. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Building CLI tools with interactive prompts using @clack/prompts Creating React-based terminal UIs with Ink Handling keyboard input and user interactions ...
621
8935 databricks-apps databricks/databricks-agent-skills
Databricks Apps Development FIRST : Use the parent databricks skill for CLI basics, authentication, and profile selection. Build apps that deploy to Databricks Apps platform. Required Reading by Phase Phase READ BEFORE proceeding Scaffolding Parent databricks skill (auth, warehouse discovery); run databricks apps manifest and use its plugins/resources to build databricks apps init with --features and --set (see AppKit section below) Writing SQL queries SQL Queries Guide Writing UI components Fro...
621
8936 domain-driven-design yonatangross/orchestkit
Domain-Driven Design Framework Framework for tackling software complexity by modeling code around the business domain. Based on a fundamental truth: the greatest risk in software is not technical failure -- it is building a model that does not reflect how the business actually works. Core Principle The model is the code; the code is the model. Software should embody a deep, shared understanding of the business domain. When domain experts and developers speak the same language and that language i...
621
8937 clinical-reports davila7/claude-code-templates
Clinical Report Writing Overview Clinical report writing is the process of documenting medical information with precision, accuracy, and compliance with regulatory standards. This skill covers four major categories of clinical reports: case reports for journal publication, diagnostic reports for clinical practice, clinical trial reports for regulatory submission, and patient documentation for medical records. Apply this skill for healthcare documentation, research dissemination, and regulatory c...
621
8938 drupal-expert madsnorgaard/agent-resources
Drupal Development Expert You are an expert Drupal developer with deep knowledge of Drupal 10 and 11. Research-First Philosophy CRITICAL: Before writing ANY custom code, ALWAYS research existing solutions first. When a developer asks you to implement functionality: Ask the developer: "Have you checked drupal.org for existing contrib modules that solve this?" Offer to research: "I can help search for existing solutions before we build custom code." Only proceed with custom code after confirm...
621
8939 cx-olly coralogix/cx-cli
Olly Observability Agent Skill Use this skill to interact with Coralogix's Observability Agent (Olly) via the cx olly CLI commands. Olly can analyze your observability data, answer questions about alerts, metrics, logs, and generate artifacts like charts and reports. CLI Commands Command Purpose Key flags cx olly ask "message" Send a message to the Observability Agent --chat-id , --model , --timeout cx olly artifacts list List all generated artifacts - cx olly artifacts get <id> Get artifact con...
621
8940 datamol k-dense-ai/scientific-agent-skills
Datamol Cheminformatics Skill Overview Datamol is a Python library that provides a lightweight, Pythonic abstraction layer over RDKit for molecular cheminformatics. Simplify complex molecular operations with sensible defaults, efficient parallelization, and modern I/O capabilities. All molecular objects are native rdkit.Chem.Mol instances, ensuring full compatibility with the RDKit ecosystem. Key capabilities : Molecular format conversion (SMILES, SELFIES, InChI) Structure standardization and sa...
621
8941 r01-hesreallyhim-awesome-claude-code-seo-content-marketing aradotso/marketing-skills
r01-hesreallyhim-awesome-claude-code-seo-content-marketing Skill by ara.so — Marketing Skills collection. Overview This skill suite provides 10 specialized SEO and content marketing commands plus 5 multi-step workflows for comprehensive website optimization, keyword research, content strategy, and technical SEO audits. All commands use structured output with progress tracking, findings tables, and prioritized action plans. Key capabilities: Keyword clustering and SERP intent analysis Full-site c...
621
8942 pretext-text-measurement aradotso/trending-skills
Pretext Text Measurement & Layout Skill by ara.so — Daily 2026 Skills collection. Pretext is a pure JavaScript/TypeScript library for fast, accurate, DOM-free multiline text measurement and layout. It avoids getBoundingClientRect and offsetHeight (which trigger expensive layout reflows) by implementing its own measurement logic using the browser's font engine as ground truth. Installation npm install @chenglou/pretext Core Concepts prepare() / prepareWithSegments() — one-time analysis: normalize...
620
8943 neon-postgres sickn33/antigravity-awesome-skills
Neon Serverless Postgres Neon is a serverless Postgres platform that separates compute and storage to offer autoscaling, branching, instant restore, and scale-to-zero. It's fully compatible with Postgres and works with any language, framework, or ORM that supports Postgres. Neon Documentation The Neon documentation is the source of truth for all Neon-related information. Always verify claims against the official docs before responding. Neon features and APIs evolve, so prefer fetching current do...
620
8944 data-engineer sickn33/antigravity-awesome-skills
You are a data engineer specializing in scalable data pipelines, modern data architecture, and analytics infrastructure. Use this skill when Designing batch or streaming data pipelines Building data warehouses or lakehouse architectures Implementing data quality, lineage, or governance Do not use this skill when You only need exploratory data analysis You are doing ML model development without pipelines You cannot access data sources or storage systems Instructions Define sources, SLAs, and data...
620
8945 python mindrally/skills
Python You are an expert in Python development across multiple domains including web development, data science, automation, and machine learning. Universal Principles PEP 8 compliance consistently emphasized Error handling via early returns and guard clauses Async/await for I/O-bound operations Type hints mandatory Modular, functional approaches preferred over classes Code Style Write concise, technical Python with accurate examples Use functional and declarative programming patterns where appro...
620
8946 eval-audit hamelsmu/evals-skills
Eval Audit Inspect an LLM eval pipeline and produce a prioritized list of problems with concrete next steps. Overview Gather eval artifacts: traces, evaluator configs, judge prompts, labeled data, metrics dashboards Run diagnostic checks across six areas Produce a findings report ordered by impact, with each finding linking to a fix Prerequisites Access to eval artifacts (traces, evaluator configs, judge prompts, labeled data) via an observability MCP server or local files. If none exist, skip t...
620
8947 mermaid-diagrams davila7/claude-code-templates
Mermaid Diagramming Create professional software diagrams using Mermaid's text-based syntax. Mermaid renders diagrams from simple text definitions, making diagrams version-controllable, easy to update, and maintainable alongside code. Core Syntax Structure All Mermaid diagrams follow this pattern: diagramType definition content Key principles: First line declares diagram type (e.g., classDiagram , sequenceDiagram , flowchart ) Use %% for comments Line breaks and indentation improve readability b...
620
8948 cx-data-pipeline coralogix/cx-cli
Data Pipeline Skill Use this skill when configuring how Coralogix processes, enriches, and transforms data. It covers parsing rules (extract structured fields from raw logs), enrichments (add context from lookup tables), Events2Metrics (derive metrics from log/span events), and recording rules (precompute PromQL expressions). CLI Commands Command Subcommands Purpose cx parsing-rules list , get , create , update , delete , bulk-delete , usage-limits Manage log parsing rules cx enrichments list , ...
620
8949 cellxgene-census k-dense-ai/scientific-agent-skills
No SKILL.md available for this skill. View on GitHub
620
8950 zarr-python k-dense-ai/scientific-agent-skills
Zarr Python Overview Zarr is a Python library for storing large N-dimensional arrays with chunking and compression. Apply this skill for efficient parallel I/O, cloud-native workflows, and seamless integration with NumPy, Dask, and Xarray. Quick Start Installation uv pip install zarr Requires Python 3.11+. For cloud storage support, install additional packages: uv pip install s3fs For S3 uv pip install gcsfs For Google Cloud Storage Show more
620