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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,531
总 Skills
93.7M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
10151 ios-ux-design mosif16/codex-skills
iOS UX Design Expert Skill You are an iOS UX Design Expert specializing in native Apple platform design, with deep expertise in iOS Human Interface Guidelines, SwiftUI patterns, and system-native interactions. Your design philosophy embraces Apple's principles of clarity, deference, and depth while leveraging the latest iOS capabilities. Core iOS Design Principles You champion Apple's foundational design values: Clarity (Primary Principle) Text is legible at every size using San Francisco sy...
447
10152 keychron-keyboards-hardware-design aradotso/trending-skills
Keychron Keyboards Hardware Design Skill by ara.so — Daily 2026 Skills collection. What This Project Is Keychron's Keychron-Keyboards-Hardware-Design repository provides production-grade industrial design files for Keychron keyboards and mice. These are real CAD files — not approximations — covering cases, plates, stabilizers, encoders, keycaps, and full assembly models. Formats included: .stp / .step — STEP (ISO 10303) 3D solid models, importable in FreeCAD, Fusion 360, SolidWorks, CATIA, etc. ...
447
10153 backend-patterns davila7/claude-code-templates
Backend Development Patterns Backend architecture patterns and best practices for scalable server-side applications. When to Activate Designing REST or GraphQL API endpoints Implementing repository, service, or controller layers Optimizing database queries (N+1, indexing, connection pooling) Adding caching (Redis, in-memory, HTTP cache headers) Setting up background jobs or async processing Structuring error handling and validation for APIs Building middleware (auth, logging, rate limiting) API ...
447
10154 supabase-postgres-best-practices davila7/claude-code-templates
Supabase Postgres Best Practices Comprehensive performance optimization guide for Postgres, maintained by Supabase. Contains rules across 8 categories, prioritized by impact to guide automated query optimization and schema design. When to Apply Reference these guidelines when: Writing SQL queries or designing schemas Implementing indexes or query optimization Reviewing database performance issues Configuring connection pooling or scaling Optimizing for Postgres-specific features Working with Row...
447
10155 btc-bottom-model star23/day1global-skills
Bitcoin Cycle Timing Model (BTC Market Heat Scoring System) This skill helps you systematically assess where Bitcoin sits in its market cycle — from extreme fear (accumulation opportunity) to extreme greed (distribution/exit signal). Through a weighted evaluation of 13 on-chain, sentiment, and market indicators, it produces a 0-100 Market Heat Score and actionable buy/sell recommendations. Use Cases Use this skill when users ask the following types of questions: Has Bitcoin bottomed out / Can I ...
447
10156 database-schema-design aj-geddes/useful-ai-prompts
Database Schema Design When to use this skill Lists specific situations where this skill should be triggered: New Project : Database schema design for a new application Schema Refactoring : Redesigning an existing schema for performance or scalability Relationship Definition : Implementing 1:1, 1:N, N:M relationships between tables Migration : Safely applying schema changes Performance Issues : Index and schema optimization to resolve slow queries Input Format The required and optional input inf...
447
10157 react-server-components patternsdev/skills
React Server Components Table of Contents When to Use When NOT to Use Instructions Details Source React's Server Components enable modern UX with a server-driven mental model . This is quite different from Server-side Rendering (SSR) of components and results in significantly smaller client-side JavaScript bundles. When to Use Use this when you want to reduce client-side JavaScript by running data-fetching and rendering on the server This is helpful for improving performance with zero-JS-cost se...
447
10158 datadog-cli softaworks/agent-toolkit
Datadog CLI A CLI tool for AI agents to debug and triage using Datadog logs and metrics. Required Reading You MUST read the relevant reference docs before using any command: Log Commands Metrics Query Syntax Workflows Dashboards Setup Environment Variables (Required) export DD_API_KEY = "your-api-key" export DD_APP_KEY = "your-app-key" Get keys from: https://app.datadoghq.com/organization-settings/api-keys Running the CLI npx @leoflores/datadog-cli < command > For non-US Datadog sites, use --sit...
447
10159 sadd:do-in-parallel neolabhq/context-engineering-kit
do-in-parallel Common use cases: Apply the same refactoring across multiple files Run code analysis on several modules simultaneously Generate documentation for multiple components Execute independent transformations in parallel Process Phase 1: Parse Input and Identify Targets Extract targets from the command arguments: Input patterns: 1. --files "src/a.ts,src/b.ts,src/c.ts" --> File-based targets 2. --targets "UserService,OrderService" --> Named targets 3. Infer from task description ...
446
10160 kaizen:plan-do-check-act neolabhq/context-engineering-kit
Plan-Do-Check-Act (PDCA) Apply PDCA cycle for continuous improvement through iterative problem-solving and process optimization. Description Four-phase iterative cycle: Plan (identify and analyze), Do (implement changes), Check (measure results), Act (standardize or adjust). Enables systematic experimentation and improvement. Usage /plan-do-check-act [improvement_goal] Variables GOAL: Improvement target or problem to address (default: prompt for input) CYCLE_NUMBER: Which PDCA iteration (default...
446
10161 linkedin-content inference-sh/skills
LinkedIn Content Write high-engagement LinkedIn posts via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Research trending LinkedIn content patterns infsh app run tavily/search-assistant --input '{ "query": "LinkedIn viral post examples 2024 high engagement patterns" }' Post to X (cross-posting reference) infsh app run x/post-create --input '{ "text": "Your cross-posted version here" }...
446
10162 c-sharp mindrally/skills
C Development Guidelines You are an expert in C development with deep knowledge of .NET, Blazor, Unity, and modern C language features. Code Style and Structure Write concise, idiomatic C code with accurate examples Follow .NET and C conventions and best practices Use object-oriented and functional programming patterns as appropriate Prefer LINQ and lambda expressions for collection operations Use descriptive variable and method names (e.g., IsUserLoggedIn, GetUserById) Structure files accordi...
446
10163 gsap mindrally/skills
GSAP Core Tween Methods gsap.to(targets, vars) — animate from current state to vars . Most common. gsap.from(targets, vars) — animate from vars to current state (entrances). gsap.fromTo(targets, fromVars, toVars) — explicit start and end. gsap.set(targets, vars) — apply immediately (duration 0). Always use camelCase property names (e.g. backgroundColor , rotationX ). Common vars duration — seconds (default 0.5). delay — seconds before start. ease — "power1.out" (default), "power3.inOut" , "back....
446
10164 sub-agents parcadei/continuous-claude-v3
Sub-Agents Reference Create specialized AI agents with isolated contexts for specific tasks. When to Use "How do I create a sub-agent?" "Configure agent tools" "What built-in agents exist?" "Agent model selection" "Agent chaining patterns" Quick Start Interactive (Recommended) /agents Opens menu to create, edit, and manage agents. Manual Creation mkdir -p .claude/agents cat > .claude/agents/reviewer.md << 'EOF' --- name: reviewer description: Code review specialist. Use proactively after co...
446
10165 financial data fetcher gracefullight/stock-checker
Financial Data Fetcher Skill Provides comprehensive market data access for AI trading agents. Overview This skill fetches: Real-time and historical OHLCV price data Financial news from multiple sources Fundamental data (P/E ratios, earnings, market cap) Market snapshots and quotes Tools 1. get_price_data Fetches historical or real-time price data for symbols. Parameters: symbols (required): List of ticker symbols (e.g., ["AAPL", "MSFT"]) timeframe (optional): "1Min", "5Min", "1Hour", "1Day" (def...
446
10166 flutter-internationalization madteacher/mad-agents-skills
Flutter Internationalization Overview Comprehensive guide for adding internationalization (i18n) to Flutter applications. Covers setup, configuration, message management, number/date formatting, and advanced topics like locale override and custom language support. Quick Start Choose approach based on app needs: gen-l10n (Recommended) - Modern, automated, code generation Best for: Most new projects, teams, complex apps Uses: ARB files, automated code generation See: Setup gen-l10n intl pack...
446
10167 c-pro sickn33/antigravity-awesome-skills
Use this skill when Working on c pro tasks or workflows Needing guidance, best practices, or checklists for c pro Do not use this skill when The task is unrelated to c pro You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a C programming expert speci...
446
10168 next vercel-labs/json-render
Next.js is a React framework for building full-stack web applications. It provides file-system based routing, Server Components, automatic code splitting, image optimization, and built-in performance optimizations. Next.js supports both static site generation (SSG) and server-side rendering (SSR), making it ideal for building modern web applications. The skill is based on Next.js v16.2.0-canary.16, generated at 2026-01-30. Core References | File-System Routing | Routes defined by folder str...
446
10169 better-result-adopt dmmulroy/better-result
better-result Adoption Migrate existing error handling (try/catch, Promise rejections, thrown exceptions) to typed Result-based error handling with better-result. When to Use Adopting better-result in existing codebase Converting try/catch blocks to Result types Replacing thrown exceptions with typed errors Migrating Promise-based code to Result.tryPromise Introducing railway-oriented programming patterns Migration Strategy 1. Start at Boundaries Begin migration at I/O boundaries (API calls, ...
446
10170 appkit reown-com/skills
Reown AppKit — Web Integration Goal Help developers integrate Reown AppKit so their users can connect wallets, switch networks, and interact with EVM, Solana, and Bitcoin blockchains. AppKit provides a universal modal UI and hooks/composables for wallet management. When to use Adding wallet connection to a web app (React, Next.js, Vue, Nuxt, Svelte, JavaScript) Setting up multi-chain support (EVM + Solana + Bitcoin) Configuring blockchain adapters (Wagmi, Ethers, Solana, Bitcoin) Debugging AppKi...
446
10171 kaizen:cause-and-effect neolabhq/context-engineering-kit
Cause and Effect Analysis Apply Fishbone (Ishikawa) diagram analysis to systematically explore all potential causes of a problem across multiple categories. Description Systematically examine potential causes across six categories: People, Process, Technology, Environment, Methods, and Materials. Creates structured "fishbone" view identifying contributing factors. Usage /cause-and-effect [problem_description] Variables PROBLEM: Issue to analyze (default: prompt for input) CATEGORIES: Categories ...
445
10172 auto-douyin zrt-ai-lab/opencode-skills
抖音视频自动发布技能 这个技能用于自动化发布视频到抖音创作者中心。 使用场景 用户需要发布视频到抖音时 用户说"发抖音"、"上传抖音"、"发布到抖音"时 用户有视频文件需要分发到抖音平台时 技术原理 基于 Playwright 浏览器自动化,模拟真实用户操作抖音创作者中心( https://creator.douyin.com): 首次使用需扫码登录,保存 Cookie 后续使用 Cookie 自动登录 自动化填充标题、话题、封面等信息 支持定时发布 前置条件 1. 安装依赖 pip install playwright playwright install chromium 2. 首次登录获取 Cookie python .opencode/skills/auto-douyin/scripts/get_cookie.py 执行后会打开浏览器,使用抖音 APP 扫码登录,登录成功后 Cookie 会自动保存。 工作流程 第一步:确认登录状态 检查 Cookie 是否存在且有效: python .opencode/skills/auto-douyin/scripts/check_cook...
445
10173 seo-content-brief inference-sh/skills
SEO Content Brief Generator Generate research-backed content briefs that help writers produce pages capable of outranking current top results. Briefs include competitor analysis with gap scoring, per-section word count breakdowns, keyword placement rules, and page-type-specific templates. Process 1. Determine Brief Mode Improve mode (existing page URL provided): Fetch the existing page content and structure Identify what is already strong (keep it) Identify missing, thin, or outdated sections Di...
445
10174 software-engineer siviter-xyz/dot-agent
Software Engineering Principles Core principles and preferences for code style, documentation, and development workflow. Code Style and Patterns Avoid unnecessary comments: Code should be self-documenting. Reserve comments for non-obvious design decisions, workarounds, or complex logic. Avoid comments that restate what the code obviously does. Clean codebase: Avoid leaving TODO, FIXME, or temporary comments in committed code UNLESS directed. Either implement the feature, create an issue, or ...
445
10175 testing mindrally/skills
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
445
10176 data-analyst mindrally/skills
Data Analyst You are an expert data analyst with expertise in SQL, Python (pandas), and statistical analysis. When to Apply Use this skill when: Writing SQL queries for data extraction Analyzing datasets with pandas Performing statistical analysis Creating data transformations Identifying data patterns and insights Data cleaning and preparation Core Competencies SQL Complex queries with JOINs, subqueries, CTEs Window functions and aggregations Query optimization Database design understanding pan...
445
10177 legal-advisor sickn33/antigravity-awesome-skills
Use this skill when Working on legal advisor tasks or workflows Needing guidance, best practices, or checklists for legal advisor Do not use this skill when The task is unrelated to legal advisor You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You are a le...
445
10178 code-review-ai-ai-review sickn33/antigravity-awesome-skills
AI-Powered Code Review Specialist You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage AI tools (GitHub Copilot, Qodo, GPT-5, Claude 4.5 Sonnet) with battle-tested platforms (SonarQube, CodeQL, Semgrep) to identify bugs, vulnerabilities, and performance issues. Use this skill when Working on ai-powered code review specialist tasks or workflows Needing guidance, best practices, or checklists...
445
10179 refactor pproenca/dot-skills
Refactor Overview Improve code structure and readability without changing external behavior. Refactoring is gradual evolution, not revolution. Use this for improving existing code, not rewriting from scratch. When to Use Use this skill when: Code is hard to understand or maintain Functions/classes are too large Code smells need addressing Adding features is difficult due to code structure User asks "clean up this code", "refactor this", "improve this" Refactoring Principles The Golden Rules ...
445
10180 pine-developer traderspost/pinescript-agents
Pine Script Developer Specialized in writing production-quality Pine Script v6 code for TradingView. ⚠️ CRITICAL: Pine Script Syntax Rules BEFORE writing ANY multi-line Pine Script code, remember: TERNARY OPERATORS (? :) - MUST stay on ONE line or use intermediate variables Line continuation - ALL continuation lines must be indented MORE than the starting line Common error: "end of line without line continuation" - caused by improper line breaks // ❌ NEVER DO THIS: text = condition ? "value1...
445
10181 customaize-agent:create-hook neolabhq/context-engineering-kit
Create Hook Command Analyze the project, suggest practical hooks, and create them with proper testing. Your Task (/create-hook) Analyze environment - Detect tooling and existing hooks Suggest hooks - Based on your project configuration Configure hook - Ask targeted questions and create the script Test & validate - Ensure the hook works correctly Your Workflow 1. Environment Analysis & Suggestions Automatically detect the project tooling and suggest relevant hooks: When TypeScript is detected ( t...
444
10182 market-analysis xbklairith/kisune
Market Analysis Skill You are a systematic market analyst specializing in multi-market technical and quantitative analysis. When the user requests market analysis, chart interpretation, or wants to understand current market conditions, activate this skill. When to Activate Activate this skill when the user: Requests analysis of a specific asset or market (stocks, crypto, forex, commodities) Asks about support/resistance levels Wants technical indicator analysis Needs chart pattern identifica...
444
10183 simplify-and-harden pskoett/pskoett-ai-skills
Agent Skill: Simplify & Harden Install npx skills add pskoett/pskoett-ai-skills/simplify-and-harden For CI-only execution, use: npx skills add pskoett/pskoett-ai-skills/simplify-and-harden-ci Metadata Field Value Skill ID simplify-and-harden Version 0.1.0 Trigger Post-completion hook Author Peter Skøtt Pedersen Category Code Quality / Security Priority Recommended Rationale and Philosophy When a coding agent completes a task, it holds peak contextual understanding of the problem, the solution, a...
444
10184 og-image-design inference-sh/skills
OG Image Design Create social sharing images (Open Graph) via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Generate an OG image with HTML-to-image infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:1200px;height:630px;background:linear-gradient(135deg,1a1a2e,16213e);display:flex;align-items:center;padding:60px;font-family:system-ui;color:white\"><div><h1 style=\"...
444
10185 zotero-paper-reader fuzhiyu/researchprojecttemplate
Read and analyze academic papers directly from the Zotero library. This skill handles the complete workflow from searching Zotero to converting PDFs to readable markdown format. When to Use Use this skill when the user requests to: - "Read this paper from Zotero" - "Find and read [paper title]" - "Access [author name] paper" - "Get the paper about [topic]" - "Convert [paper] from Zotero to markdown" Workflow Step 1: Search Zotero Library Use the Zotero MCP tools to search for the pa...
444
10186 market-sentiment kukapay/crypto-skills
Crypto Market Sentiment Overview This skill enables aggregation of news from popular cryptocurrency RSS feeds, performs sentiment analysis on the articles, and computes a market sentiment score ranging from -1 (highly negative) to +1 (highly positive), along with evidence-based explanations. Workflow Follow these steps to analyze crypto market sentiment: Select RSS Feeds : Choose popular crypto RSS feeds (see references/rss_feeds.md for a curated list). Fetch News : Retrieve recent articles from...
444
10187 huashu-research alchaincyf/huashu-skills
调研 Skill 结构化的网络调研流程,核心目标:调研成果实时持久化,防止会话截断丢失工作。 何时使用 为写文章做前期调研 了解新产品、新技术、新发布 搜集竞品信息或行业动态 任何需要多次 WebSearch 的信息搜索任务 执行流程 Step 1: 立即创建调研文件 在开始搜索之前,先创建文件 路径: _knowledge_base/research-<主题>-<YYYYMMDD>.md 初始内容包含:调研目标、关键问题、预期输出 Show more
444
10188 ethical-hacking-methodology sickn33/antigravity-awesome-skills
Ethical Hacking Methodology Purpose Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, essential tools, attack techniques, and professional reporting for authorized security assessments. Prerequisites Required Environment Kali Linux installed (persistent or live) Network access to authorized targets Written authorization from system owner Required Knowledge Basic networking concepts Linux comm...
444
10189 unit-testing-test-generate sickn33/antigravity-awesome-skills
Automated Unit Test Generation You are a test automation expert specializing in generating comprehensive, maintainable unit tests across multiple languages and frameworks. Create tests that maximize coverage, catch edge cases, and follow best practices for assertion quality and test organization. Use this skill when You need unit tests for existing code You want consistent test structure and coverage You need mocks, fixtures, and edge-case validation Do not use this skill when You only need inte...
444
10190 app-builder davila7/claude-code-templates
App Builder - Application Building Orchestrator Analyzes user's requests, determines tech stack, plans structure, and coordinates agents. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read project-detection.md Keyword matrix, project type detection Starting new project tech-stack.md 2025 default stack, alternatives Choosing technologies agent-coordination.md Agent pipeline, execution order Coordinating mu...
444
10191 desktop computer automation web-infra-dev/midscene-skills
Desktop Computer Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time ...
443
10192 git:compare-worktrees neolabhq/context-engineering-kit
Claude Command: Compare Worktrees Your job is to compare files and directories between git worktrees, helping users understand differences in code across branches or worktrees. Instructions CRITICAL: Perform the following steps exactly as described: Current state check : Run git worktree list to show all existing worktrees and their locations Parse user input : Classify each provided argument: No arguments : Interactive mode - ask user what to compare --stat : Show summary statistics of differen...
443
10193 newsletter-curation inference-sh/skills
Newsletter Curation Create and curate high-quality newsletters via inference.sh CLI. Quick Start Requires inference.sh CLI ( infsh ). Get installation instructions: npx skills add inference-sh/skills@agent-tools infsh login Find content to curate infsh app run tavily/search-assistant --input '{ "query": "most important AI developments this week 2024" }' Generate newsletter header infsh app run infsh/html-to-image --input '{ "html": "<div style=\"width:600px;height:200px;background:linear-gradi...
443
10194 mobile-app-debugging aj-geddes/useful-ai-prompts
Mobile App Debugging Overview Mobile app debugging addresses platform-specific issues, device hardware limitations, and mobile-specific network conditions. When to Use App crashes on mobile Performance issues on device Platform-specific bugs Network connectivity issues Device-specific problems Instructions 1. iOS Debugging Xcode Debugging: Attach Debugger: - Xcode → Run on device - Set breakpoints in code - Step through execution - View variables - Console logs View Logs: - Xcode...
443
10195 blazor mindrally/skills
Blazor Development Guidelines You are an expert in Blazor development with deep knowledge of both Blazor Server and Blazor WebAssembly. Component Architecture Component Design Create small, focused components Use component parameters for input Use EventCallback for output/events Implement IDisposable for cleanup Use cascading parameters sparingly Component Structure @page "/users/{Id:int}" @inject IUserService UserService <h1>@User?.Name</h1> @code { [Parameter] public int Id { ge...
443
10196 rust mindrally/skills
No SKILL.md available for this skill. View on GitHub
443
10197 use-smart-contract-platform circlefin/skills
Overview Circle Smart Contract Platform (SCP) provides APIs and SDKs for deploying, importing, interacting with, and monitoring smart contracts across supported networks. Deploy contracts from raw bytecode, use audited templates for standard patterns, execute ABI-based contract calls, and monitor emitted events through webhooks. Prerequisites / Setup Installation npm install @circle-fin/smart-contract-platform @circle-fin/developer-controlled-wallets Environment Variables CIRCLE_API_KEY= ...
443
10198 segment-cdp sickn33/antigravity-awesome-skills
Segment CDP Patterns Analytics.js Browser Integration Client-side tracking with Analytics.js. Include track, identify, page, and group calls. Anonymous ID persists until identify merges with user. Server-Side Tracking with Node.js High-performance server-side tracking using @segment/analytics-node. Non-blocking with internal batching. Essential for backend events, webhooks, and sensitive data. Tracking Plan Design Design event schemas using Object + Action naming convention. Define required...
443
10199 seo-content-writer sickn33/antigravity-awesome-skills
SEO Content Writer SEO & GEO Skills Library · 20 skills for SEO + GEO · Install all: npx skills add aaron-he-zhu/seo-geo-claude-skills Research · keyword-research · competitor-analysis · serp-analysis · content-gap-analysis Build · seo-content-writer · geo-content-optimizer · meta-tags-optimizer · schema-markup-generator Optimize · on-page-seo-auditor · technical-seo-checker · internal-linking-optimizer · content-refresher Monitor · rank-tracker · backlink-analyzer · performance-reporter · alert...
443
10200 tavily-web sickn33/antigravity-awesome-skills
tavily-web Overview Web search, content extraction, crawling, and research capabilities using Tavily API When to Use When you need to search the web for current information When extracting content from URLs When crawling websites Installation npx skills add -g BenedictKing/tavily-web Step-by-Step Guide Install the skill using the command above Configure Tavily API key Use naturally in Claude Code conversations Examples See GitHub Repository for examples. Best Practices Configure API keys via env...
443