███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9801 | woocommerce | mindrally/skills |
WooCommerce Development Skill Load with: base.md + (typescript.md or python.md) For integrating with WooCommerce stores via REST API - products, orders, customers, webhooks, and custom extensions. Sources: WooCommerce REST API | Developer Docs Prerequisites Store Requirements WooCommerce store must have: 1. WordPress with WooCommerce plugin installed 2. HTTPS enabled (required for API auth) 3. Permalinks set to anything except "Plain" WordPress Admin → Settings → Permalinks → Post name (...
|
80 |
| 9802 | xlsx | 404kidwiz/claude-supercode-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...
|
80 |
| 9803 | gtm-copywriter | ncklrs/startup-os-skills |
GTM Copywriter Expert marketing copywriter specializing in go-to-market content across channels — emails, long-form content, and social media for both brand and personal voices. Philosophy Great GTM copy does three things: Earns attention — The first line decides if they read the rest Creates clarity — Complex ideas made simple, not dumbed down Drives action — Every piece has a job to do How This Skill Works When invoked, apply the guidelines in rules/ organized by: voice-* — Tone, personality, ...
|
80 |
| 9804 | google-docs | sanjay3290/ai-skills |
Google Docs Interact with Google Docs for document creation, editing, and content management. 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-docs.py check This will check: Python dependencies (google-auth, google-auth-oauthlib, google-api-python-client, keyring, pyyaml) Authentication configuration Connectivity to Goog...
|
80 |
| 9805 | faiss | orchestra-research/ai-research-skills |
FAISS - Efficient Similarity Search Facebook AI's library for billion-scale vector similarity search. When to use FAISS Use FAISS when: Need fast similarity search on large vector datasets (millions/billions) GPU acceleration required Pure vector similarity (no metadata filtering needed) High throughput, low latency critical Offline/batch processing of embeddings Metrics: 31,700+ GitHub stars Meta/Facebook AI Research Handles billions of vectors C++ with Python bindings Use alternatives i...
|
80 |
| 9806 | shareai-lab/learn-claude-code |
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...
|
80 | |
| 9807 | nansen-exit-signal | nansen-ai/nansen-cli |
Exit Signal Answers: "Is smart money exiting a token I hold? Should I be worried?" TOKEN = < address > CHAIN = ethereum nansen research token flow-intelligence --token $TOKEN --chain $CHAIN → net_flow_usd per label: smart_trader, whale, exchange, fresh_wallets (negative = selling) nansen research token who-bought-sold --token $TOKEN --chain $CHAIN --limit 20 → address, address_label, bought/sold_volume_usd, trade_volume_usd nansen research smart-money netflow --chain $CHAIN --limit 10 → token...
|
80 |
| 9808 | aiconfig-tools | launchdarkly/agent-skills |
AI Config Tools You're using a skill that will guide you through adding capabilities to your AI agents through tools (function calling). Your job is to identify what your AI needs to do, create tool definitions, attach them to variations, and verify they work. Prerequisites LaunchDarkly API token with /*:ai-tool/* permission Existing AI Config (use aiconfig-create skill first) Tools endpoint: /ai-tools (NOT /ai-configs/tools ) Core Principles Start with Capabilities : Think about what your AI ne...
|
80 |
| 9809 | bdd-patterns | thebushidocollective/han |
BDD Patterns Master Behavior-Driven Development patterns to write clear, business-readable specifications that drive implementation. Given-When-Then Structure The fundamental BDD pattern uses three parts: Given: The initial context or preconditions When: The action or event being tested Then: The expected outcome or result Feature: User Authentication Scenario: Successful login with valid credentials Given a registered user with email "user@example.com" And the user has password "...
|
80 |
| 9810 | nansen-token-forensics | nansen-ai/nansen-cli |
Token Forensics Answers: "Where is this token moving? Who is sending it and where?" TOKEN = < address > CHAIN = ethereum Examples: UNI on ethereum (0x1f9840a85d5aF5bf1D1762F925BDADdC4201F984) BONK on solana (DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263) Note: token flows does NOT support stablecoins (USDC, USDT, etc.) — use non-stablecoin tokens nansen research token transfers --token $TOKEN --chain $CHAIN --days 7 --limit 20 → from_address_label, to_address_label, transfer_amount,...
|
80 |
| 9811 | release | manaflow-ai/cmux |
Release Skill Purpose: Take a project from "code is ready" to "tagged and ready to push." Pre-flight validation, changelog from git history, version bumps across package files, release commit, annotated tag, and curated release notes. Everything is local and reversible. Publishing (including the GitHub Release page) is CI's job. Quick Start /release 1.7 .0 full release: changelog + bump + commit + tag /release 1.7 .0 --dry-run show what would happen, change nothing /release --check readiness ...
|
80 |
| 9812 | godot-2d-animation | thedivergentai/gd-agentic-skills |
2D Animation Expert-level guidance for frame-based and skeletal 2D animation in Godot. NEVER Do NEVER use animation_finished for looping animations — The signal only fires on non-looping animations. Use animation_looped instead for loop detection. NEVER call play() and expect instant state changes — AnimatedSprite2D applies play() on the next process frame. Call advance(0) immediately after play() if you need synchronous property updates (e.g., when changing animation + flip_h simultaneously). N...
|
80 |
| 9813 | domain-modeling | jwilger/agent-skills |
Domain Modeling Value: Communication -- domain types make code speak the language of the business. They turn implicit knowledge into explicit, compiler-verified contracts that humans and AI can reason about. Purpose Teaches how to build rich domain models that prevent bugs at compile time rather than catching them at runtime. Covers primitive obsession detection, parse-don't-validate, making invalid states unrepresentable, and semantic type design. Independently useful for any code review or des...
|
80 |
| 9814 | nansen-cross-chain-flow | nansen-ai/nansen-cli |
TOKEN_SYMBOL = < symbol e.g. "AAVE" > CHAINS = ( ethereum solana base bnb ) for chain in " ${CHAINS [ @ ] } " ; do nansen research smart-money netflow --chain $chain --limit 200 Filter by token_symbol; → net_flow_1h_usd, net_flow_24h_usd, net_flow_7d_usd, net_flow_30d_usd done Absent from results = SM activity below threshold on that chain, not necessarily unsupported. Use --limit 200; --limit 100 silently drops mid-tier tokens. ETH+ & SOL− = rotating from SOL→ETH. One chain positive only = cha...
|
80 |
| 9815 | aiconfig-variations | launchdarkly/agent-skills |
AI Config Variations You're using a skill that will guide you through testing and optimizing AI configurations through variations. Your job is to design experiments, create variations, and systematically find what works best. Prerequisites Existing AI Config (use aiconfig-create first) LaunchDarkly API access token or MCP server Clear hypothesis about what to test Core Principles Test One Thing at a Time : Change model OR prompt OR parameters, not all at once Have a Hypothesis : Know what you're...
|
80 |
| 9816 | mlflow | orchestra-research/ai-research-skills |
MLflow: ML Lifecycle Management Platform When to Use This Skill Use MLflow when you need to: Track ML experiments with parameters, metrics, and artifacts Manage model registry with versioning and stage transitions Deploy models to various platforms (local, cloud, serving) Reproduce experiments with project configurations Compare model versions and performance metrics Collaborate on ML projects with team workflows Integrate with any ML framework (framework-agnostic) Users: 20,000+ organization...
|
80 |
| 9817 | pricing-strategist | daffy0208/ai-dev-standards |
Pricing Strategist Purpose Build a comprehensive, justified pricing strategy — tier structures, price points, positioning, and revenue optimization — tailored to the business through context and conversation. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "pricing-strategist loaded, ready to build your pricing strategy" Then wait for the user to provide context in the next message. If $ARGUMENTS contains content: Proceed ...
|
80 |
| 9818 | spring-boot | teachingai/full-stack-skills |
Spring Boot 开发指南 概述 Spring Boot 是一个基于 Spring 框架的快速开发框架,提供了自动配置、起步依赖等特性,简化了 Spring 应用的开发。 核心特性 1. 项目创建 使用 Spring Initializr : 访问 https://start.spring.io/ 或使用 IDE 插件创建项目。 使用 CLI : 安装 Spring Boot CLI brew install spring-boot 创建项目 spring init --dependencies = web,data-jpa,postgresql my-project Maven 项目结构 : my-project/ ├── src/ │ ├── main/ │ │ ├── java/ │ │ │ └── com/example/ │ │ │ └── MyApplication.java │ │ └── resources/ │ │ ├── application.properties │ │ ...
|
80 |
| 9819 | session-replay | rysweet/amplihack |
This skill analyzes claude-trace JSONL files to provide insights into Claude Code session health, token usage patterns, error frequencies, and agent effectiveness. It complements the `/transcripts` command by focusing on API-level trace data rather than conversation transcripts. When to Use This Skill - Session debugging: Diagnose why a session was slow or failed - Token analysis: Understand token consumption patterns - Error patterns: Identify recurring failures across sessions - Performa...
|
80 |
| 9820 | creating-skills | fvadicamo/dev-agent-skills |
Creating Skills Guide for creating Claude Code skills following Anthropic's official best practices. Quick Start 1. Create skill directory mkdir -p ~/.claude/skills/<skill-name>/references 2. Create SKILL.md with frontmatter cat > ~/.claude/skills/<skill-name>/SKILL.md << 'EOF' --- name: <skill-name> description: <what it does>. Use when <trigger phrases>. <key capabilities>. --- <Skill Title> <One-line description> Quick Start <Minimal steps to use the skill> Core Workflow <Step-by-...
|
80 |
| 9821 | docyrus-api-dev | docyrus/agent-skills |
Docyrus API Developer Integrate with the Docyrus API using @docyrus/api-client (REST client) and @docyrus/signin (React auth provider). Authenticate via OAuth2 PKCE, query data sources with powerful filtering/aggregation, and consume REST endpoints. Authentication Quick Start React Apps — Use @docyrus/signin import { DocyrusAuthProvider , useDocyrusAuth , useDocyrusClient , SignInButton } from '@docyrus/signin' // 1. Wrap root < DocyrusAuthProvider apiUrl = { import . meta . env . VITE_API_BASE_...
|
80 |
| 9822 | x-research | b-open-io/prompts |
X Research General-purpose agentic research over X/Twitter. Decompose any research question into targeted searches, iteratively refine, follow threads, deep-dive linked content, and synthesize into a sourced briefing. For X API details (endpoints, operators, response format): read references/x-api.md . CLI Tool All commands run from this skill directory: cd ~/clawd/skills/x-research source ~/.config/env/global.env Search bun run x-search.ts search "<query>" [ options ] Options: --sort likes|impr...
|
80 |
| 9823 | configuring-dbt-mcp-server | dbt-labs/dbt-agent-skills |
The dbt MCP server connects AI tools to dbt's CLI, Semantic Layer, Discovery API, and Admin API. This skill guides users through setup with the correct configuration for their use case. Decision Flow ``` flowchart TB start([User wants dbt MCP]) --> q1{Local or Remote?} q1 -->|dev workflows,<br>CLI access needed| local[Local Server<br>uvx dbt-mcp] q1 -->|consumption only,<br>no local install| remote[Remote Server<br>HTTP endpoint] local --> q2{Which client?} remote --> q2 ...
|
80 |
| 9824 | extract-wisdom | sammcj/agentic-coding |
Text Wisdom Extraction Overview Extract meaningful insights, key learnings, and actionable wisdom from written content. This skill handles both web-based sources (blog posts, articles) and local text files (markdown, plain text), performing analysis and presenting findings conversationally or saving to markdown files. The user will likely want you to use this skill when they need to gain understanding from large amounts of text, identify important points, or distil complex information into prac...
|
80 |
| 9825 | crucix-intelligence-dashboard | aradotso/trending-skills |
Crucix Intelligence Dashboard Skill by ara.so — Daily 2026 Skills collection. Crucix is a self-hosted intelligence terminal that pulls from 27 open-source data feeds (satellite fire detection, flight tracking, radiation monitoring, conflict data, market prices, maritime AIS, economic indicators, and more) every 15 minutes, renders everything on a WebGL globe dashboard, and optionally pushes alerts to Telegram/Discord with LLM-enhanced analysis. Installation git clone https://github.com/calesthio...
|
80 |
| 9826 | browser use | quentintou/openclaw-skill-browser-use |
Browser Use — Autonomous Browser Automation Two complementary tools for browser automation: Tool Best for How it works agent-browser Step-by-step control, scraping, form filling CLI commands, you drive each action browser-use Complex autonomous tasks Python agent that decides actions itself Quick Start agent-browser (recommended for most tasks) Navigate and inspect agent-browser open "https://example.com" agent-browser snapshot -i Get interactive elements with @refs Interact using refs agent-...
|
80 |
| 9827 | compliance-check | anthropics/knowledge-work-plugins |
/compliance-check -- Compliance Review If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a compliance check on a proposed action, product feature, marketing campaign, or business initiative. Important : This command assists with legal workflows but does not provide legal advice. Compliance assessments should be reviewed by qualified legal professionals. Regulatory requirements change frequently; always verify current requirements with authorit...
|
80 |
| 9828 | pino-logging-setup | andrelandgraf/fullstackrecipes |
Pino Logging Setup To set up Pino Logging Setup, refer to the fullstackrecipes MCP server resource: Resource URI: recipe://fullstackrecipes.com/pino-logging-setup If the MCP server is not configured, fetch the recipe directly: curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/pino-logging-setup
|
80 |
| 9829 | nansen-wallet-migration | nansen-ai/nansen-cli |
Wallet Migration — Old Flow to Secure Keychain Use this skill when a user already has a nansen-cli wallet set up with the old password storage method and wants to migrate to the new secure flow. When to use User mentions they stored their password in ~/.nansen/.env , a .env file, or memory.md User gets the stderr warning: ⚠ Password loaded from insecure .credentials file User asks to "secure my wallet" or "migrate to keychain" User created a wallet before the keychain update was released Detect ...
|
80 |
| 9830 | solana | mindrally/skills |
Solana Development You are an expert in Solana blockchain development with Rust and the Anchor framework. Core Principles Prioritize writing secure, efficient, and maintainable code, following best practices for Solana program development. Rust & Anchor Development Write Rust with emphasis on safety and performance using low-level systems programming Leverage Anchor's features for streamlined development including account management and error handling Maintain modular, reusable code with cle...
|
80 |
| 9831 | brainstorming-laravel | iserter/laravel-claude-agents |
Brainstorming Laravel Ideas Into Designs Overview Help turn Laravel feature ideas into fully formed designs and specs through natural collaborative dialogue, focusing on Laravel best practices and ecosystem patterns. Start by understanding the current Laravel project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design in small sections (200-300 words), checking after each section whether it looks right so far. The Process ...
|
80 |
| 9832 | blockchain | mindrally/skills |
Blockchain Development You are an expert in blockchain development, smart contracts, and distributed systems. Core Principles Prioritize security and correctness over premature optimization Design for immutability and deterministic execution Implement comprehensive testing and auditing practices Follow established patterns for the target blockchain ecosystem CosmWasm Development (Cosmos) Rust Best Practices Use Rust's type system for safety guarantees Leverage CosmWasm's contract model for sta...
|
80 |
| 9833 | linkedin-post-optimizer | manojbajaj95/claude-gtm-plugin |
Linkedin Post Optimizer Professional narrative style with line breaks, hashtag strategy, and hooks in first 2 lines to avoid truncation Instructions You are an expert at LinkedIn engagement. Create posts that hook readers immediately and drive engagement through professional storytelling. Output Format Linkedin Post Optimizer Output Generated: {timestamp} --- Results [Your formatted output here] --- Recommendations [Actionable next steps] Best Practices Be Specific: Focus on conc...
|
80 |
| 9834 | supabase-audit-auth-users | yoanbernabeu/supabase-pentest-skills |
User Enumeration Audit 🔴 CRITICAL: PROGRESSIVE FILE UPDATES REQUIRED You MUST write to context files AS YOU GO , not just at the end. Write to .sb-pentest-context.json IMMEDIATELY after each endpoint tested Log to .sb-pentest-audit.log BEFORE and AFTER each test DO NOT wait until the skill completes to update files If the skill crashes or is interrupted, all prior findings must already be saved This is not optional. Failure to write progressively is a critical error. This skill tests for user en...
|
80 |
| 9835 | lottie-bodymovin | dylantarre/animation-principles |
Lottie Animation Principles Implement all 12 Disney animation principles using Lottie (Bodymovin) for vector animations. 1. Squash and Stretch In After Effects before export: Animate Scale X and Y inversely Use expression: s = transform.scale[1]; [100 + (100-s), s] // Control at runtime lottie.setSpeed(1.5); // affect squash timing 2. Anticipation Structure your AE composition: Frames 0-10: Wind-up pose Frames 10-40: Main action Frames 40-50: Settle // Play anticipation segment anim.playS...
|
80 |
| 9836 | project-tooling | alinaqi/claude-bootstrap |
Project Tooling Skill Load with: base.md Standard CLI tools for project infrastructure management. Required CLI Tools Before starting any project, verify these tools are installed and authenticated: 1. GitHub CLI (gh) Verify installation gh --version Verify authentication gh auth status If not authenticated: gh auth login 2. Vercel CLI Verify installation vercel --version Verify authentication vercel whoami If not authenticated: vercel login 3. Supabase CLI Verify installation supabase --...
|
80 |
| 9837 | gitnexus-refactoring | abhigyanpatwari/gitnexus |
Refactoring with GitNexus When to Use "Rename this function safely" "Extract this into a module" "Split this service" "Move this to a new file" Any task involving renaming, extracting, splitting, or restructuring code Workflow 1. gitnexus_impact({target: "X", direction: "upstream"}) → Map all dependents 2. gitnexus_query({query: "X"}) → Find execution flows involving X 3. gitnexus_context({name: "X"}) → See all incoming/outgoing refs 4. Plan ...
|
80 |
| 9838 | ab-test-designer | pmprompt/claude-plugin-product-management |
Domain Context This skill implements a proven product management framework. The approach combines best practices from industry leaders and is designed for practical application in day-to-day PM work. Input Requirements Context about your product, feature, or problem Relevant data, research, or constraints (recommended but optional) Clear articulation of what you're trying to achieve A/B Test Designer When to Use Testing a new feature or design variation Validating a hypothesis before full rollou...
|
80 |
| 9839 | ads-competitor | agricidaniel/claude-ads |
Competitor Ad Intelligence Process Identify target competitors (from user input or industry analysis) Read ads/references/benchmarks.md for industry CPC/CTR/CVR baselines Research competitor ad presence across platforms Analyze ad copy, creative, and messaging themes Estimate competitor spend and keyword strategy Identify gaps and opportunities Generate competitive intelligence report Data Sources Free Intelligence Sources Source Platform What You Can Find Google Ads Transparency Center Google A...
|
80 |
| 9840 | woocommerce-dev-cycle | woocommerce/woocommerce |
WooCommerce Development Cycle This skill provides guidance for the WooCommerce development workflow, including running tests, code quality checks, and troubleshooting. Instructions Follow these guidelines for WooCommerce development workflow: Running tests : See running-tests.md for PHP and JavaScript test commands, test environment setup, and troubleshooting Code quality : See code-quality.md for linting and code style fixes PHP linting patterns : See php-linting-patterns.md for common PHP lint...
|
80 |
| 9841 | helm-chart-patterns | nickcrew/claude-ctx-plugin |
Helm Chart Patterns Expert guidance for developing production-grade Helm charts covering chart structure, templating patterns, multi-environment configuration, dependency management, testing strategies, and distribution workflows for Kubernetes application packaging. When to Use This Skill Creating reusable Helm charts for applications and services Building application catalogs and chart repositories Managing multi-environment deployments (dev, staging, production) Implementing advanced templa...
|
80 |
| 9842 | access-control-rbac | secondsky/claude-skills |
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; ...
|
80 |
| 9843 | viewcomfy-api-rules | mindrally/skills |
ViewComfy API Rules You are an expert in Python, FastAPI integrations and web app development, tasked with helping integrate the ViewComfy API into web applications using Python. Key Technical Context The ViewComfy API is a serverless FastAPI-based service that executes custom ComfyUI workflows. Implementations use the httpx library for requests. Important Operational Considerations Cold Start & Performance First time you call it, you might experience a cold start. Generation times vary bet...
|
80 |
| 9844 | identity-denial | jwynia/agent-skills |
Identity Denial: Transformation Arc Skill You help writers create compelling narratives centered on protagonists who refuse to acknowledge what they are becoming. This framework explores how denial operates as both character trait and plot engine. Core Pattern The Identity Denial Arc centers on tension between self-perception and reality. The protagonist insists "I'm not X" while exhibiting increasingly undeniable X behavior. The Denial Spectrum Level Description Example Surface Denial "I'm ...
|
80 |
| 9845 | ln-610-docs-auditor | levnikolaevich/claude-code-skills |
Paths: File paths ( shared/ , references/ , ../ln-* ) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. Documentation Auditor (L2 Coordinator) Coordinates 4 specialized audit workers to perform comprehensive documentation quality analysis. Purpose & Scope Coordinates 4 audit workers running in parallel: ln-611 (documentation structure) — 1 invocation ln-612 (semantic content) — N invocations (per target document) ln-613 (code...
|
80 |
| 9846 | testing | mindrally/skills |
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
|
80 |
| 9847 | building-admin-dashboard-customizations | medusajs/medusa-claude-plugins |
Medusa Admin Dashboard Customizations Build custom UI extensions for the Medusa Admin dashboard using the Admin SDK and Medusa UI components. Note: "UI Routes" are custom admin pages, different from backend API routes (which use building-with-medusa skill). When to Apply Load this skill for ANY admin UI development task, including: Creating widgets for product/order/customer pages Building custom admin pages Implementing forms and modals Displaying data with tables or lists Adding navigatio...
|
80 |
| 9848 | slack-expert | 404kidwiz/claude-supercode-skills |
Provides comprehensive Slack platform development expertise specializing in Slack app development, Block Kit UI design, and API integrations. Builds robust, scalable Slack applications with security best practices, event handling, and interactive components. When to Use - Building or developing a Slack bot or app - Slack API integration required for functionality - Event handling or slash command implementation needed - Block Kit UI components or modals required - OAuth flow implementatio...
|
80 |
| 9849 | create-opencode-plugin | igorwarzocha/opencode-workflows |
Creating OpenCode Plugins Procedure Overview Step Action Read 1 Verify SDK reference Run extract script 2 Validate feasibility This file 3 Design plugin references/hooks.md , references/hook-patterns.md , references/CODING-TS.MD 4 Implement references/tool-helper.md (if custom tools) 5 Add UI feedback references/toast-notifications.md , references/ui-feedback.md (if needed) 6 Test references/testing.md 7 Publish references/publishing.md , references/update-notifications.md (if npm) Step 1: Verif...
|
80 |
| 9850 | lead-magnet-generator | ognjengt/founder-skills |
Lead Magnet Generator Purpose Generate 2 viral lead magnet posts that get your audience to comment a trigger word in exchange for a free resource, maximizing engagement and DM opt-ins. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "lead-magnet-generator loaded, proceed with additional instructions" Then wait for the user to provide their requirements in the next message. If $ARGUMENTS contains content: Proceed immediatel...
|
80 |