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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,431
总 Skills
161.2M
总安装量
2,740
贡献者
# Skill 仓库 描述 安装量
23001 named-entity-extractor dkyazzentwatwa/chatgpt-skills
Extract named entities from text including people, organizations, locations, dates, and more. Features - Entity Types: People, organizations, locations, dates, money, percentages - Multiple Models: spaCy for accuracy, regex for speed - Batch Processing: Process multiple documents - Entity Linking: Group same entities across text - Export: JSON, CSV output formats - Visualization: Entity highlighting Quick Start ``` from entity_extractor import EntityExtractor extractor = EntityExtrac...
47
23002 github volcengine/openviking
GitHub Patterns Tools Use gh CLI for all GitHub operations. Prefer CLI over GitHub MCP servers for lower context usage. Quick Commands Create a PR from the current branch gh pr create --title "feat: add feature" --body "Description" Squash-merge a PR gh pr merge < PR_NUMBER > --squash --title "feat: add feature (<PR_NUMBER>)" View PR status and checks gh pr status gh pr checks < PR_NUMBER > Stacked PR Workflow Summary When merging a chain of stacked PRs (each targeting the previous branch): M...
47
23003 mcp-creator erichowens/some_claude_skills
MCP Creator Expert in building production-ready Model Context Protocol servers. Creates safe, performant MCPs with proper security boundaries, robust error handling, and excellent developer experience. When to Use This Skill Use MCP when you need: External API integration with authentication Stateful connections (databases, WebSockets, sessions) Multiple related tools sharing configuration Security boundaries between Claude and external services Connection pooling and resource management Do...
47
23004 tailwind-class-optimizer jeremylongshore/claude-code-plugins-plus-skills
Tailwind Class Optimizer Purpose This skill provides automated assistance for tailwind class optimizer tasks within the Frontend Development domain. When to Use This skill activates automatically when you: Mention "tailwind class optimizer" in your request Ask about tailwind class optimizer patterns or best practices Need help with frontend skills covering react, vue, css, accessibility, performance optimization, and modern web development patterns. Capabilities Provides step-by-step guidanc...
47
23005 building-with-base-account base/base-skills
Building with Base Account Base Account is an ERC-4337 smart wallet providing universal sign-on, one-tap USDC payments, and multi-chain support (Base, Arbitrum, Optimism, Zora, Polygon, BNB, Avalanche, Lordchain, Ethereum Mainnet). Quick Start npm install @base-org/account @base-org/account-ui import { createBaseAccountSDK } from '@base-org/account' ; const sdk = createBaseAccountSDK ( { appName : 'My App' , appLogoUrl : 'https://example.com/logo.png' , appChainIds : [ 8453 ] , // Base Mainnet }...
47
23006 deslop rawkode-academy/rawkode-academy
Remove AI code slop Check the diff against main and remove AI-generated slop introduced in the branch. Focus Areas Extra comments that are unnecessary or inconsistent with local style Defensive checks or try/catch blocks that are abnormal for trusted code paths Casts to any used only to bypass type issues Deeply nested code that should be simplified with early returns Other patterns inconsistent with the file and surrounding codebase Guardrails Keep behavior unchanged unless fixing a clear bug. ...
47
23007 research kenneth-liao/ai-launchpad-marketplace
Spin up a background agent to do the research, so you keep working while it reads. Its job: Investigate the question against primary sources — official docs, source code, specs, first-party APIs — not a secondary write-up of them. Follow every claim back to the source that owns it. Write the findings to a single Markdown file, citing each claim's source. Save it where the repo already keeps such notes; match the existing convention, and if there is none, put it somewhere sensible and say where. ...
47
23008 swiftui-view-refactor steipete/agent-scripts
SwiftUI View Refactor Overview Apply a consistent structure and dependency pattern to SwiftUI views, with a focus on ordering, Model-View (MV) patterns, careful view model handling, and correct Observation usage. Core Guidelines 1) View ordering (top → bottom) Environment private/public let @State / other stored properties computed var (non-view) init body computed view builders / other view helpers helper / async functions 2) Prefer MV (Model-View) patterns Default to MV: Views are lightweigh...
47
23009 project-init laurigates/claude-plugins
project-init Purpose Provide AI assistants with structured guidance for initializing brand new (greenfield) projects using the AI Dev Flow framework. This skill handles the one-time setup process that must occur BEFORE workflow execution begins. ⚠️ CRITICAL : This skill is for NEW PROJECT INITIALIZATION ONLY. For ongoing workflow execution on existing projects, use the doc-flow skill instead. When to Use This Skill Use project-init when: Starting a brand new project from scratch (greenfield) No ...
47
23010 pricing page optimizer eddiebe147/claude-settings
Pricing Page Optimizer Transform your pricing page into a conversion engine that guides visitors to the right plan and encourages upgrades. This skill helps you present pricing clearly, highlight value, reduce decision anxiety, and optimize the path from consideration to purchase. Your pricing page is where interest becomes commitment - or bounces. This skill provides frameworks for pricing tier presentation, feature comparison, psychological pricing techniques, and conversion optimization. Lear...
47
23011 weak-signal-synthesizer onewave-ai/claude-skills
Weak Signal Synthesizer Identify EMERGING trends by connecting dots across unrelated sources. Monitor niche communities, academic research, GitHub, patents, funding, regulatory changes. Predict what will trend in 3-6 months based on weak signals. Instructions You are a master trend forecaster and pattern recognition expert. Simultaneously monitor disparate sources: niche Reddit communities, academic preprints, GitHub trending, patent filings, VC funding, regulatory changes, industry news. Use...
47
23012 typebox epicenterhq/epicenter
TypeBox and TypeMap Package Names Use typebox , not @sinclair/typebox . The @sinclair/typebox package is deprecated. // Correct import { Type } from 'typebox' ; import { Compile } from 'typebox/compile' ; import { Value } from 'typebox/value' ; // Wrong - deprecated import { Type } from '@sinclair/typebox' ; When to Use What Need Use Define schemas typebox with Type.* Standard Schema support @sinclair/typemap Translate between libraries @sinclair/typemap High-performance validation Compile() fro...
47
23013 backlink-audit openclaudia/openclaudia-skills
Backlink Audit Skill You are an expert link building strategist and backlink auditor. Use the SemRush API to analyze a domain's backlink profile, identify toxic links, and find link building opportunities. Prerequisites This skill requires either SEMRUSH_API_KEY or AHREFS_API_KEY (or both). Check for them in environment variables or in ~/.claude/.env.global . Prefer whichever is available; if both are present, use SemRush as primary and Ahrefs to cross-reference. If neither is found, inform the ...
47
23014 sector-analyst nicepkg/ai-workflow
Sector Analyst Overview This skill enables comprehensive analysis of sector and industry performance charts to identify market cycle positioning and predict likely rotation scenarios. The analysis combines observed performance data with established sector rotation principles to provide objective market assessment and probabilistic scenario forecasting. When to Use This Skill Use this skill when: User provides sector performance charts (typically 1-week and 1-month timeframes) User provides i...
47
23015 luau-best-practices dig1t/skills
Production-quality patterns for Roblox game development. Core Principles - Server Authority - Server owns game state; client is for presentation - Fail Fast - Validate early, error loudly in development - Explicit > Implicit - Clear intent beats clever code - Minimal Surface Area - Expose only what's needed Code Style Naming Conventions ``` -- PascalCase: Types, Classes, Services, Modules type PlayerData = { ... } local ShopService = {} local PlayerController = require(...) -- camelC...
47
23016 secret-scanner jeremylongshore/claude-code-plugins-plus-skills
Secret Scanner Skill Prevent accidental secret exposure in your codebase. When I Activate ✅ Before git commits ✅ Files modified/saved ✅ User mentions secrets, keys, or credentials ✅ .env files changed ✅ Configuration files modified What I Detect API Keys & Tokens AWS access keys (AKIA...) Stripe API keys (sk_live_..., pk_live_...) GitHub tokens (ghp_...) Google API keys OAuth tokens JWT secrets Database Credentials Database connection strings MySQL/PostgreSQL passwords MongoDB connection URIs ...
47
23017 holistic-testing-pact proffesor-for-testing/agentic-qe
<default_to_action> When designing test strategies or building quality into teams: - APPLY PACT principles: Proactive (test before bugs), Autonomous (teams own quality), Collaborative (whole-team responsibility), Targeted (risk-focused) - IDENTIFY quadrant focus: Technology-facing (unit, integration, performance) or Business-facing (acceptance, exploratory, usability) - SELECT agents based on PACT dimension and testing quadrant - IMPLEMENT feedback loops that catch issues in minutes, not day...
47
23018 ci-monitor nrwl/nx
CI Monitor Command You are the orchestrator for monitoring Nx Cloud CI pipeline executions and handling self-healing fixes. You spawn the ci-watcher subagent to poll CI status and make decisions based on the results. Context Current Branch: ! git branch --show-current Current Commit: ! git rev-parse --short HEAD Remote Status: ! git status -sb | head -1 User Instructions $ARGUMENTS Important: If user provides specific instructions, respect them over default behaviors described below. Configurati...
47
23019 resume/cv creator eddiebe147/claude-settings
47
23020 hindsight-cloud vectorize-io/hindsight
You have persistent memory via Hindsight Cloud. This memory bank is shared with the team, so knowledge stored here benefits everyone working on this codebase. Proactively store team knowledge and recall context to provide better assistance. Setup Check (First-Time Only) Before using memory commands, verify the Hindsight CLI is configured: ``` cat ~/.hindsight/config ``` If the file doesn't exist or is missing credentials, help the user set it up: - Install the CLI (if `hindsight` comman...
47
23021 discover-frontend rand/cc-polymath
Frontend Skills Discovery Provides automatic access to comprehensive frontend development skills. When This Skill Activates This skill auto-activates when you're working with: React component development Next.js applications and App Router State management (Context, Zustand, Redux) Data fetching (SWR, React Query, Server Actions) Form handling and validation Web accessibility (WCAG, ARIA) Frontend performance optimization SEO and metadata UI/UX design implementation Available Skills Quick Re...
47
23022 jj-history-investigation edmundmiller/dotfiles
Jujutsu (jj) History Investigation and Manipulation Overview When working with complex jj repositories, you may need to investigate historical commits, split monolithic changes into focused commits, or clean up messy history. This skill documents efficient techniques for: Investigating commit history : Finding when changes were made and why Using jj annotate : Tracking down who/when specific lines were added Splitting commits : Breaking large commits into focused, reviewable pieces Handling immu...
47
23023 zapsign vm0-ai/vm0-skills
ZapSign Use ZapSign via direct curl calls to create and manage electronic signatures with legal validity. Official docs: https://docs.zapsign.com.br/english When to Use Use this skill when you need to: Create documents for electronic signature (PDF, DOCX, or Markdown) Add signers to documents with various authentication methods Track signing status and get signed documents Send automatic notifications via email or WhatsApp Collect biometric verification (selfie, document photo, facial recog...
47
23024 product-management julianromli/ai-skills
Product Management (Jan 2026) This skill turns the assistant into an operator, not a lecturer. Everything here is: Executable: templates, checklists, decision flows Decision-first: measurable outcomes, explicit trade-offs, clear ownership Organized: resources for depth; templates for immediate copy-paste Modern Best Practices (Jan 2026): Evidence quality beats confidence: label signals strong/medium/weak; write what would change your mind. Outcomes > output: roadmaps are bets with measurabl...
47
23025 notion-formatter trevors/dot-claude
Notion Formatter Quick Start Notion is a block-based editor, not a pure markdown system. It supports standard markdown for basic formatting (headers, lists, bold, italic, inline code), but many features require Notion-specific syntax or manual creation. This skill helps you format markdown optimally for Notion import by applying the right syntax, annotating manual steps, and warning about limitations. Core Workflow 1. Identify Your Content Type Claude response: Formatting text I just generated...
47
23026 lead qualifier eddiebe147/claude-settings
Lead Qualifier Transform raw leads into prioritized opportunities with systematic qualification. This skill applies proven frameworks like BANT, MEDDIC, and CHAMP to evaluate leads objectively, ensuring your sales team focuses on prospects most likely to convert. Stop wasting time on tire-kickers and unqualified prospects. This skill helps you build scoring models, create qualification criteria, and develop consistent processes for evaluating fit, budget, authority, and timing. The result: short...
47
23027 laravel:migrations-and-factories jpcaparas/superpowers-laravel
Keep schema changes safe, testable, and reversible. Commands ``` Create model with migration + factory sail artisan make:model Post -mfc or: php artisan make:model Post -mfc Run/rollback sail artisan migrate or: php artisan migrate sail artisan migrate:rollback --step=1 or: php artisan migrate:rollback --step=1 Fresh DB (dangerous; dev only) sail artisan migrate:fresh --seed or: php artisan migrate:fresh --seed ``` Rules - Pair each new model with a migration...
47
23028 terraform-infrastructure sickn33/antigravity-awesome-skills
Terraform Infrastructure Overview Build scalable infrastructure as code with Terraform, managing AWS, Azure, GCP, and on-premise resources through declarative configuration, remote state, and automated provisioning. When to Use Cloud infrastructure provisioning Multi-environment management (dev, staging, prod) Infrastructure versioning and code review Cost tracking and resource optimization Disaster recovery and environment replication Automated infrastructure testing Cross-region deployments ...
47
23029 mcp-builder eddiebe147/claude-settings
MCP Server Development Guide Overview Create MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. The quality of an MCP server is measured by how well it enables LLMs to accomplish real-world tasks. Process 🚀 High-Level Workflow Creating a high-quality MCP server involves four main phases: Phase 1: Deep Research and Planning 1.1 Understand Modern MCP Design API Coverage vs. Workflow Tools: Balance comprehensive API endpoint coverag...
47
23030 data-type-converter dkyazzentwatwa/chatgpt-skills
Data Type Converter Convert data between JSON, CSV, XML, YAML, and TOML formats. Handles nested structures, arrays, and complex data with intelligent flattening options. Quick Start from scripts.data_converter import DataTypeConverter JSON to CSV converter = DataTypeConverter() converter.convert("data.json", "data.csv") YAML to JSON converter.convert("config.yaml", "config.json") With options converter.convert("data.json", "data.csv", flatten=True) Features 5 Formats: JSON, CSV, XML, YA...
47
23031 depot-github-runners depot/skills
Depot GitHub Actions Runners Depot provides managed, ephemeral, single-tenant GitHub Actions runners. Drop-in replacement for GitHub-hosted runners — change the runs-on label and everything else stays the same. Requirement: Repository must be owned by a GitHub organization (not a personal account). Setup Depot dashboard → GitHub Actions → Connect to GitHub → Install Depot GitHub App For public repos: GitHub org settings → Actions → Runner groups → Default → "Allow public repositories" Update run...
47
23032 dbos-typescript sickn33/antigravity-awesome-skills
Guide for building reliable, fault-tolerant TypeScript applications with DBOS durable workflows. When to Apply Reference these guidelines when: - Adding DBOS to existing TypeScript code - Creating workflows and steps - Using queues for concurrency control - Implementing workflow communication (events, messages, streams) - Configuring and launching DBOS applications - Using DBOSClient from external applications - Testing DBOS applications Rule Categories by Priority | 1 | Lifecycle ...
47
23033 user-file-ops trpc-group/trpc-agent-go
No SKILL.md available for this skill. View on GitHub
47
23034 mf-perf module-federation/core
Step 1 : Call the mf-context Skill (pass $ARGUMENTS ) to collect MFContext. Step 2 : Serialize MFContext to JSON and pass it to the check script via the --context argument: node scripts/performance-check.js --context '<MFContext-JSON>' Provide recommendations for each item in the output results and context.bundler.name : PERF · info — dev.disableAssetsAnalyze (applies to all projects) Disabling bundle size analysis during local development significantly improves HMR speed Add to the Rsbuild conf...
47
23035 rails-hotwire pproenca/dot-skills
Rails Hotwire Master Hotwire for building modern, reactive Rails applications using Turbo and Stimulus without requiring heavy JavaScript frameworks. Overview Hotwire (HTML Over The Wire) is a modern approach to building web applications that sends HTML instead of JSON over the wire. It consists of Turbo (for delivering server-rendered HTML) and Stimulus (for JavaScript sprinkles). Installation and Setup Installing Hotwire Add to Gemfile bundle add turbo-rails stimulus-rails Install Turbo...
47
23036 review-react-best-practices heyvhuang/ship-faster
React Best Practices Review (Performance-First) Use this skill to turn “React feels slow / Next.js page is heavy / too many requests” into a repeatable, prioritized review . This skill is intentionally built like a rule library: SKILL.md : how to review + how to search rules references/rules/* : one rule per file (taggable, sortable, easy to evolve) When to apply Use when: Building or refactoring React components Working in Next.js (App Router) on RSC boundaries, Server Actions, data fetching Re...
47
23037 cakebaba-crypto-skill kelvin6365/cakebaba-crypto-skill
Professional Crypto Trader You are a professional cryptocurrency trading analyst specialized in Dow Theory 123 Rule and Trend Trading . Your role is to provide comprehensive trading analysis with specific recommendations for different leverage levels. Core Capabilities Trend Identification : Recognize uptrends (HH/HL), downtrends (LL/LH), and consolidation phases 123 Rule Detection : Identify trend reversal signals based on Dow Theory Technical Analysis : Calculate and interpret RSI, MACD, movin...
47
23038 analyse-design sammcj/agentic-coding
Analysing Design Systems Act as a UI/UX design analyst conducting analysis of frontend and design systems. You may be asked to reverse-engineer the design system from a codebase, website or provided screenshots. Unless otherwise stated by the user your goal is to produce a design system reference document a developer could use to build components that belong in this application. Where to Look Scan for design-relevant sources in this priority order: Theme/token files -- tailwind.config. , theme.t...
47
23039 dividend-growth-pullback-screener nicepkg/ai-workflow
Dividend Growth Pullback Screener Overview This skill screens for dividend growth stocks that exhibit strong fundamental characteristics but are experiencing temporary technical weakness. It targets stocks with exceptional dividend growth rates (12%+ CAGR) that have pulled back to RSI oversold levels (≤40), creating potential entry opportunities for long-term dividend growth investors. Investment Thesis: High-quality dividend growth stocks (often yielding 1-2.5%) compound wealth through dividend...
47
23040 startup-review-mining vasilyu1983/ai-agents-public
Startup Review Mining This skill extracts recurring customer pain and constraints from reviews/testimonials, then converts them into product bets and experiments. Treat reviews as a biased sample; triangulate before betting. Key Distinction from software-ux-research: software-ux-research = UI/UX pain points only startup-review-mining (this skill) = ALL pain dimensions (pricing, support, integration, performance, onboarding, value gaps) Modern Best Practices (Jan 2026): Start with source hyg...
47
23041 swift-networking johnrogers/claude-swift-engineering
Swift Networking Network.framework is Apple's modern networking API for TCP/UDP connections, replacing BSD sockets with smart connection establishment, user-space networking, and seamless mobility handling. Reference Loading Guide ALWAYS load reference files if there is even a small chance the content may be required. It's better to have the context than to miss a pattern or make a mistake. Reference Load When Getting Started Setting up NWConnection for TCP/UDP, choosing between APIs Connect...
47
23042 designing-tests cloudai-x/claude-workflow-v2
Designing Tests When to Load Trigger : Adding tests, test strategy planning, improving coverage, setting up testing infrastructure Skip : Non-test code changes where testing is not part of the task Test Implementation Workflow Copy this checklist and track progress: Test Implementation Progress: - [ ] Step 1: Identify what to test - [ ] Step 2: Select appropriate test type - [ ] Step 3: Write tests following templates - [ ] Step 4: Run tests and verify passing - [ ] Step 5: Check coverage meets ...
47
23043 technical-clarity panaversity/agentfactory
Technical Clarity Skill v3.0 (Reasoning-Activated) Version : 3.0.0 Pattern : Persona + Questions + Principles Layer : Cross-Cutting (All Layers) Activation Mode : Reasoning (not prediction) Persona: The Cognitive Stance You are an accessibility auditor who thinks about technical writing the way a UX designer thinks about interface design— measured by learner comprehension , not author intention. You tend to accept technical prose as "clear enough" because it matches patterns in technical documen...
47
23044 gcp lobbi-docs/claude
Provides comprehensive Google Cloud Platform capabilities for the Golden Armada AI Agent Fleet Platform. When to Use This Skill Activate this skill when working with: - GKE cluster management - Cloud Run deployments - Cloud Storage operations - BigQuery data analytics - Pub/Sub messaging gcloud CLI Quick Reference Configuration ```bash Initialize gcloud init Authenticate gcloud auth login gcloud auth application-default login Set project gcloud config set project PROJECT_ID...
47
23045 reka-ui-skilld harlan-zw/vue-ecosystem-skills
unovue/reka-ui reka-ui Vue port for Radix UI Primitives. Version: 2.9.0 (Mar 2026) Deps: @floating-ui/dom@^1.6.13, @floating-ui/vue@^1.1.6, @internationalized/date@^3.5.0, @internationalized/number@^3.5.0, @tanstack/vue-virtual@^3.12.0, @vueuse/core@^14.1.0, @vueuse/shared@^14.1.0, aria-hidden@^1.2.4, defu@^6.1.4, ohash@^2.0.11 Tags: latest: 2.9.0 (Mar 2026) References: Docs — API reference, guides API Changes This section documents version-specific API changes — prioritize recent major/minor re...
47
23046 meta-ad-creative-generation eachlabs/skills
Meta Ad Creative Generation Generate high-converting Meta (Facebook & Instagram) ad creatives using each::sense. This skill creates images and videos optimized for Meta's ad placements, formats, and best practices. Features Feed Ads : Static images and videos for Facebook/Instagram feed Stories & Reels : Vertical 9:16 content for immersive placements Carousel Ads : Multiple images for product showcases Video Ads : Short-form video content for engagement Product Ads : E-commerce focused creatives...
47
23047 fda-consultant-specialist borghei/claude-skills
FDA Consultant Specialist FDA regulatory consulting for medical device manufacturers covering submission pathways, Quality System Regulation (QSR), HIPAA compliance, and device cybersecurity requirements. Table of Contents FDA Pathway Selection 510(k) Submission Process QSR Compliance HIPAA for Medical Devices Device Cybersecurity Resources FDA Pathway Selection Determine the appropriate FDA regulatory pathway based on device classification and predicate availability. Decision Framework Predicat...
47
23048 form-validation-architect erichowens/some_claude_skills
Form Validation Architect Expert in building production-grade form systems with client-side validation, type safety, and excellent UX. When to Use ✅ Use for: Complex forms with multiple fields and validation rules Multi-step wizards with progress tracking Dynamic field arrays (add/remove items) Form state persistence across sessions Async validation (check username availability, validate address) Dependent fields (enable B when A is checked) File uploads with progress and validation Autosave...
47
23049 omo cexll/myclaude
OmO - Multi-Agent Orchestrator You are Sisyphus, an orchestrator. Core responsibility: invoke agents and pass context between them, never write code yourself. Hard Constraints Never write code yourself. Any code change must be delegated to an implementation agent. No direct grep/glob for non-trivial exploration. Delegate discovery to explore. No external docs guessing. Delegate external library/API lookups to librarian. Always pass context forward: original user request + any relevant prior ou...
47
23050 api-design s-hiraoku/synapse-a2a
API Design When to use this skill Designing new REST APIs Creating GraphQL schemas Refactoring API endpoints Documenting API specifications API versioning strategies Defining data models and relationships Instructions Step 1: Define API requirements Identify resources and entities Define relationships between entities Specify operations (CRUD, custom actions) Plan authentication/authorization Consider pagination, filtering, sorting Step 2: Design REST API Resource naming : Use nouns, not verbs: ...
47