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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
23,105
总 Skills
70.5M
总安装量
2,536
贡献者
# Skill 仓库 描述 安装量
10451 x-research rohunvora/x-research-skill
X Research General-purpose agentic research over X/Twitter. Decompose any research question into targeted searches, iteratively refine, follow threads, deep-dive linked content, and synthesize into a sourced briefing. For X API details (endpoints, operators, response format): read references/x-api.md . CLI Tool All commands run from this skill directory: cd ~/clawd/skills/x-research source ~/.config/env/global.env Search bun run x-search.ts search "<query>" [ options ] Options: --sort likes|impr...
285
10452 nansen-token-screener nansen-ai/nansen-cli
Token Discovery Answers: "What tokens are trending and worth a deeper look?" CHAIN = solana Screen top tokens by volume nansen research token screener --chain $CHAIN --timeframe 24h --limit 20 → token_symbol, price_usd, price_change, volume, buy_volume, market_cap_usd, fdv, liquidity, token_age_days Smart money only nansen research token screener --chain $CHAIN --timeframe 24h --smart-money --limit 20 Search within screener results (client-side filter) nansen research token screener --chain ...
285
10453 server-side-rendering aj-geddes/useful-ai-prompts
Server-side Rendering Table of Contents When to Use When NOT to Use Instructions Details Source Server-side rendering (SSR) is one of the oldest methods of rendering web content. SSR generates the full HTML for the page content to be rendered in response to a user request. The content may include data from a datastore or external API. The connect and fetch operations are handled on the server. HTML required to format the content is also generated on the server. Thus, with SSR we can avoid making...
285
10454 modern-short-video imaimai17468/modern-short-video-skills
Modern Short Video Skill Create professional, modern product launch videos using Remotion and React. Prerequisites (MANDATORY) WARNING: Do NOT skip this step. Skipping will result in missing rich expression opportunities. This skill extends Remotion best practices. You MUST do both: Load the skill first: /remotion-best-practices Read the SKILL.md of remotion-best-practices and identify which rules are relevant to the product (maps, charts, text animations, 3D, lottie, etc.) Workflow Ste...
285
10455 network analysis aj-geddes/useful-ai-prompts
Network Analysis Overview This skill enables analysis of network structures to identify communities, measure centrality, detect influential nodes, and visualize complex relationships in social networks, organizational structures, and interconnected systems. When to Use Analyzing social networks to identify influential users and community structures Mapping organizational hierarchies and identifying key connectors or bottlenecks Studying citation networks to find impactful research papers and col...
285
10456 design-with-taste cristicretu/family-taste-skill
Design with Taste This skill encodes the design philosophy behind Family — a product widely praised for feeling alive , welcoming , and intentional . Originally documented by Benji Taylor at benji.org/family-values . Read this before writing any UI code. Every time. The user wants something built. Your job is to make it feel like a human who gives a shit designed it. The Three Pillars Ordered by priority. You cannot have Delight without Fluidity, and you cannot have Fluidity without Simplicity. ...
285
10457 memory-defrag basicmachines-co/basic-memory-skills
Memory Defrag Reorganize memory files for clarity, efficiency, and relevance. Like filesystem defragmentation but for knowledge. When to Run Periodic : Weekly or biweekly via cron (recommended) On demand : User asks to clean up, reorganize, or defrag memory Threshold : When MEMORY.md exceeds ~500 lines or daily notes accumulate without consolidation Process 1. Audit Current State Inventory all memory files: MEMORY.md — long-term memory memory/ — daily notes, tasks, topical ...
285
10458 creating-reanimated-animations estevg/skills
React Native Reanimated Code Generator Generate performant animation code using React Native Reanimated. Supports both v3 and v4. Version Detection Check the project's package.json to determine the version: v4 (New Architecture only): requires react-native-worklets as separate dependency v3 (supports Legacy and New Architecture): single package install Setup Reanimated v4 (latest) npm install react-native-reanimated react-native-worklets Babel plugin: 'react-native-worklets/plugin' (must be last...
285
10459 using-tmux-for-interactive-commands obra/superpowers-lab
Using tmux for Interactive Commands Overview Interactive CLI tools (vim, interactive git rebase, REPLs, etc.) cannot be controlled through standard bash because they require a real terminal. tmux provides detached sessions that can be controlled programmatically via send-keys and capture-pane . When to Use Use tmux when: Running vim, nano, or other text editors programmatically Controlling interactive REPLs (Python, Node, etc.) Handling interactive git commands ( git rebase -i , git add -p ) Wor...
285
10460 pubchem-database davila7/claude-code-templates
PubChem Database Overview PubChem is the world's largest freely available chemical database with 110M+ compounds and 270M+ bioactivities. Query chemical structures by name, CID, or SMILES, retrieve molecular properties, perform similarity and substructure searches, access bioactivity data using PUG-REST API and PubChemPy. When to Use This Skill This skill should be used when: Searching for chemical compounds by name, structure (SMILES/InChI), or molecular formula Retrieving molecular propert...
285
10461 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
10462 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
10463 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
10464 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
10465 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
10466 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
10467 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
10468 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,...
284
10469 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
10470 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
10471 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
10472 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
10473 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
10474 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
10475 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
10476 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
10477 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
10478 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
10479 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
10480 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
10481 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
10482 cc-skill-continuous-learning davila7/claude-code-templates
cc-skill-continuous-learning Development skill skill.
283
10483 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 UniPr...
283
10484 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
10485 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
10486 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
10487 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
10488 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
10489 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
10490 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
10491 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
10492 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
10493 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
10494 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
10495 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
10496 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
10497 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
10498 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
10499 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
10500 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