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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
1501 atheris trailofbits/skills
Atheris Atheris is a coverage-guided Python fuzzer built on libFuzzer. It enables fuzzing of both pure Python code and Python C extensions with integrated AddressSanitizer support for detecting memory corruption issues. When to Use Fuzzer Best For Complexity Atheris Python code and C extensions Low-Medium Hypothesis Property-based testing Low python-afl AFL-style fuzzing Medium Choose Atheris when: Fuzzing pure Python code with coverage guidance Testing Python C extensions for memory corrupt...
864
1502 cairo-vulnerability-scanner trailofbits/skills
Cairo/StarkNet Vulnerability Scanner 1. Purpose Systematically scan Cairo smart contracts on StarkNet for platform-specific security vulnerabilities related to arithmetic, cross-layer messaging, and cryptographic operations. This skill encodes 6 critical vulnerability patterns unique to Cairo/StarkNet ecosystem. 2. When to Use This Skill Auditing StarkNet smart contracts (Cairo) Reviewing L1-L2 bridge implementations Pre-launch security assessment of StarkNet applications Validating cross-laye...
863
1503 defuddle joeseesun/defuddle-skill
Defuddle Use Defuddle CLI to extract clean readable content from web pages. Prefer over WebFetch for standard web pages — it removes navigation, ads, and clutter, reducing token usage. If not installed: npm install -g defuddle Usage Always use --md for markdown output: defuddle parse < url > --md Save to file: defuddle parse < url > --md -o content.md Extract specific metadata: defuddle parse < url > -p title defuddle parse < url > -p description defuddle parse < url > -p domain Output formats F...
863
1504 web-search-plus robbyczgw-cla/web-search-plus
Web Search Plus Stop choosing search providers. Let the skill do it for you. This skill connects you to 7 search providers (Serper, Tavily, Querit, Exa, Perplexity, You.com, SearXNG) and automatically picks the best one for each query. Shopping question? → Google results. Research question? → Deep research engine. Need a direct answer? → AI-synthesized with citations. Want privacy? → Self-hosted option. ✨ What Makes This Different? Just search — No need to think about which provider to use Smart...
862
1505 chart-visualization antvis/chart-visualization-skills
Chart Visualization Skill This skill provides a comprehensive workflow for transforming data into visual charts. It handles chart selection, parameter extraction, and image generation. Workflow To visualize data, follow these steps: 1. Intelligent Chart Selection Analyze the user's data features to determine the most appropriate chart type. Use the following guidelines (and consult references/ for detailed specs): Time Series: Use generate_line_chart (trends) or generate_area_chart (accumu...
862
1506 wycheproof trailofbits/skills
Wycheproof Wycheproof is an extensive collection of test vectors designed to verify the correctness of cryptographic implementations and test against known attacks. Originally developed by Google, it is now a community-managed project where contributors can add test vectors for specific cryptographic constructions. Background Key Concepts Concept Description Test vector Input/output pair for validating crypto implementation correctness Test group Collection of test vectors sharing attributes (...
862
1507 manim-composer adithya-s-k/manim_skill
Workflow Phase 1: Understand the Concept Research the topic deeply before asking questions Use web search to understand the core concepts Identify the key insights that make this topic interesting Find the "aha moment" - what makes this click for learners Note common misconceptions to address Identify the narrative hook What question does this video answer? Why should the viewer care? What's the surprising or counterintuitive element? Phase 2: Clarify with User Ask targeted questions (not a...
861
1508 senior-fullstack sickn33/antigravity-awesome-skills
Senior Fullstack Complete toolkit for senior fullstack with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Fullstack Scaffolder python scripts/fullstack_scaffolder.py [ options ] Script 2: Project Scaffolder python scripts/project_scaffolder.py [ options ] Script 3: Code Quality Analyzer python scripts/code_quality_analyzer.py [ options ] Core Capabilities 1. Fullstack Scaffolder Automated tool fo...
860
1509 prisma-upgrade-v7 prisma/skills
Upgrade to Prisma ORM 7 Complete guide for migrating from Prisma ORM v6 to v7. This upgrade introduces significant breaking changes including ESM-only support, required driver adapters, and a new configuration system. When to Apply Reference this skill when: Upgrading from Prisma v6 to v7 Updating to the prisma-client generator Setting up driver adapters Configuring prisma.config.ts Fixing import errors after upgrade Rule Categories by Priority Priority Category Impact Prefix 1 Schema Migration ...
860
1510 projects railwayapp/railway-skills
Project Management List, switch, and configure Railway projects. When to Use User asks "show me all my projects" or "what projects do I have" User asks about projects across workspaces User asks "what workspaces do I have" User wants to switch to a different project User asks to rename a project User wants to enable/disable PR deploys User wants to make a project public or private User asks about project settings List Projects The railway list --json output can be very large. Run in a subagen...
859
1511 fund coinbase/agentic-wallet-skills
Funding the Wallet Use the wallet companion app to fund the wallet with USDC via Coinbase Onramp. This supports multiple payment methods including Apple Pay, debit cards, bank transfers, and funding from a Coinbase account. Confirm wallet is initialized and authed npx awal@2.0.3 status If the wallet is not authenticated, refer to the authenticate-wallet skill. Opening the Funding Interface npx awal@2.0.3 show This opens the wallet companion window where users can: Select a preset amount ($10, $2...
859
1512 insecure-defaults trailofbits/skills
Finds fail-open vulnerabilities where apps run insecurely with missing configuration. Distinguishes exploitable defaults from fail-secure patterns that crash safely. - Fail-open (CRITICAL): `SECRET = env.get('KEY') or 'default'` → App runs with weak secret - Fail-secure (SAFE): `SECRET = env['KEY']` → App crashes if missing When to Use - Security audits of production applications (auth, crypto, API security) - Configuration review of deployment files, IaC templates, Docker configs - Code ...
858
1513 dwarf-expert trailofbits/skills
Overview This skill provides technical knowledge and expertise about the DWARF standard and how to interact with DWARF files. Tasks include answering questions about the DWARF standard, providing examples of various DWARF features, parsing and/or creating DWARF files, and writing/modifying/analyzing code that interacts with DWARF data. When to Use This Skill Understanding or parsing DWARF debug information from compiled binaries Answering questions about the DWARF standard (v3, v4, v5) Writing...
858
1514 workflow vercel/workflow
CRITICAL : Always Use Correct workflow Documentation Your knowledge of workflow is outdated. The workflow documentation outlined below matches the installed version of the Workflow DevKit. Follow these instructions before starting on any workflow -related tasks: Search the bundled documentation in node_modules/workflow/docs/ : Find docs : glob "node_modules/workflow/docs//*.mdx" Search content : grep "your query" node_modules/workflow/docs/ Documentation structure in node_modules/workflow/docs/ ...
858
1515 sre-engineer jeffallan/claude-skills
SRE Engineer Senior Site Reliability Engineer with expertise in building highly reliable, scalable systems through SLI/SLO management, error budgets, capacity planning, and automation. Role Definition You are a senior SRE with 10+ years of experience building and maintaining production systems at scale. You specialize in defining meaningful SLOs, managing error budgets, reducing toil through automation, and building resilient systems. Your focus is on sustainable reliability that enables feat...
858
1516 libafl trailofbits/skills
LibAFL LibAFL is a modular fuzzing library that implements features from AFL-based fuzzers like AFL++. Unlike traditional fuzzers, LibAFL provides all functionality in a modular and customizable way as a Rust library. It can be used as a drop-in replacement for libFuzzer or as a library to build custom fuzzers from scratch. When to Use Fuzzer Best For Complexity libFuzzer Quick setup, single-threaded Low AFL++ Multi-core, general purpose Medium LibAFL Custom fuzzers, advanced features, researc...
857
1517 base44-cli base44/skills
Base44 CLI Create and manage Base44 apps (projects) using the Base44 CLI tool. ⚡ IMMEDIATE ACTION REQUIRED - Read This First This skill activates on ANY mention of "base44" or when a base44/ folder exists. DO NOT read documentation files or search the web before acting. Your first action MUST be: Check if base44/config.jsonc exists in the current directory If NO (new project scenario): This skill (base44-cli) handles the request Guide user through project initialization Do NOT activate base...
857
1518 tdd-test-writer am-will/codex-skills
TDD Test Writer Use this skill to complete the RED phase of TDD: define behavior with tests first, verify they fail for the right reason, then hand off implementation with objective pass criteria. When To Use Use this skill when the user asks for: test-first development TDD / RED-GREEN-REFACTOR workflow writing tests that implementation agents must satisfy bugfixes that need regression tests before code changes Required Rules Do not modify production code while running this skill. Use subagent r...
857
1519 aflpp trailofbits/skills
AFL++ AFL++ is a fork of the original AFL fuzzer that offers better fuzzing performance and more advanced features while maintaining stability. A major benefit over libFuzzer is that AFL++ has stable support for running fuzzing campaigns on multiple cores, making it ideal for large-scale fuzzing efforts. When to Use Fuzzer Best For Complexity AFL++ Multi-core fuzzing, diverse mutations, mature projects Medium libFuzzer Quick setup, single-threaded, simple harnesses Low LibAFL Custom fuzzers, r...
857
1520 avoid-feature-creep waynesutton/convexskills
Avoid Feature Creep for Agents Stop building features nobody needs. This skill helps you ship products that solve real problems without drowning in unnecessary complexity. Feature creep kills products. It delays launches, burns budgets, exhausts teams, and creates software nobody wants to use. The most successful products do fewer things well. The Core Problem Feature creep is the gradual accumulation of features beyond what your product needs to deliver value. It happens slowly, then all at...
857
1521 firebase sickn33/antigravity-awesome-skills
Firebase You're a developer who has shipped dozens of Firebase projects. You've seen the "easy" path lead to security breaches, runaway costs, and impossible migrations. You know Firebase is powerful, but you also know its sharp edges. Your hard-won lessons: The team that skipped security rules got pwned. The team that designed Firestore like SQL couldn't query their data. The team that attached listeners to large collections got a $10k bill. You've learned from all of them. You advocate for ...
856
1522 nuxt-content onmax/nuxt-skills
Nuxt Content v3 Progressive guidance for content-driven Nuxt apps with typed collections and SQL-backed queries. When to Use Working with: Content collections (content.config.ts, defineCollection) Remote sources (GitHub repos, external APIs via defineCollectionSource) Content queries (queryCollection, navigation, search) MDC rendering (<ContentRenderer>, prose components) Database configuration (SQLite, PostgreSQL, D1, LibSQL) Content hooks (content:file:beforeParse, content:file:afterParse)...
855
1523 semgrep-rule-variant-creator trailofbits/skills
Semgrep Rule Variant Creator Port existing Semgrep rules to new target languages with proper applicability analysis and test-driven validation. When to Use Ideal scenarios: Porting an existing Semgrep rule to one or more target languages Creating language-specific variants of a universal vulnerability pattern Expanding rule coverage across a polyglot codebase Translating rules between languages with equivalent constructs When NOT to Use Do NOT use this skill for: Creating a new Semgrep rul...
854
1524 building-with-medusa medusajs/medusa-agent-skills
Medusa Backend Development Comprehensive backend development guide for Medusa applications. Contains patterns across 6 categories covering architecture, type safety, business logic placement, and common pitfalls. When to Apply Load this skill for ANY backend development task, including: Creating or modifying custom modules and data models Implementing workflows for mutations Building API routes (store or admin) Defining module links between entities Writing business logic or validation Query...
854
1525 springboot-verification affaan-m/everything-claude-code
Spring Boot Verification Loop Run before PRs, after major changes, and pre-deploy. When to Activate Before opening a pull request for a Spring Boot service After major refactoring or dependency upgrades Pre-deployment verification for staging or production Running full build → lint → test → security scan pipeline Validating test coverage meets thresholds Phase 1: Build mvn -T 4 clean verify -DskipTests or ./gradlew clean assemble -x test If build fails, stop and fix. Phase 2: Static Analysis Ma...
854
1526 ui-design-system davila7/claude-code-templates
UI/UX Design & Development Expert Comprehensive UI/UX design, review, and improvement for modern web applications. Production-ready implementations with TailwindCSS + Radix UI + shadcn/ui and modern React patterns. Stack Architecture The Three Pillars Layer 1: TailwindCSS (Styling Foundation) Utility-first CSS framework with build-time generation Zero runtime overhead, minimal production bundles Design tokens: colors, spacing, typography, breakpoints Responsive utilities and dark mode support La...
852
1527 flutter-testing madteacher/mad-agents-skills
flutter-automated-testing Goal Generates, configures, and debugs automated tests for Flutter applications, encompassing unit, widget, integration, and plugin testing. Analyzes architectural components (such as MVVM layers) to produce isolated, mock-driven tests and end-to-end device tests. Assumes a standard Flutter project structure, existing business logic, and familiarity with Dart testing paradigms. Instructions 1. Determine Test Type (Decision Logic) Evaluate the user's target code to deter...
852
1528 ruzzy trailofbits/skills
Ruzzy Ruzzy is a coverage-guided fuzzer for Ruby built on libFuzzer. It enables fuzzing both pure Ruby code and Ruby C extensions with sanitizer support for detecting memory corruption and undefined behavior. When to Use Ruzzy is currently the only production-ready coverage-guided fuzzer for Ruby. Choose Ruzzy when: Fuzzing Ruby applications or libraries Testing Ruby C extensions for memory safety issues You need coverage-guided fuzzing for Ruby code Working with Ruby gems that have native ...
851
1529 xiaohongshu-images iamzifei/xiaohongshu-images-skill
Xiaohongshu Images Skill This skill transforms markdown, HTML, or text content into beautifully styled HTML pages with AI-generated cover images, then captures them as sequential screenshots at 3:4 ratio for Xiaohongshu posting. Overview The skill performs the following workflow: Accept Content: Receives markdown, HTML, or txt format content from the user Load Prompt Template: Reads the prompt template from prompts/default.md in this skill's directory Generate Cover Image: Uses /baoyu-cover-...
851
1530 nuxt-modules onmax/nuxt-skills
Nuxt Module Development Guide for creating Nuxt modules that extend framework functionality. Related skills: nuxt (basics), vue (runtime patterns) Quick Start npx nuxi init -t module my-module cd my-module && npm install npm run dev Start playground npm run dev:build Build in watch mode npm run test Run tests Available Guidance references/development.md - Module anatomy, defineNuxtModule, Kit utilities, hooks references/testing-and-publishing.md - E2E testing, best practices...
844
1531 base44-sdk base44/skills
Base44 Coder Build apps on the Base44 platform using the Base44 JavaScript SDK. ⚡ IMMEDIATE ACTION REQUIRED - Read This First This skill activates on ANY mention of "base44" or when a base44/ folder exists. DO NOT read documentation files or search the web before acting. Your first action MUST be: Check if base44/config.jsonc exists in the current directory If YES (existing project scenario): This skill (base44-sdk) handles the request Implement features using Base44 SDK Do NOT use base44-c...
843
1532 feishu-doc m1heng/clawdbot-feishu
Feishu Document Tool Single tool feishu_doc with action parameter for all document operations including comment management. Token Extraction From URL https://xxx.feishu.cn/docx/ABC123def → doc_token = ABC123def From URL https://xxx.feishu.cn/docs/doccn123c → doc_token = doccn123c Actions Read Document { "action" : "read" , "doc_token" : "ABC123def" } Returns: title, plain text content, block statistics. Check hint field - if present, structured content (tables, images) exists that requires list_...
842
1533 cpp-coding-standards affaan-m/everything-claude-code
C++ Coding Standards (C++ Core Guidelines) Comprehensive coding standards for modern C++ (C++17/20/23) derived from the C++ Core Guidelines . Enforces type safety, resource safety, immutability, and clarity. When to Use Writing new C++ code (classes, functions, templates) Reviewing or refactoring existing C++ code Making architectural decisions in C++ projects Enforcing consistent style across a C++ codebase Choosing between language features (e.g., enum vs enum class , raw pointer vs smart poin...
840
1534 auth-wechat-miniprogram tencentcloudbase/skills
When to use this skill Use this skill for WeChat Mini Program (小程序) authentication in a CloudBase project. Use it when you need to: Implement WeChat Mini Program login with CloudBase Access user identity (openid, unionid) in cloud functions Understand how WeChat authentication integrates with CloudBase Build Mini Program features that require user identification Key advantage: WeChat Mini Program authentication with CloudBase is seamless and automatic - no complex OAuth flows needed. When a Mini...
839
1535 cloud-architect jeffallan/claude-skills
Cloud Architect Senior cloud architect specializing in multi-cloud strategies, migration patterns, cost optimization, and cloud-native architectures across AWS, Azure, and GCP. Role Definition You are a senior cloud architect with 15+ years of experience designing enterprise cloud solutions. You specialize in multi-cloud architectures, migration strategies (6Rs), cost optimization, security by design, and operational excellence. You design highly available, secure, and cost-effective cloud in...
838
1536 connect-apps composiohq/awesome-claude-skills
Connect Apps Connect Claude to 1000+ apps. Actually send emails, create issues, post messages - not just generate text about it. Quick Start Step 1: Install the Plugin /plugin install composio-toolrouter Step 2: Run Setup /composio-toolrouter:setup This will: Ask for your free API key (get one at platform.composio.dev) Configure Claude's connection to 1000+ apps Take about 60 seconds Step 3: Try It! After setup, restart Claude Code and try: Send me a test email at YOUR_EMAIL@example.com ...
837
1537 convex-agents waynesutton/convexskills
Convex Agents Build persistent, stateful AI agents with Convex including thread management, tool integration, streaming responses, RAG patterns, and workflow orchestration. Documentation Sources Before implementing, do not assume; fetch the latest documentation: Primary: https://docs.convex.dev/ai Convex Agent Component: https://www.npmjs.com/package/@convex-dev/agent For broader context: https://docs.convex.dev/llms.txt Instructions Why Convex for AI Agents Persistent State - Conversation h...
837
1538 environment railwayapp/railway-skills
Environment Configuration Query, stage, and apply configuration changes for Railway environments. Quick Actions When user asks "what's the config" or "show configuration": Run railway status --json to get the environment ID, then always query the full config: bash <<'SCRIPT' scripts/railway-api.sh \ 'query envConfig($envId: String!) { environment(id: $envId) { id config } }' \ '{"envId": "ENV_ID_FROM_STATUS"}' SCRIPT Present: source (repo/image), build settings, deploy settings,...
834
1539 solid ramziddin/solid-skills
Solid Skills: Professional Software Engineering You are now operating as a senior software engineer. Every line of code you write, every design decision you make, and every refactoring you perform must embody professional craftsmanship. When This Skill Applies ALWAYS use this skill when: Writing ANY code (features, fixes, utilities) Refactoring existing code Planning or designing architecture Reviewing code quality Debugging issues Creating tests Making design decisions Core Philosophy "Cod...
831
1540 requirements-analysis jwynia/agent-skills
Requirements Analysis Diagnose requirements-level problems in software projects. Help distinguish stated wants from underlying problems, discover real constraints, and avoid premature solution thinking. When to Use This Skill Use this skill when: Starting a new project without clear problem definition Requirements feel vague or untestable Scope keeps expanding without bounds Constraints are unclear or unvalidated Building features without understanding the underlying need Do NOT use this sk...
828
1541 maishou aahl/skills
买手技能 获取中国在线购物平台商品价格、优惠券,全网比价 参数解释 source : 1 : 淘宝/天猫 2 : 京东 3 : 拼多多 7 : 抖音 8 : 快手 搜索商品 uv run scripts/main.py search --source = { source } --keyword = '{keyword}' uv run scripts/main.py search --source = { source } --keyword = '{keyword}' --page = 2 商品详情及购买链接 uv run scripts/main.py detail --source = { source } --id = { goodsId }
828
1542 clerk-backend-api clerk/skills
Options context User Prompt: $ARGUMENTS API specs context Before doing anything, fetch the available spec versions and tags by running: bash scripts/api-specs-context.sh Use the output to determine the latest version and available tags. Caching: If you already fetched the spec context earlier in this conversation, do NOT fetch it again. Reuse the version and tags from the previous call. Rules Always disregard endpoints/schemas related to platform . Always confirm before performing write requests...
827
1543 zod pproenca/dot-skills
Zod Best Practices Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Zod schemas Choosing between parse() and safeParse() Implementing type inference with z.infer Handling validation errors for user feedback Composing complex object schemas Using refinements and transforms Optimizing bundle size and val...
826
1544 project-guidelines-example affaan-m/everything-claude-code
Project Guidelines Skill (Example) This is an example of a project-specific skill. Use this as a template for your own projects. Based on a real production application: Zenith - AI-powered customer discovery platform. When to Use Reference this skill when working on the specific project it's designed for. Project skills contain: Architecture overview File structure Code patterns Testing requirements Deployment workflow Architecture Overview Tech Stack: Frontend : Next.js 15 (App Router), TypeScr...
826
1545 swiftui-view-refactor dimillian/skills
SwiftUI View Refactor Overview Apply a consistent structure and dependency pattern to SwiftUI views, with a focus on ordering, Model-View (MV) patterns, careful view model handling, and correct Observation usage. Core Guidelines 1) View ordering (top → bottom) Environment private/public let @State / other stored properties computed var (non-view) init body computed view builders / other view helpers helper / async functions 2) Prefer MV (Model-View) patterns Default to MV: Views are lightweigh...
822
1546 crypto-report aahl/skills
Cryptocurrency Report Executing Shell commands. Get Binance AI analysis report bash scripts/binance-ai-report.sh BTC bash scripts/binance-ai-report.sh ETH bash scripts/binance-ai-report.sh SOL Get blockchain news updates bash scripts/theblockbeats-news.sh bash scripts/theblockbeats-news.sh 2 Specify page number
822
1547 brand-storytelling refoundai/lenny-skills
Brand Storytelling Help the user craft compelling narratives that make their brand memorable using techniques from 30 product leaders and storytelling experts. How to Help When the user asks for help with brand storytelling: Understand the context - Ask who the audience is (investors, customers, employees) and what action they want to inspire Find the core story - Help identify the transformation, movement, or unique insight at the heart of the brand Structure the narrative - Apply proven framew...
821
1548 wechat-article-publisher iamzifei/wechat-article-publisher-skill
WeChat Article Publisher Publish Markdown or HTML content to WeChat Official Account drafts via API, with automatic format conversion. Prerequisites WECHAT_API_KEY environment variable set (from .env file) Python 3.9+ Authorized WeChat Official Account on wx.limyai.com Scripts Located in ~/.claude/skills/wechat-article-publisher/scripts/: wechat_api.py WeChat API client for listing accounts and publishing articles: List authorized accounts python wechat_api.py list-accounts Publish from...
819
1549 vue-expert jeffallan/claude-skills
Vue Expert Senior Vue specialist with deep expertise in Vue 3 Composition API, reactivity system, and modern Vue ecosystem. Role Definition You are a senior frontend engineer with 10+ years of JavaScript framework experience. You specialize in Vue 3 with Composition API, Nuxt 3, Pinia state management, and TypeScript integration. You build elegant, reactive applications with optimal performance. When to Use This Skill Building Vue 3 applications with Composition API Creating reusable composa...
819
1550 connect composiohq/awesome-claude-skills
Connect Connect Claude to any app. Stop generating text about what you could do - actually do it. When to Use This Skill Use this skill when you need Claude to: Send that email instead of drafting it Create that issue instead of describing it Post that message instead of suggesting it Update that database instead of explaining how What Changes Without Connect With Connect "Here's a draft email..." Sends the email "You should create an issue..." Creates the issue "Post this to Slack..." Posts...
818