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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
20,000
总 Skills
16.0M
总安装量
2,338
贡献者
# Skill 仓库 描述 安装量
4201 voice-call steipete/clawdis
Voice Call Use the voice-call plugin to start or inspect calls (Twilio, Telnyx, Plivo, or mock). CLI openclaw voicecall call --to "+15555550123" --message "Hello from OpenClaw" openclaw voicecall status --call-id < id > Tool Use voice_call for agent-initiated calls. Actions: initiate_call (message, to?, mode?) continue_call (callId, message) speak_to_user (callId, message) end_call (callId) get_status (callId) Notes: Requires the voice-call plugin to be enabled. Plugin config lives under plugins...
207
4202 pulumi-cdk-to-pulumi pulumi/agent-skills
CRITICAL SUCCESS REQUIREMENTS The migration output MUST meet all of the following: Complete Resource Coverage Every CloudFormation resource synthesized by CDK MUST: Be represented in the Pulumi program OR Be explicitly justified in the final report. Successful Deployment The produced Pulumi program must be structurally valid and capable of a successful pulumi up (assuming proper config). Final Migration Report Always output a formal migration report suitable for a Pull Request. Include: CDK → Pu...
207
4203 mobile-developer daffy0208/ai-dev-standards
Mobile Developer Skill I help you build cross-platform mobile apps with React Native and Expo. What I Do App Development: React Native / Expo apps (iOS + Android) Navigation and routing State management API integration Native Features: Camera, location, notifications Biometric authentication File system access Device sensors Performance: Optimize bundle size Lazy loading Image optimization Memory management Distribution: App Store / Google Play submission Over-the-air (OTA) updates Bet...
207
4204 compliance anthropics/knowledge-work-plugins
Compliance Skill You are a compliance assistant for an in-house legal team. You help with privacy regulation compliance, DPA reviews, data subject request handling, and regulatory monitoring. Important : You assist with legal workflows but do not provide legal advice. Compliance determinations should be reviewed by qualified legal professionals. Regulatory requirements change frequently; always verify current requirements with authoritative sources. Privacy Regulation Overview GDPR (General Data...
207
4205 lean-startup wondelai/skills
Lean Startup Methodology A systematic approach to building startups and launching new products that shortens development cycles and rapidly discovers if a business model is viable. Core Principle Entrepreneurship is a form of management. Success doesn't require a perfect plan or brilliant insight—it requires a systematic process for testing assumptions, learning from customers, and iterating rapidly. The foundation: Most startups fail not because they couldn't build what they planned, but becaus...
207
4206 agent-orchestration parcadei/continuous-claude-v3
Agent Orchestration Rules When the user asks to implement something, use implementation agents to preserve main context. The Pattern Wrong - burns context: Main: Read files → Understand → Make edits → Report (2000+ tokens consumed in main context) Right - preserves context: Main: Spawn agent("implement X per plan") ↓ Agent: Reads files → Understands → Edits → Tests ↓ Main: Gets summary (~200 tokens) When to Use Agents Task Type Use Agent? Reason Multi-file implementatio...
207
4207 bicep-diagrams eraserlabs/eraser-io
Bicep Diagram Generator Generates architecture diagrams directly from Azure Bicep files. Bicep is a domain-specific language (DSL) for deploying Azure resources declaratively. When to Use Activate this skill when: User has Bicep files (.bicep) and wants to visualize the infrastructure User asks to "diagram my Bicep" or "visualize this Bicep infrastructure" User mentions Bicep or Azure Bicep User wants to see the architecture of their Bicep-deployed resources How It Works This skill generate...
207
4208 e2e-testing-automation aj-geddes/useful-ai-prompts
E2E Testing Automation Overview End-to-end (E2E) testing validates complete user workflows from the UI through all backend systems, ensuring the entire application stack works together correctly from a user's perspective. E2E tests simulate real user interactions with browsers, handling authentication, navigation, form submissions, and validating results. When to Use Testing critical user journeys (signup, checkout, login) Validating multi-step workflows Testing across different browsers and d...
207
4209 android-java alinaqi/claude-bootstrap
Android Java Skill Load with: base.md Project Structure project/ ├── app/ │ ├── src/ │ │ ├── main/ │ │ │ ├── java/com/example/app/ │ │ │ │ ├── data/ Data layer │ │ │ │ │ ├── local/ Room database, SharedPreferences │ │ │ │ │ ├── remote/ Retrofit services, API clients │ │ │ │ │ └── repository/ Repository implementations │ │ │ │ ├── di/ Dependency injection (Hilt/Dagger) │ │ │ │ ├── domain/ ...
207
4210 backend-development-feature-development sickn33/antigravity-awesome-skills
Orchestrate end-to-end feature development from requirements to production deployment: [Extended thinking: This workflow orchestrates specialized agents through comprehensive feature development phases - from discovery and planning through implementation, testing, and deployment. Each phase builds on previous outputs, ensuring coherent feature delivery. The workflow supports multiple development methodologies (traditional, TDD/BDD, DDD), feature complexity levels, and modern deployment strategie...
207
4211 notebooklm davila7/claude-code-templates
NotebookLM Research Assistant Skill Interact with Google NotebookLM to query documentation with Gemini's source-grounded answers. Each question opens a fresh browser session, retrieves the answer exclusively from your uploaded documents, and closes. When to Use This Skill Trigger when user: Mentions NotebookLM explicitly Shares NotebookLM URL ( https://notebooklm.google.com/notebook/... ) Asks to query their notebooks/documentation Wants to add documentation to NotebookLM library Uses phrases li...
206
4212 go-context cxuu/golang-skills
Go Context Usage context.Context carries security credentials, tracing information, deadlines, and cancellation signals across API and process boundaries. Go programs pass contexts explicitly along the entire function call chain. Based on Go Wiki CodeReviewComments - Contexts. Context as First Parameter Functions that use a Context should accept it as their first parameter: // Good: Context is first parameter func F(ctx context.Context, /* other arguments */) error { // ... } func Proc...
206
4213 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...
206
4214 clickhouse-io sickn33/antigravity-awesome-skills
ClickHouse Analytics Patterns ClickHouse-specific patterns for high-performance analytics and data engineering. When to Activate Designing ClickHouse table schemas (MergeTree engine selection) Writing analytical queries (aggregations, window functions, joins) Optimizing query performance (partition pruning, projections, materialized views) Ingesting large volumes of data (batch inserts, Kafka integration) Migrating from PostgreSQL/MySQL to ClickHouse for analytics Implementing real-time dashboar...
206
4215 shopify-theme-development-guidelines mindrally/skills
Shopify Theme Development Guidelines You are an Expert Shopify Theme Developer with advanced knowledge of Liquid, HTML, CSS, JavaScript, and the latest Shopify Online Store 2.0 features. Liquid Development Valid Filters Use filters for: Cart operations, HTML manipulation, Collection handling, Color utilities, String transformations, Localization, Customer data, Formatting, Fonts, Payment processing, Mathematical operations, Array manipulation, Media handling, Metafields, Money formatting, Tag...
206
4216 testing-library jezweb/claude-skills
React Testing Library Status : Production Ready Last Updated : 2026-02-06 Version : 16.x User Event : 14.x Quick Start Install with Vitest pnpm add -D @testing-library/react @testing-library/user-event @testing-library/jest-dom jsdom Or with Jest pnpm add -D @testing-library/react @testing-library/user-event @testing-library/jest-dom Setup File (src/test/setup.ts) import '@testing-library/jest-dom/vitest' ; import { cleanup } from '@testing-library/react' ; import { afterEach } from 'vitest' ;...
206
4217 confluence spillwavesolutions/confluence-skill
Confluence Confluence is a team collaboration and document management tool. It's used by teams of all sizes to create, organize, and discuss work, all in one place. Think of it as a central hub for project documentation, meeting notes, and knowledge sharing within an organization. Official docs: https://developer.atlassian.com/cloud/confluence/ Confluence Overview Space Page Attachment Blog Post When to use which actions: Use action names and parameters as needed. Working with Confluence This sk...
206
4218 canvas-design skillcreatorai/ai-agent-skills
These are instructions for creating design philosophies - aesthetic movements that are then EXPRESSED VISUALLY. Output only .md files, .pdf files, and .png files. Complete this in two steps: Design Philosophy Creation (.md file) Express by creating it on a canvas (.pdf file or .png file) First, undertake this task: DESIGN PHILOSOPHY CREATION To begin, create a VISUAL PHILOSOPHY (not layouts or templates) that will be interpreted through: Form, space, color, composition Images, graphics, shapes, ...
206
4219 backend-development skillcreatorai/ai-agent-skills
Backend Development Skill Production-ready backend development with modern technologies, best practices, and proven patterns. When to Use Designing RESTful, GraphQL, or gRPC APIs Building authentication/authorization systems Optimizing database queries and schemas Implementing caching and performance optimization OWASP Top 10 security mitigation Designing scalable microservices Testing strategies (unit, integration, E2E) CI/CD pipelines and deployment Monitoring and debugging production system...
205
4220 gitlab-cicd-pipeline aj-geddes/useful-ai-prompts
GitLab CI/CD Pipeline Overview Create comprehensive GitLab CI/CD pipelines that automate building, testing, and deployment using GitLab Runner infrastructure and container execution. When to Use GitLab repository CI/CD setup Multi-stage build pipelines Docker registry integration Kubernetes deployment Review app deployment Cache optimization Dependency management Implementation Examples 1. Complete Pipeline Configuration .gitlab-ci.yml image: node:18-alpine variables: DOCKER_DRIVER: overla...
205
4221 sentry-create-alert getsentry/sentry-for-ai
All Skills > Feature Setup > Create Alert Create Sentry Alert Create alerts via Sentry's workflow engine API. Note: This API is currently in beta and may be subject to change. It is part of New Monitors and Alerts and may not be viewable in the legacy Alerts UI. Invoke This Skill When User asks to "create a Sentry alert" or "set up notifications" User wants to be emailed or notified when issues match certain conditions User mentions priority alerts, de-escalation alerts, or workflow automations ...
205
4222 copilot-sdk doggy8088/agent-skills
GitHub Copilot SDK Embed Copilot's agentic workflows in any application using Python, TypeScript, Go, or .NET. Overview The GitHub Copilot SDK exposes the same engine behind Copilot CLI: a production-tested agent runtime you can invoke programmatically. No need to build your own orchestration - you define agent behavior, Copilot handles planning, tool invocation, file edits, and more. Prerequisites GitHub Copilot CLI installed and authenticated ( Installation guide ) Language runtime : Node.js 1...
205
4223 hundred-million-offers wondelai/skills
Grand Slam Offer Creation Framework Framework for creating offers so good that people feel stupid saying no. Based on the principle that what you sell (the offer) matters more than how you sell it or who you sell it to. A Grand Slam Offer combines the right market, the right price, the right value, and the right presentation into a single irresistible package. Core Principle The offer is the 1 lever in any business. You can have mediocre marketing, average sales skills, and a small audience -- b...
205
4224 ui-components yonatangross/orchestkit
UI Components Comprehensive patterns for building accessible UI component libraries with shadcn/ui and Radix Primitives. Covers CVA variants, OKLCH theming, cn() utility, component extension, asChild composition, dialog/menu patterns, and data-attribute styling. Each category has individual rule files in rules/ loaded on-demand. Quick Reference Category Rules Impact When to Use shadcn/ui 3 HIGH CVA variants, component customization, form patterns, data tables Radix Primitives 3 HIGH Dialogs, pol...
205
4225 debugging mrgoonie/claudekit-skills
Debugging When to use this skill Encountering runtime errors or exceptions Code produces unexpected output or behavior Performance degradation or memory issues Intermittent or hard-to-reproduce bugs Understanding unfamiliar error messages Post-incident analysis and prevention Instructions Step 1: Gather Information Collect all relevant context about the issue: Error details : Full error message and stack trace Error type (syntax, runtime, logic, etc.) When did it start occurring? Is it reproduci...
205
4226 performance-engineer sickn33/antigravity-awesome-skills
You are a performance engineer specializing in modern application optimization, observability, and scalable system performance. Use this skill when Diagnosing performance bottlenecks in backend, frontend, or infrastructure Designing load tests, capacity plans, or scalability strategies Setting up observability and performance monitoring Optimizing latency, throughput, or resource efficiency Do not use this skill when The task is feature development with no performance goals There is no access to...
205
4227 git-commits parcadei/continuous-claude-v3
Git Commit Rules When the user asks to commit, push, or save changes to git: MUST Use /commit Skill DO NOT run git commit directly. Instead: Skill("commit") The /commit skill: Removes Claude attribution from commits Generates reasoning.md capturing what was tried Clears build attempts for next feature Why This Matters Regular git commit adds "Generated with Claude Code" and Co-Author lines The /commit skill removes these so commits appear user-authored Reasoning capture preserves build hi...
205
4228 python-pro sickn33/antigravity-awesome-skills
Python Pro Senior Python developer with 10+ years experience specializing in type-safe, async-first, production-ready Python 3.11+ code. Role Definition You are a senior Python engineer mastering modern Python 3.11+ and its ecosystem. You write idiomatic, type-safe, performant code across web development, data science, automation, and system programming with focus on production best practices. When to Use This Skill Writing type-safe Python with complete type coverage Implementing async/awai...
205
4229 error resolver davila7/claude-code-templates
Error Resolver A first-principle approach to diagnosing and resolving errors across all languages and frameworks. Core Philosophy The 5-step Error Resolution Process: 1. CLASSIFY -> 2. PARSE -> 3. MATCH -> 4. ANALYZE -> 5. RESOLVE | | | | | What type? Extract key Known Root cause Fix + information pattern? analysis Prevent Quick Start When you encounter an error: Paste the full error (including stack trace if...
205
4230 react-testing-library itechmeat/llm-code
React Testing Library Skill Quick Navigation Topic Link Queries references/queries.md User Events references/user-events.md API references/api.md Async references/async.md Debugging references/debugging.md Config references/config.md Installation Core (v16+: @testing-library/dom is peer dependency) npm install --save-dev @testing-library/react @testing-library/dom TypeScript support npm install --save-dev @types/react @types/react-dom Recommended: user-event for interactions npm install --s...
205
4231 dart-drift madteacher/mad-agents-skills
Dart Drift Comprehensive guide for using drift database library in Dart applications. Overview Dart Drift skill provides complete guidance for implementing persistent storage in Dart applications (CLI tools, backend services, non-Flutter desktop apps) using the drift library. Drift is a reactive persistence library for Dart built on SQLite, with optional PostgreSQL support, offering type-safe queries, auto-updating streams, schema migrations, and cross-platform database connections. Quick St...
205
4232 cli-gh paulrberg/agent-skills
GitHub CLI (gh) Overview Expert guidance for GitHub CLI (gh) operations and workflows. Use this skill for command-line GitHub operations including pull request management, issue tracking, repository operations, workflow automation, and codespace management. Key capabilities: Create and manage pull requests from the terminal Track and organize issues efficiently Search across all of GitHub (repos, issues, PRs) Manage labels and project organization Trigger and monitor GitHub Actions workflows Wor...
205
4233 design-orchestration sickn33/antigravity-awesome-skills
Design Orchestration (Meta-Skill) Purpose Ensure that ideas become designs, designs are reviewed, and only validated designs reach implementation. This skill does not generate designs. It controls the flow between other skills. Operating Model This is a routing and enforcement skill, not a creative one. It decides: which skill must run next whether escalation is required whether execution is permitted Controlled Skills This meta-skill coordinates the following: brainstorming — design gen...
205
4234 vibe-check vibiumdev/vibium
Vibium Browser Automation — CLI Reference The vibium CLI automates Chrome via the command line. The browser auto-launches on first use (daemon mode keeps it running between commands). vibium go <url> && vibium map && vibium click @e1 && vibium map Core Workflow Every browser automation follows this pattern: Navigate : vibium go <url> Map : vibium map (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select — e.g. vibium click @e1 Re-map : After navigation or DOM changes, get...
205
4235 dispatch bassimeledath/dispatch
Dispatch You are a dispatcher . Your job is to plan work as checklists, dispatch workers to execute them, track progress, and manage your config file. Routing First, determine what the user is asking for: Config request — mentions "config", "add agent", "add ... to my config", "change model", "set default", "add alias", "create alias", etc. → Modifying Config Task request — anything else → Step 0: Read Config Never handle task requests inline. The user invoked /dispatch to get non-blocking backg...
204
4236 tools-ui inference-sh/skills
Tool UI Components Tool lifecycle components from ui.inference.sh . Quick Start npx shadcn@latest add https://ui.inference.sh/r/tools.json Tool States State Description pending Tool call requested, waiting to execute running Tool is currently executing approval Requires human approval before execution success Tool completed successfully error Tool execution failed Components Tool Call Display import { ToolCall } from "@/registry/blocks/tools/tool-call" < ToolCall name = " search_web " args = { {...
204
4237 ppt-template-creator anthropics/financial-services-plugins
PPT Template Creator This skill creates SKILLS, not presentations. Use this when a user wants to turn their PowerPoint template into a reusable skill that can generate presentations later. If the user just wants to create a presentation, use the pptx skill instead. The generated skill includes: assets/template.pptx - the template file SKILL.md - complete instructions (no reference to this meta skill needed) For general skill-building best practices , refer to the skill-creator skill. This skill ...
204
4238 explore parcadei/continuous-claude-v3
Explore - Internal Codebase Exploration Meta-skill for exploring an internal codebase at varying depths. READ-ONLY workflow - no code changes. Usage /explore <depth> [options] Question Flow (No Arguments) If the user types just /explore with no or partial arguments, guide them through this question flow. Use AskUserQuestion for each phase. Phase 0: Workflow Selection question: "How would you like to explore?" header: "Explore" options: - label: "Help me choose (Recommended)" descripti...
204
4239 go-defensive cxuu/golang-skills
Go Defensive Programming Patterns Verify Interface Compliance Source: Uber Go Style Guide Verify interface compliance at compile time using zero-value assertions. Bad type Handler struct{} func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) { // ... } Good type Handler struct{} var _ http.Handler = (*Handler)(nil) func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) { // ... } Use nil for pointer types, slices, maps; empty struct {} for value receiv...
204
4240 postgresql-expert-best-practices-code-review wispbit-ai/skills
PostgreSQL Expert Best Practices Simple, pragmatic, opinionated. Only what matters for writing production-grade PostgreSQL queries. When to Apply Reference these guidelines when: Writing database migrations or schema changes Creating or modifying PostgreSQL tables and columns Adding indexes, constraints, or foreign keys Reviewing database schema for performance issues Refactoring existing database structures Optimizing query performance or database design Rule Categories by Priority Priority Cat...
204
4241 senior-secops alirezarezvani/claude-skills
Senior Secops Complete toolkit for senior secops with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Security Scanner python scripts/security_scanner.py [options] Script 2: Vulnerability Assessor python scripts/vulnerability_assessor.py [options] Script 3: Compliance Checker python scripts/compliance_checker.py [options] Core Capabilities 1. Security Scanner Automated tool for security sca...
204
4242 data-scientist sickn33/antigravity-awesome-skills
Use this skill when Working on data scientist tasks or workflows Needing guidance, best practices, or checklists for data scientist Do not use this skill when The task is unrelated to data scientist 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...
204
4243 websocket-implementation aj-geddes/useful-ai-prompts
WebSocket Implementation Overview Build scalable WebSocket systems for real-time communication with proper connection management, message routing, error handling, and horizontal scaling support. When to Use Building real-time chat and messaging Implementing live notifications Creating collaborative editing tools Broadcasting live data updates Building real-time dashboards Streaming events to clients Live multiplayer games Instructions 1. Node.js WebSocket Server (Socket.IO) const express = req...
204
4244 xlsx sickn33/antigravity-awesome-skills
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
204
4245 pentest checklist sickn33/antigravity-awesome-skills
Pentest Checklist Purpose Provide a comprehensive checklist for planning, executing, and following up on penetration tests. Ensure thorough preparation, proper scoping, and effective remediation of discovered vulnerabilities. Inputs/Prerequisites Clear business objectives for testing Target environment information Budget and timeline constraints Stakeholder contacts and authorization Legal agreements and scope documents Outputs/Deliverables Defined pentest scope and objectives Prepared testing e...
204
4246 architecture-decision-records sickn33/antigravity-awesome-skills
Architecture Decision Records Comprehensive patterns for creating, maintaining, and managing Architecture Decision Records (ADRs) that capture the context and rationale behind significant technical decisions. Use this skill when Making significant architectural decisions Documenting technology choices Recording design trade-offs Onboarding new team members Reviewing historical decisions Establishing decision-making processes Do not use this skill when You only need to document small implementati...
204
4247 access-control-rbac aj-geddes/useful-ai-prompts
Access Control & RBAC Overview Implement comprehensive Role-Based Access Control systems with permissions management, attribute-based policies, and least privilege principles. When to Use Multi-tenant applications Enterprise access management API authorization Admin dashboards Data access controls Compliance requirements Implementation Examples 1. Node.js RBAC System // rbac-system.js class Permission { constructor(resource, action) { this.resource = resource; this.action = action; ...
204
4248 cloudformation-to-pulumi pulumi/agent-skills
IMPORTANT: PLAN ADJUSTMENT REQUIRED If you have already generated a migration plan before loading this skill, you MUST: Review your existing plan against the workflows and requirements in this skill Identify any gaps, missing steps, or incorrect assumptions Update and revise your plan to align with this skill's guidance Communicate the adjusted plan to the user before proceeding CRITICAL SUCCESS REQUIREMENTS The migration output MUST meet all of the following: Complete Resource Coverage Every Cl...
204
4249 sf-integration jaganpro/sf-skills
Expert integration architect specializing in secure callout patterns, event-driven architecture, and external service registration for Salesforce. Core Responsibilities - Named Credential Generation: Create Named Credentials with OAuth 2.0, JWT Bearer, Certificate, or Custom authentication - External Credential Generation: Create modern External Credentials (API 61+) with Named Principals - External Service Registration: Generate ExternalServiceRegistration metadata from OpenAPI/Swagger spe...
204
4250 business-analytics-reporter ailabs-393/ai-labs-claude-skills
Business Analytics Reporter Overview Generate comprehensive business performance reports that analyze sales and revenue data, identify areas where the business is lacking, interpret what the statistics indicate, and provide actionable improvement strategies. The skill uses data-driven analysis to detect weak areas and recommends specific strategies backed by business frameworks. When to Use This Skill Invoke this skill when users request: "Analyze my business data and tell me where we're lac...
204