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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,927
总 Skills
102.6M
总安装量
2,598
贡献者
# Skill 仓库 描述 安装量
13251 tooluniverse-protein-structure-retrieval mims-harvard/tooluniverse
Protein Structure Data Retrieval Retrieve protein structures with proper disambiguation, quality assessment, and comprehensive metadata. IMPORTANT : Always use English terms in tool calls (protein names, organism names), even if the user writes in another language. Only try original-language terms as a fallback if English returns no results. Respond in the user's language. Workflow Overview Phase 0: Clarify (if needed) ↓ Phase 1: Disambiguate Protein Identity ↓ Phase 2: Retrieve Structures (Inte...
207
13252 claude code guide sickn33/antigravity-awesome-skills
Claude Code Guide Purpose To provide a comprehensive reference for configuring and using Claude Code (the agentic coding tool) to its full potential. This skill synthesizes best practices, configuration templates, and advanced usage patterns. Configuration ( CLAUDE.md ) When starting a new project, create a CLAUDE.md file in the root directory to guide the agent. Template (General) Project Guidelines Commands - Run app: `npm run dev` - Test: `npm test` - Build: `npm run build` Code Style - Us...
206
13253 agent-fetch teng-lin/agent-fetch
agent-fetch Skill A better web fetch for text content. Your built-in web fetch summarizes or truncates pages. agent-fetch extracts the complete article — every paragraph, heading, and link — using 7 extraction strategies and browser impersonation. No server required, runs as a local CLI tool. When to Use This Skill Use agent-fetch whenever you need to read a URL. It returns full article text with structure preserved — better than your built-in web fetch for any task involving page content. User ...
206
13254 axiom-swiftui-debugging charleswiltgen/axiom
SwiftUI Debugging Overview SwiftUI debugging falls into three categories, each with a different diagnostic approach: View Not Updating – You changed something but the view didn't redraw. Decision tree to identify whether it's struct mutation, lost binding identity, accidental view recreation, or missing observer pattern. Preview Crashes – Your preview won't compile or crashes immediately. Decision tree to distinguish between missing dependencies, state initialization failures, and Xcode cache ...
206
13255 golang-database-patterns bobmatnyc/claude-mpm-skills
Go Database Patterns Overview Go's database ecosystem provides multiple layers of abstraction for SQL database integration. From the standard library's database/sql to enhanced libraries like sqlx and PostgreSQL-optimized pgx, developers can choose the right tool for their performance and ergonomics needs. Key Features: 🔌 database/sql: Standard interface for any SQL database 🚀 sqlx: Convenience methods with struct scanning and named queries 🐘 pgx: PostgreSQL-native driver with maximum perform...
206
13256 trading212-api trading212-labs/agent-skills
Trading 212 API Note: The Trading 212 API is currently in beta and under active development. Some endpoints or behaviors may change. Quick Reference Environments Environment Base URL Purpose Demo https://demo.trading212.com/api/v0 Paper trading - test without real funds Live https://live.trading212.com/api/v0 Real money trading Order Quantity Convention Positive quantity = BUY (e.g., 10 buys 10 shares) Negative quantity = SELL (e.g., -10 sells 10 shares) Account Types Only Invest and Stocks ISA ...
206
13257 phoenix-liveview bobmatnyc/claude-mpm-skills
Phoenix + LiveView (Elixir/BEAM) Phoenix builds on Elixir and the BEAM VM to deliver fault-tolerant, real-time web applications with minimal JavaScript. LiveView keeps UI state on the server while streaming HTML diffs over WebSockets. The BEAM provides lightweight processes, supervision trees, hot code upgrades, and soft-realtime scheduling. Key ideas OTP supervision keeps web, data, and background processes isolated and restartable. Contexts encode domain boundaries (e.g., Accounts, Billing)...
206
13258 web-design-guidelines calcom/cal.com
Web Interface Guidelines Review files for compliance with Web Interface Guidelines. How It Works Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format Guidelines Source Fetch fresh guidelines before each review: https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md Use WebFetch to retrieve the latest rules. Th...
206
13259 tooluniverse-chemical-compound-retrieval mims-harvard/tooluniverse
Chemical Compound Information Retrieval Retrieve comprehensive chemical compound data with proper disambiguation and cross-database validation. IMPORTANT : Always use English compound names and search terms in tool calls, even if the user writes in another language (e.g., translate "阿司匹林" to "aspirin"). Only try original-language terms as a fallback if English returns no results. Respond in the user's language. Workflow Overview Phase 0: Clarify (if needed) ↓ Phase 1: Disambiguate Compound Ident...
206
13260 imessage letta-ai/skills
Send and read iMessages/SMS using the `imsg` CLI tool on macOS. Setup 1. Build the imsg CLI Clone and build the tool: ``` git clone https://github.com/letta-ai/imsg.git ~/repos/imsg cd ~/repos/imsg swift build -c release ``` The binary will be at `~/repos/imsg/.build/release/imsg` (or use the pre-built binary if available at `~/repos/imsg/bin/imsg`). 2. Grant Permissions Required macOS permissions (System Settings → Privacy & Security): | Full Disk Access | Privacy & Security → Full...
206
13261 portfolio-analyzer onewave-ai/claude-skills
Portfolio Analyzer Review investment portfolios for risk, diversification, fees. Asset allocation recommendations, tax-loss harvesting, rebalancing. Instructions You are an expert financial analyst. Review portfolios, identify risks and opportunities, provide strategic recommendations. Include appropriate disclaimers. Output Format Portfolio Analyzer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices B...
206
13262 opentrons-integration davila7/claude-code-templates
No SKILL.md available for this skill. View on GitHub
206
13263 neon-postgres davila7/claude-code-templates
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...
206
13264 shodan reconnaissance and pentesting davila7/claude-code-templates
Shodan Reconnaissance and Pentesting Purpose Provide systematic methodologies for leveraging Shodan as a reconnaissance tool during penetration testing engagements. This skill covers the Shodan web interface, command-line interface (CLI), REST API, search filters, on-demand scanning, and network monitoring capabilities for discovering exposed services, vulnerable systems, and IoT devices. Inputs / Prerequisites Shodan Account : Free or paid account at shodan.io API Key : Obtained from Shodan acc...
206
13265 wireshark network traffic analysis davila7/claude-code-templates
Wireshark Network Traffic Analysis Purpose Execute comprehensive network traffic analysis using Wireshark to capture, filter, and examine network packets for security investigations, performance optimization, and troubleshooting. This skill enables systematic analysis of network protocols, detection of anomalies, and reconstruction of network conversations from PCAP files. Inputs / Prerequisites Required Tools Wireshark installed (Windows, macOS, or Linux) Network interface with capture permissi...
206
13266 google-drive-automation sickn33/antigravity-awesome-skills
Google Drive Lightweight Google Drive integration with standalone OAuth authentication. No MCP server required. Full read/write access. Requires Google Workspace account. Personal Gmail accounts are not supported. When to Use You need to search, list, upload, download, move, or organize Google Drive files and folders. The task requires direct Drive read/write automation through local scripts in a Workspace account. You want file-level Drive operations without introducing an MCP server dependency...
206
13267 hr-pro sickn33/antigravity-awesome-skills
Use this skill when Working on hr pro tasks or workflows Needing guidance, best practices, or checklists for hr pro Do not use this skill when The task is unrelated to hr pro 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 are HR-Pro , a professional, ...
206
13268 figma-automation sickn33/antigravity-awesome-skills
Figma Automation via Rube MCP Automate Figma operations through Composio's Figma toolkit via Rube MCP. Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Figma connection via RUBE_MANAGE_CONNECTIONS with toolkit figma Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works. Verify Rube MCP is available by confirmin...
206
13269 security-requirement-extraction sickn33/antigravity-awesome-skills
Security Requirement Extraction Transform threat analysis into actionable security requirements. When to Use This Skill Converting threat models to requirements Writing security user stories Creating security test cases Building security acceptance criteria Compliance requirement mapping Security architecture documentation Core Concepts 1. Requirement Categories Business Requirements → Security Requirements → Technical Controls ↓ ↓ ↓ "Prote...
206
13270 unity-ecs-patterns sickn33/antigravity-awesome-skills
Unity ECS Patterns Production patterns for Unity's Data-Oriented Technology Stack (DOTS) including Entity Component System, Job System, and Burst Compiler. When to Use This Skill Building high-performance Unity games Managing thousands of entities efficiently Implementing data-oriented game systems Optimizing CPU-bound game logic Converting OOP game code to ECS Using Jobs and Burst for parallelization Core Concepts 1. ECS vs OOP Aspect Traditional OOP ECS/DOTS Data layout Object-oriented Data-or...
206
13271 copilot-sdk doggy8088/agent-skills
GitHub Copilot SDK Embed Copilot's agentic workflows in any application using Python, TypeScript, Go, or .NET. Overview The GitHub Copilot SDK exposes the same engine behind Copilot CLI: a production-tested agent runtime you can invoke programmatically. No need to build your own orchestration - you define agent behavior, Copilot handles planning, tool invocation, file edits, and more. Prerequisites GitHub Copilot CLI installed and authenticated ( Installation guide ) Language runtime : Node.js 1...
205
13272 xlsx sickn33/antigravity-awesome-skills
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
205
13273 pw-redbook-image plugins-world/pw-skills
将文章内容智能拆解为小红书风格的系列配图,包含封面图、内容图和结尾图。 核心功能 - 智能拆解文章为多张配图 (2-10 张) - 自动生成符合小红书风格的图片提示词 - 支持多种输入源 (URL、文件路径、文本内容) - 自动创建结构化的工作目录 - 支持后处理 (合并长图、PPT、PDF) 使用时机 用户明确要求生成小红书风格配图时: - "生成小红书配图" - "制作小红书系列图" - "将这篇文章做成小红书图片" - "帮我做小红书风格的图文" 不适用场景: - 用户只是询问如何制作 (提供建议即可) - 用户需要单张封面图 (使用 pw-cover-image) - 用户需要其他风格的图片 (使用通用图片生成工具) 使用方法 ``` 从 URL 生成 /pw-redbook-image https://example.com/article 从文本内容生成 /pw-redbook-image "文章内容..." 从 markdown 文件生成 /pw-redbook-image path/to/article.md ```...
205
13274 axiom-swiftui-gestures charleswiltgen/axiom
SwiftUI Gestures Comprehensive guide to SwiftUI gesture recognition with composition patterns, state management, and accessibility integration. When to Use This Skill Implementing tap, drag, long press, magnification, or rotation gestures Composing multiple gestures (simultaneously, sequenced, exclusively) Managing gesture state with GestureState Creating custom gesture recognizers Debugging gesture conflicts or unresponsive gestures Making gestures accessible with VoiceOver Cross-platform ges...
205
13275 databricks databricks/databricks-agent-skills
Databricks Core skill for Databricks CLI, authentication, and data exploration. Product Skills For specific products, use dedicated skills: databricks-jobs - Lakeflow Jobs development and deployment databricks-pipelines - Lakeflow Spark Declarative Pipelines (batch and streaming data pipelines) databricks-apps - Full-stack TypeScript app development and deployment databricks-lakebase - Lakebase Postgres Autoscaling project management Prerequisites CLI installed : Run databricks --version to chec...
205
13276 axiom-sqlitedata charleswiltgen/axiom
SQLiteData Overview Type-safe SQLite persistence using SQLiteData by Point-Free. A fast, lightweight replacement for SwiftData with CloudKit synchronization support, built on GRDB and StructuredQueries. Core principle: Value types (struct) + @Table macro + database.write { } blocks for all mutations. For advanced patterns (CTEs, views, custom aggregates, schema composition), see the axiom-sqlitedata-ref reference skill. Requires: iOS 17+, Swift 6 strict concurrency License: MIT When to Use ...
205
13277 react-vite-expert questfortech-investments/claude-code-skills
React + Vite Expert Overview Transform into a React + Vite expert with deep knowledge of modern React development patterns, optimal project organization, performance optimization techniques, and production-ready configurations. This skill provides everything needed to build fast, maintainable, and scalable React applications using Vite as the build tool. Core Capabilities 1. Project Architecture & Organization Guide users in structuring React applications for maximum maintainability and scala...
205
13278 kysely bobmatnyc/claude-mpm-skills
Kysely Development Guidelines You are an expert in Kysely, TypeScript, and SQL database design with a focus on type safety and query optimization. Core Principles Kysely is a thin abstraction layer over SQL, designed by SQL lovers for SQL lovers Full type safety with autocompletion for tables, columns, and query results Predictable 1:1 compilation to SQL - what you write is what you get No magic or hidden behavior - explicit and transparent query building Works with Node.js, Deno, Bun, Cloudflar...
205
13279 engineer-analyst rysweet/amplihack
Engineer Analyst Skill Purpose Analyze technical systems, problems, and designs through the disciplinary lens of engineering, applying established frameworks (systems engineering, design thinking, optimization theory), multiple methodological approaches (first principles analysis, failure mode analysis, design of experiments), and evidence-based practices to understand how systems work, why they fail, and how to design reliable, efficient, and scalable solutions. When to Use This Skill System ...
205
13280 yuque-personal-smart-search yuque/yuque-plugin
Smart Search — Yuque Personal Knowledge Base Search & Q&A Search across your personal Yuque knowledge bases using natural language, read relevant documents, and synthesize a clear answer with references. When to Use User asks a question that might be answered by their personal Yuque docs User wants to find specific information in their own knowledge base User says "搜一下我的文档", "search my Yuque", "我的知识库里有没有..." Required MCP Tools All tools are from the yuque-mcp server: yuque_search — Search docume...
205
13281 deployment-validation-config-validate sickn33/antigravity-awesome-skills
Configuration Validation You are a configuration management expert specializing in validating, testing, and ensuring the correctness of application configurations. Create comprehensive validation schemas, implement configuration testing strategies, and ensure configurations are secure, consistent, and error-free across all environments. Use this skill when Working on configuration validation tasks or workflows Needing guidance, best practices, or checklists for configuration validation Do not us...
205
13282 comprehensive-review-pr-enhance sickn33/antigravity-awesome-skills
Pull Request Enhancement You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensure PRs follow best practices for clarity, size, and reviewability. Use this skill when Writing or improving PR descriptions Summarizing changes for faster reviews Organizing tests, risks, and rollout notes Reducing PR size or improving reviewability Do not use this skill whe...
205
13283 supabase-auth nice-wolf-studio/claude-code-supabase-skills
Supabase Authentication Overview This skill provides authentication and user management operations through the Supabase Auth API. Supports email/password authentication, session management, user metadata, and password recovery. Prerequisites Required environment variables: export SUPABASE_URL="https://your-project.supabase.co" export SUPABASE_KEY="your-anon-or-service-role-key" Helper script: This skill uses the shared Supabase API helper. Make sure to source it: source "$(dirname "${BASH...
205
13284 protocolsio-integration davila7/claude-code-templates
Protocols.io Integration Overview Protocols.io is a comprehensive platform for developing, sharing, and managing scientific protocols. This skill provides complete integration with the protocols.io API v3, enabling programmatic access to protocols, workspaces, discussions, file management, and collaboration features. When to Use This Skill Use this skill when working with protocols.io in any of the following scenarios: Show more
205
13285 cross-site scripting and html injection testing davila7/claude-code-templates
Cross-Site Scripting and HTML Injection Testing Purpose Execute comprehensive client-side injection vulnerability assessments on web applications to identify XSS and HTML injection flaws, demonstrate exploitation techniques for session hijacking and credential theft, and validate input sanitization and output encoding mechanisms. This skill enables systematic detection and exploitation across stored, reflected, and DOM-based attack vectors. Inputs / Prerequisites Required Access Target web appli...
205
13286 pentest checklist sickn33/antigravity-awesome-skills
Pentest Checklist Purpose Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities. Inputs/Prerequisites Clear business objectives for testing Target environment information Budget and timeline constraints Stakeholder contacts and authorization Legal agreements and scope documents Outputs/Deliverables Defined pentest scope and objectives Prepared testing e...
204
13287 create-agent-skills everyinc/compound-engineering-plugin
<essential_principles> How Skills Work Skills are modular, filesystem-based capabilities that provide domain expertise on demand. This skill teaches how to create effective skills. 1. Skills Are Prompts All prompting best practices apply. Be clear, be direct, use XML structure. Assume Claude is smart - only add context Claude doesn't have. 2. SKILL.md Is Always Loaded When a skill is invoked, Claude reads SKILL.md. Use this guarantee: Essential principles go in SKILL.md (can't be skipped) Workfl...
204
13288 axiom-ios-accessibility charleswiltgen/axiom
iOS Accessibility Router You MUST use this skill for ANY accessibility work including VoiceOver, Dynamic Type, color contrast, and WCAG compliance. When to Use Use this router when: Fixing VoiceOver issues Implementing Dynamic Type Checking color contrast Ensuring touch target sizes Preparing for App Store accessibility review WCAG compliance auditing Routing Logic Accessibility Issues All accessibility work → /skill axiom-accessibility-diag VoiceOver labels and hints Dynamic Type scaling ...
204
13289 vue bobmatnyc/claude-mpm-skills
Vue Based on Vue 3.5. Always use Composition API with <template> <div>{{ title }} - {{ doubled }}</div> </template> Key Imports // Reactivity import { ref , shallowRef , computed , reactive , readonly , toRef , toRefs , toValue } from 'vue' // Watchers import { watch , watchEffect , watchPostEffect , onWatcherCleanup } from 'vue' // Lifecycle import { onMounted , onUpdated , onUnmounted , onBeforeMount , onBeforeUpdate , onBeforeUnmount } from 'vue' // Utilities import { nextTick , defineCompon...
204
13290 git-workflows autumnsgrove/groveengine
Git & GitHub Workflows (via Grove Wrap) All git and GitHub operations go through gw — never use raw git or gh commands directly. Grove Wrap adds safety tiers, Conventional Commits enforcement, protected branch guards, and agent-safe defaults. When to Activate Activate this skill when: Making git commits, pushing, pulling, branching, or stashing Creating, reviewing, or merging pull requests Creating, viewing, or closing GitHub issues Checking CI/workflow run status Reviewing git history, diffs, o...
204
13291 gemini-peer-review jezweb/claude-skills
Gemini Peer Review Consult Gemini as a coding peer for a second opinion on code quality, architecture decisions, debugging, or security reviews. Setup API Key : Set GEMINI_API_KEY as an environment variable. Get a key from https://aistudio.google.com/apikey if you don't have one. export GEMINI_API_KEY = "your-key-here" Workflow Determine mode from user request (review, architect, debug, security, quick) Read target files into context Build prompt using the AI-to-AI template from references/promp...
204
13292 feishu-image zrong/skills
Feishu Image Sender Send images to Feishu (Lark) conversations. This skill works both inside OpenClaw and as a standalone CLI tool. When to use this skill User asks to "截图发给我" (send me a screenshot) User wants to share any image file through Feishu Need to send visual content (charts, diagrams, photos) via Feishu OpenClaw's built-in message tool fails to send images Configuration For OpenClaw Users When running inside OpenClaw, this skill automatically reads credentials from OpenClaw's Feishu co...
204
13293 legacy-to-ai-ready nicepkg/ai-workflow
Legacy to AI-Ready Transform legacy codebases into AI-ready projects by generating Claude Code configurations. Quick Start (5-Minute Setup) For most projects, start with just CLAUDE.md: Analyze: python scripts/analyze_codebase.py [path] Create CLAUDE.md with build commands, code style, architecture overview Done - Claude can now write code following your project's conventions Expand to full configuration only when needed. Interactive Discovery Before generating configs, ask these question...
204
13294 burp suite web application testing davila7/claude-code-templates
Burp Suite Web Application Testing Purpose Execute comprehensive web application security testing using Burp Suite's integrated toolset, including HTTP traffic interception and modification, request analysis and replay, automated vulnerability scanning, and manual testing workflows. This skill enables systematic discovery and exploitation of web application vulnerabilities through proxy-based testing methodology. Inputs / Prerequisites Required Tools Burp Suite Community or Professional Edition ...
204
13295 raffle-winner-picker davila7/claude-code-templates
Raffle Winner Picker This skill randomly selects winners from lists, spreadsheets, or Google Sheets for giveaways and contests. When to Use This Skill Running social media giveaways Picking raffle winners at events Randomly selecting participants for surveys or tests Choosing winners from contest submissions Fair distribution of limited spots or resources Random team assignments What This Skill Does Random Selection : Uses cryptographically random selection Multiple Sources : Works with CSV, Exc...
204
13296 form-cro davila7/claude-code-templates
Form CRO You are an expert in form optimization. Your goal is to maximize form completion rates while capturing the data that matters. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before providing recommendations, identify: Form Type Lead capture (gate...
204
13297 flowio davila7/claude-code-templates
No SKILL.md available for this skill. View on GitHub
204
13298 remotion-animation ncklrs/startup-os-skills
Remotion Animation Generates animation configuration documents that define spring behaviors, interpolation mappings, easing curves, and timing constants for Remotion videos. This skill focuses exclusively on animation parameters and does NOT generate component code. What This Skill Does Generates animation configurations for: Spring configs — Damping, stiffness, mass parameters for spring animations Interpolation mappings — Input/output ranges for value transformations Easing functions — Tim...
204
13299 content-research-writer skillcreatorai/ai-agent-skills
Content Research Writer This skill acts as your writing partner, helping you research, outline, draft, and refine content while maintaining your unique voice and style. When to Use This Skill Writing blog posts, articles, or newsletters Creating educational content or tutorials Drafting thought leadership pieces Researching and writing case studies Producing technical documentation with sources Writing with proper citations and references Improving hooks and introductions Getting section-by-sect...
204
13300 pdf-generation glebis/claude-skills
Generate professional PDFs from markdown files using Pandoc with Eisvogel template styling. Supports English and Russian documents with customizable themes, table of contents, and professional typography including EB Garamond font for Russian text. Quick Start Basic commands: ``` Desktop/Print PDF (A4 format) pandoc doc.md -o doc.pdf --pdf-engine=xelatex --toc --toc-depth=2 -V geometry:margin=2.5cm -V fontsize=11pt -V documentclass=article Mobile-friendly PDF (6x9 phone screen optimized) ...
204