███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11551 | condition-based waiting | bobmatnyc/claude-mpm-skills |
Condition-Based Waiting Overview Flaky tests often guess at timing with arbitrary delays. This creates race conditions where tests pass on fast machines but fail under load or in CI. Core principle: Wait for the actual condition you care about, not a guess about how long it takes. When to Use digraph when_to_use { "Test uses setTimeout/sleep?" [ shape = diamond ] ; "Testing timing behavior?" [ shape = diamond ] ; "Document WHY timeout needed" [ shape = box ] ; "Use condition-based waiting" [ sha...
|
66 |
| 11552 | memory-systems | guanyang/antigravity-skills |
When to Use This Skill Design short-term, long-term, and graph-based memory architectures Use this skill when working with design short-term, long-term, and graph-based memory architectures. Memory System Design Memory provides the persistence layer that allows agents to maintain continuity across sessions and reason over accumulated knowledge. Simple agents rely entirely on context for memory, losing all state when sessions end. Sophisticated agents implement layered memory architectures that b...
|
66 |
| 11553 | ops-devops-platform | vasilyu1983/ai-agents-public |
DevOps Engineering — Quick Reference This skill equips teams with actionable templates, checklists, and patterns for building self-service platforms, automating infrastructure with GitOps, deploying securely with DevSecOps, scaling with Kubernetes, ensuring reliability through SRE practices, and operating production systems with strong observability. Modern baseline (2026): IaC (Terraform/OpenTofu/Pulumi), GitOps (Argo CD/Flux), Kubernetes (follow upstream supported releases), OpenTelemetry + ...
|
66 |
| 11554 | helpdesk-automation | sickn33/antigravity-awesome-skills |
HelpDesk Automation via Rube MCP Automate HelpDesk ticketing operations through Composio's HelpDesk toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/helpdesk Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active HelpDesk connection via RUBE_MANAGE_CONNECTIONS with toolkit helpdesk Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just a...
|
66 |
| 11555 | dart-modern-features | kevmoo/dash_skills |
Dart Modern Features 1. When to use this skill Use this skill when: Writing or reviewing Dart code targeting Dart 3.0 or later. Refactoring legacy Dart code to use modern, concise, and safe features. Looking for idiomatic ways to handle multiple return values, deep data extraction, or exhaustive checking. 2. Features Records Use records as anonymous, immutable, aggregate structures to bundle multiple objects without defining a custom class. Prefer them for returning multiple values from a functi...
|
66 |
| 11556 | cursor-subagent-creator | tech-leads-club/agent-skills |
No SKILL.md available for this skill. View on GitHub
|
66 |
| 11557 | x-algorithm-optimizer | shipshitdev/library |
X Algorithm Optimizer Optimize content for X's algorithm based on actual engagement signal prediction (from xai-org/x-algorithm). Core Insight: X's algorithm uses Grok-based transformers to predict 15 user-specific engagement signals. It optimizes for user relevance, not broad popularity. When This Activates User asks to optimize tweets for X algorithm User wants to improve X/Twitter engagement User asks about thread strategy User mentions X growth or algorithm optimization User wants to maxi...
|
66 |
| 11558 | axiom-app-store-ref | charleswiltgen/axiom |
App Store Submission Reference Overview Complete reference for every App Store submission requirement: Part 1 — Required metadata fields (descriptions, screenshots, keywords, App Review info) Part 2 — Privacy requirements (manifest schema, nutrition labels, ATT, Required Reason APIs) Part 3 — App Review Guidelines quick reference (all sections 1-5) Part 4 — Age rating system (5-tier, capabilities, regional variations) Part 5 — Export compliance (encryption decision tree) Part 6 — Account and aut...
|
66 |
| 11559 | growth | simota/agent-skills |
Growth "Traffic without conversion is just expensive vanity." Data-driven growth hacker: implement ONE high-impact change for SEO ranking, Social Sharing, or Conversion rates. Principles Measure before optimizing - Never change without data; hypothesize, test, validate Discover → Share → Convert - SEO brings traffic, SMO amplifies, CRO converts Speed is a feature - Performance is UX and SEO; slow pages don't rank or convert Honest growth - Dark patterns yield short-term gains but long-term losse...
|
66 |
| 11560 | gh-code-search | otrebu/agents |
Fetch real-world code examples from GitHub through intelligent multi-search orchestration. Prerequisites Required: - gh CLI installed and authenticated (`gh auth login --web`) - Node.js + pnpm Validation: ``` gh auth status Should show authenticated ``` Usage ``` cd plugins/knowledge-work/skills/gh-code-search pnpm install First time only pnpm search "your query here" ``` When to Use Invoke this skill when user requests: - Real-world examples ("how do people implement X?") -...
|
66 |
| 11561 | canvas-design | davepoon/buildwithclaude |
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, ...
|
66 |
| 11562 | privateinvestigator | danielmiessler/personal_ai_infrastructure |
Customization Before executing, check for user customizations at: ~/.claude/skills/CORE/USER/SKILLCUSTOMIZATIONS/PrivateInvestigator/ If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults. PrivateInvestigator - Ethical People Finding Core Principle PUBLIC DATA ONLY - No hacking, pretexting, or authentication bypass. All techniques are legal and ethica...
|
66 |
| 11563 | baoyu-infographic | xy121718/baoyu-skills |
Infographic Generator Two dimensions: layout (information structure) × style (visual aesthetics). Freely combine any layout with any style. Usage /baoyu-infographic path/to/content.md /baoyu-infographic path/to/content.md --layout hierarchical-layers --style technical-schematic /baoyu-infographic path/to/content.md --aspect portrait --lang zh /baoyu-infographic then paste content Options Option Values --layout 20 options (see Layout Gallery), default: bento-grid --style 17 options (see Styl...
|
66 |
| 11564 | graphql-architect | 404kidwiz/claude-supercode-skills |
GraphQL Architect Senior GraphQL architect specializing in schema design and distributed graph architectures with deep expertise in Apollo Federation 2.5+, GraphQL subscriptions, and performance optimization. Role Definition You are a senior GraphQL architect with 10+ years of API design experience. You specialize in Apollo Federation, schema-first design, and building type-safe API graphs that scale across teams and services. You master resolvers, DataLoader patterns, and real-time subscript...
|
66 |
| 11565 | github issues | dedalus-erp-pas/foundation-skills |
GitHub Issues Management Create, retrieve, update, and manage GitHub issues with comprehensive context integration and structured workflows. When to Use This Skill Activate this skill when: The user wants to create a new GitHub issue The user asks to view or retrieve issue details The user needs to update an existing issue The user wants to list issues in a repository The user mentions managing issues, bug reports, or feature requests in GitHub The user wants to close, reopen, or modify issue pr...
|
66 |
| 11566 | conversion-optimization-expert | sitechfromgeorgia/georgian-distribution-system |
Conversion Rate Optimization Expert Overview You are a world-class Conversion Rate Optimization (CRO) specialist with expertise in behavioral psychology, data analytics, UX design, and growth marketing. You help optimize landing pages, product funnels, and user journeys to maximize conversions through systematic analysis and experimentation. Core Responsibilities 1. Conversion Analysis & Diagnostics When analyzing a page or funnel: Step 1: Define Conversion Goals Identify primary conversion...
|
66 |
| 11567 | processon-mindmap | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
66 |
| 11568 | parallel-processing-patterns | josiahsiegel/claude-plugin-marketplace |
CRITICAL GUIDELINES Windows File Path Requirements MANDATORY: Always Use Backslashes on Windows for File Paths When using Edit or Write tools on Windows, you MUST use backslashes (\) in file paths, NOT forward slashes (/). Parallel Processing Patterns in Bash (2025) Overview Comprehensive guide to parallel and concurrent execution in bash, covering GNU Parallel, xargs parallelization, job control, worker pools, and modern async patterns for maximum performance. GNU Parallel (Recommended) In...
|
66 |
| 11569 | baoyu-slide-deck | xy121718/baoyu-skills |
Slide Deck Generator Transform content into professional slide deck images. Usage /baoyu-slide-deck path/to/content.md /baoyu-slide-deck path/to/content.md --style sketch-notes /baoyu-slide-deck path/to/content.md --audience executives /baoyu-slide-deck path/to/content.md --lang zh /baoyu-slide-deck path/to/content.md --slides 10 /baoyu-slide-deck path/to/content.md --outline-only /baoyu-slide-deck Then paste content Script Directory Agent Execution Instructions : Determine this SKILL.md file's...
|
66 |
| 11570 | nx-workspace | nrwl/nx |
Nx Workspace Exploration This skill provides read-only exploration of Nx workspaces. Use it to understand workspace structure, project configuration, available targets, and dependencies. Keep in mind that you might have to prefix commands with npx / pnpx / yarn if nx isn't installed globally. Check the lockfile to determine the package manager in use. Listing Projects Use nx show projects to list projects in the workspace. The project filtering syntax ( -p / --projects ) works across many Nx com...
|
66 |
| 11571 | circleci-automation | sickn33/antigravity-awesome-skills |
CircleCI Automation via Rube MCP Automate CircleCI CI/CD operations through Composio's CircleCI toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/circleci Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active CircleCI connection via RUBE_MANAGE_CONNECTIONS with toolkit circleci Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add t...
|
66 |
| 11572 | atomic-design-integration | thebushidocollective/han |
Atomic Design: Framework Integration Master the integration of Atomic Design methodology with modern frontend frameworks. This skill covers React, Vue, Angular, and general patterns for implementing atomic component hierarchies. React Integration Project Structure src/ components/ atoms/ Button/ Button.tsx Button.module.css Button.test.tsx Button.stories.tsx index.ts index.ts Barrel export molecules/ FormField/ FormField.tsx FormField.module.css FormField.test.tsx index.ts index...
|
66 |
| 11573 | groove-work-brainstorm | andreadellacorte/groove |
groove-work-brainstorm Outcome Scope is clarified through dialogue. Key decisions and open questions are surfaced. Output is captured as a brainstorm doc or task in the configured backend. Acceptance Criteria Scope is clearly defined and deliberately constrained (YAGNI applied) Key decisions are listed with rationale Open questions are listed (not resolved — resolution happens in plan) Output exists either as a brainstorm doc or as a task body in the backend Stage task created in backend: YYYY-M...
|
66 |
| 11574 | edge-hint-extractor | tradermonty/claude-trading-skills |
Edge Hint Extractor Overview Convert raw observation signals ( market_summary , anomalies , news reactions ) into structured edge hints. This skill is the first stage in the split workflow: observe -> abstract -> design -> pipeline . When to Use You want to turn daily market observations into reusable hint objects. You want LLM-generated ideas constrained by current anomalies/news context. You need a clean hints.yaml input for concept synthesis or auto detection. Prerequisites Python 3.9+ PyYAML...
|
66 |
| 11575 | bcn-transport | abelv22/project-foundation |
Barcelona Transportation Context Skill This skill provides the assistant with specific domain knowledge about the taxi sector in Barcelona and its key transportation hubs. Knowledge Areas 1. El Prat Airport (BCN) Geography Terminal 1 (T1): Knowledge of "Parrilla" (taxi queue), departures, arrivals, and Puente Aéreo zones. Terminal 2 (T2): Differences between T2A, T2B, and T2C (EasyJet). Geofence Coordinates: Accurate polygon definitions for these zones. 2. Sants Train Station Arrivals/Departures...
|
66 |
| 11576 | idapython | mrexodia/ida-pro-mcp |
Use modern `ida_*` modules. Avoid legacy `idc` module. Module Router | Bytes/memory | `ida_bytes` | `get_bytes`, `patch_bytes`, `get_flags`, `create_*` | Functions | `ida_funcs` | `func_t`, `get_func`, `add_func`, `get_func_name` | Names | `ida_name` | `set_name`, `get_name`, `demangle_name` | Types | `ida_typeinf` | `tinfo_t`, `apply_tinfo`, `parse_decl` | Decompiler | `ida_hexrays` | `decompile`, `cfunc_t`, `lvar_t`, ctree visitor | Segments | `ida_segment` | `segment_...
|
66 |
| 11577 | groove-utilities-task-analyse | andreadellacorte/groove |
groove-utilities-task-analyse Outcome Tasks are summarised by status. Milestones and epics are summarised. Completed tasks include enough resolution detail for memory population bullets. Output is suitable for daily end and daily memory. Acceptance Criteria Tasks grouped by status: in-progress, todo/ready, blocked, completed, scrapped Milestones/epics show progress (X of Y tasks done) Completed tasks include resolution summary (not just title) Output contains enough detail to write meaningful da...
|
66 |
| 11578 | turborepo | mindrally/skills |
Turborepo Skill Build system for JavaScript/TypeScript monorepos. Turborepo caches task outputs and runs tasks in parallel based on dependency graph. IMPORTANT: Package Tasks, Not Root Tasks DO NOT create Root Tasks. ALWAYS create package tasks. When creating tasks/scripts/pipelines, you MUST: Add the script to each relevant package's package.json Register the task in root turbo.json Root package.json only delegates via turbo run <task> DO NOT put task logic in root package.json . This defeats T...
|
66 |
| 11579 | codex-assistant | joeseesun/codex-assistant |
Codex Assistant 通过 OpenAI Codex CLI 执行代码任务。使用前请确保: Codex 已安装并配置 (codex 命令可用) 工作目录在信任列表中 触发词 /codex-assistant - 显式调用 用 Codex / codex 帮我 - 自然语言调用 核心原则 当用户用 /codex 或 用 Codex 发起请求时: 提取用户需求 - 从自然语言中提取 Codex 需要完成的任务 构建 Codex Prompt - 将需求转化为 Codex 能理解的指令 执行命令 - 使用 Bash 调用 codex exec 返回结果 - 直接展示 Codex 的输出 Codex 最佳场景 场景 Codex 擅长 提示词模板 代码重构 优化结构、提升可读性 "重构这段代码,让它更简洁" Bug 修复 定位问题、给出修复 "找出并修复这个 bug" 测试生成 编写单元测试 "给这个函数写测试" 代码解释 逐行解释逻辑 "解释这段代码在做什么" 跨语言迁移 语言/框架转换 "转成 TypeScript" 代码审查 找出问题、改进建议 "审查这段代码" 文档生成...
|
66 |
| 11580 | git-rebase-sync | 0xbigboss/claude-code |
git-rebase-sync Use this skill when you need to sync a feature branch onto the latest origin/{base_branch} via git rebase , including conflict resolution with explicit clarification questions when intent is ambiguous. Goals Rebase the current branch onto a specified base branch (often the repo default branch like dev or main ). Resolve conflicts deliberately, without guesswork. Keep safety rails: backup ref, confirmations before history-rewriting commands, and safe pushing. Hard Rules Do not cre...
|
66 |
| 11581 | ui-sound-design | dannyjpwilliams/ui-sound-design-skill |
▁ ▃ ▅ ▇ ▅ ▃ ▁ ▁ ▃ ▅ ▇ ▅ ▃ ▁ ▁ ▃ ▅ ▇ ▅ ▃ ▁ ██╗ ██╗██╗ ███████╗ ██████╗ ██╗ ██╗███╗ ██╗██████╗ ██║ ██║██║ ██╔════╝██╔═══██╗██║ ██║████╗ ██║██╔══██╗ ██║ ██║██║ ███████╗██║ ██║██║ ██║██╔██╗ ██║██║ ██║ ██║ ██║██║ ╚════██║██║ ██║██║ ██║██║╚██╗██║██║ ██║ ╚██████╔╝██║ ███████║╚██████╔╝╚██████╔╝██║ ╚████║██████╔╝ ╚═════╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═══╝╚═════╝ ░ ▒ ▓ █ ▓ ▒ ░ ░ ▒ ▓ █ ▓ ▒ ░ ░ ▒ ▓ █ ▓ ▒ ░ ██████╗ ███████╗███████╗██╗ ██████╗ █...
|
65 |
| 11582 | customer-review-aggregator | onewave-ai/claude-skills |
Customer Review Aggregator & Analyzer Pull reviews from multiple platforms and extract actionable insights with AI-powered sentiment analysis. Instructions You are an expert customer review analyst and competitive intelligence specialist. Your role is to: Aggregate Reviews from multiple sources Analyze Sentiment by feature and category Identify Pain Points and feature requests Extract Marketing Claims from positive reviews Compare Competitors side-by-side Generate Reports with actionable ins...
|
65 |
| 11583 | travel-hospitality | dylantarre/animation-principles |
Apply Disney's 12 principles to create aspirational, exciting experiences that inspire wanderlust and build booking confidence. The 12 Principles Applied 1. Squash & Stretch - Booking Buttons: Satisfying press with light squash - Map Pins: Bounce when dropped on location - Airplane Icons: Subtle stretch during flight animation 2. Anticipation - Search Button: Build-up before results reveal - Booking Confirmation: Dramatic pause before success - Destination Reveal: Moment of suspense ...
|
65 |
| 11584 | qa-observability | vasilyu1983/ai-agents-public |
QA Observability and Performance Engineering Use telemetry (logs, metrics, traces, profiles) as a QA signal and a debugging substrate. Core references: OpenTelemetry: https://opentelemetry.io/docs/ W3C Trace Context: https://www.w3.org/TR/trace-context/ Google SRE SLOs: https://sre.google/sre-book/service-level-objectives/ Default QA stance Treat telemetry as part of acceptance criteria (especially for integration/E2E tests). Require correlation: request_id + trace_id (traceparent) across bou...
|
65 |
| 11585 | kanchi-dividend-sop | tradermonty/claude-trading-skills |
Kanchi Dividend Sop Overview Implement Kanchi's 5-step method as a deterministic workflow for US dividend investing. Prioritize safety and repeatability over aggressive yield chasing. When to Use Use this skill when the user needs: Kanchi-style dividend stock selection adapted for US equities. A repeatable screening and pullback-entry process instead of ad-hoc picks. One-page underwriting memos with explicit invalidation conditions. A handoff package for monitoring and tax/account-location workf...
|
65 |
| 11586 | stock-correlation | himself65/finance-skills |
Stock Correlation Analysis Skill Finds and analyzes correlated stocks using historical price data from Yahoo Finance via yfinance . Routes to specialized sub-skills based on user intent. Important : This is for research and educational purposes only. Not financial advice. yfinance is not affiliated with Yahoo, Inc. Step 1: Ensure Dependencies Are Available Before running any code, install required packages if needed: import subprocess , sys subprocess . check_call ( [ sys . executable , "-m" , "...
|
65 |
| 11587 | worldmonitor-intelligence-dashboard | aradotso/trending-skills |
World Monitor Intelligence Dashboard Skill by ara.so — Daily 2026 Skills collection. World Monitor is a real-time global intelligence dashboard combining AI-powered news aggregation (435+ feeds, 15 categories), dual map engine (3D globe + WebGL flat map with 45 data layers), geopolitical risk scoring, finance radar (92 exchanges), and cross-stream signal correlation — all from a single TypeScript/Vite codebase deployable as web, PWA, or native desktop (Tauri 2). Installation & Quick Start git cl...
|
65 |
| 11588 | solana-agent-kit | sendaifun/skills |
Build AI agents that autonomously execute 60+ Solana blockchain operations using SendAI's open-source toolkit. Compatible with LangChain, Vercel AI SDK, and Claude via MCP. Overview The Solana Agent Kit enables any AI model to: - Deploy and manage tokens (SPL & Token-2022) - Create and trade NFTs via Metaplex - Execute DeFi operations (Jupiter, Raydium, Orca, Meteora) - Stake SOL, bridge tokens, register domains - Run in interactive or fully autonomous modes Key Features | 60+ Actions...
|
65 |
| 11589 | b2c-slas-auth-patterns | salesforcecommercecloud/b2c-developer-tooling |
B2C SLAS Authentication Patterns Advanced authentication patterns for SLAS (Shopper Login and API Access Service) beyond basic login. These patterns enable passwordless authentication, hybrid storefront support, and system-to-system integration. Authentication Methods Overview Method Use Case User Experience Password Traditional login Username + password form Email OTP Passwordless email Code sent to email SMS OTP Passwordless SMS Code sent to phone Passkeys FIDO2/WebAuthn Biometric or device PI...
|
65 |
| 11590 | omc-teams | yeachan-heo/oh-my-claudecode |
OMC Teams Skill Spawn N CLI worker processes in tmux panes to execute tasks in parallel. Supports claude , codex , and gemini agent types. /omc-teams is a legacy compatibility skill for the CLI-first runtime: use omc team ... commands (not deprecated MCP runtime tools). Usage /oh-my-claudecode:omc-teams N:claude "task description" /oh-my-claudecode:omc-teams N:codex "task description" /oh-my-claudecode:omc-teams N:gemini "task description" Parameters N - Number of CLI workers (1-10) agent-type -...
|
65 |
| 11591 | budget-optimizer | onewave-ai/claude-skills |
Budget Optimizer Analyze spending patterns and find savings. 50/30/20 rule, subscription audit, debt payoff strategies, emergency fund roadmap. Instructions You are an expert personal finance advisor. Analyze spending, identify savings opportunities, create actionable budget plans. Output Format Budget Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on concrete, actionab...
|
65 |
| 11592 | scope-appropriate-architecture | yonatangross/orchestkit |
Scope-Appropriate Architecture Right-size every architectural decision to the project's actual needs. Not every project needs hexagonal architecture, CQRS, or microservices. Core principle: Detect the project tier first, then constrain all downstream pattern choices to that tier's complexity ceiling. The 6 Project Tiers Tier LOC Ratio Architecture DB Auth Tests 1. Interview/Take-home 1.0-1.3x Flat files, no layers SQLite / JSON None or basic 8-15 focused 2. Hackathon/Prototype 0.8-1.0x Single fi...
|
65 |
| 11593 | godot-scene-management | thedivergentai/gd-agentic-skills |
Scene Management Async loading, transitions, instance pooling, and caching define smooth scene workflows. Available Scripts async_scene_manager.gd Expert async scene loader with progress tracking, error handling, and transition callbacks. scene_pool.gd Object pooling for frequently spawned scenes (bullets, godot-particles, enemies). scene_state_manager.gd Preserves and restores scene state across transitions using "persist" group pattern. MANDATORY - For Smooth Transitions : Read async_scene_man...
|
65 |
| 11594 | competitive-ads-extractor | davepoon/buildwithclaude |
Competitive Ads Extractor This skill extracts your competitors' ads from ad libraries and analyzes what's working—the problems they're highlighting, use cases they're targeting, and copy/creative that's resonating. When to Use This Skill Researching competitor ad strategies Finding inspiration for your own ads Understanding market positioning Identifying successful ad patterns Analyzing messaging that works Discovering new use cases or pain points Planning ad campaigns with proven concepts Wha...
|
65 |
| 11595 | groove-work-spec | andreadellacorte/groove |
groove-work-spec Use $ARGUMENTS as the spec topic if provided. Outcome A complete outcome spec that defines what to build and how to verify it — the agent determines the procedure. Acceptance Criteria Spec file contains: Overview : What to build and why Decisions : Key technical choices with rationale Implementation Steps : Concrete, ordered steps Edge Cases : Error handling, boundary conditions Constraints Sanitize topic for use as filename — strip path separators, special characters, and trave...
|
65 |
| 11596 | snowflake-expert | personamanagmentlayer/pcl |
Snowflake Expert You are an expert in Snowflake with deep knowledge of virtual warehouses, data sharing, streams, tasks, time travel, zero-copy cloning, and SQL optimization. You design and manage enterprise-scale data warehouses that are performant, cost-effective, and secure. Core Expertise Architecture and Virtual Warehouses Virtual Warehouse Management: -- Create virtual warehouse CREATE WAREHOUSE analytics_wh WITH WAREHOUSE_SIZE = 'MEDIUM' AUTO_SUSPEND = 300 AUTO_RESUME = TR...
|
65 |
| 11597 | angular-core | gentleman-programming/gentleman-skills |
Standalone Components (REQUIRED) Components are standalone by default. Do NOT set standalone: true. @Component({ selector: 'app-user', imports: [CommonModule], changeDetection: ChangeDetectionStrategy.OnPush, template: `...` }) export class UserComponent {} Input/Output Functions (REQUIRED) // ✅ ALWAYS: Function-based readonly user = input.required<User>(); readonly disabled = input(false); readonly selected = output<User>(); readonly checked = model(false); // Two-way binding // ❌ ...
|
65 |
| 11598 | microsoft-teams-automation | sickn33/antigravity-awesome-skills |
Microsoft Teams Automation via Rube MCP Automate Microsoft Teams operations through Composio's Microsoft Teams toolkit via Rube MCP. Toolkit docs : composio.dev/toolkits/microsoft_teams Prerequisites Rube MCP must be connected (RUBE_SEARCH_TOOLS available) Active Microsoft Teams connection via RUBE_MANAGE_CONNECTIONS with toolkit microsoft_teams Always call RUBE_SEARCH_TOOLS first to get current tool schemas Setup Get Rube MCP : Add https://rube.app/mcp as an MCP server in your client configurat...
|
65 |
| 11599 | claude-config-optimizer | i9wa4/dotfiles |
Claude Config Optimizer Skill Rules and tracking for Claude Code configuration optimization. 1. Config File Location User's Claude Code config is stored at: ~/ghq/github.com/i9wa4/dotfiles/config/claude/ Key files: settings.json - Main settings CLAUDE.md - Persona and core rules rules/ - Detailed rules (auto-loaded at startup) skills/ - Specialized knowledge (loaded on demand) agents/ - Custom agents commands/ - Slash commands 2. Fetch CHANGELOG Use gh command to fetch the latest CHANGEL...
|
65 |
| 11600 | observe-whatsapp | sickn33/antigravity-awesome-skills |
Use this skill for operational diagnostics: message delivery investigation, webhook delivery debugging, error triage, and WhatsApp health checks. Setup Env vars: - `KAPSO_API_BASE_URL` (host only, no `/platform/v1`) - `KAPSO_API_KEY` How to Investigate message delivery - List messages: `node scripts/messages.js --phone-number-id <id>` - Inspect message: `node scripts/message-details.js --message-id <id>` - Find conversation: `node scripts/lookup-conversation.js --phone-number <e164>`...
|
65 |