███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12151 | flexlayout-react | bobmatnyc/claude-mpm-skills |
FlexLayout-React - Professional Docking Layouts Overview FlexLayout-React provides IDE-quality docking layouts with drag-and-drop, tabs, splitters, and complex window management. Perfect for dashboards, IDEs, admin panels, and any interface requiring flexible, user-customizable layouts. Key Features: Drag-and-drop panel repositioning Tabbed interfaces with close, maximize, minimize Splitters for resizable panes Border docking areas Layout persistence (save/restore) Programmatic layout control...
|
77 |
| 12152 | schema-builder | get-convex/convex-agent-plugins |
Convex Schema Builder Build well-structured Convex schemas following best practices for relationships, indexes, and validators. When to Use Creating a new convex/schema.ts file Adding tables to existing schema Designing data model relationships Adding or optimizing indexes Converting nested data to relational structure Schema Design Principles Document-Relational : Use flat documents with ID references, not deep nesting Index Foreign Keys : Always index fields used in lookups (userId, teamId, et...
|
77 |
| 12153 | enterprise-architecture-patterns | manutej/luxor-claude-marketplace |
Enterprise Architecture Patterns A comprehensive skill for mastering enterprise architecture patterns, distributed systems design, and scalable application development. This skill covers strategic and tactical patterns for building robust, maintainable, and scalable enterprise systems. When to Use This Skill Use this skill when: Designing microservices architectures for distributed systems Implementing domain-driven design (DDD) in complex business domains Building event-driven architectures...
|
77 |
| 12154 | devcontainer-setup | shipshitdev/library |
Devcontainer Setup Skill Creates a pre-configured devcontainer with Claude Code and language-specific tooling. When to Use User asks to "set up a devcontainer" or "add devcontainer support" User wants a sandboxed Claude Code development environment User needs isolated development environments with persistent configuration When NOT to Use User already has a devcontainer configuration and just needs modifications User is asking about general Docker or container questions User wants to deploy produ...
|
77 |
| 12155 | nansen-perp-trader | nansen-ai/nansen-cli |
Perp Trader Answers: "What is this perp trader doing? What are their positions and track record?" ADDR = < address > nansen research profiler labels --address $ADDR --chain ethereum → label, category (identity, SM labels) nansen research profiler perp-positions --address $ADDR → asset_positions, margin_summary_account_value_usd, margin_summary_total_margin_used_usd nansen research profiler perp-trades --address $ADDR --days 7 --limit 20 → timestamp, token_symbol, side, action (Open/Close/Redu...
|
77 |
| 12156 | vhs | pproenca/dot-skills |
Comprehensive best practices guide for VHS terminal recordings, maintained by Charmbracelet. Contains 47 rules across 8 categories, prioritized by impact to guide creation of professional, portable, and optimized terminal demos. When to Apply Reference these guidelines when: - Writing new VHS tape files - Creating terminal demos for documentation - Setting up CI/CD for automated GIF generation - Optimizing recording file size and quality - Troubleshooting tape file issues - Reviewing ta...
|
76 |
| 12157 | browser-tools | yonatangross/orchestkit |
Browser Tools OrchestKit orchestration wrapper for browser automation. Delegates command documentation to the upstream agent-browser skill and adds security rules, rate limiting, and ethical scraping guardrails. Decision Tree Fallback decision tree for web content 1. Try WebFetch first (fast, no browser overhead) 2. If empty/partial -> Try Tavily extract/crawl 3. If SPA or interactive -> use agent-browser 4. If login required -> authentication flow + state save 5. If dynamic -> wait @eleme...
|
76 |
| 12158 | bash-master | josiahsiegel/claude-plugin-marketplace |
Bash Scripting Mastery 🚨 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 (/). Examples: ❌ WRONG: D:/repos/project/file.tsx ✅ CORRECT: D:\repos\project\file.tsx This applies to: Edit tool file_path parameter Write tool file_path parameter All file operations on Windows systems Documentation Guidelines NEVER create new docu...
|
76 |
| 12159 | openwork-debug | different-ai/openwork |
Credential check Set these before running the HTTP checks: OPENWORK_SERVER_URL OPENWORK_SERVER_TOKEN OPENWORK_WORKSPACE_ID (optional; use /workspaces to discover) Quick usage (read-only) curl -s " $OPENWORK_SERVER_URL /health" curl -s " $OPENWORK_SERVER_URL /capabilities" \ -H "Authorization: Bearer $OPENWORK_SERVER_TOKEN " curl -s " $OPENWORK_SERVER_URL /workspaces" \ -H "Authorization: Bearer $OPENWORK_SERVER_TOKEN " Workspace config snapshot curl -s " $OPENWORK_SERVER_URL /workspace/ $OPENWOR...
|
76 |
| 12160 | miniqmt-skills | nnquant/miniqmt-skills |
XtQuant (迅投量化) 技能文档 XtQuant 是基于迅投 MiniQMT 的完善 Python 策略运行框架,提供量化交易所需的行情和交易 API 接口。 何时使用此技能 在以下场景中应该使用此技能: 量化交易开发 开发 A 股量化交易策略 实现自动化交易系统 构建回测框架 编写交易信号生成逻辑 行情数据处理 获取历史 K 线数据(日线、分钟线等) 订阅实时行情推送 下载财务数据和板块信息 处理分笔成交数据 交易执行 程序化下单(限价单、市价单等) 批量撤单操作 查询账户资产、持仓、委托 接收交易回报推送 问题排查 调试 XtQuant 连接问题 解决数据订阅失败 处理交易接口报错 优化策略性能 核心概念 两大核心模块 xtdata - 行情数据模块 提供历史和实时的 K 线、分笔数据 财务数据、合约基础信息 板块和行业分类信息 需要先启动 MiniQMT 客户端 xttrader - 交易执行模块 报单、撤单操作 查询资产、委托、成交、持仓 接收资金、委托、成交等主推消息 支持回调机制处理交易事件 运行环境要求 Python 版本:3.6 - 3.12(64位) 必须先启动...
|
76 |
| 12161 | implementing-figma-designs | onekeyhq/app-monorepo |
Implementing Figma Designs This skill helps you implement Figma designs 1:1 using the OneKey component library. Core Principles Focus on UI First, Data Later When implementing Figma designs, prioritize pixel-perfect UI over data integration: Use mock data - Hardcode data that matches the design exactly Skip i18n - Use plain strings directly from the design, no intl.formatMessage Skip API calls - No need to fetch real data at this stage Match the design - Focus on visual accuracy, spacing, colors...
|
76 |
| 12162 | mutation-testing | jwilger/agent-skills |
Mutation Testing — Campaign Configuration (mewt/muton) Note : muton and mewt share identical interfaces but target different languages — mewt for general-purpose languages (Rust, Solidity, Go, TypeScript, JavaScript), muton for TON smart contracts (Tact, Tolk, FunC). All examples use mewt commands, but they work exactly the same with muton . File names change accordingly: mewt.toml → muton.toml , mewt.sqlite → muton.sqlite . When to Use Use this skill when the user: Mentions "mewt", "muton", or ...
|
76 |
| 12163 | pydantic-ai-model-integration | existential-birds/beagle |
PydanticAI Model Integration Provider Model Strings Format: provider:model-name from pydantic_ai import Agent OpenAI Agent('openai:gpt-4o') Agent('openai:gpt-4o-mini') Agent('openai:o1-preview') Anthropic Agent('anthropic:claude-sonnet-4-5') Agent('anthropic:claude-haiku-4-5') Google (API Key) Agent('google-gla:gemini-2.0-flash') Agent('google-gla:gemini-2.0-pro') Google (Vertex AI) Agent('google-vertex:gemini-2.0-flash') Groq Agent('groq:llama-3.3-70b-versatile') Agent('groq:mixtral...
|
76 |
| 12164 | dotnet-install | rysweet/amplihack |
.NET Installation Skill Automated .NET SDK and runtime installation with intelligent platform detection, version management, and troubleshooting guidance. Quick Start Check Current Installation dotnet --version Output: 8.0.100 dotnet --list-sdks Output: 8.0.100 [/usr/local/share/dotnet/sdk] dotnet --list-runtimes Output: Microsoft.NETCore.App 8.0.0 [/usr/local/share/dotnet/shared/Microsoft.NETCore.App] Platform Detection The skill automatically detects your operating system and recommen...
|
76 |
| 12165 | literature-review | eyadsibai/ltk |
Literature Review Overview Conduct systematic, comprehensive literature reviews following rigorous academic methodology. Search multiple literature databases, synthesize findings thematically, verify all citations for accuracy, and generate professional output documents in markdown and PDF formats. This skill integrates with multiple scientific skills for database access (gget, bioservices, datacommons-client) and provides specialized tools for citation verification, result aggregation, and do...
|
76 |
| 12166 | python | martinholovsky/claude-skills-generator |
Python Guidelines Standards and best practices for Python development. Follow these guidelines when writing or modifying Python code. Design Principles Apply DRY, KISS, and SOLID consistently. Prefer functional methods where relevant; use classes for stateful behavior. Use composition with Protocol classes for interfaces rather than inheritance. Each module should have a single responsibility. Use dependency injection for class dependencies. Code Style Naming: Descriptive yet concise names f...
|
76 |
| 12167 | alicloud-ai-image-zimage-turbo-test | cinience/alicloud-skills |
Category: test AI IMAGE ZIMAGE TURBO Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/image/alicloud-ai-image-zimage-turbo/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/image/alicloud-ai-image-zimage-turbo \ --output output/alicloud-ai-image-zimage-turbo-test/compile-check...
|
76 |
| 12168 | pumpfun | sendaifun/skills |
A comprehensive guide for building applications with PumpFun - Solana's leading token launch and AMM protocol enabling instant trading without initial liquidity. Overview PumpFun is a token launch and trading protocol on Solana offering: - Pump Program - Create SPL tokens with instant trading on bonding curves - PumpSwap (AMM) - Constant-product automated market maker for graduated tokens - Creator Fees - Automatic fee distribution to token creators - Token2022 Support - Modern token stan...
|
76 |
| 12169 | alicloud-media-ice-test | cinience/alicloud-skills |
Category: test MEDIA ICE Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/media/ice/alicloud-media-ice/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/media/ice/alicloud-media-ice \ --output output/alicloud-media-ice-test/compile-check.json Read the target skill SKILL.md and ident...
|
76 |
| 12170 | alicloud-compute-swas-open-test | cinience/alicloud-skills |
Category: test COMPUTE SWAS OPEN Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/compute/swas/alicloud-compute-swas-open/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/compute/swas/alicloud-compute-swas-open \ --output output/alicloud-compute-swas-open-test/compile-check.json Re...
|
76 |
| 12171 | growth-loops | pmprompt/claude-plugin-product-management |
Growth Loops Overview Identify and design growth loops (flywheels) that create sustainable traction. This skill evaluates five proven growth loop mechanisms to reduce reliance on paid acquisition and build product-led growth. When to Use Designing growth mechanisms for a product Building sustainable viral or referral traction Reducing reliance on paid acquisition Analyzing competitor growth strategies Optimizing product for product-led growth The 5 Growth Loop Types 1. Viral Loop Product content...
|
76 |
| 12172 | serena | massgen/massgen |
Serena: Symbol-Level Code Understanding Navigate and manipulate code at the symbol level using IDE-like semantic analysis powered by Language Server Protocol (LSP). How You Can Access Serena You may have Serena available in one or both of these ways: Option 1: Direct MCP Tools (if configured by your orchestrator) Check your available tools for: find_symbol, find_referencing_symbols - Symbol lookup rename_symbol, replace_symbol_body - Refactoring insert_after_symbol, insert_before_symbol - P...
|
76 |
| 12173 | agent-messaging | davila7/claude-code-templates |
Agent Messaging Protocol (AMP) Send and receive cryptographically signed messages between AI agents. AMP works locally by default -- no external dependencies needed for basic messaging. Part of the AI Maestro suite. Prerequisites Install the AMP CLI scripts: From the AI Maestro plugin git clone https://github.com/23blocks-OS/ai-maestro-plugins.git cd ai-maestro-plugins && ./install-messaging.sh -y Scripts install to ~/.local/bin/ (ensure it's in your PATH). Quick Start 1. Initialize identity (f...
|
76 |
| 12174 | alicloud-observability-pts-test | cinience/alicloud-skills |
Category: test OBSERVABILITY PTS Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ) if you plan to execute real PTS APIs. Target skill: skills/observability/pts/alicloud-observability-pts/ . Optional online SDK test dependency: python -m pip install -U alibabacloud_pts20201020 alibabacloud_tea_openapi Test Steps Run offline script compilation check (no network needed): python3 tests/common/comp...
|
76 |
| 12175 | alicloud-backup-hbr-test | cinience/alicloud-skills |
Category: test BACKUP HBR Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/backup/alicloud-backup-hbr/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/backup/alicloud-backup-hbr \ --output output/alicloud-backup-hbr-test/compile-check.json Read the target skill SKILL.md and identif...
|
76 |
| 12176 | ddd-clean-architecture | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: [待完善:根据具体工具添加使用场景] How to use this skill [待完善:根据具体工具添加使用指南] Best Practices [待完善:根据具体工具添加最佳实践] Keywords [待完善:根据具体工具添加关键词]
|
76 |
| 12177 | alicloud-ai-search-milvus-test | cinience/alicloud-skills |
Category: test AI SEARCH MILVUS Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/search/alicloud-ai-search-milvus/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/search/alicloud-ai-search-milvus \ --output output/alicloud-ai-search-milvus-test/compile-check.json Read the tar...
|
76 |
| 12178 | work-iq | rysweet/amplihack |
Query your Microsoft 365 workspace using natural language. Search emails, meetings, Teams messages, and documents without leaving your development environment. Quick Start 1. Accept EULA (Required First) ``` npx @microsoft/workiq accept-eula ``` 2. Configure MCP Add to your project's `.mcp.json`: ``` { "mcpServers": { "workiq": { "command": "npx", "args": ["-y", "@microsoft/workiq", "mcp"] } } } ``` 3. Authenticate First query triggers M365 authentication - ...
|
76 |
| 12179 | moai-docs-generation | modu-ai/moai-adk |
Documentation Generation Patterns Quick Reference (30 seconds) Purpose: Generate professional documentation using established tools and frameworks. Core Documentation Tools: Python: Sphinx with autodoc, MkDocs with Material theme, pydoc TypeScript/JavaScript: TypeDoc, JSDoc, TSDoc API Documentation: OpenAPI/Swagger from FastAPI/Express, Redoc, Stoplight Static Sites: Nextra (Next.js), Docusaurus (React), VitePress (Vue) Universal: Markdown, MDX, reStructuredText When to Use This Skill: Gene...
|
76 |
| 12180 | js-google | pproenca/dot-skills |
Google JavaScript Best Practices Comprehensive JavaScript style and best practices guide based on Google's official JavaScript Style Guide, designed for AI agents and LLMs. Contains 47 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new JavaScript or ES6+ code Structuring modules and managing imports/exports Adding JSDoc type annotations and documentation Reviewing code for naming and ...
|
76 |
| 12181 | alicloud-ai-content-aimiaobi-test | cinience/alicloud-skills |
Category: test AI CONTENT AIMIAOBI Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/ai/content/alicloud-ai-content-aimiaobi/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/ai/content/alicloud-ai-content-aimiaobi \ --output output/alicloud-ai-content-aimiaobi-test/compile-check.jso...
|
76 |
| 12182 | algorithmic-art | 404kidwiz/claude-supercode-skills |
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms). This happens in two steps: Algorithmic Philosophy Creation (.md file) Express by creating p5.js generative art (.html + .js files) First, undertake this task: ALGORITHMIC PHILOSOPHY CREATION To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted thr...
|
76 |
| 12183 | desktop-app | popup-studio-ai/bkit-claude-code |
Desktop App Development Expertise Overview A guide for developing desktop apps using web technologies (HTML, CSS, JavaScript). Support Windows, macOS, and Linux simultaneously with a single codebase. Framework Selection Guide Framework Selection by Tier (v1.3.0) Framework Tier Recommendation Use Case Tauri Tier 2 ⭐ Primary Lightweight (3MB), Rust security Electron Tier 3 Supported Mature ecosystem, VS Code-like apps AI-Native Recommendation : Tauri 35% YoY growth 20-40MB memory vs Electron's 200...
|
76 |
| 12184 | fal-platform | sickn33/antigravity-awesome-skills |
fal.ai Platform Platform APIs for model management, pricing, usage tracking, and cost estimation. Scripts Script Purpose setup.sh Setup FAL_KEY and configuration pricing.sh Get model pricing information usage.sh Check usage and billing estimate-cost.sh Estimate costs for operations requests.sh List and manage requests Setup & Configuration Add FAL_KEY Interactive setup bash /mnt/skills/user/fal-platform/scripts/setup.sh --add-fal-key Set key directly bash /mnt/skills/user/fal-platform/scripts/...
|
76 |
| 12185 | testing anti-patterns | bobmatnyc/claude-mpm-skills |
Testing Anti-Patterns Overview Tests must verify real behavior, not mock behavior. Mocks are a means to isolate, not the thing being tested. Core principle: Test what the code does, not what the mocks do. Following strict TDD prevents these anti-patterns. See the Test-Driven Development skill (available in the skill library) for the complete TDD workflow. When to Use This Skill Activate this skill when: Writing or changing tests - Verify tests cover real behavior Adding mocks - Ensure mocking is...
|
76 |
| 12186 | yuque-document-management | doomclouds/lightragnet |
语雀文档管理 通过YuQue MCP工具管理语雀知识库文档。本技能专注于MCP工具的使用要点和常见操作模式。 MCP工具概览 所有操作都通过YuQue MCP工具完成: mcp_YuQueMCP_get_default_repository - 获取默认知识库信息 mcp_YuQueMCP_get_repository_toc_tree - 获取完整目录树结构 mcp_YuQueMCP_search - 搜索文档 mcp_YuQueMCP_create_document - 创建新文档 mcp_YuQueMCP_get_document - 读取文档内容 mcp_YuQueMCP_update_document - 更新文档内容或标题 mcp_YuQueMCP_move_document - 移动文档到其他目录 mcp_YuQueMCP_delete_document - 删除文档 基本操作要点 创建文档 步骤: 获取目录结构: mcp_YuQueMCP_get_repository_toc_tree 了解组织方式 确定位置:选择合适的 parentUuid 或使用根目录(null) ...
|
76 |
| 12187 | skill-creator | shajith003/awesome-claude-skills |
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...
|
76 |
| 12188 | fp-ts-errors | sickn33/antigravity-awesome-skills |
Practical Error Handling with fp-ts This skill teaches you how to handle errors without try/catch spaghetti. No academic jargon - just practical patterns for real problems. When to Use This Skill When you want type-safe error handling in TypeScript When replacing try/catch with Either and TaskEither patterns When building APIs or services that need explicit error types When accumulating multiple validation errors The core idea: Errors are just data . Instead of throwing them into the void and ho...
|
76 |
| 12189 | meilisearch-admin | civitai/civitai |
Use this skill for admin operations on Meilisearch - checking status, monitoring tasks, and inspecting index settings. Running Commands ``` node .claude/skills/meilisearch-admin/query.mjs <command> [options] ``` Commands | `health` | Check if Meilisearch is healthy | `stats` | Get overall stats and list indexes | `tasks` | List recent tasks | `task <id>` | Get details of a specific task | `indexes` | List all indexes | `index <name>` | Get index stats | `index <name> set...
|
76 |
| 12190 | alicloud-media-mps | cinience/alicloud-skills |
Category: service ApsaraVideo for Media Processing (MPS) Validation mkdir -p output/alicloud-media-mps python -m py_compile skills/media/mps/alicloud-media-mps/scripts/list_openapi_meta_apis.py echo "py_compile_ok" > output/alicloud-media-mps/validate.txt Pass criteria: command exits 0 and output/alicloud-media-mps/validate.txt is generated. Output And Evidence Save API inventory and operation evidence under output/alicloud-media-mps/ . Keep region, pipeline/template/workflow IDs, media IDs, and...
|
76 |
| 12191 | alicloud-security-id-verification-cloudauth-test | cinience/alicloud-skills |
Category: test SECURITY ID VERIFICATION CLOUDAUTH Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/security/identity/alicloud-security-id-verification-cloudauth/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/security/identity/alicloud-security-id-verification-cloudauth \ --output...
|
76 |
| 12192 | supabase-storage | nice-wolf-studio/claude-code-supabase-skills |
Supabase Storage Operations Overview This skill provides file storage operations through the Supabase Storage API. Supports bucket management, file uploads/downloads, listing files, generating URLs, and managing access control. Prerequisites Required environment variables: export SUPABASE_URL="https://your-project.supabase.co" export SUPABASE_KEY="your-anon-or-service-role-key" Helper script: This skill uses the shared Supabase API helper. Make sure to source it: source "$(dirname "${BASH...
|
76 |
| 12193 | cargo-lock-manager | different-ai/openwork |
Quick Usage (Already Configured) Check Cargo.lock status cd packages/desktop/src-tauri cargo check --locked 2 > &1 | head -20 Update Cargo.lock locally cd packages/desktop/src-tauri cargo update --workspace Test with --locked after update cd packages/desktop/src-tauri cargo test --locked Common Gotchas The --locked flag prevents automatic updates to Cargo.lock, which is good for reproducible builds but fails when dependencies change. PRs often fail because the lock file wasn't committed after de...
|
76 |
| 12194 | postgres-pro | 404kidwiz/claude-supercode-skills |
PostgreSQL Pro Senior PostgreSQL expert with deep expertise in database administration, performance optimization, and advanced PostgreSQL features. Role Definition You are a senior PostgreSQL DBA with 10+ years of production experience. You specialize in query optimization, replication strategies, JSONB operations, extension usage, and database maintenance. You build reliable, high-performance PostgreSQL systems that scale. When to Use This Skill Analyzing and optimizing slow queries with EX...
|
76 |
| 12195 | model-management | pollinations/pollinations |
Checklist Update .env and secrets/env.json (sops) with credentials Update config/handler with model routing Update registry with pricing and provider Run tests (see Testing below) ⚠️ Pricing depends on BOTH model AND provider. Always verify pricing on the provider's website. Files to Update Text Models File Purpose text.pollinations.ai/.env API keys, endpoints text.pollinations.ai/secrets/env.json Encrypted secrets (use sops) text.pollinations.ai/configs/modelConfigs.ts Model routing config text...
|
76 |
| 12196 | react-composition-patterns | secondsky/claude-skills |
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...
|
76 |
| 12197 | developing-preact | oaustegard/claude-skills |
Transform Claude into a specialized Preact developer with expertise in building standards-based web applications using native-first architecture. This skill prioritizes native JavaScript, HTML, and Web APIs over external dependencies, enabling creation of performant, maintainable applications with minimal tooling overhead. Core Philosophy Native-First Development: Leverage ES modules, Import Maps, Web Components, native form validation, Fetch API, and built-in DOM methods before reaching for ...
|
76 |
| 12198 | 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 App icon in all required sizes Splash screen configured App name and bundle ID set Version and build numbers set Privacy policy URL Terms of service URL Sup...
|
76 |
| 12199 | i18n-date-patterns | yonatangross/orchestkit |
This skill provides comprehensive guidance for implementing internationalization in React applications. It ensures ALL user-facing strings, date displays, currency, lists, and time calculations are locale-aware. When to use this skill: - Adding ANY user-facing text to components - Formatting dates, times, currency, lists, or ordinals - Implementing complex pluralization - Embedding React components in translated text - Supporting RTL languages (Hebrew, Arabic) Bundled Resources: - `refer...
|
76 |
| 12200 | alicloud-platform-multicloud-docs-api-benchmark-test | cinience/alicloud-skills |
Category: test PLATFORM MULTICLOUD DOCS API BENCHMARK Smoke Test Prerequisites Configure credentials with least privilege ( ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / optional ALICLOUD_REGION_ID ). Target skill: skills/platform/docs/alicloud-platform-multicloud-docs-api-benchmark/ . Test Steps Run offline script compilation check (no network needed): python3 tests/common/compile_skill_scripts.py \ --skill-path skills/platform/docs/alicloud-platform-multicloud-docs-api-benchmark \ --ou...
|
76 |