███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 22101 | next-best-practices | connorads/dotfiles |
Next.js Best Practices Apply these rules when writing or reviewing Next.js code. File Conventions See file-conventions.md for: Project structure and special files Route segments (dynamic, catch-all, groups) Parallel and intercepting routes Middleware rename in v16 (middleware → proxy) RSC Boundaries Detect invalid React Server Component patterns. See rsc-boundaries.md for: Async client component detection (invalid) Non-serializable props detection Server Action exceptions Async Patterns Next.js ...
|
50 |
| 22102 | tech-logos | crafter-station/elements |
Tech Logos Install official, theme-aware brand logos from the Elements registry. Install Pattern npx shadcn@latest add @elements/{name}-logo Examples: clerk-logo, github-logo, openai-logo, vercel-logo Discover Available Logos Option A: Scan registry (if in elements repo) ls registry/default/blocks/logos/ | sed 's/-logo$//' Option B: Browse https://tryelements.dev/docs/logos After Install Logos install to components/logos/{name}.tsx: import { ClerkLogo } from "@/components/logos/clerk...
|
50 |
| 22103 | roblox-development | omer-metin/skills-for-antigravity |
Roblox Development Identity Role : Roblox Development Expert Personality : You are a veteran Roblox developer who has built games with millions of
visits and made real money through DevEx. You've been on the platform
since 2015 and have seen it evolve from simple obbies to complex MMOs. You understand that Roblox development is unique - it's Lua but with
Roblox's specific APIs, it's game dev but with a young audience, it's
a business but with Robux economics. You know the platform's quirks,
...
|
50 |
| 22104 | doc-generator | athola/claude-night-market |
Step 1: Identify Documentation Type Determine documentation type: API Documentation: Endpoint references Developer Guide: Setup and usage Architecture Docs: System overview User Manual: Feature guides Step 2: Extract Information Gather documentation content: Read code and comments Analyze API endpoints Extract examples Understand architecture Step 3: Generate Documentation Create documentation: Follow documentation templates Include examples Add troubleshooting Create clear structure Step ...
|
50 |
| 22105 | backend-database-specialist | qodex-ai/ai-agent-skills |
Supabase Integration Expert Purpose Provide comprehensive, accurate guidance for building applications with Supabase based on 2,616+ official documentation files. Cover all aspects of database operations, authentication, real-time features, file storage, edge functions, vector search, and platform integrations. Documentation Coverage Full access to official Supabase documentation (when available): Location: docs/supabase_com/ Files: 2,616 markdown files Coverage: Complete guides, API referen...
|
50 |
| 22106 | confess | b-open-io/prompts |
Confess A systematic self-audit skill that encourages honest discovery and disclosure of issues the agent may know about but hasn't mentioned. Especially good for admitting to reward hacking and coming clean. When to Use After completing implementation work When something feels incomplete Before marking a task as "done" When the user asks "what did I miss?" or "confess" Confession Categories 1. Incomplete Work Search for related files that may also need changes: Use grep to find references t...
|
50 |
| 22107 | azure-communication-callingserver-java | sickn33/antigravity-awesome-skills |
Azure Communication CallingServer (Java) - DEPRECATED ⚠️ DEPRECATED : This SDK has been renamed to Call Automation . For new projects, use azure-communication-callautomation instead. This skill is for maintaining legacy code only. Migration to Call Automation <!-- OLD (deprecated) --> < dependency > < groupId > com.azure </ groupId > < artifactId > azure-communication-callingserver </ artifactId > < version > 1.0.0-beta.5 </ version > </ dependency > <!-- NEW (use this instead) --> < dependency ...
|
50 |
| 22108 | hubspot | openclaudia/openclaudia-skills |
HubSpot HubSpot is a CRM and marketing automation platform that helps businesses manage their sales, marketing, and customer service efforts. It's used by marketing and sales teams to attract leads, nurture them into customers, and provide customer support. Official docs: https://developers.hubspot.com/ HubSpot Overview Contact Email — associated with Contact Company Deal Ticket Use action names and parameters as needed. Working with HubSpot This skill uses the Membrane CLI to interact with HubS...
|
50 |
| 22109 | cfo | lotosbin/claude-skills |
No SKILL.md available for this skill. View on GitHub
|
50 |
| 22110 | extract-test-set | tradingstrategy-ai/web3-ethereum-defi |
Extract test set from raw prices This is a skill to extract price data from the raw prices for an isolated unit test. Inputs Smart contract address and a blockchain as a blockchain explorer link Test case name Relevant files Seek metadata and Parquet information here: vault database data wrangling Ad-hoc script Create an ad-hoc Python script that reads Script inputs chain id (numeric) - address tuple test case name Scripts Extracts the price series from DEFAULT_UNCLEANED_PRICE_DATABASE Script ou...
|
50 |
| 22111 | azure-security-keyvault-secrets-java | sickn33/antigravity-awesome-skills |
Azure Key Vault Secrets (Java) Securely store and manage secrets like passwords, API keys, and connection strings. Installation < dependency > < groupId > com.azure </ groupId > < artifactId > azure-security-keyvault-secrets </ artifactId > < version > 4.9.0 </ version > </ dependency > Client Creation import com . azure . security . keyvault . secrets . SecretClient ; import com . azure . security . keyvault . secrets . SecretClientBuilder ; import com . azure . identity . DefaultAzureCredentia...
|
50 |
| 22112 | azure-eventhub-ts | sickn33/antigravity-awesome-skills |
Azure Event Hubs SDK for TypeScript High-throughput event streaming and real-time data ingestion. Installation npm install @azure/event-hubs @azure/identity For checkpointing with consumer groups: npm install @azure/eventhubs-checkpointstore-blob @azure/storage-blob Environment Variables EVENTHUB_NAMESPACE = < namespace > .servicebus.windows.net EVENTHUB_NAME = my-eventhub STORAGE_ACCOUNT_NAME = < storage-account > STORAGE_CONTAINER_NAME = checkpoints Authentication import { EventHubProducerClie...
|
50 |
| 22113 | canvas-design | nicepkg/ai-workflow |
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, ...
|
50 |
| 22114 | skill-finder | tenequm/claude-plugins |
Skill Finder Full-featured Agent Skills management tool. When to Use Find skill , search skill , install skill , スキル検索 Looking for skills for a specific task or domain Finding and installing skills locally Managing favorites with star feature Features Feature Description Search Local index + GitHub API + Web fallback Tags Filter by category ( azure bicep ) Install Download to local directory Star Mark and manage favorites Update Sync all sources from GitHub Quick Start Search python scripts/sea...
|
50 |
| 22115 | specify-requirements | rsmdt/the-startup |
Persona Act as a product requirements specialist that creates and validates PRDs focusing on WHAT needs to be built and WHY it matters. Spec Target : $ARGUMENTS Interface PRDSection { name: string status: Complete | NeedsInput | InProgress topic?: string // what needs clarification, if NeedsInput } State { specId = "" sections: PRDSection[] clarificationMarkers: number } PRD Focus Areas When discovering and documenting, address four dimensions: WHAT needs to be built — features, capabiliti...
|
50 |
| 22116 | color palette generator | eddiebe147/claude-settings |
Color Palette Generator An expert color theorist that creates harmonious, accessible color palettes for any project. This skill combines color theory principles, accessibility standards (WCAG), and modern design trends to generate cohesive color schemes that work across digital and print media. Whether you need a vibrant brand identity, a calming UI palette, or a bold marketing scheme, this skill provides scientifically-backed color combinations with detailed usage guidelines, contrast ratios, a...
|
50 |
| 22117 | review | open-horizon-labs/skills |
Review Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process ...
|
50 |
| 22118 | inventory manager | eddiebe147/claude-settings |
Inventory Manager Expert inventory management system that helps you track stock levels, forecast demand, optimize reorder points, and prevent stockouts while minimizing carrying costs. This skill provides structured workflows for inventory control, demand planning, and supply chain optimization based on proven operations management principles. Effective inventory management balances the competing pressures of stockout risk and carrying costs. This skill helps you maintain optimal inventory level...
|
50 |
| 22119 | b2c-code | salesforcecommercecloud/b2c-developer-tooling |
B2C Code Skill Use the b2c CLI to deploy and manage code versions on Salesforce B2C Commerce instances. Tip: If b2c is not installed globally, use npx @salesforce/b2c-cli instead (e.g., npx @salesforce/b2c-cli code deploy ). Examples Deploy Cartridges deploy all cartridges from current directory b2c code deploy deploy cartridges from a specific directory b2c code deploy ./my-cartridges deploy to a specific server and code version b2c code deploy --server my-sandbox.demandware.net --code-versi...
|
50 |
| 22120 | marketing | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
50 |
| 22121 | surfpool | sendaifun/skills |
Surfpool - Solana Development Environment The definitive guide for Surfpool - where developers start their Solana journey. A drop-in replacement for solana-test-validator that enables local program simulation using Mainnet accounts fetched just-in-time. What is Surfpool? Surfpool is a comprehensive development environment that combines local-first testing with real Mainnet data access: Mainnet Forking - Clone accounts, programs, and token balances from Mainnet instantly Cheatcodes - Special RPC ...
|
50 |
| 22122 | tailwind-css | manutej/luxor-claude-marketplace |
Tailwind CSS v4 Expert guidance for Tailwind CSS v4, CSS-first configuration, modern utility patterns, and type-safe component styling with tailwind-variants. CSS-First Configuration Tailwind CSS v4 eliminates tailwind.config.ts in favor of CSS-only configuration. All configuration lives in CSS files using special directives. Core Directives: @import "tailwindcss" - Entry point that loads Tailwind @theme { } - Define or extend design tokens @theme static { } - Define tokens that should not gener...
|
50 |
| 22123 | axiom-alarmkit-ref | charleswiltgen/axiom |
AlarmKit Reference Complete API reference for AlarmKit, Apple's framework for scheduling alarms and countdown timers with system-level alerting, Dynamic Island integration, and focus/silent mode override. Overview AlarmKit lets apps create alarms and timers that behave like the built-in Clock app -- they override Do Not Disturb, appear in the Dynamic Island, and show on the Lock Screen. The framework handles scheduling, snooze, pause/resume, and UI presentation through a small set of types cente...
|
50 |
| 22124 | phase-5-design-system | popup-studio-ai/bkit-claude-code |
Phase 5: Design System Build platform-independent design system Purpose Build a reusable UI component library. Enable consistent design and fast development. What is a Design System? Definition A design system is a collection of reusable components and clear standards that enables building consistent user experiences at scale. Why is it Needed? (Framework Agnostic) Problem Design System Solution Designer-developer mismatch Single Source of Truth Duplicate component development Reusable component...
|
50 |
| 22125 | sap-sqlscript | secondsky/sap-skills |
SQLScript is SAP HANA's procedural extension to SQL, enabling complex data-intensive logic execution directly within the database layer. It follows the code-to-data paradigm, pushing computation to where data resides rather than moving data to the application layer. Key Characteristics - Case-insensitive language - All statements end with semicolons - Variables use colon prefix when referenced (`:variableName`) - No colon when assigning values - Use `DUMMY` table for single-row operations...
|
50 |
| 22126 | agent-browser | vercel-labs/vercel-skills |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
50 |
| 22127 | agent-workspace | groeimetai/snow-flow |
Agent Workspace for ServiceNow Agent Workspace provides a modern, configurable interface for fulfiller productivity. Workspace Architecture Workspace (sys_aw_workspace) ├── Lists (sys_aw_list) ├── Forms (sys_aw_form) ├── Related Lists ├── UI Actions └── Contextual Side Panel ├── Agent Assist ├── Related Records └── Activity Stream Key Tables Table Purpose sys_aw_workspace Workspace definitions sys_aw_list List configurations sys_aw_form Form configurations sys_aw_related_list Related list config...
|
50 |
| 22128 | remotion-render-config | ncklrs/startup-os-skills |
Remotion Render Config Generates render configuration documents that define video output settings, codec parameters, format options, and quality settings for Remotion video renders. This skill focuses exclusively on render/export configuration. What This Skill Does Generates render configurations for: Output format — MP4, WebM, ProRes, etc. Codec settings — H.264, H.265, VP9 parameters Quality settings — CRF, bitrate, compression level Resolution — Output dimensions and scaling Platform opti...
|
50 |
| 22129 | component-architecture | mgd34msu/goodvibes-plugin |
Resources scripts/ validate-components.sh references/ component-patterns.md Component Architecture This skill guides you through designing and implementing UI components using GoodVibes precision and analysis tools. Use this workflow when building React, Vue, or Svelte components with proper composition, state management, and performance optimization. When to Use This Skill Load this skill when: Building new UI components or component libraries Refactoring component hierarchies or composition pa...
|
50 |
| 22130 | adaptive-communication | bencium/bencium-claude-code-design-skill |
Adaptive Communication Meet users where they are. Human communication spans explicit-transactional to implicit-relational. Both valid. Core Principle Success metric: "Did the user feel understood?" alongside task completion. Detection Signals High-Context (Relational) Signal Example Hedging language "I think maybe," "perhaps," "wondering if" Open-ended framing "I'm trying to figure out..." Personal context first "I've been feeling stressed and..." Questions implying needs "Do you know anything a...
|
50 |
| 22131 | skill-architect | erichowens/some_claude_skills |
Skill Architect: The Authoritative Meta-Skill The unified authority for creating expert-level Agent Skills. Combines systematic workflow from skill-creator with domain expertise encoding from skill-coach. Philosophy Great skills are progressive disclosure machines that encode real domain expertise (shibboleths), not just surface instructions. They activate precisely, teach efficiently, and make users productive immediately. When to Use This Skill ✅ Use for: Creating new skills from scratch...
|
50 |
| 22132 | data-seeding | sgcarstrends/sgcarstrends |
Data Seeding Skill Seed scripts live in packages/database/src/seed/ . Running Seeds pnpm -F @sgcarstrends/database db:seed Run all seeds pnpm -F @sgcarstrends/database db:seed:cars Seed specific table Basic Seed Pattern // packages/database/src/seed/cars.ts import { db } from "../index" ; import { cars } from "../db/schema" ; import { nanoid } from "nanoid" ; export async function seedCars ( ) { console . log ( "Seeding cars..." ) ; const carData = [ { id : nanoid ( ) , make : "Toyota" , model...
|
50 |
| 22133 | env-secrets-manager | patricio0312rev/skills |
No SKILL.md available for this skill. View on GitHub
|
50 |
| 22134 | protocol-reverse-engineering | oimiragieo/agent-studio |
Protocol Reverse Engineering Comprehensive techniques for capturing, analyzing, and documenting network protocols for security research, interoperability, and debugging. Traffic Capture Wireshark Capture Capture on specific interface wireshark -i eth0 -k Capture with filter wireshark -i eth0 -k -f "port 443" Capture to file tshark -i eth0 -w capture.pcap Ring buffer capture (rotate files) tshark -i eth0 -b filesize:100000 -b files:10 -w capture.pcap tcpdump Capture Basic capture tcpdu...
|
50 |
| 22135 | setup-timescaledb-hypertables | timescale/pg-aiguide |
TimescaleDB Complete Setup Instructions for insert-heavy data patterns where data is inserted but rarely changed: Time-series data (sensors, metrics, system monitoring) Event logs (user events, audit trails, application logs) Transaction records (orders, payments, financial transactions) Sequential data (records with auto-incrementing IDs and timestamps) Append-only datasets (immutable records, historical data) Step 1: Create Hypertable CREATE TABLE your_table_name ( timestamp TIMESTAMPTZ ...
|
50 |
| 22136 | content-repurposing | openclaudia/openclaudia-skills |
Content Repurposing Skill You are a content repurposing expert. Take one piece of content and transform it into multiple formats optimized for different platforms. Follow the content pyramid methodology. The Content Pyramid Show more Installs 379 Repository openclaudia/ope…a-skills GitHub Stars 623 First Seen Feb 14, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
50 |
| 22137 | fullstack-feature | mgd34msu/goodvibes-plugin |
Resources scripts/ validate-feature-workflow.sh references/ phase-templates.md Fullstack Feature Orchestration This skill defines the end-to-end workflow for implementing complete features that span multiple layers of the stack. It orchestrates specialized agents through 7 distinct phases, from requirements clarification through delivery. When to Use This Skill Use fullstack-feature when the user requests: A complete feature that requires database, API, and UI changes End-to-end implementation w...
|
50 |
| 22138 | yijing-fengshui | wolke/yijing-fengshui |
基於倪海廈老師的易經陽宅學說,分析家庭與辦公室的風水格局。 核心理念 重「神」不重「形」:本技能著重於「位置」與「格局」,而非風水擺件。 核心原則:名位相等、長幼有序 使用時機 當用戶詢問以下內容時啟用: - 家庭成員臥室方位分析 - 房屋格局風水診斷 - 廚房、廁所方位問題 - 辦公室風水、老闆座位 - 關鍵詞:「風水」「陽宅」「方位」「臥室」「辦公室」 技能結構 ``` yijing-fengshui/ ├── SKILL.md ← 本文件 ├── scripts/ │ └── fengshui_calc.py ← 卦象計算工具 └── references/ ├── 64gua.md ← 六十四卦詳解 ├── bagua-wanwu.md ← 八卦萬物類象 ├── yangzhai-theory.md← 陽宅風水理論 ├── room-fengshui.md ← 房間風水規則 └── office-fengshui.md← 辦公室風水 ``` 八卦方...
|
50 |
| 22139 | contract drafter | eddiebe147/claude-settings |
Contract Drafter The Contract Drafter skill automates the generation of legal contracts and agreements from templates. It handles variable substitution, conditional clauses, signature blocks, and document formatting. This skill is essential for creating NDAs, service agreements, employment contracts, and other legal documents consistently and efficiently. IMPORTANT DISCLAIMER: This skill generates documents from templates and does NOT provide legal advice. All generated contracts should be revie...
|
50 |
| 22140 | interactive-bot | terrylica/cc-skills |
Interactive Bot Gmail Commander Telegram bot — slash commands for email access + AI-powered free-text routing. Mandatory Preflight Step 1: Check Bot Script Exists ls -la " $HOME /.claude/plugins/marketplaces/cc-skills/plugins/gmail-commander/scripts/bot.ts" 2 > /dev/null || echo "SCRIPT_NOT_FOUND" Step 2: Verify Environment echo "TELEGRAM_BOT_TOKEN: ${TELEGRAM_BOT_TOKEN :+ SET} " echo "TELEGRAM_CHAT_ID: ${TELEGRAM_CHAT_ID :- NOT_SET} " echo "GMAIL_OP_UUID: ${GMAIL_OP_UUID :- NOT_SET} " echo "HAI...
|
50 |
| 22141 | configure-pre-commit | laurigates/claude-plugins |
/configure:pre-commit Check and configure pre-commit hooks against project standards. When to Use This Skill Use this skill when... Use another approach when... Setting up or validating pre-commit hooks Project doesn't use pre-commit framework (use git hooks directly) Checking compliance with project standards Just running hooks manually (use pre-commit run command) Installing project-type-specific hooks Hooks are already properly configured Migrating to pre-commit framework Simple project with ...
|
50 |
| 22142 | nextjs-expert | cin12211/orca-q |
Nextjs Expert next js When reviewing or writing code, apply these guidelines: Follow Next.js docs for Data Fetching, Rendering, and Routing when Next JS is used instead of React Remix. next js 14 general rules When reviewing or writing code, apply these guidelines: Use the App Router: All components should be created within the app directory, following Next.js 14 conventions. Implement Server Components by default: Only use Client Components when absolutely necessary for interactivity or client-...
|
50 |
| 22143 | doc-validator | vladm3105/aidoc-flow-framework |
doc-validator Cross-document validation for SDD framework compliance. For single-document validation, use the dedicated layer validators. Purpose Validates relationships and consistency ACROSS documents in the SDD framework. Core Functions: Identifies broken cross-references between documents Detects orphaned artifacts (documents with no upstream references) Validates bidirectional link consistency Checks cumulative tagging hierarchy across layers Detects duplicate IDs across documents Vali...
|
50 |
| 22144 | vercel-composition-patterns | kimny1143/claude-code-template |
React Composition Patterns Composition patterns for building flexible, maintainable React components. Avoid boolean prop proliferation by using compound components, lifting state, and composing internals. These patterns make codebases easier for both humans and AI agents to work with as they scale. When to Apply Reference these guidelines when: Refactoring components with many boolean props Building reusable component libraries Designing flexible component APIs Reviewing component architecture W...
|
50 |
| 22145 | affiliate marketing manager | eddiebe147/claude-settings |
Affiliate Marketing Manager Set up and manage affiliate marketing programs for growth and revenue When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create affiliate marketing manager affiliate marketing Review and optimize review affiliate marketing manager Get best prac...
|
50 |
| 22146 | google-calendar | sanjay3290/postgres-skill |
Google Calendar Interact with Google Calendar for event management, scheduling, and availability checking. Installation Dependencies : pip install --user google-auth google-auth-oauthlib google-api-python-client keyring pyyaml Setup Verification After installation, verify the skill is properly configured: $SKILL_DIR /scripts/google-calendar.py check This will check: Python dependencies (google-auth, google-auth-oauthlib, google-api-python-client, keyring, pyyaml) Authentication configuration Con...
|
50 |
| 22147 | agent orchestrator | eddiebe147/claude-settings |
Agent Orchestrator The Agent Orchestrator skill coordinates multiple specialized AI agents, skills, and tools to accomplish complex tasks that benefit from distributed expertise. It acts as a conductor, delegating subtasks to appropriate agents, managing dependencies, integrating results, and ensuring coherent final outputs. This skill understands the capabilities of available agents (general-purpose, operations-manager, specialized skills), determines optimal task decomposition, manages inter-a...
|
50 |
| 22148 | raise-negotiation-prep | onewave-ai/claude-skills |
Raise Negotiation Prep Market salary research, accomplishment quantification, negotiation scripts, total compensation analysis, timing strategy. Instructions You are an expert salary negotiation coach. Prepare comprehensive negotiation strategies with market data, scripts, and confidence-building frameworks. Output Format Raise Negotiation Prep Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Spec...
|
50 |
| 22149 | configure-ux-testing | laurigates/claude-plugins |
/configure:ux-testing Check and configure UX testing infrastructure with Playwright as the primary tool for E2E, accessibility, and visual regression testing. When to Use This Skill Use this skill when... Use another approach when... Setting up Playwright E2E testing infrastructure for a project Running existing Playwright tests (use bun test:e2e or test-runner agent) Adding accessibility testing with axe-core to a project Performing manual accessibility audits on a live site Configuring visual ...
|
50 |
| 22150 | automation architect | eddiebe147/claude-settings |
Automation Architect Design workflow automations using Zapier, Make, n8n, and other automation tools When to Use This Skill Use this skill when you need to: Automate workflows and processes Integrate tools and systems Optimize technical operations Not recommended for: Tasks requiring creative content manual processes Quick Reference Action Command/Trigger Create automation architect workflow automation Review and optimize review automation architect Get best practices automation architect best p...
|
50 |