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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,097
总 Skills
59.4M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
4601 ai-image-generation inference-sh/skills
AI Image Generation Generate images with 50+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate an image with FLUX belt app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut in space"}' Available Models Model App ID Best For FLUX Dev LoRA falai/flux-dev-lora High quality with custom styles FLUX.2 Klein LoRA falai/flux-2-klein-lora Fast with LoRA support (4B/9B) P-Image pruna/p-image Fast, economical, multiple aspec...
869
4602 ai-video-generation inference-sh/skills
AI Video Generation Generate videos with 40+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a video with Veo belt app run google/veo-3-1-fast --input '{"prompt": "drone shot flying over a forest"}' Available Models Text-to-Video Model App ID Best For Veo 3.1 Fast google/veo-3-1-fast Fast, with optional audio Veo 3.1 google/veo-3-1 Best quality, frame interpolation Veo 3 google/veo-3 High quality with audio Veo 3 Fast goog...
869
4603 wordspace frames-engineering/skills
Wordspace Wordspace is a CLI tool that bootstraps project workspaces with workflows — reusable .prose programs fetched from GitHub. When to activate Activate this skill when the user: Wants to set up a new wordspace project Wants to browse, search, or add workflows Mentions "wordspace" by name Asks about available workflows or how to get new ones Commands wordspace init Bootstrap a new project in the current directory. Runs three steps: Workflows — Fetches available .prose workflows from GitHub ...
869
4604 unit-test-utility-methods giuseppe-trisciuoglio/developer-kit
Unit Testing Utility Classes and Static Methods Overview This skill provides comprehensive patterns for testing utility classes and static methods using JUnit 5. It covers testing pure functions without side effects, edge case handling, boundary conditions, and common utility patterns like string manipulation, calculations, collections, and data validation. When to Use Use this skill when: Testing utility classes with static helper methods Testing pure functions with no state or side effects Tes...
869
4605 video-report remotion-dev/remotion
When a user reports a video not working, we should download the URL and put it as the src in packages/example/src/NewVideo.tsx. Then, in packages/example, we should run bunx remotion render NewVideo --log=verbose.
869
4606 implementing-agent-modes posthog/posthog
Use the steps below to plan or implement a new mode. A mode is a way to manage the context of the agent and inject tools, prompts, and mode-related behavior relevant to a product, use case, JTBD, etc. The agent has the `switch_mode` tool that allows it to switch itself to another mode, which might change tools, prompt, and executables, preserving the current context. Some previously created tools are contextual, meaning they're injected on particular pages of the frontend. The modes change the a...
869
4607 interactive-portfolio sickn33/antigravity-awesome-skills
Interactive Portfolio Role: Portfolio Experience Designer You know a portfolio isn't a resume - it's a first impression that needs to convert. You balance creativity with usability. You understand that hiring managers spend 30 seconds on each portfolio. You make those 30 seconds count. You help people stand out without being gimmicky. Capabilities Portfolio architecture Project showcase design Interactive case studies Personal branding for devs/designers Contact conversion Portfolio performan...
869
4608 feature-flags facebook/react
React Feature Flags Flag Files File Purpose packages/shared/ReactFeatureFlags.js Default flags (canary), __EXPERIMENTAL__ overrides packages/shared/forks/ReactFeatureFlags.www.js www channel, __VARIANT__ overrides packages/shared/forks/ReactFeatureFlags.native-fb.js React Native, __VARIANT__ overrides packages/shared/forks/ReactFeatureFlags.test-renderer.js Test renderer Gating Tests @gate pragma (test-level) Use when the feature is completely unavailable without the flag: // @gate enableViewT...
869
4609 unit-test-parameterized giuseppe-trisciuoglio/developer-kit
Parameterized Unit Tests with JUnit 5 Overview This skill provides patterns for writing efficient parameterized unit tests using JUnit 5's @ParameterizedTest. It covers @ValueSource, @CsvSource, @MethodSource, @EnumSource, @ArgumentsSource, and custom display names to run the same test logic with multiple input values, reducing test duplication and improving coverage. When to Use Use this skill when: Testing methods with multiple valid inputs Testing boundary values systematically Testing multip...
868
4610 test-scenarios phuryn/pm-skills
Test Scenarios Create comprehensive test scenarios from user stories with test objectives, starting conditions, user roles, step-by-step test actions, and expected outcomes. Use when: Writing QA test cases, creating test plans, defining acceptance test scenarios, or validating user story implementations. Arguments: $PRODUCT : The product or system name $USER_STORY : The user story to test (title and acceptance criteria) $CONTEXT : Additional testing context or constraints Step-by-Step Process Re...
868
4611 adev-writing-guide angular/angular
Angular Documentation (adev) Writing Guide This skill provides comprehensive guidelines for authoring content in adev/src/content . It combines Google's technical writing standards with Angular-specific markdown conventions, components, and best practices. I. Google Technical Writing Guidelines Tone and Content Be conversational and friendly: Maintain a helpful yet professional tone. Avoid being overly casual. Write accessibly: Ensure documentation is understandable to a diverse global audience,...
868
4612 mcp-builder jezweb/claude-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...
868
4613 unit-test-security-authorization giuseppe-trisciuoglio/developer-kit
Unit Testing Security and Authorization Overview This skill provides patterns for unit testing Spring Security authorization logic using @PreAuthorize, @Secured, @RolesAllowed, and custom permission evaluators. It covers testing role-based access control (RBAC), expression-based authorization, custom permission evaluators, and verifying access denied scenarios without full Spring Security context. When to Use Use this skill when: Testing @PreAuthorize and @Secured method-level security Testing r...
867
4614 nextjs-app-router giuseppe-trisciuoglio/developer-kit
Next.js App Router (Next.js 16+) Build modern React applications using Next.js 16+ with App Router architecture. Overview This skill provides patterns for: Server Components (default) and Client Components ("use client") Server Actions for mutations and form handling Route Handlers for API endpoints Explicit caching with "use cache" directive Parallel and intercepting routes Next.js 16 async APIs and proxy.ts When to Use Activate when user requests involve: "Create a Next.js 16 project", "Set up...
867
4615 mermaid-diagram-specialist davila7/claude-code-templates
Mermaid Diagram Specialist Overview Purpose: Expert in creating comprehensive Mermaid diagrams for documentation, architecture visualization, and process mapping Category: Tech Primary Users: tech-writer, architecture-validator, product-technical, tech-lead When to Use This Skill Creating architecture documentation Visualizing workflows and processes Documenting data models (ERDs) Explaining sequence flows Creating state machines Documenting component relationships Creating decision trees Vis...
867
4616 product-requirements cexll/myclaude
Product Requirements Skill Overview Transform user requirements into professional Product Requirements Documents (PRDs) through interactive dialogue, quality scoring, and iterative refinement. Act as Sarah, a meticulous Product Owner who ensures requirements are clear, testable, and actionable before documentation. Core Identity Role: Technical Product Owner & Requirements Specialist Approach: Systematic, quality-driven, user-focused Method: Quality scoring (100-point scale) with 90+ threshold...
867
4617 golang-graphql samber/cc-skills-golang
Persona: You are a Go GraphQL engineer. You design schemas deliberately, batch database access to prevent N+1, and treat query complexity limits as non-optional in production. Modes: Build mode — generating new schemas, resolvers, or server setup: follow the skill's sequential instructions; launch a background agent to grep for existing resolver patterns and naming conventions before generating new code. Review mode — auditing a GraphQL codebase or PR: use a sub-agent to scan for N+1 resolver pa...
866
4618 user-personas phuryn/pm-skills
User Personas Purpose Create detailed, actionable user personas from research data that capture the true diversity of your user base. This skill generates research-backed personas with jobs-to-be-done, pain points, desired outcomes, and unexpected behavioral insights to guide product decisions. Instructions You are an experienced product researcher specializing in persona development and user research synthesis. Input Your task is to create 3 refined user personas for $ARGUMENTS . If the user pr...
866
4619 startup-canvas phuryn/pm-skills
Startup Canvas Metadata Name : startup-canvas Description : Generate a Startup Canvas for a new product. Combines the 9-section Product Strategy Canvas with a Business Model (Cost Structure + Revenue Streams). Designed specifically for startups and new products. Triggers : startup canvas, new product canvas, startup strategy, startup business model Domain Context Startup Canvas vs Business Model Canvas vs Lean Canvas Popular approaches like Business Model Canvas (Strategyzer) and Lean Canvas (As...
866
4620 director-readiness-advisor deanpeters/product-manager-skills
Purpose Guide PMs and Directors through the specific challenges of the PM-to-Director transition using adaptive questions and targeted coaching. Diagnoses where you are in the journey and delivers practical, war-story-backed guidance calibrated to your situation — not generic leadership advice. This is not a readiness checklist. It's a coaching conversation that names what's actually hard, why it's hard, and what to do about it. Key Concepts The Four Transition Situations The PM → Director trans...
865
4621 hotkey lobehub/lobehub
Adding Keyboard Shortcuts Guide Steps to Add a New Hotkey 1. Update Hotkey Constant In src/types/hotkey.ts : export const HotkeyEnum = { // existing... ClearChat : 'clearChat' , // Add new } as const ; 2. Register Default Hotkey In src/const/hotkeys.ts : import { KeyMapEnum as Key , combineKeys } from '@lobehub/ui' ; export const HOTKEYS_REGISTRATION : HotkeyRegistration = [ { group : HotkeyGroupEnum . Conversation , id : HotkeyEnum . ClearChat , keys : combineKeys ( [ Key . Mod , Key . Shift , ...
865
4622 unit-test-exception-handler giuseppe-trisciuoglio/developer-kit
Unit Testing ExceptionHandler and ControllerAdvice Overview This skill provides patterns for unit testing @ExceptionHandler methods and @ControllerAdvice classes using MockMvc. It covers testing exception-to-error-response transformations, HTTP status codes, error message formatting, validation error handling, and custom permission evaluators without full integration test overhead. When to Use Use this skill when: Testing @ExceptionHandler methods in @ControllerAdvice Testing exception-to-error-...
864
4623 gsap-framer-scroll-animation github/awesome-copilot
GSAP & Framer Motion — Scroll Animations Skill Production-grade scroll animations with GitHub Copilot prompts, ready-to-use code recipes, and deep API references. Design Companion: This skill provides the technical implementation for scroll-driven motion. For the creative philosophy , design principles, and premium aesthetics that should guide how and when to animate, always cross-reference the premium-frontend-ui skill. Together they form a complete approach: premium-frontend-ui decides the wha...
864
4624 prompt-engineering sickn33/antigravity-awesome-skills
Prompt Engineering Overview Use this skill to design prompt systems that are clear, testable, and reusable. It covers prompt drafting, optimization, evaluation, and production-oriented patterns for few-shot prompting, reasoning workflows, templates, and system prompts. Keep the main workflow in this file and load the targeted reference files only for the pattern you are applying. When to Use Use this skill when: A user asks to write, rewrite, or improve a prompt A prompt needs better structure, ...
864
4625 database railwayapp/railway-skills
Database Add official Railway database services. These are maintained templates with pre-configured volumes, networking, and connection variables. For non-database templates, see the templates skill. When to Use User asks to "add a database", "add Postgres", "add Redis", etc. User needs a database for their application User asks about connecting to a database User says "add postgres and connect to my server" User says "wire up the database" Decision Flow ALWAYS check for existing databases F...
863
4626 skool-video-downloader serpdownloaders/skills
Skool Video Downloader (Browser Extension) Browser extension that adds a download button to Skool classroom pages — detects videos from Skool's native player, Loom, Vimeo, YouTube, and Wistia, and saves them as MP4 for offline viewing. SERP Skool Downloader is a browser extension built to download Skool videos from classrooms, courses, and community posts. Save entire Skool classrooms and course content for unlimited offline access anytime, anywhere Protect your educational investment by downlo...
863
4627 apple-search-ads eronred/aso-skills
Apple Search Ads You are a specialist in Apple Search Ads (ASA) — the only ad platform that places ads natively within the App Store. ASA drives highly qualified installs because users are already in purchase intent. Why ASA Is Different Users are actively searching the App Store — highest intent of any channel Ads appear exactly like organic results (only "Ad" badge distinguishes them) No audience targeting (demographics, interests) — only keyword-based Conversion data is reliable (no ATT/SKAdN...
863
4628 trading-strategies agentmc15/polymarket-trader
Trading Strategy Development Skill Strategy Base Class from abc import ABC, abstractmethod from dataclasses import dataclass from typing import Optional from datetime import datetime from enum import Enum class SignalType(Enum): BUY = "buy" SELL = "sell" HOLD = "hold" @dataclass class Signal: type: SignalType token_id: str price: float size: float confidence: float 0-1 timestamp: datetime metadata: dict = None @dataclass class MarketState: token_i...
863
4629 nodejs-core mcollina/skills
When to use Use this skill when you need deep Node.js internals expertise, including: C++ addon development V8 engine debugging libuv event loop issues Build system problems Compilation failures Performance optimization at the engine level Understanding Node.js core architecture How to use Read individual rule files for detailed explanations and code examples: V8 Engine rules/v8-garbage-collection.md - Scavenger, Mark-Sweep, Mark-Compact, generational GC rules/v8-hidden-classes.md - Hidden class...
863
4630 gpt-image-2 conardli/garden-skills
🪞 GPT Image 2 — Image Generation via Your ChatGPT Subscription agentspace.so · GitHub Generate images with GPT Image 2 (ChatGPT Images 2.0) inside your agent, using your existing ChatGPT Plus or Pro subscription — no separate OpenAI access, no Fal or Replicate tokens, no per-image billing. Text-to-image, image-to-image editing, style transfer, and multi-reference composition. Runs entirely through the local codex CLI you're already logged into. Heads up — this skill requires a ChatGPT Plus or Pr...
862
4631 nx-monorepo giuseppe-trisciuoglio/developer-kit
Nx Monorepo Overview Provides comprehensive guidance for working with Nx monorepos in TypeScript/JavaScript projects. Nx is a smart build system with advanced caching, affected command execution, and powerful generators for React, Next.js, NestJS, and more. This skill covers workspace creation, project generation, task execution, caching strategies, Module Federation, and CI/CD integration. When to Use Use this skill when: Creating a new Nx workspace or initializing Nx in an existing project Gen...
862
4632 mapbox-cartography mapbox/mapbox-agent-skills
Mapbox Cartography Skill This skill provides expert cartographic knowledge to help you design effective, beautiful, and functional maps using Mapbox. Core Cartographic Principles Visual Hierarchy Maps must guide the viewer's attention to what matters most: Most important : POIs, user location, route highlights Secondary : Major roads, city labels, landmarks Tertiary : Minor streets, administrative boundaries Background : Water, land use, terrain Implementation: Use size, color intensity, and con...
862
4633 context-window-management sickn33/antigravity-awesome-skills
Context Window Management You're a context engineering specialist who has optimized LLM applications handling millions of conversations. You've seen systems hit token limits, suffer context rot, and lose critical information mid-dialogue. You understand that context is a finite resource with diminishing returns. More tokens doesn't mean better results—the art is in curating the right information. You know the serial position effect, the lost-in-the-middle problem, and when to summarize versus ...
862
4634 ab-test-analysis phuryn/pm-skills
A/B Test Analysis Evaluate A/B test results with statistical rigor and translate findings into clear product decisions. Context You are analyzing A/B test results for $ARGUMENTS . If the user provides data files (CSV, Excel, or analytics exports), read and analyze them directly. Generate Python scripts for statistical calculations when needed. Instructions Understand the experiment : What was the hypothesis? What was changed (the variant)? What is the primary metric? Any guardrail metrics? How l...
862
4635 marketing-strategy-pmm davila7/claude-code-templates
Marketing Strategy & Product Marketing Expert Product Marketing playbook for Series A+ startups expanding internationally with hybrid PLG/Sales-Led motion. Keywords product marketing, positioning, GTM, go-to-market strategy, competitive analysis, competitive intelligence, battlecards, ICP, ideal customer profile, messaging, value proposition, product launch, market entry, international expansion, sales enablement, win loss analysis, PMM, product marketing manager, market positioning, competit...
862
4636 api-patterns sickn33/antigravity-awesome-skills
API Patterns API design principles and decision-making for 2025. Learn to THINK, not copy fixed patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. 📑 Content Map File Description When to Read api-style.md REST vs GraphQL vs tRPC decision tree Choosing API type rest.md Resource naming, HTTP methods, status codes Designing REST API response.md Envelope pattern, error format, pagination Response structure graphql.md Schema design, w...
862
4637 storyboard-manager ailabs-393/ai-labs-claude-skills
Storyboard Manager Overview The Storyboard Manager skill equips Claude with specialized knowledge and tools for creative writing workflows. It provides frameworks for character development, story structure patterns, automated timeline tracking, and consistency checking across narrative projects. This skill automatically adapts to various storyboard folder structures while maintaining best practices for novel, screenplay, and serialized fiction writing. Core Capabilities The skill provides fou...
862
4638 pr-status-triage vercel/next.js
PR Status Triage Use this skill when the user asks about PR status, CI failures, or review comments in the Next.js monorepo. Workflow Run node scripts/pr-status.js (or node scripts/pr-status.js <number> ). Read generated files in scripts/pr-status/ . Prioritize blocking jobs first: build, lint, types, then test jobs. Treat failures as real until disproven; check the "Known Flaky Tests" section before calling anything flaky. Reproduce locally with the same mode and env vars as CI. After addressin...
861
4639 reddit-posts kostja94/marketing-skills
Platforms: Reddit Guides Reddit post and comment creation. Use for generating publish-ready posts that follow subreddit norms. Suitable for copy agents. Design agents can use for image post context. 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. Output: Publish-Ready Copy This skill enables agents to generate Reddit post ...
861
4640 tradingview-quantitative hypier/tradingview-quantitative-skills
Quantitative Investment Analysis Expert Professional quantitative investment analysis system based on TradingView MCP tools providing insights and decision recommendations. Core Rules Metadata First Principle Before calling tradingview_get_leaderboard , you must first call tradingview_get_metadata to get parameter values: type='markets' → Get market_code (required for stock leaderboard) type='tabs' + asset_type → Get available tab values type='columnsets' → Get available columnset values Complet...
861
4641 unit-test-mapper-converter giuseppe-trisciuoglio/developer-kit
Unit Testing Mappers and Converters Overview This skill provides patterns for unit testing MapStruct mappers and custom converter classes. It covers testing field mapping accuracy, null handling, type conversions, nested object transformations, bidirectional mapping, enum mapping, and partial updates for comprehensive mapping test coverage. When to Use Use this skill when: Testing MapStruct mapper implementations Testing custom entity-to-DTO converters Testing nested object mapping Verifying nul...
860
4642 mapbox-geospatial-operations mapbox/mapbox-agent-skills
Mapbox Geospatial Operations Skill Expert guidance for AI assistants on choosing the right geospatial tools from the Mapbox MCP Server. Focuses on selecting tools based on what the problem requires - geometric calculations vs routing, straight-line vs road network, and accuracy needs. Core Principle: Problem Type Determines Tool Choice The Mapbox MCP Server provides two categories of geospatial tools: Offline Geometric Tools - Use Turf.js for pure geometric/spatial calculations Routing & Navigat...
860
4643 pixijs-core-concepts pixijs/pixijs-skills
Foundational model for how PixiJS v8 gets pixels on the screen: the renderer decides which GPU backend to use, the render loop drives per-frame work, and the environment layer adapts the library to browser, Web Worker, or SSR contexts. For the scene graph itself (Containers, transforms, destroy), see pixijs-scene-core-concepts . Quick Start console . log ( app . renderer . name ) ; // 'webgl' | 'webgpu' | 'canvas' app . ticker . add ( ( ticker ) => { sprite . rotation += 0.01 * ticker . deltaTim...
860
4644 aws-iam aws/agent-toolkit-for-aws
AWS IAM — Common Pitfalls About This Skill This skill contains verified corrections for things that AI agents frequently get wrong about IAM. It is not a comprehensive IAM guide — for full IAM guidance, search AWS documentation. When answering IAM questions, verify specific claims (limits, quotas, exact API names, edge-case behaviors) against official AWS documentation rather than relying on pre-training. Prefer fetching known documentation URLs over broad searches. Trust official documentation ...
860
4645 unit-test-scheduled-async giuseppe-trisciuoglio/developer-kit
Unit Testing @Scheduled and @Async Methods Overview This skill provides patterns for unit testing @Scheduled and @Async methods using JUnit 5. It covers testing async logic without actual async executors, verifying CompletableFuture results, using Awaitility for async assertions, mocking scheduled task execution, and testing async error handling without waiting for real scheduling intervals. When to Use Use this skill when: Testing @Scheduled method logic Testing @Async method behavior Verifying...
859
4646 unit-test-caching giuseppe-trisciuoglio/developer-kit
Unit Testing Spring Caching Overview This skill provides patterns for unit testing Spring caching annotations (@Cacheable, @CacheEvict, @CachePut) without full Spring context. It covers testing cache behavior, hits/misses, invalidation strategies, cache key generation, and conditional caching using in-memory cache managers. When to Use Use this skill when: Testing @Cacheable method caching Testing @CacheEvict cache invalidation Testing @CachePut cache updates Verifying cache key generation Testi...
859
4647 appwrite-typescript appwrite/agent-skills
Appwrite TypeScript SDK Installation Web npm install appwrite React Native npm install react-native-appwrite Node.js / Deno npm install node-appwrite Setting Up the Client Client-side (Web / React Native) // Web import { Client , Account , TablesDB , Storage , ID , Query } from 'appwrite' ; // React Native import { Client , Account , TablesDB , Storage , ID , Query } from 'react-native-appwrite' ; const client = new Client ( ) . setEndpoint ( 'https://<REGION>.cloud.appwrite.io/v1' ) . setPro...
859
4648 golang-backend-development manutej/luxor-claude-marketplace
Go Backend Development A comprehensive skill for building production-grade backend systems with Go. Master goroutines, channels, web servers, database integration, microservices architecture, and deployment patterns for scalable, concurrent backend applications. When to Use This Skill Use this skill when: Building high-performance web servers and REST APIs Developing microservices architectures with gRPC or HTTP Implementing concurrent processing with goroutines and channels Creating real-ti...
859
4649 feishu-drive m1heng/clawdbot-feishu
Feishu Drive Tool Single tool feishu_drive for cloud storage operations. Token Extraction From URL https://xxx.feishu.cn/drive/folder/ABC123 → folder_token = ABC123 Actions List Folder Contents { "action" : "list" } Root directory (no folder_token). { "action" : "list" , "folder_token" : "fldcnXXX" } Returns: files with token, name, type, url, timestamps. Get File Info { "action" : "info" , "file_token" : "ABC123" , "type" : "docx" } Searches for the file in the root directory. Note: file must b...
858
4650 baoyu-wechat-summary jimliu/baoyu-skills
WeChat Group Summary 群聊精华提取专家。把零散的微信群聊记录提炼成结构化、可读性强的简报,并维护跨次运行的群聊历史与群友画像。底层依赖外部 wx-cli 二进制( wx 命令),不打包脚本。 ⚠️ Sandbox restriction wx-cli reads from ~/.wx-cli/ (config, cache, daemon socket) and from WeChat's data directory ( ~/Library/Containers/com.tencent.xinWeChat/ on macOS). Both paths are outside Claude Code's default sandbox. Every wx command in this skill needs to run with dangerouslyDisableSandbox: true from the start — don't waste a sandbox attempt first. The user can use /sandbox to vie...
858