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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,580
总 Skills
95.1M
总安装量
2,587
贡献者
# Skill 仓库 描述 安装量
12151 nansen-dca-tracker nansen-ai/nansen-cli
DCA Watch Answers: "What tokens are whales dollar-cost averaging into on Solana?" nansen research smart-money dcas --limit 20 → trader_address, trader_address_label, input/output_token_symbol, deposit_value_usd, dca_status, dca_created_at For each top DCA target, check token fundamentals TARGET = < output_token_address > nansen research token info --token $TARGET --chain solana → name, symbol, price, market_cap, token_details nansen research token flow-intelligence --token $TARGET --chain sol...
271
12152 nansen-holder-analysis nansen-ai/nansen-cli
Holder Quality Answers: "Is this token held by quality wallets or retail noise?" TOKEN = < address > CHAIN = ethereum nansen research token holders --token $TOKEN --chain $CHAIN --smart-money --limit 20 → address, address_label, value_usd, ownership_percentage, balance_change_24h/7d/30d nansen research token flow-intelligence --token $TOKEN --chain $CHAIN → net_flow_usd and wallet_count per label: smart_trader, whale, exchange, fresh_wallets nansen research token who-bought-sold --token $TOKEN...
271
12153 supabase-development mindrally/skills
Supabase Development You are an expert in Supabase development including database design, authentication, real-time features, and Edge Functions. Core Principles Use Supabase client for all database interactions Implement Row Level Security (RLS) policies for data protection Leverage Supabase Auth for user management Use real-time subscriptions for live updates Database Design Schema Best Practices Use proper PostgreSQL types and constraints Implement foreign key relationships Create indexes f...
271
12154 alicloud-ai-search-dashvector cinience/alicloud-skills
Category: provider DashVector Vector Search Use DashVector to manage collections and perform vector similarity search with optional filters and sparse vectors. Prerequisites Install SDK (recommended in a venv to avoid PEP 668 limits): python3 -m venv .venv . .venv/bin/activate python -m pip install dashvector Provide credentials and endpoint via environment variables: DASHVECTOR_API_KEY DASHVECTOR_ENDPOINT (cluster endpoint) Normalized operations Create collection name (str) dimension (int) metr...
270
12155 alicloud-network-dns-cli cinience/alicloud-skills
Category: tool Alibaba Cloud DNS (Alidns) CLI Goals Query and manage Alibaba Cloud DNS records via aliyun-cli . Quickly configure CNAME for Function Compute custom domains. When to Use When you need to add/update DNS records in Alibaba Cloud DNS. When you need CNAME setup for FC custom domains. Install aliyun-cli (without sudo) curl -fsSL https://aliyuncli.alicdn.com/aliyun-cli-linux-latest-amd64.tgz -o /tmp/aliyun-cli.tgz mkdir -p ~/.local/bin tar -xzf /tmp/aliyun-cli.tgz -C /tmp mv /tmp/aliyun...
270
12156 elixir-expert 404kidwiz/claude-supercode-skills
Elixir Expert Purpose Provides expertise in Elixir development, Phoenix Framework, and OTP patterns. Covers concurrent programming, real-time features with LiveView, and building fault-tolerant distributed systems on the BEAM VM. When to Use Building Elixir applications Developing Phoenix web applications Implementing real-time features with LiveView Using OTP patterns (GenServer, Supervisor) Building distributed systems on BEAM Designing fault-tolerant architectures Working with Ecto for databa...
270
12157 angular-best-practices-v20 develite98/angular-best-practices
Angular Best Practices (v20+) Comprehensive performance optimization guide for Angular 20+ applications with modern features like Signals, httpResource, signal inputs/outputs, @defer blocks, and native control flow syntax. Contains 35+ rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Angular 20+ components Using Signals for reactive state (signal, computed, linkedSignal, effect) Usi...
270
12158 philosopher-analyst rysweet/amplihack
Philosopher Analyst Skill Purpose Analyze fundamental questions, arguments, and concepts through the disciplinary lens of philosophy, applying established frameworks (logic, epistemology, metaphysics, phenomenology), multiple philosophical traditions (analytic, continental, Eastern), and rigorous analytical methods to clarify concepts, evaluate arguments, challenge assumptions, and explore deep questions about knowledge, reality, meaning, and value. When to Use This Skill Conceptual Analysis: ...
270
12159 kernel-typescript-sdk kernel/skills
When to Use This Skill Use the Kernel TypeScript SDK when you need to: Build browser automation scripts - Create TypeScript programs that control remote browsers Execute server-side automation - Run Playwright code directly in the browser VM without local dependencies Manage browser sessions programmatically - Create, configure, and control browsers from code Build scalable scraping/testing tools - Use browser pools and profiles for high-volume automation Deploy automation as actions - Package s...
270
12160 git-pr-workflows-git-workflow sickn33/antigravity-awesome-skills
Complete Git Workflow with Multi-Agent Orchestration Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment readiness. This workflow implements modern git best practices including Conventional Commits, automated testing, and structured PR creation. [Extended thinking: This workflow coordinates multiple specialized agents to ensure code quality before commits are made. The code-reviewer agent perf...
270
12161 claude-code-guide sickn33/antigravity-awesome-skills
Claude Code Guide Purpose To provide a comprehensive reference for configuring and using Claude Code (the agentic coding tool) to its full potential. This skill synthesizes best practices, configuration templates, and advanced usage patterns. Configuration ( CLAUDE.md ) When starting a new project, create a CLAUDE.md file in the root directory to guide the agent. Template (General) Project Guidelines Commands - Run app: `npm run dev` - Test: `npm test` - Build: `npm run build` Code Style - Us...
270
12162 context-degradation sickn33/antigravity-awesome-skills
Context Degradation Patterns Language models exhibit predictable degradation patterns as context length increases. Understanding these patterns is essential for diagnosing failures and designing resilient systems. Context degradation is not a binary state but a continuum of performance degradation that manifests in several distinct ways. When to Activate Activate this skill when: Agent performance degrades unexpectedly during long conversations Debugging cases where agents produce incorrect or i...
270
12163 react pproenca/dot-skills
React Component Writing Guide Use antd-style for complex styles; for simple cases, use inline style attribute Use Flexbox and Center from @lobehub/ui for layouts (see references/layout-kit.md ) Component priority: src/components > installed packages > @lobehub/ui > antd Use selectors to access zustand store data @lobehub/ui Components If unsure about component usage, search existing code in this project. Most components extend antd with additional props. Reference: node_modules/@lobehub/ui/es/in...
270
12164 interior-design-expert erichowens/some_claude_skills
Interior Design Expert Expert interior designer combining classical training with computational design tools and AI-assisted visualization. When to Use This Skill ✅ Use for: Room layout optimization and furniture placement Lighting design calculations (IES standards) Color palette selection using Munsell/NCS systems Space planning with anthropometric considerations Style consultation (Mid-Century, Scandinavian, Japandi, etc.) AI-assisted room visualization with Stability AI/Ideogram Furnitur...
270
12165 symfony:value-objects-and-dtos makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:value-objects-and-dtos<div
270
12166 design-audit bencium/bencium-claude-code-design-skill
Design Audit Skill You are a UI/UX architect. You do not write features or touch functionality. You make apps feel inevitable — like no other design was ever possible. If a user needs to think about how to use it, you've failed. If an element can be removed without losing meaning, it must be removed. Before You Start Read and internalize before forming any opinion: DESIGN_SYSTEM (.md) — tokens, colors, typography, spacing, shadows, radii FRONTEND_GUIDELINES (.md) — component engineering, state m...
270
12167 shopify-app-review shopify/shopify-ai-toolkit
You are a Shopify App Store reviewer performing a pre-submission compliance check against a developer's local codebase. Your role is to evaluate each requirement listed below against the code in this project, identifying potential compliance issues before the app is submitted for official review. How to Process Requirements To manage context efficiently, process each requirement independently using a sub-agent or separate evaluation pass. For each requirement: Read the requirement's name, descri...
269
12168 fal-audio fal-ai-community/skills
fal.ai Audio Text-to-speech and speech-to-text using state-of-the-art audio models on fal.ai. How It Works User provides text (for TTS) or audio URL (for STT) Script selects appropriate model Sends request to fal.ai API Returns audio URL (TTS) or transcription text (STT) Finding Models To discover the best and latest audio models, use the search API: Search for text-to-speech models bash /mnt/skills/user/fal-generate/scripts/search-models.sh --category "text-to-speech" Search for speech-to-tex...
269
12169 invoice-system kazukinagata/shinkoku
インボイス制度(Invoice System) 適格請求書等保存方式(インボイス制度)に関する包括的な知識ベース。 制度の概要、記載要件、経過措置、仕入税額控除ルール、登録判断を支援する。 制度概要 インボイス制度(適格請求書等保存方式)は、令和5年(2023年)10月1日に開始された消費税の仕入税額控除に関する制度。課税事業者が仕入税額控除を受けるためには、原則として「適格請求書発行事業者」が発行する「適格請求書(インボイス)」の保存が必要となる。適格請求書発行事業者になるには税務署への登録申請が必要で、登録番号(T+13桁)が付与される。 令和8年度税制改正大綱(R7.12.26閣議決定)により、3割特例の新設、経過措置スケジュールの5段階化など大幅な変更がある。 クイックリファレンス 登録番号の形式 T + 13桁の数字 法人: T + 法人番号(例: T1234567890123) 個人: T + 固有番号(マイナンバーとは異なる) 適格請求書の6つの必須記載事項 発行事業者の氏名又は名称及び 登録番号 取引年月日 取引内容(軽減税率対象品目の明示含む) 税率ごとに区分した対価...
269
12170 feature-spec pproenca/dot-skills
Feature Spec Skill You are an expert at writing product requirements documents (PRDs) and feature specifications. You help product managers define what to build, why, and how to measure success. PRD Structure A well-structured PRD follows this template: 1. Problem Statement Describe the user problem in 2-3 sentences Who experiences this problem and how often What is the cost of not solving it (user pain, business impact, competitive risk) Ground this in evidence: user research, support data, met...
269
12171 nansen-perp-screener nansen-ai/nansen-cli
Perp Market Scan Answers: "What's the state of the Hyperliquid perp market right now?" nansen research perp screener --sort volume:desc --limit 20 → token_symbol, volume, buy/sell_volume, buy_sell_pressure, open_interest, funding, mark_price nansen research perp leaderboard --days 7 --limit 20 → trader_address, trader_address_label, total_pnl, roi, account_value nansen research smart-money perp-trades --limit 20 → token_symbol, side, action (Open/Close), value_usd, price_usd, trader_address_l...
269
12172 tdd-workflows-tdd-cycle sickn33/antigravity-awesome-skills
Use this skill when Working on tdd workflows tdd cycle tasks or workflows Needing guidance, best practices, or checklists for tdd workflows tdd cycle Do not use this skill when The task is unrelated to tdd workflows tdd cycle 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/implementat...
269
12173 learning-path-builder rysweet/amplihack
This skill creates personalized, structured learning paths that guide users through mastering new technologies, frameworks, or concepts. It combines skill assessment, goal definition, resource curation, and progress tracking to enable efficient learning and measurable progress. When to Use This Skill - New Technology Adoption: Learning a new framework, language, or tool - Onboarding: Bringing team members up to speed on project technologies - Hackathon Preparation: Building required skills ...
269
12174 symfony:api-platform-versioning makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-versioning<div
269
12175 repomix mrgoonie/claudekit-skills
Repomix Skill Repomix packs entire repositories into single, AI-friendly files. Perfect for feeding codebases to LLMs like Claude, ChatGPT, and Gemini. When to Use Use when: Packaging codebases for AI analysis Creating repository snapshots for LLM context Analyzing third-party libraries Preparing for security audits Generating documentation context Investigating bugs across large codebases Creating AI-friendly code representations Quick Start Check Installation repomix --version Install np...
269
12176 alicloud-ai-content-aicontent cinience/alicloud-skills
Category: service AIContent Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for AIContent. 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: ALICLOUD_REGION_...
268
12177 mybatis-plus-generator teachingai/full-stack-skills
CRITICAL: This skill should ONLY be triggered when the user explicitly mentions MyBatis-Plus or mybatis-plus-generator. ALWAYS use this skill when the user mentions: - MyBatis-Plus code generation (explicitly mentions "MyBatis-Plus" or "mybatis-plus") - Generating MyBatis-Plus code from database tables - MyBatis-Plus generator or mybatis-plus-generator - Creating MyBatis-Plus Entity, Mapper, Service, Controller code - 生成 MyBatis-Plus 代码 (explicitly mentions "MyBatis-Plus") - MyBatis-Plus ...
268
12178 hr-business-partner borghei/claude-skills
HR Business Partner Expert-level HR business partnership for organizational success. Core Competencies Talent strategy Organizational development Employee relations Performance management Compensation and benefits Workforce planning Change management People analytics Talent Strategy Workforce Planning Workforce Plan: [Department/Function] Current State - Headcount: [X] - Open roles: [X] - Attrition rate: [X]% - Engagement score: [X] Future State (12 months) - Target headcount: [X] - Growt...
268
12179 solidjs suryavirkapur/skills
SolidJS Development SolidJS is a declarative JavaScript library for building user interfaces with fine-grained reactivity. Unlike virtual DOM frameworks, Solid compiles templates to real DOM nodes and updates them with fine-grained reactions. Core Principles Components run once — Component functions execute only during initialization, not on every update Fine-grained reactivity — Only the specific DOM nodes that depend on changed data update No virtual DOM — Direct DOM manipulation via compile...
268
12180 dart-test-fundamentals kevmoo/dash_skills
Dart Test Fundamentals When to use this skill Use this skill when: Writing new test files. structuring test suites with group . Configuring test execution via dart_test.yaml . Understanding test lifecycle methods. Core Concepts 1. Test Structure ( test and group ) test : The fundamental unit of testing. test ( 'description' , ( ) { // assertions } ) ; group : Used to organize tests into logical blocks. Groups can be nested. Descriptions are concatenated (e.g., "Group Description Test Description...
268
12181 write-concept leonardomso/33-js-concepts
Skill: Write JavaScript Concept Documentation Use this skill when writing or improving concept documentation pages for the 33 JavaScript Concepts project. When to Use Creating a new concept page in /docs/concepts/ Rewriting or significantly improving an existing concept page Reviewing an existing concept page for quality and completeness Adding explanatory content to a concept Target Audience Remember: the reader might be someone who has never coded before or is just learning JavaScript. Writ...
268
12182 netlify-development mindrally/skills
Netlify Development Best Practices Overview This skill provides comprehensive guidelines for building and deploying projects on Netlify, covering serverless functions, edge functions, background functions, scheduled functions, Netlify Blobs, Image CDN, and deployment configuration. Core Principles Use in-code configuration via exported config objects (preferred over netlify.toml) Never add version numbers to imported Netlify packages Only add CORS headers when explicitly required Leverage appr...
268
12183 electron-base jezweb/claude-skills
Build secure, modern desktop applications with Electron 33, Vite, React, and TypeScript. Quick Start 1. Initialize Project ``` Create Vite project npm create vite@latest my-app -- --template react-ts cd my-app Install Electron dependencies npm install electron electron-store npm install -D vite-plugin-electron vite-plugin-electron-renderer electron-builder ``` 2. Project Structure ``` my-app/ ├── electron/ │ ├── main.ts Main process entry │ ├── preload.ts Prelo...
267
12184 alicloud-security-kms cinience/alicloud-skills
Category: service Key Management Service Validation mkdir -p output/alicloud-security-kms python -m py_compile skills/security/key-management/alicloud-security-kms/scripts/list_openapi_meta_apis.py && echo "py_compile_ok" > output/alicloud-security-kms/validate.txt Pass criteria: command exits 0 and output/alicloud-security-kms/validate.txt is generated. Output And Evidence Save KMS API discovery outputs and operation results in output/alicloud-security-kms/ . Keep at least one request parameter...
267
12185 alicloud-ai-misc-crawl-and-skill cinience/alicloud-skills
Category: task Alibaba Cloud Model Studio Crawl and Skill Generation Prerequisites Node.js (for npx ) Python 3 Network access to the models page Workflow Crawl models page (raw markdown) npx -y @just-every/crawl \ "https://help.aliyun.com/zh/model-studio/models \ " > alicloud-model-studio-models.md Rebuild summary (models + API/usage links) python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_models_summary.py Regenerate skills (creates/updates skills/ai/ ) python3 skills/ai/m...
267
12186 seo-content-optimizer onewave-ai/claude-skills
SEO Content Optimizer Comprehensive SEO analysis and optimization for content creators and marketers. When a user asks you to optimize content for SEO, provide a detailed analysis covering keywords, readability, technical SEO, and actionable recommendations. Instructions 1. Analyze Target Keywords Examine keyword usage and placement: Identify primary keyword(s) from user input or content Check keyword placement (title, H1, first 100 words, subheadings) Calculate keyword density (aim for 1-2...
267
12187 symfony:api-platform-resources makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:api-platform-resources<div
267
12188 symfony:doctrine-batch-processing makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:doctrine-batch-processing<div
267
12189 symfony:brainstorming makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:brainstorming<div
267
12190 svg-art kv0906/cc-skills
SVG Art: Programmatic Generation Generate high-quality SVG graphics using Python scripts. All scripts output valid SVG to stdout (or file with -o). Available Scripts Script Purpose Key Options generate_grid.py Grid patterns --cols, --rows, --shape, --vary-* generate_radial.py Radial/spiral/sunburst --spiral, --concentric, --sunburst generate_fractal.py Fractals (tree, koch, sierpinski) --tree, --koch, --sierpinski, --depth generate_wave.py Waves and audio viz --layers, --noise, --bars generate...
267
12191 strategy-and-competitive-analysis lyndonkl/claude
Develop robust strategies grounded in rigorous competitive and market analysis, using proven frameworks to diagnose challenges, formulate guiding policies, and specify coherent actions. When to Use Business Strategy Development: - Market entry strategy (new product, geography, segment) - Strategic planning (annual plans, 3-year vision, OKRs) - Strategic decisions (build vs buy, pricing, positioning, business model) - Growth strategy (organic, M&A, partnerships, platform) Competitive Anal...
267
12192 monitoring-guidelines mindrally/skills
Monitoring Guidelines Apply these monitoring principles to ensure system reliability, performance visibility, and proactive issue detection. Core Monitoring Principles Monitor the four golden signals: latency, traffic, errors, and saturation Implement monitoring as code for reproducibility Design monitoring around user experience and business impact Use SLOs (Service Level Objectives) to guide alerting decisions Balance comprehensive coverage with actionable insights Key Metrics to Monitor App...
267
12193 gpt-5-4-prompting openai/codex-plugin-cc
GPT-5.4 Prompting Use this skill when codex:codex-rescue needs to ask Codex or another GPT-5.4-based workflow for help. Prompt Codex like an operator, not a collaborator. Keep prompts compact and block-structured with XML tags. State the task, the output contract, the follow-through defaults, and the small set of extra constraints that matter. Core rules: Prefer one clear task per Codex run. Split unrelated asks into separate runs. Tell Codex what done looks like. Do not assume it will infer the...
267
12194 alicloud-platform-docs-api-review cinience/alicloud-skills
Alibaba Cloud Product Docs + API Docs Reviewer Use this skill when the user gives a product name and asks for an end-to-end documentation/API quality review. What this skill does Resolve product from latest OpenAPI metadata. Fetch latest API docs for default version. Discover product/help-doc links from official product page. Produce a structured review report with: score evidence prioritized suggestions (P0/P1/P2) Workflow Run the bundled script: python skills/platform/docs/alicloud-platform-do...
266
12195 alicloud-ai-text-document-mind cinience/alicloud-skills
Category: provider Document Mind (DocMind) — Node.js SDK Use DocMind to extract document structure, text, and layout with async jobs. Prerequisites Install SDKs: npm install @alicloud/docmind-api20220711 @alicloud/tea-util @alicloud/credentials Provide credentials via standard Alibaba Cloud env vars: ALICLOUD_ACCESS_KEY_ID ALICLOUD_ACCESS_KEY_SECRET ALICLOUD_REGION_ID (optional default; if unset, choose the most reasonable region for the task or ask the user) Quickstart (submit + poll) const Cli...
266
12196 capabilities kazukinagata/shinkoku
shinkoku 対応状況 shinkoku が現在対応している申告パターン、帳票種類、既知の制限事項を一覧する。 ペルソナ対応状況 レベル 意味 Full 計算+確定申告書等作成コーナーへの入力代行 Out 対象外(税理士への相談を案内) ペルソナ レベル 備考 個人事業主(青色申告・一般用) Full メインターゲット。帳簿→決算書→税額計算→作成コーナー入力 会社員+副業(事業所得) Full 源泉徴収票+事業所得の税額計算→作成コーナー入力 給与所得のみ(会社員) Full 還付申告・医療費控除等→作成コーナー入力 消費税課税事業者 Full 2割特例・簡易課税・本則課税すべて対応 ふるさと納税利用者 Full CRUD + 控除計算 + 限度額推定。ワンストップ特例との注意点も案内 住宅ローン控除(初年度) Full 控除額計算。初年度は添付書類が別途必要 医療費控除 Full 明細集計+控除額計算 仮想通貨トレーダー Full 雑所得(総合課税)として申告書に自動反映 株式投資家(分離課税) Out 株式譲渡所得・配当の分離課税には対応していません FXトレーダー Out ...
266
12197 express-production bobmatnyc/claude-mpm-skills
Express.js - Production Web Framework Overview Express is a minimal and flexible Node.js web application framework providing a robust set of features for web and mobile applications. This skill covers production-ready Express development including middleware architecture, structured error handling, security hardening, comprehensive testing, and deployment strategies. Key Features: Flexible middleware architecture with composition patterns Centralized error handling with async support Security...
266
12198 scala-pro sickn33/antigravity-awesome-skills
Use this skill when Working on scala pro tasks or workflows Needing guidance, best practices, or checklists for scala pro Do not use this skill when The task is unrelated to scala 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 an elite Scala e...
266
12199 documentation-writing rysweet/amplihack
Documentation Writing Skill Purpose Creates high-quality, discoverable documentation following the Eight Rules and Diataxis framework. Ensures all docs are properly located, linked, and contain real runnable examples. When I Activate I load automatically when you mention: "write documentation" or "create docs" "document this feature/module/API" "create a README" or "write a tutorial" "explain how this works" Any request to create markdown documentation Core Rules (MANDATORY) The Eight Rules Loca...
266
12200 inspira-ui secondsky/claude-skills
Inspira UI - Animated Vue/Nuxt Component Library Inspira UI is a collection of 120+ reusable, animated components powered by TailwindCSS v4, motion-v, GSAP, and Three.js — crafted to help ship beautiful Vue and Nuxt applications faster. Table of Contents When to Use Quick Start Component Selection Core Patterns Critical Pitfalls Detailed References When to Use This Skill Use Inspira UI when building: Animated landing pages with hero sections, testimonials, and effects Modern web applications req...
266