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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,549
总 Skills
94.3M
总安装量
2,587
贡献者
# Skill 仓库 描述 安装量
11901 vercel-react-best-practices sickn33/antigravity-awesome-skills
Vercel React Best Practices Comprehensive performance optimization guide for React and Next.js applications, maintained by Vercel. Contains 62 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new React components or Next.js pages Implementing data fetching (client or server-side) Reviewing code for performance issues Refactoring existing React/Next.js code Optimizing bundle size or load tim...
284
11902 alicloud-data-analytics-dataanalysisgbi cinience/alicloud-skills
Category: service DataAnalysisGBI Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for DataAnalysisGBI. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALIC...
284
11903 alicloud-ai-audio-tts-voice-design cinience/alicloud-skills
Category: provider Model Studio Qwen TTS Voice Design Use voice design models to create controllable synthetic voices from natural language descriptions. Critical model names Use one of these exact model strings: qwen3-tts-vd-2026-01-26 qwen3-tts-vd-realtime-2026-01-15 Prerequisites Install SDK in a virtual environment: python3 -m venv .venv . .venv/bin/activate python -m pip install dashscope Set DASHSCOPE_API_KEY in your environment, or add dashscope_api_key to ~/.alibabacloud/credentials . No...
284
11904 view-transitions patternsdev/skills
Animating View Transitions Table of Contents When to Use Instructions Details Source When to Use Use this when you want to animate transitions between different page states or navigations This is helpful for creating polished, app-like navigation experiences in web applications Instructions Use document.startViewTransition(callback) to animate DOM changes Assign unique view-transition-name CSS properties to elements that should transition between states Check for browser support before using the...
284
11905 concept-workflow leonardomso/33-js-concepts
Skill: Complete Concept Workflow Use this skill to create a complete, high-quality concept page from start to finish. This skill orchestrates all five specialized skills in the optimal order: Resource Curation — Find quality learning resources Concept Writing — Write the documentation page Test Writing — Create tests for code examples Fact Checking — Verify technical accuracy SEO Review — Optimize for search visibility When to Use Creating a brand new concept page from scratch Completely rewri...
284
11906 nansen-general-search nansen-ai/nansen-cli
Search nansen research search "jupiter" --type token nansen research search "Vitalik" --type entity --limit 5 nansen research search "bonk" --chain solana --fields address,name,symbol,chain Flag Purpose --type token or entity --chain Filter by chain --limit Number of results (default 25, max 50) --fields Select specific output fields Case-insensitive. Does NOT match by address — use profiler labels for address lookup.
284
11907 loki-mode davila7/claude-code-templates
Loki Mode - Multi-Agent Autonomous Startup System Version 2.35.0 | PRD to Production | Zero Human Intervention Research-enhanced: OpenAI SDK, DeepMind, Anthropic, AWS Bedrock, Agent SDK, HN Production (2025) Quick Reference Critical First Steps (Every Turn) READ .loki/CONTINUITY.md - Your working memory + "Mistakes & Learnings" RETRIEVE Relevant memories from .loki/memory/ (episodic patterns, anti-patterns) CHECK .loki/state/orchestrator.json - Current phase/metrics REVIEW .loki/queue/pending....
284
11908 neurokit2 davila7/claude-code-templates
NeuroKit2 Overview NeuroKit2 is a comprehensive Python toolkit for processing and analyzing physiological signals (biosignals). Use this skill to process cardiovascular, neural, autonomic, respiratory, and muscular signals for psychophysiology research, clinical applications, and human-computer interaction studies. When to Use This Skill Apply this skill when working with: Cardiac signals : ECG, PPG, heart rate variability (HRV), pulse analysis Brain signals : EEG frequency bands, microstates, c...
284
11909 appwrite-python appwrite/agent-skills
Appwrite Python SDK Installation pip install appwrite Setting Up the Client from appwrite . client import Client from appwrite . id import ID from appwrite . query import Query from appwrite . services . users import Users from appwrite . services . tablesdb import TablesDB from appwrite . services . storage import Storage from appwrite . services . functions import Functions from appwrite . enums . o_auth_provider import OAuthProvider import os client = ( Client ( ) . set_endpoint ( 'https://<R...
284
11910 blue-green-deployment aj-geddes/useful-ai-prompts
Blue-Green Deployment Overview Deploy applications using blue-green deployment patterns to maintain two identical production environments, enabling instant traffic switching and rapid rollback capabilities. When to Use Zero-downtime releases High-risk deployments Complex application migrations Database schema changes Rapid rollback requirements A/B testing with environment separation Staged rollout strategies Implementation Examples 1. Blue-Green with Load Balancer blue-green-setup.yaml apiVe...
284
11911 clustering analysis aj-geddes/useful-ai-prompts
Clustering Analysis Overview Clustering partitions data into groups of similar observations without pre-defined labels, enabling discovery of natural patterns and structures in data. When to Use Segmenting customers based on purchasing behavior or demographics Discovering natural groupings in data without prior knowledge of categories Identifying market segments for targeted marketing campaigns Organizing large datasets into meaningful categories for further analysis Finding patterns in gene exp...
284
11912 disaster-recovery-testing aj-geddes/useful-ai-prompts
Disaster Recovery Testing Overview Implement systematic disaster recovery testing to validate recovery procedures, measure RTO/RPO, identify gaps, and ensure team readiness for actual incidents. When to Use Annual DR exercises Infrastructure changes New service deployments Compliance requirements Team training Recovery procedure validation Cross-region failover testing Implementation Examples 1. DR Test Plan and Execution dr-test-plan.yaml apiVersion: v1 kind: ConfigMap metadata: name: dr-t...
284
11913 eachlabs-video-generation eachlabs/skills
EachLabs Video Generation Generate new videos from text prompts, images, or reference inputs using 165+ AI models via the EachLabs Predictions API. For editing existing videos (upscaling, lip sync, extension, subtitles), see the eachlabs-video-edit skill. Authentication Header: X-API-Key: <your-api-key> Set the EACHLABS_API_KEY environment variable or pass it directly. Get your key at eachlabs.ai . Quick Start 1. Create a Prediction curl -X POST https://api.eachlabs.ai/v1/prediction \ -H "Conten...
284
11914 alicloud-storage-oss-ossutil cinience/alicloud-skills
Category: tool OSS (ossutil 2.0) CLI Skill Validation python skills/storage/oss/alicloud-storage-oss-ossutil/scripts/check_ossutil.py --output output/alicloud-storage-oss-ossutil/validate.txt Pass criteria: command exits 0 and output/alicloud-storage-oss-ossutil/validate.txt is generated. Output And Evidence Save command outputs, object listings, and sync logs under output/alicloud-storage-oss-ossutil/ . Keep at least one upload or listing result as evidence. Goals Use ossutil 2.0 to manage OSS:...
283
11915 wix-cli-backend-event wix/skills
Wix CLI Backend Event Extension Creates event extensions for Wix CLI applications. Events are triggered when specific conditions occur—on a Wix user's site for app projects, or on your project's site for headless projects. Your project responds using event extensions built on JavaScript SDK webhooks; the CLI subscribes your project to these webhooks. Common use cases: run logic when a contact is created, an order is placed, a booking is confirmed, or a blog post is published. Quick Start Checkli...
283
11916 axiom-swiftui-26-ref charleswiltgen/axiom
SwiftUI 26 Features Overview Comprehensive guide to new SwiftUI features in iOS 26, iPadOS 26, macOS Tahoe, watchOS 26, and visionOS 26. From the Liquid Glass design system to rich text editing, these enhancements make SwiftUI more powerful across all Apple platforms. Core principle From low level performance improvements all the way up through the buttons in your user interface, there are some major improvements across the system. When to Use This Skill Adopting the Liquid Glass design syste...
283
11917 do-work bladnman/do-work
Do-Work Skill A unified entry point for task capture and processing. Actions: do: Capture new tasks/requests → writes to do-work/ folder work: Process pending requests → executes the queue Routing Decision Step 1: Parse the Input Examine what follows "do work": Pattern Example Route Empty or bare invocation do work → Ask: "Start the work loop?" Action verbs only do work run, do work go, do work start → work Descriptive content do work add dark mode, do work [meeting notes] → do Step 2: Pres...
283
11918 capacitor-plugins cap-go/capacitor-skills
Capacitor Plugins Install, configure, and use Capacitor plugins from official, Capawesome, community, Firebase, MLKit, and RevenueCat sources. Prerequisites Capacitor 6, 7, or 8 app. Node.js and npm installed. For iOS plugins: Xcode installed. CocoaPods or Swift Package Manager (SPM) for dependency management. For Android plugins: Android Studio installed. Agent Behavior Guide step-by-step. Walk the user through the process one step at a time. Never present multiple unrelated questions at once. ...
283
11919 wake-word-detection martinholovsky/claude-skills-generator
Wake Word Detection Skill 1. Overview Risk Level: MEDIUM - Continuous audio monitoring, privacy implications, resource constraints You are an expert in wake word detection with deep expertise in openWakeWord, keyword spotting, and always-listening systems. Primary Use Cases: JARVIS activation phrase detection ("Hey JARVIS") Always-listening with minimal resource usage Offline wake word detection (no cloud dependency) 2. Core Principles TDD First - Write tests before implementation code Perfo...
283
11920 dependency-updater davila7/claude-code-templates
Dependency Updater Smart dependency management for any language with automatic detection and safe updates. Quick Start update my dependencies The skill auto-detects your project type and handles the rest. Triggers Trigger Example Update dependencies "update dependencies", "update deps" Check outdated "check for outdated packages" Fix dependency issues "fix my dependency problems" Security audit "audit dependencies for vulnerabilities" Diagnose deps "diagnose dependency issues" Supported Language...
283
11921 security scanning tools davila7/claude-code-templates
Security Scanning Tools Purpose Master essential security scanning tools for network discovery, vulnerability assessment, web application testing, wireless security, and compliance validation. This skill covers tool selection, configuration, and practical usage across different scanning categories. Prerequisites Required Environment Linux-based system (Kali Linux recommended) Network access to target systems Proper authorization for scanning activities Required Knowledge Basic networking concept...
283
11922 cc-skill-continuous-learning davila7/claude-code-templates
cc-skill-continuous-learning Development skill skill.
283
11923 bioservices davila7/claude-code-templates
BioServices Overview BioServices is a Python package providing programmatic access to approximately 40 bioinformatics web services and databases. Retrieve biological data, perform cross-database queries, map identifiers, analyze sequences, and integrate multiple biological resources in Python workflows. The package handles both REST and SOAP/WSDL protocols transparently. When to Use This Skill This skill should be used when: Retrieving protein sequences, annotations, or structures from UniProt, ...
283
11924 command-creator davila7/claude-code-templates
Command Creator This skill guides the creation of Claude Code slash commands - reusable workflows that can be invoked with /command-name in Claude Code conversations. About Slash Commands Slash commands are markdown files stored in .claude/commands/ (project-level) or ~/.claude/commands/ (global/user-level) that get expanded into prompts when invoked. They're ideal for: Repetitive workflows (code review, PR submission, CI fixing) Multi-step processes that need consistency Agent delegation patter...
283
11925 railway-new davila7/claude-code-templates
New Project / Service / Database Create Railway projects, services, and databases with proper configuration. When to Use User says "deploy to railway" (add service if linked, init if not) User says "create a railway project", "init", "new project" (explicit new project) User says "link to railway", "connect to railway" User says "create a service", "add a backend", "new api service" User says "create a vite app", "create a react website", "make a python api" User says "deploy from github.com/u...
283
11926 meeting-insights-analyzer davila7/claude-code-templates
Meeting Insights Analyzer This skill transforms your meeting transcripts into actionable insights about your communication patterns, helping you become a more effective communicator and leader. When to Use This Skill Analyzing your communication patterns across multiple meetings Getting feedback on your leadership and facilitation style Identifying when you avoid difficult conversations Understanding your speaking habits and filler words Tracking improvement in communication skills over time Pre...
283
11927 sql injection testing davila7/claude-code-templates
SQL Injection Testing Purpose Execute comprehensive SQL injection vulnerability assessments on web applications to identify database security flaws, demonstrate exploitation techniques, and validate input sanitization mechanisms. This skill enables systematic detection and exploitation of SQL injection vulnerabilities across in-band, blind, and out-of-band attack vectors to assess application security posture. Inputs / Prerequisites Required Access Target web application URL with injectable para...
283
11928 onboarding-cro davila7/claude-code-templates
Onboarding CRO You are an expert in user onboarding and activation. Your goal is to help users reach their "aha moment" as quickly as possible and establish habits that lead to long-term retention. 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 pr...
283
11929 signup-flow-cro davila7/claude-code-templates
Signup Flow CRO You are an expert in optimizing signup and registration flows. Your goal is to reduce friction, increase completion rates, and set users up for successful activation. 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 recomme...
283
11930 railway-docs davila7/claude-code-templates
Railway Docs Fetch up-to-date Railway documentation to answer questions accurately. When to Use User asks how something works on Railway (projects, deployments, volumes, etc.) User shares a docs.railway.com URL User needs current info about Railway features or pricing Before answering Railway questions from memory - check the docs first LLM-Optimized Sources Start here for comprehensive, up-to-date info: Source URL Full docs https://docs.railway.com/api/llms-docs.md llms.txt index https://railwa...
283
11931 domain-name-brainstormer davila7/claude-code-templates
Domain Name Brainstormer This skill helps you find the perfect domain name for your project by generating creative options and checking what's actually available to register. When to Use This Skill Starting a new project or company Launching a product or service Creating a personal brand or portfolio site Rebranding an existing project Registering a domain for a side project Finding available alternatives when your first choice is taken What This Skill Does Understands Your Project : Analyzes wh...
283
11932 gpui-async longbridge/gpui-component
Overview GPUI provides integrated async runtime for foreground UI updates and background computation. Key Concepts: Foreground tasks: UI thread, can update entities (cx.spawn) Background tasks: Worker threads, CPU-intensive work (cx.background_spawn) All entity updates happen on foreground thread Quick Start Foreground Tasks (UI Updates) impl MyComponent { fn fetch_data(&mut self, cx: &mut Context<Self>) { let entity = cx.entity().downgrade(); cx.spawn(async move |cx| { ...
283
11933 llamaindex-development mindrally/skills
LlamaIndex Development You are an expert in LlamaIndex for building RAG (Retrieval-Augmented Generation) applications, data indexing, and LLM-powered applications with Python. Key Principles Write concise, technical responses with accurate Python examples Use functional, declarative programming; avoid classes where possible Prioritize code quality, maintainability, and performance Use descriptive variable names that reflect their purpose Follow PEP 8 style guidelines Code Organization Director...
283
11934 risk-management-trading omer-metin/skills-for-antigravity
Risk Management Trading Identity Role : Risk Management Architect Voice : A veteran trader who learned risk management the hard way - through blown accounts, margin calls, and sleepless nights. Now speaks with the precision of a quant and the wisdom of someone who's seen fortunes evaporate overnight. Believes that risk management IS the edge, not an afterthought. Channels the discipline of Paul Tudor Jones, the mathematics of Ed Thorp, and the paranoia of "the market can stay irrational long...
283
11935 marketing-campaign-management manojbajaj95/claude-gtm-plugin
Marketing Campaign Management Comprehensive marketing framework combining campaign execution, strategy, psychology, and proven tactics. Quick Reference Situation Use This Skill For Campaign planning/execution Campaign Workflow Content strategy Content & SEO Applying psychology Behavioral Principles Generating ideas 140 Tactics GTM strategy Strategic Frameworks Part 1: Campaign Execution Campaign Workflow Strategy — Define goals, audience, positioning Planning — Content calendar, channels, timeli...
283
11936 intermittent-issue-debugging aj-geddes/useful-ai-prompts
Intermittent Issue Debugging Overview Intermittent issues are the most difficult to debug because they don't occur consistently. Systematic approach and comprehensive monitoring are essential. When to Use Sporadic errors in logs Users report occasional issues Flaky tests Race conditions suspected Timing-dependent bugs Resource exhaustion issues Instructions 1. Capturing Intermittent Issues // Strategy 1: Comprehensive Logging // Add detailed logging around suspected code function processPayme...
283
11937 design-motion-principles kylezantos/design-engineer-auditor-package
Design Motion Audit Skill You are a senior design engineer specializing in motion and interaction design. When asked to audit motion design, you MUST follow this workflow exactly. The Three Designers Emil Kowalski (Linear, ex-Vercel) — Restraint, speed, purposeful motion. Best for productivity tools. Jakub Krehel (jakub.kr) — Subtle production polish, professional refinement. Best for shipped consumer apps. Jhey Tompkins (@jh3yy) — Playful experimentation, CSS innovation. Best for creative sit...
283
11938 amazon-bestseller-launch breverdbidder/life-os
Amazon 1 Bestseller Launch System Execute the proven 5-phase framework for achieving Amazon 1 Bestseller status. Success Metrics That Drive 1 Rankings Amazon's A10 algorithm ranks books based on: Metric Weight Target for 1 Sales Velocity 40% 50-200+ sales in 24-48 hours Conversion Rate 25% >15% page visitors → buyers Reviews 20% 25+ reviews in first 30 days Read-Through 10% >70% Kindle Unlimited pages read Keywords/Categories 5% Rank top 3 in 3+ categories Phase 1: Pre-Launch Foundation (T-90 to...
282
11939 12-principles-of-animation raphaelsalaja/userinterface-wiki
12 Principles of Animation Disney animators codified these principles in the 1930s to make drawings feel real. We use them to make pixels feel human. The problems are surprisingly similar. When to Apply Reference these guidelines when: Adding motion to UI components Reviewing animation quality and feel Designing micro-interactions and feedback Making interfaces feel more alive and responsive Deciding what should (and shouldn't) animate Principles Overview Principle Web Application 1 Squash ...
282
11940 journal kazukinagata/shinkoku
仕訳入力・帳簿管理(Journal Entry & Ledger Management) CSV・レシート・請求書からデータを取り込み、ユーザー確認のうえ仕訳を登録するスキル。 帳簿の初期化、仕訳の検索・修正・削除も本スキルで対応する。 CLI スクリプト 本スキルでは以下の CLI スクリプトを使用する: 帳簿管理 : shinkoku ledger <subcommand> [args] データ取り込み : shinkoku import <subcommand> [args] すべてのコマンドは JSON を stdout に出力する。入力はコマンドライン引数または --input <json_file> で渡す。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベー...
282
11941 ln-645-open-source-replacer levnikolaevich/claude-code-skills
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Open Source Replacer L3 Worker that discovers custom modules, analyzes their purpose, and finds battle-tested open-source replacements via MCP Research. Purpose & Scope Discover significant custom modules (>=100 LOC, utility/integration type) Analyze PURPOSE of each module by reading code (goal-based, not pattern-based) Sea...
282
11942 third-party-integration aj-geddes/useful-ai-prompts
Third-Party Integration Overview Build robust integrations with external services using standardized patterns for API calls, error handling, authentication, and data transformation. When to Use Integrating payment processors (Stripe, PayPal) Using messaging services (SendGrid, Twilio) Connecting to analytics platforms (Mixpanel, Segment) Syncing with storage services (AWS S3, Google Cloud) Integrating CRM systems (Salesforce, HubSpot) Building multi-service architectures Instructions 1. Third-...
282
11943 recommendation system aj-geddes/useful-ai-prompts
Recommendation System Overview This skill implements collaborative and content-based recommendation systems with matrix factorization techniques to predict user preferences, increase engagement, and drive conversions through personalized item suggestions. When to Use Developing recommendation features to improve user engagement and retention Implementing personalized product suggestions to increase sales and conversion rates Building hybrid recommendation systems that combine collaborative and c...
282
11944 proxy-pattern patternsdev/skills
Proxy Pattern With a Proxy object, we get more control over the interactions with certain objects. A proxy object can determine the behavior whenever we're interacting with the object, for example when we're getting a value, or setting a value. When to Use Use this when you need to add validation, formatting, notifications, or debugging to object access This is helpful for controlling and intercepting property gets and sets on objects When NOT to Use In performance-critical hot paths where Proxy...
282
11945 nansen-polymarket-deep-dive nansen-ai/nansen-cli
Prediction Market Deep Dive Answers: "What's happening in this specific market? Who holds it, who's trading it?" Use market_id from the screener ( nansen-prediction-market skill). MID = < market_id > nansen research pm ohlcv --market-id $MID --sort period_start:desc --limit 50 → period_start, open, high, low, close, volume nansen research pm orderbook --market-id $MID → bids[], asks[] with price and size nansen research pm top-holders --market-id $MID --limit 20 → address, side, position_size...
282
11946 railway-service davila7/claude-code-templates
Railway Service Management Check status, update properties, and advanced service creation. When to Use User asks about service status, health, or deployments User asks "is my service deployed?" User wants to rename a service or change service icon User wants to link a different service User wants to deploy a Docker image as a new service (advanced) Note: For creating services with local code (the common case), prefer the railway-new skill which handles project setup, scaffolding, and service ...
282
11947 torch-geometric davila7/claude-code-templates
PyTorch Geometric (PyG) PyG is the standard library for Graph Neural Networks built on PyTorch. It provides data structures for graphs, 60+ GNN layer implementations, scalable mini-batch training, and support for heterogeneous graphs. Install: uv add torch_geometric (or uv pip install torch_geometric ; requires PyTorch). Optional: pyg-lib , torch-scatter , torch-sparse , torch-cluster for accelerated ops. Core Concepts Graph Data: Data and HeteroData A graph lives in a Data object. The key attri...
282
11948 finishing-a-development-branch davila7/claude-code-templates
Finishing a Development Branch Overview Guide completion of development work by presenting clear options and handling chosen workflow. Core principle: Verify tests → Present options → Execute choice → Clean up. Announce at start: "I'm using the finishing-a-development-branch skill to complete this work." The Process Step 1: Verify Tests Before presenting options, verify tests pass: Run project's test suite npm test / cargo test / pytest / go test ./ .. . If tests fail: Tests failing (<N> failur...
282
11949 commit-work davila7/claude-code-templates
Commit work Goal Make commits that are easy to review and safe to ship: only intended changes are included commits are logically scoped (split when needed) commit messages describe what changed and why Inputs to ask for (if missing) Single commit or multiple commits? (If unsure: default to multiple small commits when there are unrelated changes.) Commit style: Conventional Commits are required. Any rules: max subject length, required scopes. Workflow (checklist) Inspect the working tree before s...
282
11950 nnsight-remote-interpretability davila7/claude-code-templates
nnsight: Transparent Access to Neural Network Internals nnsight (/ɛn.saɪt/) enables researchers to interpret and manipulate the internals of any PyTorch model, with the unique capability of running the same code locally on small models or remotely on massive models (70B+) via NDIF. GitHub: ndif-team/nnsight (730+ stars) Paper: NNsight and NDIF: Democratizing Access to Foundation Model Internals (ICLR 2025) Key Value Proposition Write once, run anywhere: The same interpretability code works o...
282