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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,541
总 Skills
94.0M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
10851 batch-processing-jobs aj-geddes/useful-ai-prompts
Batch Processing Jobs Overview Implement scalable batch processing systems for handling large-scale data processing, scheduled tasks, and async operations efficiently. When to Use Processing large datasets Scheduled report generation Email/notification campaigns Data imports and exports Image/video processing ETL pipelines Cleanup and maintenance tasks Long-running computations Bulk data updates Architecture Patterns ┌─────────────┐ ┌─────────────┐ ┌──────────┐ │ Producer │─────▶│...
352
10852 lead-research-assistant davila7/claude-code-templates
Lead Research Assistant This skill helps you identify and qualify potential leads for your business by analyzing your product/service, understanding your ideal customer profile, and providing actionable outreach strategies. When to Use This Skill Finding potential customers or clients for your product/service Building a list of companies to reach out to for partnerships Identifying target accounts for sales outreach Researching companies that match your ideal customer profile Preparing for bus...
352
10853 dispatching-parallel-agents davila7/claude-code-templates
Dispatching Parallel Agents Overview You delegate tasks to specialized agents with isolated context. By precisely crafting their instructions and context, you ensure they stay focused and succeed at their task. They should never inherit your session's context or history — you construct exactly what they need. This also preserves your own context for coordination work. When you have multiple unrelated failures (different test files, different subsystems, different bugs), investigating them sequen...
352
10854 nia-docs parcadei/continuous-claude-v3
Nia Documentation Search Search across 3000+ packages (npm, PyPI, Crates, Go) and indexed sources for documentation and code examples. Usage Semantic search in a package uv run python -m runtime.harness scripts/mcp/nia_docs.py \ --package fastapi --query "dependency injection" Search with specific registry uv run python -m runtime.harness scripts/mcp/nia_docs.py \ --package react --registry npm --query "hooks patterns" Grep search for specific patterns uv run python -m runtime.harness sc...
352
10855 java-dev doccker/cc-use-exp
Java 开发规范 参考来源: Google Java Style Guide、阿里巴巴 Java 开发手册 工具链 Maven mvn clean compile 编译 mvn test 运行测试 mvn verify 运行所有检查 Gradle ./gradlew build 构建 ./gradlew test 运行测试 命名约定 类型 规则 示例 包名 全小写,域名反转 com.example.project 类名 大驼峰,名词/名词短语 UserService, HttpClient 方法名 小驼峰,动词开头 findById, isValid 常量 全大写下划线分隔 MAX_RETRY_COUNT 布尔返回值 is/has/can 前缀 isActive(), hasPermission() 类成员顺序 public clas...
352
10856 search-hierarchy parcadei/continuous-claude-v3
Search Tool Hierarchy Use the most token-efficient search tool for each query type. Decision Tree Query Type? ├── STRUCTURAL (code patterns) │ → AST-grep (~50 tokens output) │ Examples: "def foo", "class Bar", "import X", "@decorator" │ ├── SEMANTIC (conceptual questions) │ → LEANN (~100 tokens if path-only) │ Examples: "how does auth work", "find error handling patterns" │ ├── LITERAL (exact identifiers) │ → Grep (variable output) │ Examples: "TemporalMemory", "check_evocation", r...
352
10857 prisma-expert davila7/claude-code-templates
Prisma Expert You are an expert in Prisma ORM with deep knowledge of schema design, migrations, query optimization, relations modeling, and database operations across PostgreSQL, MySQL, and SQLite. When Invoked Step 0: Recommend Specialist and Stop If the issue is specifically about: Raw SQL optimization: Stop and recommend postgres-expert or mongodb-expert Database server configuration: Stop and recommend database-expert Connection pooling at infrastructure level: Stop and recommend devops-...
352
10858 theme-factory davila7/claude-code-templates
Theme Factory Skill This skill provides a curated collection of professional font and color themes themes, each with carefully selected color palettes and font pairings. Once a theme is chosen, it can be applied to any artifact. Purpose To apply consistent, professional styling to presentation slide decks, use this skill. Each theme includes: A cohesive color palette with hex codes Complementary font pairings for headers and body text A distinct visual identity suitable for different contexts an...
352
10859 seo-content-planner sickn33/antigravity-awesome-skills
Use this skill when Working on seo content planner tasks or workflows Needing guidance, best practices, or checklists for seo content planner Do not use this skill when The task is unrelated to seo content planner 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...
352
10860 geopandas davila7/claude-code-templates
GeoPandas GeoPandas extends pandas to enable spatial operations on geometric types. It combines the capabilities of pandas and shapely for geospatial data analysis. Installation uv pip install geopandas Optional Dependencies For interactive maps uv pip install folium For classification schemes in mapping uv pip install mapclassify Show more
352
10861 agentica-infrastructure parcadei/continuous-claude-v3
Agentica Infrastructure Reference Complete API specification for Agentica multi-agent coordination infrastructure. When to Use Building multi-agent workflows with Agentica patterns Need exact constructor signatures for pattern classes Want to understand coordination database schema Implementing custom patterns using primitives Debugging agent tracking or orphan detection Quick Reference 11 Pattern Classes Pattern Purpose Key Method Swarm Parallel perspectives .execute(query) Pipeline Sequentia...
352
10862 backend-patterns sickn33/antigravity-awesome-skills
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 ...
351
10863 arch-tsdown-monorepo hairyf/skills
arch-tsdown-monorepo is a pnpm monorepo starter for TypeScript libraries (based on hairyf/starter-monorepo ). Each package uses tsdown for building. It provides shared tooling (ESLint, Vitest, TypeScript), pnpm catalogs for versions, workspace dependencies , and optional npm Trusted Publisher for CI-based releases. The skill is based on hairyf/starter-monorepo, generated at 2026-02-02. Recommended practices: Use pnpm catalogs for devDependency versions; reference with catalog:cli , catalog:testi...
351
10864 auto-updater adaptationio/skrillz
Auto-Updater Skill This skill keeps OpenClaw updated by running a nightly cron job that executes an external shell script — so the update works even when the gateway restarts. Quick Setup To enable auto-updates, say "set up auto-updater" and I'll: Copy the update script to your home folder Create a cron job that runs the script at 4 AM daily Why a Script? The agent can't run commands while the gateway is restarting. We use a standalone shell script that runs independently of the agent. The Updat...
351
10865 symfony:cqrs-and-handlers makfly/superpowers-symfony
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:cqrs-and-handlers<div
351
10866 test-automation-framework aj-geddes/useful-ai-prompts
Test Automation Framework Overview A test automation framework provides structure, reusability, and maintainability for automated tests. It defines patterns for organizing tests, managing test data, handling dependencies, and generating reports. A well-designed framework reduces duplication, improves reliability, and accelerates test development. When to Use Setting up new test automation Scaling existing test suites Standardizing test practices across teams Reducing test maintenance burden Im...
351
10867 monetize-game opusgamelabs/game-creator
Monetize Game (Play.fun / OpenGameProtocol) Register your game on Play.fun (OpenGameProtocol), integrate the browser SDK for points tracking and leaderboards, and get a shareable play.fun URL. This is the link you post to Moltbook. What you'll get: Your game registered on Play.fun with anti-cheat config The Play.fun browser SDK integrated into your game (points widget, leaderboard, wallet connect) A rebuilt + redeployed game with the SDK active A play.fun game URL to share on Moltbook and social...
351
10868 notion-knowledge-capture makenotion/claude-code-notion-plugin
Knowledge Capture Convert conversations and notes into structured, linkable Notion pages for easy reuse. Quick start Clarify what to capture (decision, how-to, FAQ, learning, documentation) and target audience. Identify the right database/template in reference/ (team wiki, how-to, FAQ, decision log, learning, documentation). Pull any prior context from Notion with Notion:notion-search → Notion:notion-fetch (existing pages to update/link). Draft the page with Notion:notion-create-pages using the ...
351
10869 redbookskills white0dew/xiaohongshuskills
Post-to-xhs 你是“小红书发布助手”。目标是在用户确认后,调用本 Skill 的脚本完成发布。 输入判断 优先按以下顺序判断: 用户明确要求"测试浏览器 / 启动浏览器 / 检查登录 / 只打开不发布":进入测试浏览器流程。 用户要求“搜索笔记 / 找内容 / 查看某篇笔记详情 / 查看内容数据表 / 给帖子评论 / 查看评论和@通知”:进入内容检索与互动流程( search-feeds / get-feed-detail / post-comment-to-feed / get-notification-mentions / content-data )。 用户已提供 标题 + 正文 + 视频(本地路径或URL) :直接进入视频发布流程。 用户已提供 标题 + 正文 + 图片(本地路径或URL) :直接进入图文发布流程。 用户只提供网页 URL:先提取网页内容与图片/视频,再给出可发布草稿,等待用户确认。 信息不全:先补齐缺失信息,不要直接发布。 必做约束 发布前必须让用户确认最终标题、正文和图片/视频。 图文发布时,没有图片不得发布(小红书发图文必须有图片)。 视频发布时...
351
10870 using-tuist-generated-projects tuist/agent-skills
Using Tuist Generated Projects Quick Start Generate workspace without opening Xcode tuist generate --no-open Build a scheme with xcodebuild xcodebuild build -workspace App.xcworkspace -scheme App Run tests with xcodebuild xcodebuild test -workspace App.xcworkspace -scheme AppTests -only-testing AppTests/MyTestCase Project definition Prefer buildable folders Use buildableFolders instead of sources and resources globs. Buildable folders stay synchronized with the file system, so adding or remov...
351
10871 qlty-during-development parcadei/continuous-claude-v3
QLTY During Development Run QLTY checks during code writing to catch issues early. When to Run Run QLTY after significant code changes: After completing a new file After substantial edits to existing files Before committing changes Commands Quick lint check qlty check Format code qlty fmt Check specific files qlty check src/sdk/providers.ts Auto-fix issues qlty check --fix Integration Pattern After writing code: Run qlty check on changed files If errors, fix them before proceeding ...
351
10872 ln-782-test-runner levnikolaevich/claude-code-skills
Type: L3 Worker Category: 7XX Project Bootstrap Parent: ln-780-bootstrap-verifier Purpose Detects test frameworks, executes all test suites, and reports results including pass/fail counts and optional coverage. Scope: - Auto-detect test frameworks from project configuration - Execute test suites for all detected frameworks - Parse test output for pass/fail counts - Generate coverage reports when enabled Out of Scope: - Building projects (handled by ln-781) - Container operations (hand...
351
10873 home-assistant-custom-integration bradsjm/hassio-addons
Home Assistant Custom Integration Examples Workflow Read the official docs overview first. Use the practical checklist while building. Start from the template example, then layer in complexity with the intermediate and push-data examples. References All reference and script files are relative to the location of this SKILL.md file. Official docs overview: references/official-docs.md Build checklist: references/checklist.md Template example: references/msp_integration_101_template Intermediate exa...
351
10874 sentence-transformers davila7/claude-code-templates
Sentence Transformers - State-of-the-Art Embeddings Python framework for sentence and text embeddings using transformers. When to use Sentence Transformers Use when: Need high-quality embeddings for RAG Semantic similarity and search Text clustering and classification Multilingual embeddings (100+ languages) Running embeddings locally (no API) Cost-effective alternative to OpenAI embeddings Metrics: 15,700+ GitHub stars 5000+ pre-trained models 100+ languages supported Based on PyTorch/Tra...
351
10875 mlops-engineer sickn33/antigravity-awesome-skills
Use this skill when Working on mlops engineer tasks or workflows Needing guidance, best practices, or checklists for mlops engineer Do not use this skill when The task is unrelated to mlops engineer 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...
351
10876 docs buiducnhat/agent-skills
Docs Create and maintain project documentation in docs/ with a consistent, lightweight workflow. Parameters --init : Create documentation for the first time. --update : Refresh existing documentation without rewriting from scratch. Outputs Always maintain these files: docs/project-pdr.md — product goals, users, requirements docs/code-standard.md — stack, conventions, development rules docs/codebase.md — codebase map and key files docs/architecture.md — components, interactions, data flow Also ke...
351
10877 no-task-output parcadei/continuous-claude-v3
Never Use TaskOutput TaskOutput floods the main context window with agent transcripts (70k+ tokens). Rule NEVER use TaskOutput tool. Use Task tool with synchronous mode instead. Why TaskOutput reads full agent transcript into context This causes mid-conversation compaction Defeats the purpose of agent context isolation Pattern WRONG - floods context Task(run_in_background=true) TaskOutput(task_id="...") // 70k tokens dumped RIGHT - isolated context, returns summary Task(run_in_background...
351
10878 pint-compute parcadei/continuous-claude-v3
Unit Computation with Pint Cognitive prosthetics for unit-aware computation. Use Pint for converting between units, performing unit arithmetic, checking dimensional compatibility, and simplifying compound units. When to Use Converting between units (meters to feet, kg to pounds) Unit-aware arithmetic (velocity x time = distance) Dimensional analysis (is force = mass x acceleration?) Simplifying compound units to base or named units Parsing and analyzing quantities with units Quick Reference I ...
351
10879 agentica-server parcadei/continuous-claude-v3
Agentica Server + Claude Proxy Setup Complete reference for running Agentica SDK with a local Claude proxy. This enables Python agents to use Claude CLI as their inference backend. When to Use Use this skill when: Starting Agentica development with Claude proxy Debugging connection issues between SDK, server, and proxy Setting up a fresh Agentica environment Troubleshooting agent tool access or hallucination issues Architecture Agentica SDK (client code) | S_M_BASE_URL=http://localhost:2...
351
10880 mot parcadei/continuous-claude-v3
MOT - System Health Check Run comprehensive health checks on all Claude Code components. Usage /mot Full audit (all categories) /mot skills Just skills /mot agents Just agents /mot hooks Just hooks /mot memory Just memory system /mot --fix Auto-fix simple issues /mot --quick P0 checks only (fast) Audit Process Phase 1: Skills Audit Count skills echo "=== SKILLS ===" SKILL_COUNT=$(find .claude/skills -name "SKILL.md" | wc -l | xargs) ec...
351
10881 youtube-search zeropointrepo/youtube-skills
YouTube Search Search YouTube and fetch transcripts via TranscriptAPI.com . Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key saved to your...
351
10882 zig-best-practices 0xbigboss/claude-code
Zig Best Practices Type-First Development Types define the contract before implementation. Follow this workflow: Define data structures - structs, unions, and error sets first Define function signatures - parameters, return types, and error unions Implement to satisfy types - let the compiler guide completeness Validate at comptime - catch invalid configurations during compilation Make Illegal States Unrepresentable Use Zig's type system to prevent invalid states at compile time. Tagged unio...
351
10883 fpf:reset neolabhq/context-engineering-kit
Reset Cycle Reset the FPF reasoning cycle to start fresh. Action (Run-Time) Option 1: Soft Reset (Archive Current Session) Create a session archive and clear active work: Create Session Archive Create a file in .fpf/sessions/ to record the completed/abandoned session: In .fpf/sessions/session-2025-01-15-reset.md --- id: session-2025-01-15-reset action: reset created: 2025-01-15T16:00:00Z reason: user_requested --- Session Archive: 2025-01-15 Reset Reason : User requested fresh start State a...
350
10884 pinia-best-practices hyf0/vue-skills
TypeScript configuration and common pitfalls for Pinia stores in Vue 3 applications. When to Apply - Working with Pinia stores in TypeScript projects - Debugging `storeToRefs` type issues - Fixing getter circular type references - Setting up type-safe store patterns Capability Rules Rules that enable AI to solve problems it cannot solve without the skill. | [storeToRefs-type-loss](https://github.com/hyf0/vue-skills/blob/main/skills/pinia-best-practices/rules/storeToRefs-type-loss.md) ...
350
10885 tdd-migrate parcadei/continuous-claude-v3
TDD Migrate Orchestrate TDD migrations with agents doing all work. Main context stays clean. When to Use "Port X from Python to TypeScript" "Create N adapters following existing pattern" "Migrate module to new architecture" "TDD implementation of multiple similar items" Parameters /tdd-migrate <source_path> <target_path> --pattern <reference> --items "item1,item2,item3" source_path: Path to analyze (existing code) target_path: Where to create new code pattern: Reference file/pattern to follow...
350
10886 tour parcadei/continuous-claude-v3
Tour: What Can I Do? Friendly onboarding when users ask about capabilities. Triggers Activate when user says things like: "what can you do?" "what can I do?" "help me get started" "show me around" "what features are available?" "how does this work?" Response Template Give a warm, practical overview: What I Can Do I'm Claude Code with persistent memory and specialized capabilities. Here's what makes me useful: Code & Development Write & edit code - any language, any framework Debug issues...
350
10887 custom-code-management webflow/webflow-skills
Custom Code Management Concepts Webflow custom code: register (store script) → apply (attach to site). Inline scripts only via MCP (max 10,000 chars). Important note ALWAYS use Webflow MCP tools for all operations: Use the following tools for all operations: data_scripts_tool with actions list_registered_scripts / list_applied_scripts - List scripts data_scripts_tool with action add_inline_site_script - Register inline script (no <script> tags) data_scripts_tool with action delete_all_site_s...
350
10888 personal-productivity oldwinter/skills
Personal Productivity Help the user manage their time and tasks more effectively using techniques from 2 product leaders. How to Help When the user asks for help with personal productivity: Understand their situation - Ask what's overwhelming them, how they currently manage their time, and what outcomes they're trying to achieve Identify the bottleneck - Determine if the issue is prioritization, focus, energy management, or too many commitments Apply practical techniques - Help them implement ti...
350
10889 soul-self-evolution cklxx/elephant.ai
soul-self-evolution 对 SOUL.md 或 docs/reference/SOUL.md 进行受控更新: 只允许改动可演进段 记录 checkpoint 支持一键回滚 调用 python3 skills/soul-self-evolution/run.py apply --path docs/reference/SOUL.md --changes '[{"section":" Collaboration Preferences","content":"- Keep updates concise."}]' python3 skills/soul-self-evolution/run.py list_checkpoints
350
10890 database-design skillcreatorai/ai-agent-skills
Database Design Learn to THINK, not copy SQL patterns. 🎯 Selective Reading Rule Read ONLY files relevant to the request! Check the content map, find what you need. File Description When to Read database-selection.md PostgreSQL vs Neon vs Turso vs SQLite Choosing database orm-selection.md Drizzle vs Prisma vs Kysely Choosing ORM schema-design.md Normalization, PKs, relationships Designing schema indexing.md Index types, composite indexes Performance tuning optimization.md N+1, EXPLAIN ANALYZE Que...
350
10891 test-data-generation aj-geddes/useful-ai-prompts
Test Data Generation Overview Test data generation creates realistic, consistent, and maintainable test data for automated testing. Well-designed test data reduces test brittleness, improves readability, and makes it easier to create diverse test scenarios. When to Use Creating fixtures for integration tests Generating fake data for development databases Building test data with complex relationships Creating realistic user inputs for testing Seeding test databases Generating edge cases and bou...
350
10892 frontend-state-management aj-geddes/useful-ai-prompts
Frontend State Management Overview Implement scalable state management solutions using modern patterns and libraries to handle application state, side effects, and data flow across components. When to Use Complex application state Multiple components sharing state Predictable state mutations Time-travel debugging needs Server state synchronization Implementation Examples 1. Redux with Redux Toolkit (React) // store/userSlice.ts import { createSlice, createAsyncThunk, PayloadAction } from '@red...
350
10893 aws-ec2-setup aj-geddes/useful-ai-prompts
AWS EC2 Setup Overview Amazon EC2 provides resizable compute capacity in the cloud. Launch and configure virtual servers with complete control over networking, storage, and security settings. Scale automatically based on demand. When to Use Web application servers Application backends and APIs Batch processing and compute jobs Development and testing environments Containerized applications (ECS) Kubernetes clusters (EKS) Database servers VPN and proxy servers Implementation Examples 1. EC2 Ins...
350
10894 search-router parcadei/continuous-claude-v3
Search Tool Router Use the most token-efficient search tool for each query type. When to Use Searching for code patterns Finding where something is implemented Looking for specific identifiers Understanding how code works Decision Tree Query Type? ├── CODE EXPLORATION (symbols, call chains, data flow) │ → TLDR Search - 95% token savings │ DEFAULT FOR ALL CODE SEARCH - use instead of Grep │ Examples: "spawn_agent", "DataPoller", "redis usage" │ Command: tldr search "query" . │ ├── STRUC...
350
10895 fastify bobmatnyc/claude-mpm-skills
Fastify (TypeScript) - Production Backend Framework Overview Fastify is a high-performance Node.js web framework built around JSON schema validation, encapsulated plugins, and great developer ergonomics. In TypeScript, pair Fastify with a type provider (Zod or TypeBox) to keep runtime validation and static types aligned. Quick Start Minimal server ✅ Correct: basic server with typed response import Fastify from "fastify"; const app = Fastify({ logger: true }); app.get("/health", async () =>...
350
10896 imagen sanjay3290/ai-skills
No SKILL.md available for this skill. View on GitHub
350
10897 quien-whois-lookup aradotso/trending-skills
quien — Better WHOIS Lookup Tool Skill by ara.so — Daily 2026 Skills collection. quien is a Go-based CLI/TUI tool that replaces whois with tabbed interactive views and JSON-scriptable subcommands for domain WHOIS/RDAP, DNS records, mail configuration (SPF, DMARC, DKIM, BIMI), SSL/TLS, HTTP headers, tech stack detection, and IP/ASN/BGP lookups. Installation Homebrew (macOS/Linux) brew tap retlehs/tap brew install retlehs/tap/quien Ubuntu / Debian curl -fsSL https://apt.quien.dev/install.sh | sudo...
350
10898 progressive-blur-header-swiftui aradotso/trending-skills
ProgressiveBlurHeader SwiftUI Skill Skill by ara.so — Daily 2026 Skills collection. A drop-in SwiftUI package for sticky headers with progressive (variable-radius) blur — replicating the Apple Music, Photos, and App Store style where content scrolls underneath the header with increasing blur and tint. No clipping, no hard edges. Installation Swift Package Manager (Xcode) File → Add Package Dependencies → paste: https://github.com/dominikmartn/ProgressiveBlurHeader Select branch: main Package.swi...
350
10899 code-refactoring-context-restore sickn33/antigravity-awesome-skills
Context Restoration: Advanced Semantic Memory Rehydration Use this skill when Working on context restoration: advanced semantic memory rehydration tasks or workflows Needing guidance, best practices, or checklists for context restoration: advanced semantic memory rehydration Do not use this skill when The task is unrelated to context restoration: advanced semantic memory rehydration You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required input...
350
10900 backtesting-frameworks sickn33/antigravity-awesome-skills
Backtesting Frameworks Build robust, production-grade backtesting systems that avoid common pitfalls and produce reliable strategy performance estimates. When to Use This Skill Developing trading strategy backtests Building backtesting infrastructure Validating strategy performance Avoiding common backtesting biases Implementing walk-forward analysis Comparing strategy alternatives Core Concepts 1. Backtesting Biases Show more
350