███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11151 | codex-team | boshu2/agentops |
Codex Team The lead orchestrates, Codex agents execute. Each agent gets one focused task. The team lead prevents file conflicts before spawning — the orchestrator IS the lock manager. For Claude-runtime feature compatibility (agents/hooks/worktree/settings), use ../shared/references/claude-code-latest-features.md when this skill falls back to /swarm . When to Use You have 2+ tasks (bug fixes, implementations, refactors) Tasks are well-scoped with clear instructions You want Codex execution with ...
|
883 |
| 11152 | workflow-runner | jnmetacode/superpowers-zh |
工作流执行器:在 AI 工具内运行多角色编排 直接在当前会话中执行 agency-orchestrator 的 YAML 工作流,无需配置 API key。当前 LLM 就是执行引擎——依次扮演每个角色完成任务。 适用场景 用户提供了一个 .yaml 工作流文件(如 运行 workflows/story-creation.yaml ) 用户要求多个角色协作完成任务(如"用产品经理和架构师一起评审这个 PRD") 用户安装了 agency-agents-zh 并希望直接在 AI 工具内编排多角色 执行流程(5 步) 按以下顺序执行,不要跳步: 第 1 步:解析工作流 用 Read 工具读取用户指定的 YAML 文件,提取以下字段: Show more Installs 493 Repository jnmetacode/supe…owers-zh GitHub Stars 5.2K First Seen Mar 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
883 |
| 11153 | webhook-integration | dodopayments/skills |
Dodo Payments Webhook Integration Reference: docs.dodopayments.com/developer-resources/webhooks Webhooks provide real-time notifications when payment events occur. Use them to automate workflows, update databases, send notifications, and keep your systems synchronized. Quick Setup 1. Configure Webhook in Dashboard Go to Dashboard → Developer → Webhooks Click "Create Webhook" Enter your endpoint URL Select events to subscribe to Copy the webhook secret 2. Environment Variables DODO_PAYMENTS_WEBHO...
|
883 |
| 11154 | tech-marketing-framework | aradotso/marketing-skills |
Tech Marketing Framework Skill by ara.so — Marketing Skills collection. A comprehensive marketing framework that turns Claude Code and Codex into a senior product marketer for technical audiences. Provides identity guidelines, content standards, template docs, and autonomous skills for content generation, messaging workshops, and campaign optimization. What It Does This project provides: Identity and voice guidelines that prioritize technical accuracy over marketing fluff Content guidelines with...
|
882 |
| 11155 | nemoclaw-user-agent-skills | nvidia/skills |
NemoClaw Agent Skills for Your AI Coding Assistant References Load references/agent-skills.md when users ask about AI agent support, coding assistant integration, or the .agents/skills/ directory. Describes the agent skills shipped with NemoClaw and how to access them by cloning the repository. Installs 503 Repository nvidia/skills GitHub Stars 1.2K First Seen May 15, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
882 |
| 11156 | brainstorm-prompt-optimizer | giuseppe-trisciuoglio/developer-kit |
Brainstorm Prompt Optimizer Transform a raw idea into an optimized prompt ready for the brainstorming workflow ( /specs.brainstorm ). This skill prepares ideas so that when passed to /specs.brainstorm , they produce better functional specifications following EARS syntax, proper acceptance criteria taxonomy, and complete Non-Goals/Negative Requirements sections. When to Use User wants to optimize an idea before running /specs.brainstorm User says "prepare this idea for brainstorming", "enhance fo...
|
882 |
| 11157 | serve-sim | evanbacon/serve-sim |
serve-sim Drive an Apple Simulator (iOS, iPad, Apple Watch) from an agent using the serve-sim CLI. serve-sim spawns a Swift helper that captures the simulator framebuffer via simctl io , exposes it as an MJPEG stream plus a binary WebSocket input channel, and serves a React preview UI on top. This skill teaches an agent the exact CLI surface, the gesture JSON shape, the gotchas, and the recommended workflows. When to use The user wants an agent to tap, swipe, drag, pinch, or send hardware button...
|
882 |
| 11158 | marketing-os-starter | aradotso/marketing-skills |
Marketing OS Starter Skill by ara.so — Marketing Skills collection. What It Does Marketing OS Starter is a complete AI marketing team built for Claude Code. It includes 4 specialized agents (Orchestrator, Researcher, Strategist, Copywriter), 5 marketing skills, and battle-tested frameworks that turn research into creative briefs into finished copy — all with persistent memory that compounds across sessions. The system runs on structured agent handoffs (JSON schemas), enforces brand voice automat...
|
881 |
| 11159 | create-call | vapiai/skills |
Vapi Call Creation Initiate outbound phone calls, web calls, and batch calls using Vapi's API. Connect your voice assistants to real phone numbers and test them programmatically. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Quick Start — Outbound Phone Call cURL curl -X POST https://api.vapi.ai/call \ -H "Authorization: Bearer $VAPI_API_KEY " \ -H "Content-Type: application/json" \ -d '{ "assistantId": "your-assistant-id", "phoneNumberId": "your-phone-number-id", "cu...
|
881 |
| 11160 | creationix-rx-data-store | aradotso/trending-skills |
RX Data Store Skill by ara.so — Daily 2026 Skills collection. RX is an embedded data store for JSON-shaped data. Encode once, then query the encoded document in place — no parsing, no object graph, no GC pressure. Think of it as no-SQL SQLite : unstructured data with database-style random access. Key benefits: O(1) array access, O(log n) object key lookup on encoded data Automatic deduplication of values and shared schemas Text-safe encoding (copy-paste friendly, no binary tooling needed) Minima...
|
880 |
| 11161 | zustand-5 | prowler-cloud/prowler |
Basic Store import { create } from "zustand"; interface CounterStore { count: number; increment: () => void; decrement: () => void; reset: () => void; } const useCounterStore = create<CounterStore>((set) => ({ count: 0, increment: () => set((state) => ({ count: state.count + 1 })), decrement: () => set((state) => ({ count: state.count - 1 })), reset: () => set({ count: 0 }), })); // Usage function Counter() { const { count, increment, decrement } = useCounterStore(); retur...
|
880 |
| 11162 | drizzle-orm | mindrally/skills |
Drizzle ORM Modern TypeScript-first ORM with zero dependencies, compile-time type safety, and SQL-like syntax. Optimized for edge runtimes and serverless environments. Quick Start Installation Core ORM npm install drizzle-orm Database driver (choose one) npm install pg PostgreSQL npm install mysql2 MySQL npm install better-sqlite3 SQLite Drizzle Kit (migrations) npm install -D drizzle-kit Basic Setup // db/schema.ts import { pgTable, serial, text, timestamp } from 'd...
|
880 |
| 11163 | claude-email-marketing-skill | aradotso/marketing-skills |
Claude Email Marketing Skill Skill by ara.so — Marketing Skills collection. This skill provides Claude with opinionated, practitioner-level expertise in email marketing. It covers authentication (SPF, DKIM, DMARC), list building, segmentation, copywriting, automation sequences, deliverability optimization, metrics analysis, and ESP selection. What This Skill Does Transforms Claude into an email marketing expert who can: Diagnose deliverability issues and provide specific fixes for spam folder pr...
|
879 |
| 11164 | voice-agents | sickn33/antigravity-awesome-skills |
Voice Agents You are a voice AI architect who has shipped production voice agents handling millions of calls. You understand the physics of latency - every component adds milliseconds, and the sum determines whether conversations feel natural or awkward. Your core insight: Two architectures exist. Speech-to-speech (S2S) models like OpenAI Realtime API preserve emotion and achieve lowest latency but are less controllable. Pipeline architectures (STT→LLM→TTS) give you control at each step but ad...
|
879 |
| 11165 | voice-agents | sickn33/agentic-awesome-skills |
Voice Agents You are a voice AI architect who has shipped production voice agents handling millions of calls. You understand the physics of latency - every component adds milliseconds, and the sum determines whether conversations feel natural or awkward. Your core insight: Two architectures exist. Speech-to-speech (S2S) models like OpenAI Realtime API preserve emotion and achieve lowest latency but are less controllable. Pipeline architectures (STT→LLM→TTS) give you control at each step but ad...
|
879 |
| 11166 | feishu-drive | m1heng/clawdbot-feishu |
Feishu Drive Tool Single tool feishu_drive for cloud storage operations. Token Extraction From URL https://xxx.feishu.cn/drive/folder/ABC123 → folder_token = ABC123 Actions List Folder Contents { "action" : "list" } Root directory (no folder_token). { "action" : "list" , "folder_token" : "fldcnXXX" } Returns: files with token, name, type, url, timestamps. Get File Info { "action" : "info" , "file_token" : "ABC123" , "type" : "docx" } Searches for the file in the root directory. Note: file must b...
|
879 |
| 11167 | ai-model-web | tencentcloudbase/skills |
When to use this skill Use this skill for calling AI models in browser/Web applications using @cloudbase/js-sdk . Use it when you need to: Integrate AI text generation in a frontend Web app Stream AI responses for better user experience Call Hunyuan or DeepSeek models from browser Do NOT use for: Node.js backend or cloud functions → use ai-model-nodejs skill WeChat Mini Program → use ai-model-wechat skill Image generation → use ai-model-nodejs skill (Node SDK only) HTTP API integration → use htt...
|
879 |
| 11168 | mqtt-development | mindrally/skills |
MQTT Development You are an expert in MQTT (Message Queuing Telemetry Transport) protocol development for IoT and real-time messaging systems. Follow these best practices when building MQTT-based applications. Core Principles MQTT is designed as an extremely lightweight publish/subscribe messaging transport Ideal for connecting remote devices with small code footprint and minimal network bandwidth MQTT requires up to 80% less network bandwidth than HTTP for transmitting the same amount of data...
|
879 |
| 11169 | writing-skills | jnmetacode/superpowers-zh |
Writing Skills Overview Writing skills IS Test-Driven Development applied to process documentation. Personal skills live in agent-specific directories ( ~/.claude/skills for Claude Code, ~/.agents/skills/ for Codex) You write test cases (pressure scenarios with subagents), watch them fail (baseline behavior), write the skill (documentation), watch tests pass (agents comply), and refactor (close loopholes). Core principle: If you didn't watch an agent fail without the skill, you don't know if the...
|
879 |
| 11170 | server-management | sickn33/antigravity-awesome-skills |
Server Management Server management principles for production operations. Learn to THINK, not memorize commands. 1. Process Management Principles Tool Selection Scenario Tool Node.js app PM2 (clustering, reload) Any app systemd (Linux native) Containers Docker/Podman Orchestration Kubernetes, Docker Swarm Process Management Goals Goal What It Means Restart on crash Auto-recovery Zero-downtime reload No service interruption Clustering Use all CPU cores Persistence Survive server reboot 2. Monit...
|
878 |
| 11171 | feishu-cli-export | riba2534/feishu-cli |
飞书文档导出技能 将飞书云文档或知识库文档导出为本地 Markdown 文件,或导出为 PDF/Word 等格式。 前置条件 需要已配置飞书应用凭证( FEISHU_APP_ID / FEISHU_APP_SECRET ),通过环境变量或 ~/.feishu-cli/config.yaml 设置 应用需具备 docx:document 权限(文档导出)或 wiki:wiki:readonly 权限(知识库导出) 使用 --expand-mentions 展开 @用户时,还需 contact:user.base:readonly 权限 核心概念 Markdown 作为中间格式 :飞书云文档的内容通过 Markdown 格式导出到本地。选择 Markdown 作为中间格式,是因为它结构清晰、便于 Claude 理解和处理文档内容,同时也方便用户进行二次编辑或版本管理。中间文件默认存储在 /tmp 目录中。 使用方法 导出普通文档 /feishu-export < document_id > /feishu-export < document_id > ./output.md 导出知识库...
|
878 |
| 11172 | server-management | sickn33/agentic-awesome-skills |
Server Management Server management principles for production operations. Learn to THINK, not memorize commands. 1. Process Management Principles Tool Selection Scenario Tool Node.js app PM2 (clustering, reload) Any app systemd (Linux native) Containers Docker/Podman Orchestration Kubernetes, Docker Swarm Process Management Goals Goal What It Means Restart on crash Auto-recovery Zero-downtime reload No service interruption Clustering Use all CPU cores Persistence Survive server reboot 2. Monit...
|
878 |
| 11173 | cron-schedule | ruvnet/ruflo |
Use CronCreate for workers that must survive session restarts: CronCreate({ schedule: "*/15 * * * *", prompt: "Run security audit worker via mcp__claude-flow__hooks_worker-dispatch" }) Recommended Schedules Worker Cron Description audit */15 * * * * Security scanning optimize */30 * * * * Performance optimization consolidate 0 * * * * Memory consolidation map */30 * * * * Codebase mapping testgaps */15 * * * * Test coverage analysis document 0 */2 * * * API documentation When to Use Cron vs Loop...
|
878 |
| 11174 | configurator | uniswap/uniswap-ai |
CCA Configuration Configure Continuous Clearing Auction (CCA) smart contract parameters for fair and transparent token distribution. Runtime Compatibility: This skill uses AskUserQuestion for interactive prompts. If AskUserQuestion is not available in your runtime, collect the same parameters through natural language conversation instead. Instructions for Claude Code When the user invokes this skill, guide them through a bulk interactive form configuration flow using AskUserQuestion. Collect par...
|
878 |
| 11175 | react-audit-grep-patterns | github/awesome-copilot |
React Audit Grep Patterns Complete scan command library for React 18.3.1 and React 19 migration audits. Usage Read the relevant section for your target: references/react18-scans.md - all scans for React 16/17 → 18.3.1 audit references/react19-scans.md - all scans for React 18 → 19 audit references/test-scans.md - test file specific scans (used by both auditors) references/dep-scans.md - dependency and peer conflict scans Base Patterns Used Across All Scans Standard flags used throughout: -r = ...
|
877 |
| 11176 | mcp-builder | jnmetacode/superpowers-zh |
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...
|
877 |
| 11177 | codex-marketing-skills | aradotso/marketing-skills |
Codex Marketing Skills Skill by ara.so — Marketing Skills collection. A curated collection of shareable marketing and creator workflow skills for AI coding agents. Includes YouTube research, Readwise search/export, visual diagram generation, motion graphics/video production, social media publishing, and brand deal research automation. What It Does Codex Marketing Skills provides ready-to-use skill modules that enable AI agents to: YouTube Researcher : Search channels, pull transcripts, analyze h...
|
876 |
| 11178 | specs-e2e-verification | giuseppe-trisciuoglio/developer-kit |
Specs E2E Verification Overview Performs real environment verification after a specification has been implemented and cleaned up. This skill bridges the gap between unit-tested code and observable runtime behavior by: Detecting the application type from project files Starting the local runtime (Docker Compose, dev server, Spring Boot, etc.) Deriving tests from [IMP] acceptance criteria in the functional specification Executing real tests ( curl , Playwright, computer-use) Mapping results to acce...
|
876 |
| 11179 | ailabs-393/ai-labs-claude-skills |
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
|
876 | |
| 11180 | threat-modeling-with-aws-security-agent | aws/agent-toolkit-for-aws |
AWS Security Agent — Threat Model Review Analyze spec documents ( requirements.md , design.md ) against the source code to identify security-posture changes using STRIDE methodology. No prior scan needed. Local state Read .security-agent/config.json for agent_space_id and region . If missing, run the setup-security-agent workflow inline first. Resolving the values you need Placeholder How to resolve <id> (agent space) config.agent_space_id <region> config.region (default us-east-1 ) <account> aw...
|
876 |
| 11181 | career-ops-job-search | aradotso/trending-skills |
Career-Ops Job Search Pipeline Skill by ara.so — Daily 2026 Skills collection. Career-Ops turns Claude Code into a full job search command center. It evaluates offers with A-F scoring, generates ATS-optimized PDFs, scans 45+ company portals, and tracks everything in a single source of truth — all powered by Claude AI agents. Installation 1. Clone the repo git clone https://github.com/santifer/career-ops.git cd career-ops 2. Install Node dependencies (for PDF generation via Playwright) npm inst...
|
875 |
| 11182 | sdd-init | giuseppe-trisciuoglio/developer-kit |
SDD Init Skill Initialize Spec-Driven Development (SDD) in the current project. Detects tech stack, conventions, architecture patterns, and bootstraps all persistence backends (Constitution + Knowledge Graph). When to Use Trigger phrases: "sdd-init", "init sdd", "setup sdd" "initialize sdd", "setup project", "initialize project context" "bootstrap sdd", "start sdd" "detect project stack", "detect tech stack" Workflow 1. Detect Project Context ├── Scan tech stack (languages, frameworks, tools) ├─...
|
875 |
| 11183 | capacitor-app-store | cap-go/capgo-skills |
Publishing to App Stores Guide to submitting Capacitor apps to Apple App Store and Google Play Store. When to Use This Skill User is ready to publish app User asks about app store submission User needs app store screenshots User has app rejection issues User needs to update app listing Pre-Submission Checklist Universal Requirements Show more Installs 603 Repository cap-go/capgo-skills GitHub Stars 58 First Seen Feb 6, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
875 |
| 11184 | 30x-growth-marketing-panel | aradotso/marketing-skills |
30x Growth Marketing Panel Skill by ara.so — Marketing Skills collection. An AI-powered expert panel of 11 world-class marketing experts distilled from 4,000+ YouTube videos. Get answers from the right expert(s) in their voice, using their actual frameworks. What It Does The 30x Growth Marketing Panel uses a dual-layer architecture to provide authentic expert advice: Layer 1 (Brain) : NotebookLM retrieval from 4,000+ indexed YouTube videos Layer 2 (Soul) : Persona Protocol with expert personalit...
|
874 |
| 11185 | skill-creator | anthropics/financial-services-plugins |
Skill Creator A skill for creating new skills and iteratively improving them. At a high level, the process of creating a skill goes like this: Decide what you want the skill to do and roughly how it should do it Write a draft of the skill Create a few test prompts and run claude-with-access-to-the-skill on them Help the user evaluate the results both qualitatively and quantitatively While the runs happen in the background, draft some quantitative evals if there aren't any (if there are some, you...
|
874 |
| 11186 | 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. You are a data scientist specializing in advanced analytics, machine learning, statistic...
|
874 |
| 11187 | iot-firmware | ruvnet/ruflo |
Manage firmware rollouts across device fleets. deploy : npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware deploy FLEET_ID --version VERSION advance : npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware advance ROLLOUT_ID rollback : npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware rollback ROLLOUT_ID status : npx -y -p @claude-flow/plugin-iot-cognitum@latest cognitum-iot firmware status ROLLOUT_ID list : npx -y -p @claude-flow/plugi...
|
874 |
| 11188 | game-design-document | ityes22/game-design-document |
Game Design Document Generator You are a senior game design consultant who has shipped titles at Riot Games, Blizzard, Supercell, and Double Fine. You have written Game Design Documents for AAA console releases, mid-core mobile games, and acclaimed indie titles. You understand that a GDD is not academic writing — it is a living specification that developers, artists, producers, QA testers, and investors reference every single day throughout production. Your GDDs are precise, actionable, and form...
|
874 |
| 11189 | prisma-next-extension-upgrade | prisma/prisma-next |
Upgrade Prisma Next (extension) This skill upgrades a project that is a Prisma Next extension — a package that consumes the framework SPI ( @prisma-next/contract , @prisma-next/framework-components , @prisma-next/migration-tools , etc.) and exposes contract / middleware / codec / migration surfaces that downstream apps install via prisma-next.config.ts . If the project you are upgrading is a consumer app (it imports @prisma-next/postgres or @prisma-next/mongo from its application code), use the ...
|
874 |
| 11190 | scipy-best-practices | mindrally/skills |
SciPy Best Practices Expert guidelines for SciPy development, focusing on scientific computing, optimization, signal processing, and statistical analysis. Code Style and Structure Write concise, technical Python code with accurate SciPy examples Prioritize numerical accuracy and computational efficiency Use functional programming patterns for mathematical operations Prefer vectorized operations over explicit loops Use descriptive variable names reflecting scientific context Follow PEP 8 style ...
|
873 |
| 11191 | reanimated-skia-performance | andreev-danila/skills |
Use for state-driven style changes where you do not need bespoke worklets. ``` import Animated from 'react-native-reanimated'; <Animated.View style={{ width: expanded ? 240 : 160, opacity: enabled ? 1 : 0.6, transitionProperty: ['width', 'opacity'], transitionDuration: 220, transitionTimingFunction: 'ease-in-out', }} /> ``` Reanimated v4 CSS animations (keyframes) Use for keyframe-like sequences (pulses, wiggles, repeated loops) without writing custom worklets. Sup...
|
873 |
| 11192 | specs-explore | giuseppe-trisciuoglio/developer-kit |
specs-explore Skill Investigate the codebase, think through problems, compare approaches, and return a structured analysis. Only create exploration.md when --spec is provided. What You Receive The orchestrator will give you: A topic or feature to explore --spec path (optional) --lang framework (optional) Execution Steps Step 1: Understand the Request Parse what the user wants to explore: Is this a new feature? A bug fix? A refactor? What domain does it touch? Show more Installs 863 Repository gi...
|
873 |
| 11193 | indexnow | kostja94/marketing-skills |
SEO Technical: IndexNow Guides IndexNow protocol integration for faster search engine indexing (primarily Bing). When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Technical SEO) IndexNow : Submit URLs to Bing/Yandex for faster indexing URL notification : Notify search engines of new or updated URLs Initial Assessment ...
|
873 |
| 11194 | writing-for-interfaces | andrewgleave/skills |
Writing for Interfaces Good interface writing is invisible. When words work seamlessly with design, people don't notice them. Writing should be part of the design process from the start, not something filled in at the end. When words are considered alongside layout, interaction, and visual design, the result feels seamless. When they're an afterthought, product experiences feel stitched together. Every piece of text in an interface is a small act of communication: it should respect the person's ...
|
873 |
| 11195 | shadcn-vue | noartem/skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. shadcn-vue A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn-vue@latest , pnpm dlx shadcn-vue@latest , or bunx --bun shadcn-vue@latest — based on the project's packageManager . Examples ...
|
872 |
| 11196 | salesforce-flow-design | github/awesome-copilot |
Salesforce Flow Design and Validation Apply these checks to every Flow you design, build, or review. Step 1 — Confirm Flow Is the Right Tool Before designing a Flow, verify that a lighter-weight declarative option cannot solve the problem: Requirement Best tool Calculate a field value with no side effects Formula field Prevent a bad record save with a user message Validation rule Sum or count child records on a parent Roll-up Summary field Complex multi-object logic, callouts, or high volume Ape...
|
872 |
| 11197 | antigravity-workflows | sickn33/agentic-awesome-skills |
Antigravity Workflows Use this skill to turn a complex objective into a guided sequence of skill invocations. When to Use This Skill Use this skill when: The user wants to combine several skills without manually selecting each one. The goal is multi-phase (for example: plan, build, test, ship). The user asks for best-practice execution for common scenarios like: Shipping a SaaS MVP Running a web security audit Building an AI agent system Implementing browser automation and E2E QA Workflow Source...
|
872 |
| 11198 | tfriedel/claude-office-skills |
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
|
871 | |
| 11199 | test-specialist | ailabs-393/ai-labs-claude-skills |
Test Specialist Overview Apply systematic testing methodologies and debugging techniques to JavaScript/TypeScript applications. This skill provides comprehensive testing strategies, bug analysis frameworks, and automated tools for identifying coverage gaps and untested code. Core Capabilities 1. Writing Test Cases Write comprehensive tests covering unit, integration, and end-to-end scenarios. Unit Testing Approach Structure tests using the AAA pattern (Arrange-Act-Assert): describe('Expens...
|
871 |
| 11200 | storybook | dalestudy/skills |
Storybook 모범 관례 1. CSF 3.0 형식 사용 최신 Component Story Format 3.0 사용. 더 간결하고 타입 안전. // ❌ CSF 2.0 (구형) export default { title: 'Components/Button', component: Button, }; export const Primary = () => <Button variant="primary">Click me</Button>; // ✅ CSF 3.0 (권장) import type { Meta, StoryObj } from '@storybook/react'; import { Button } from './Button'; const meta = { title: 'Components/Button', component: Button, tags: ['autodocs'], // 자동 문서 생성 } satisfies Meta<typeof Button>; export d...
|
871 |