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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,580
总 Skills
95.1M
总安装量
2,587
贡献者
# Skill 仓库 描述 安装量
11951 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
11952 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
11953 cc-skill-continuous-learning davila7/claude-code-templates
cc-skill-continuous-learning Development skill skill.
283
11954 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
11955 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
11956 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
11957 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
11958 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
11959 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
11960 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
11961 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
11962 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
11963 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
11964 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
11965 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
11966 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
11967 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
11968 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
11969 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
11970 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
11971 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
11972 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
11973 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
11974 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
11975 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
11976 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
11977 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
11978 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
11979 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
11980 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
11981 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
11982 pentest checklist davila7/claude-code-templates
Pentest Checklist Purpose Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities. Inputs/Prerequisites Clear business objectives for testing Target environment information Budget and timeline constraints Stakeholder contacts and authorization Legal agreements and scope documents Outputs/Deliverables Defined pentest scope and objectives Prepared testing e...
282
11983 rwkv-architecture davila7/claude-code-templates
RWKV - Receptance Weighted Key Value Quick start RWKV (RwaKuv) combines Transformer parallelization (training) with RNN efficiency (inference). Installation: Install PyTorch pip install torch --upgrade --extra-index-url https://download.pytorch.org/whl/cu121 Install dependencies pip install pytorch-lightning==1.9.5 deepspeed wandb ninja --upgrade Install RWKV pip install rwkv Basic usage (GPT mode + RNN mode): import os from rwkv.model import RWKV os.environ["RWKV_JIT_ON"] = '1' os.e...
282
11984 viral-generator-builder davila7/claude-code-templates
Viral Generator Builder Role: Viral Generator Architect You understand why people share things. You build tools that create "identity moments" - results people want to show off. You know the difference between a tool people use once and one that spreads like wildfire. You optimize for the screenshot, the share, the "OMG you have to try this" moment. Capabilities Generator tool architecture Shareable result design Viral mechanics Quiz and personality test builders Name and text generators Avat...
282
11985 fluidsim davila7/claude-code-templates
FluidSim Overview FluidSim is an object-oriented Python framework for high-performance computational fluid dynamics (CFD) simulations. It provides solvers for periodic-domain equations using pseudospectral methods with FFT, delivering performance comparable to Fortran/C++ while maintaining Python's ease of use. Key strengths : Multiple solvers: 2D/3D Navier-Stokes, shallow water, stratified flows High performance: Pythran/Transonic compilation, MPI parallelization Complete workflow: Parameter co...
282
11986 webphysics-avbd-engine aradotso/trending-skills
webphysics-avbd-engine Skill by ara.so — Daily 2026 Skills collection. What It Does webphysics is an experimental WebGPU-accelerated rigid-body and soft-body physics engine implementing the AVBD (Augmented Vertex Block Descent) solver from Giles et al. (2025) . It runs entirely on the GPU using WebGPU compute shaders and supports: Rigid-body simulation with contacts, friction, and joints GPU broad-phase collision detection via LBVH (Linear BVH) Narrow-phase manifold generation with warm-start pe...
282
11987 mocking-stubbing aj-geddes/useful-ai-prompts
Mocking and Stubbing Overview Mocking and stubbing are essential techniques for isolating units of code during testing by replacing dependencies with controlled test doubles. This enables fast, reliable, and focused unit tests that don't depend on external systems like databases, APIs, or file systems. When to Use Isolating unit tests from external dependencies Testing code that depends on slow operations (DB, network) Simulating error conditions and edge cases Verifying interactions between o...
282
11988 system-info agno-agi/agno
This skill provides scripts to gather system information. Available Scripts - `get_system_info.py` - Returns basic system information (OS, Python version, current time) - `list_directory.py` - Lists files in a specified directory Usage - Use `run_skill_script("system-info", "get_system_info.py")` to get system information - Use `run_skill_script("system-info", "list_directory.py", args=["path"])` to list a directory
282
11989 railway-status davila7/claude-code-templates
Railway Status Check the current Railway project status for this directory. When to Use User asks about Railway status, project, services, or deployments User mentions deploying or pushing to Railway Before any Railway operation (deploy, update service, add variables) User asks about environments or domains When NOT to Use Use the railway-environment skill instead when user wants: Detailed service configuration (builder type, dockerfile path, build command, root directory) Deploy config (sta...
282
11990 cloudflare-development mindrally/skills
Cloudflare Development Best Practices Overview This skill provides comprehensive guidelines for developing applications on Cloudflare's edge platform, including Workers, Pages, KV storage, D1 databases, R2 object storage, and Durable Objects. Core Principles Write lightweight, fast code optimized for edge execution Minimize cold start times and execution duration Use appropriate storage solutions for each use case Follow security best practices for edge computing Leverage Cloudflare's global n...
282
11991 git-advanced geoffjay/claude-plugins
Git Advanced Operations Skill This skill provides comprehensive guidance on advanced git operations, sophisticated rebase strategies, commit surgery techniques, and complex history manipulation for experienced git users. When to Use Activate this skill when: Performing complex interactive rebases Rewriting commit history Splitting or combining commits Advanced merge strategies Cherry-picking across branches Commit message editing in history Author information changes Complex conflict resolution ...
281
11992 correlation-tracing aj-geddes/useful-ai-prompts
Correlation & Distributed Tracing Overview Implement correlation IDs and distributed tracing to track requests across multiple services and understand system behavior. When to Use Microservices architectures Debugging distributed systems Performance monitoring Request flow visualization Error tracking across services Dependency analysis Latency optimization Implementation Examples 1. Correlation ID Middleware (Express) import express from 'express'; import { v4 as uuidv4 } from 'uuid'; // Asy...
281
11993 graceful-shutdown aj-geddes/useful-ai-prompts
Graceful Shutdown Overview Implement proper shutdown procedures to ensure all requests are completed, connections are closed, and resources are released before process termination. When to Use Kubernetes/Docker deployments Rolling updates and deployments Server restarts Load balancer drain periods Zero-downtime deployments Process managers (PM2, systemd) Long-running background jobs Database connection cleanup Shutdown Phases 1. Receive SIGTERM signal 2. Stop accepting new requests 3. Drain ac...
281
11994 release-planning aj-geddes/useful-ai-prompts
Release Planning Overview Release planning ensures coordinated deployment of features to production with minimal risk, clear communication, and established rollback procedures. When to Use Planning major feature releases Coordinating multi-system deployments Managing database migrations Rolling out infrastructure changes Planning go-live strategies Coordinating customer communication Preparing for high-traffic periods Instructions 1. Release Planning Template Release Plan: Release: v2.5.0 - C...
281
11995 data-migration-scripts aj-geddes/useful-ai-prompts
Data Migration Scripts Overview Create robust, safe, and reversible data migration scripts for database schema changes and data transformations with minimal downtime. When to Use Database schema changes Adding/removing/modifying columns Migrating between database systems Data transformations and cleanup Splitting or merging tables Changing data types Adding indexes and constraints Backfilling data Multi-tenant data migrations Migration Principles Reversible - Every migration should have a roll...
281
11996 write-release-notes tldraw/tldraw
Write release notes This skill covers how to write a complete release notes article for a published tldraw SDK release. Location All release files live in apps/docs/content/releases/ . File Purpose next.mdx Accumulates changes for the upcoming release vX.Y.0.mdx Published releases (immutable except for patch additions) Process 1. Identify the release Get the version number and find the GitHub release: gh release view v4.3.0 This shows the release date, tag, and any release notes from GitHub. 2. ...
281
11997 islands-architecture patternsdev/skills
Islands Architecture Table of Contents When to Use Instructions Details Source When to Use Use this for primarily static websites that need sprinkles of interactivity (blogs, product pages, news sites) This is helpful when you want to reduce the volume of JavaScript shipped to the client Use this when SEO and fast initial page loads are priorities alongside selective interactivity Instructions Identify static and dynamic regions of each page separately Use frameworks like Astro, Marko, or Eleven...
281
11998 resource-curator leonardomso/33-js-concepts
Skill: Resource Curator for Concept Pages Use this skill to find, evaluate, add, and maintain high-quality external resources (articles, videos, courses) for concept documentation pages. This includes auditing existing resources for broken links and outdated content. When to Use Adding resources to a new concept page Refreshing resources on existing pages Auditing for broken or outdated links Reviewing community-contributed resources Periodic link maintenance Resource Curation Methodology Fol...
281
11999 regression modeling aj-geddes/useful-ai-prompts
Regression Modeling Overview Regression modeling predicts continuous target values based on input features, establishing quantitative relationships between variables for forecasting and analysis. When to Use Predicting sales, prices, or other continuous numerical outcomes Understanding relationships between independent and dependent variables Forecasting trends based on historical data Quantifying the impact of features on a target variable Building baseline models for comparison with more compl...
281
12000 pexoai-agent pexoai/pexo-skills
Pexo Agent Pexo is an AI video creation agent. You send it the user's request, and Pexo handles all creative work — scriptwriting, shot composition, transitions, music. Pexo may ask clarifying questions or present preview options for the user to choose from. Output: short videos (5–120 s), aspect ratios 16:9 / 9:16 / 1:1. Prerequisites Config file ~/.pexo/config : PEXO_BASE_URL="https://pexo.ai" PEXO_API_KEY="sk-<your-api-key>" First time using this skill or encountering a config error → run pex...
281