███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12251 | design-system-creation | secondsky/claude-skills |
Design System Creation Overview A design system is a structured set of components, guidelines, and principles that ensure consistency, accelerate development, and improve product quality. When to Use Multiple product interfaces or teams Scaling design consistency Reducing redundant component development Improving design-to-dev handoff Creating shared language across teams Building reusable components Documenting design standards Instructions 1. Design System Components Design System Structure:...
|
61 |
| 12252 | options-payoff | himself65/finance-skills |
Options Payoff Curve Skill Generates a fully interactive HTML widget (via visualize:show_widget ) showing: Expiry payoff curve (dashed gray line) — intrinsic value at expiration Theoretical value curve (solid colored line) — Black-Scholes price at current DTE/IV Dynamic sliders for all key parameters Real-time stats: max profit, max loss, breakevens, current P&L at spot Step 1: Extract Strategy From User Input When the user provides a screenshot or text, extract: Field Where to find it Default i...
|
61 |
| 12253 | code-clone-assistant | terrylica/cc-skills |
Code Clone Assistant Detect code clones and guide refactoring using PMD CPD (exact duplicates) + Semgrep (patterns). Tools PMD CPD v7.17.0+: Exact duplicate detection Semgrep v1.140.0+: Pattern-based detection Tested: October 2025 - 30 violations detected across 3 sample files Coverage: ~3x more violations than using either tool alone When to Use Triggers: "find duplicate code", "DRY violations", "refactor similar code", "detect code duplication", "similar validation logic", "repeated patte...
|
61 |
| 12254 | godot-platform-desktop | thedivergentai/gd-agentic-skills |
Platform: Desktop Settings flexibility, window management, and kb/mouse precision define desktop gaming. Available Scripts desktop_integration_manager.gd Expert desktop integration (Steam achievements, settings persistence, window management). NEVER Do in Desktop Development NEVER hardcode resolution/fullscreen — 1920x1080 fullscreen on 4K monitor? Blurry mess. ALWAYS provide settings menu with resolution dropdown + fullscreen toggle. NEVER save settings to res:// — res:// is read-only in expor...
|
61 |
| 12255 | notion-spec-to-implementation | makenotion/claude-code-notion-plugin |
Spec to Implementation Convert a Notion spec into linked implementation plans, tasks, and ongoing status updates. Quick start Locate the spec with Notion:notion-search , then fetch it with Notion:notion-fetch . Parse requirements and ambiguities using reference/spec-parsing.md . Create a plan page with Notion:notion-create-pages (pick a template: quick vs. full). Find the task database, confirm schema, then create tasks with Notion:notion-create-pages . Link spec ↔ plan ↔ tasks; keep status curr...
|
61 |
| 12256 | lead-channel-optimizer | shipshitdev/library |
Lead Channel Optimizer - Lead Generation Leverage Finder Overview You are a lead generation strategist specializing in Alex Hormozi's lead gen leverage principles. You help indie founders stop spreading themselves thin across channels, identify their highest-ROI lead source, and go all-in on what works. Your job is to execute a channel audit—not just advise—by analyzing current performance and creating a focused action plan. Hormozi's Core Principle: "Solve the getting customers problem, and e...
|
61 |
| 12257 | pr-feedback-classifier | dagster-io/erk |
PR Feedback Classifier Fetch and classify all PR review feedback for the current branch's PR. Arguments --pr <number> : Target a specific PR by number (default: current branch's PR) --include-resolved : Include resolved threads (for reference) Check $ARGUMENTS for flags. Critical Constraints DO NOT write Python scripts or any code files. Classify the data using direct AI reasoning only. Writing code to process JSON is unnecessary and pollutes the filesystem. Steps Fetch PR info and all comments ...
|
61 |
| 12258 | netease-skills-hub | api/git |
No SKILL.md available for this skill. View on GitHub
|
61 |
| 12259 | subtitles | zeropointrepo/youtube-skills |
Subtitles Fetch YouTube video subtitles via TranscriptAPI.com . Setup If $TRANSCRIPT_API_KEY is not set, help the user create an account (100 free credits, no card): Step 1 — Register: Ask user for their email. node ./scripts/tapi-auth.js register --email USER_EMAIL → OTP sent to email. Ask user: "Check your email for a 6-digit verification code." Step 2 — Verify: Once user provides the OTP: node ./scripts/tapi-auth.js verify --token TOKEN_FROM_STEP_1 --otp CODE API key saved to your shell profi...
|
61 |
| 12260 | grove-documentation | autumnsgrove/groveengine |
Grove Documentation Skill When to Activate Activate this skill when: Writing help center articles (Waystone) Drafting specs or technical documentation Writing user-facing text (onboarding, tooltips, error messages) Creating landing page copy Writing blog posts for the Grove platform itself Reviewing existing docs for voice consistency Any time you're writing words that users will read The Grove Voice From the project's guiding principles: This site is my authentic voice—warm, introspective, quee...
|
61 |
| 12261 | artifacts-builder | davepoon/buildwithclaude |
Artifacts Builder To build powerful frontend claude.ai artifacts, follow these steps: Initialize the frontend repo using scripts/init-artifact.sh Develop your artifact by editing the generated code Bundle all code into a single HTML file using scripts/bundle-artifact.sh Display artifact to user (Optional) Test the artifact Stack : React 18 + TypeScript + Vite + Parcel (bundling) + Tailwind CSS + shadcn/ui Design & Style Guidelines VERY IMPORTANT: To avoid what is often referred to as "AI slop", ...
|
61 |
| 12262 | ci-iteration | dagster-io/erk |
CI Iteration Overview Run the specified CI target and automatically fix any failures. Keep iterating until all checks pass or you get stuck on an issue that requires human intervention. IMPORTANT : All make commands must be run from the repository root directory. The Makefile is located at the root of the repository, not in subdirectories. Sub-Agent Policy CRITICAL : When spawning sub-agents to run make , pytest , ty , ruff , prettier , or gt commands, you MUST use devrun : Task tool with: - sub...
|
61 |
| 12263 | skill-architecture | terrylica/cc-skills |
Comprehensive guide for creating effective Claude Code skills following Anthropic's official standards with emphasis on security, CLI-specific features, and progressive disclosure architecture. ⚠️ Scope: Claude Code CLI Agent Skills (`~/.claude/skills/`), not Claude.ai API skills FIRST: TodoWrite Task Templates MANDATORY: Select and load the appropriate template into TodoWrite before any skill work. For detailed context on each step, see [Skill Creation Process (Detailed Tutorial)](skill-cr...
|
61 |
| 12264 | moai-formats-data | modu-ai/moai-adk |
Data Format Specialist Quick Reference Advanced Data Format Management - Comprehensive data handling covering TOON encoding, JSON/YAML optimization, serialization patterns, and data validation for performance-critical applications. Core Capabilities: TOON Encoding: 40-60% token reduction vs JSON for LLM communication JSON/YAML Optimization: Efficient serialization and parsing patterns Data Validation: Schema validation, type checking, error handling Format Conversion: Seamless transformation ...
|
61 |
| 12265 | museum-documentation | autumnsgrove/groveengine |
Museum Documentation Documentation as hospitality. Code as curated collection. The art of transforming technical systems into welcoming guided tours. Museum documentation positions the writer as a guide walking alongside readers through "why" questions before diving into implementation specifics. This is Grove's elegant documentation style—meant for Wanderers of any experience level who want to understand the technologies, patterns, and decisions that make Grove what it is. When to Activate Crea...
|
61 |
| 12266 | dojo-client | dojoengine/book |
Dojo Client Integration Connect your game client or frontend to your deployed Dojo world across multiple platforms. When to Use This Skill "Set up JavaScript SDK for my Dojo game" "Integrate Dojo with Unity" "Generate TypeScript bindings" "Connect React app to my world" What This Skill Does Handles client integration for: JavaScript/TypeScript SDK (primary) Unity, Unreal, Godot, Bevy (game engines) Typed binding generation Query/subscription patterns Supported Platforms Platform Language Package...
|
61 |
| 12267 | route-handlers | davepoon/buildwithclaude |
Next.js Route Handlers Overview Route Handlers allow you to create API endpoints using the Web Request and Response APIs. They're defined in route.ts files within the app directory. Basic Structure File Convention Route handlers use route.ts (or route.js): app/ ├── api/ │ ├── users/ │ │ └── route.ts /api/users │ └── posts/ │ ├── route.ts /api/posts │ └── [id]/ │ └── route.ts /api/posts/:id HTTP Methods Export functions named after HTTP methods: ...
|
61 |
| 12268 | six-thinking-hats | proffesor-for-testing/agentic-qe |
<default_to_action> When analyzing testing decisions: - DEFINE focus clearly (specific testing question) - APPLY each hat sequentially (5 min each) - DOCUMENT insights per hat - SYNTHESIZE into action plan Quick Hat Rotation (30 min): ``` 🤍 WHITE (5 min) - Facts only: metrics, data, coverage ❤️ RED (3 min) - Gut feelings (no justification needed) 🖤 BLACK (7 min) - Risks, gaps, what could go wrong 💛 YELLOW (5 min) - Strengths, opportunities, what works 💚 GREEN (7 min) - Creative ideas, alte...
|
61 |
| 12269 | taro documentation | whinc/my-claude-plugins |
Taro is a comprehensive multi-platform development framework that enables building applications for multiple platforms from a single codebase. Platforms include WeChat Mini Programs, Alipay Mini Programs, Baidu Smart Programs, ByteDance Mini Apps, QQ Mini Programs, H5 (web), React Native, and Harmony OS. Key characteristics: - React-like syntax and component model - Write once, run on multiple platforms - Extensive API coverage for platform-specific features - Rich component library - Stro...
|
61 |
| 12270 | umbraco-openapi-client | umbraco/umbraco-cms-backoffice-skills |
Umbraco OpenAPI Client Setup CRITICAL: Why This Matters NEVER use raw fetch() calls for Umbraco backoffice API communication. Raw fetch calls will result in 401 Unauthorized errors because they don't include the bearer token authentication that Umbraco requires. ALWAYS use a generated OpenAPI client configured with Umbraco's auth context. This ensures: Proper bearer token authentication Type-safe API calls Automatic token refresh handling When to Use This Use this pattern whenever you: Create cu...
|
61 |
| 12271 | alex-hormozi-pitch | microck/ordinary-claude-skills |
Alex Hormozi Pitch Skill When to Activate This Skill Create compelling offer or pitch Design irresistible value proposition Structure pricing and guarantees Build "too good not to take" offer Apply Hormozi frameworks Optimize existing offer Create Grand Slam Offer What This Skill Does Guides you through Alex Hormozi's systematic approach to creating offers so compelling that prospects feel stupid saying no, using proven frameworks from "$100M Offers". How to Execute Execute the /create-hormoz...
|
61 |
| 12272 | ai-rag | vasilyu1983/ai-agents-public |
RAG & Search Engineering — Complete Reference Build production-grade retrieval systems with hybrid search, grounded generation, and measurable quality. This skill covers: RAG: Chunking, contextual retrieval, grounding, adaptive/self-correcting systems Search: BM25, vector search, hybrid fusion, ranking pipelines Evaluation: recall@k, nDCG, MRR, groundedness metrics Modern Best Practices (Jan 2026): Separate retrieval quality from answer quality; evaluate both (RAG: https://arxiv.org/abs/200...
|
61 |
| 12273 | felo-cli | doggy8088/felo-cli |
Use this skill for Felo Open Platform chat workflows in this repository. Prefer project tools in this order: CLI: npx -y @willh/felo-cli --json "<query>" (always use --json when retrieving content so the full structured output is preserved). SDK: createFeloClient() / feloChat() from src/felo-client.ts when programmatic integration is needed. Direct API call only when validating protocol-level behavior. For direct HTTP reference, use POST https://openapi.felo.ai/v2/chat with: Environment variable...
|
61 |
| 12274 | umbraco-health-check | umbraco/umbraco-cms-backoffice-skills |
Umbraco Health Check What is it? Health Checks in Umbraco allow you to create custom system diagnostics that appear in the Health Check dashboard. They verify that your Umbraco installation and related services are functioning correctly. Health checks can report status, display warnings, and provide actionable recommendations for resolving issues. Documentation Always fetch the latest docs before implementing: Main docs : https://docs.umbraco.com/umbraco-cms/extending/health-check Foundation : h...
|
61 |
| 12275 | code-style | automattic/wordpress-activitypub |
ActivityPub PHP Conventions Plugin-specific conventions and architectural patterns for the ActivityPub plugin. Quick Reference File Naming class-{name}.php Regular classes. trait-{name}.php Traits. interface-{name}.php Interfaces. Namespace Pattern namespace Activitypub; namespace Activitypub\Transformer; namespace Activitypub\Collection; namespace Activitypub\Handler; namespace Activitypub\Activity; namespace Activitypub\Rest; Text Domain Always use 'activitypub' for...
|
61 |
| 12276 | python-venv-manager | jorgealves/agent_skills |
Python Virtual Env Manager Purpose and Intent Setup and validate Python virtual environments (venv, virtualenv, conda). Use to ensure isolated dependencies and correct Python versions for projects. When to Use Project Setup : When initializing a new Python project. Continuous Integration : As part of automated build and test pipelines. Legacy Refactoring : When updating older Python codebases to modern standards. When NOT to Use Non-Python Projects : This tool is specialized for the Python ecosy...
|
61 |
| 12277 | midjourney-replicate-flux | rawveg/skillsforge-marketplace |
Midjourney-Style Prompt Generator for FLUX 1.1 Pro Generate professional, Midjourney-quality image prompts optimized for the black-forest-labs/flux-1.1-pro model on Replicate. Purpose Transform basic user image requests into rich, detailed prompts that produce Midjourney-quality results using the FLUX 1.1 Pro model. This skill provides: Midjourney aesthetic principles and visual characteristics FLUX 1.1 Pro model optimization techniques Prompt structure templates and patterns Before/after tr...
|
61 |
| 12278 | auditing-pre-release-security | onekeyhq/app-monorepo |
Pre-Release Security Audit (Between Any Two Git Refs) This skill compares any two git refs (tag/branch/commit SHA) and audits: Source-code diffs for security regressions Dependency changes (direct + transitive) and lockfile determinism Newly introduced package behaviors inside node_modules CI/CD workflow risks in .github/workflows and build configs (Expo/EAS) The output is a Chinese Markdown report, with a unique title and filename containing the refs to avoid overwrites. 0) Mandatory: confi...
|
61 |
| 12279 | godot-economy-system | thedivergentai/gd-agentic-skills |
Economy System Expert guidance for designing balanced game economies with currency, shops, and loot. NEVER Do NEVER use int for currency — Use int for small amounts, but float or custom BigInt for large economies. Integer overflow destroys economies (max 2.1B). NEVER forget buy/sell price spread — Selling for same price as buying creates infinite money loop. Sell price should be 30-50% of buy price. NEVER skip currency sinks — Without sinks (repairs, taxes, consumables), economy inflates. Player...
|
61 |
| 12280 | growth-marketing | dengineproblem/agents-monorepo |
Growth Marketing Expert Expertise in growth experimentation, funnel optimization, and data-driven marketing. Core Competencies Growth Experimentation Hypothesis development A/B and multivariate testing Statistical significance Experiment prioritization (ICE/PIE) Learning documentation Funnel Optimization Conversion rate optimization (CRO) Landing page optimization Sign-up flow optimization Activation improvement Retention mechanics Analytics & Data Funnel analytics Cohort analysis Attribution mo...
|
61 |
| 12281 | character-design | omer-metin/skills-for-antigravity |
Character Design Identity You are a character designer who has created heroes, villains, and entire casts for games ranging from AAA titles to beloved indie hits. You've studied the masters—the Nintendo character design philosophy, Pixar's approach to appeal, Disney's principles of personality through design, and the distinctive styles that made characters like Mario, Sonic, Link, and Hollow Knight's protagonist instantly recognizable worldwide. You understand that great character design isn't...
|
61 |
| 12282 | kalshi-docs | ammario/kalshi-docs |
Kalshi API Documentation Complete API reference for Kalshi's prediction markets platform. Use this skill when: Building trading bots or integrations with Kalshi Working with market data, orders, or portfolio APIs Implementing WebSocket connections for real-time data Understanding authentication and rate limits Documentation Structure api-reference/ - Complete REST API endpoints organized by category: api-keys/ - API key management communications/ - RFQs and quotes events/ - Event data and series...
|
61 |
| 12283 | sentry-elixir-sdk | getsentry/sentry-for-ai |
All Skills > SDK Setup > Elixir SDK Sentry Elixir SDK Opinionated wizard that scans your Elixir project and guides you through complete Sentry setup. Invoke This Skill When User asks to "add Sentry to Elixir" or "set up Sentry" in an Elixir or Phoenix app User wants error monitoring, tracing, logging, or crons in Elixir or Phoenix User mentions sentry hex package, getsentry/sentry-elixir , or Elixir Sentry SDK User wants to monitor exceptions, Plug errors, LiveView errors, or scheduled jobs Note...
|
61 |
| 12284 | groove-utilities-prime | andreadellacorte/groove |
groove-utilities-prime Outcome The agent receives full groove workflow context in the conversation — config, key commands, conventions, and constraints. Run at the start of every session before doing any work. Acceptance Criteria Agent is shown current config values from .groove/index.md Agent is shown all key commands, conventions, and constraints If a newer version of groove is available, agent is notified Output format Output the following to the conversation (do not write to any file): Groo...
|
61 |
| 12285 | nansen-perp | nansen-ai/nansen-cli |
Perps (Hyperliquid) No --chain flag needed — Hyperliquid only. Screener Top perp markets by volume nansen research perp screener --sort volume:desc --limit 20 By open interest nansen research perp screener --sort open_interest:desc --limit 10 Leaderboard Top perp traders by PnL nansen research perp leaderboard --days 7 --limit 20 Flags Flag Purpose --sort Sort field:direction (e.g. volume:desc ) --limit Number of results --days Lookback period (default 30) --fields Select specific fields --ta...
|
61 |
| 12286 | .net cli | exceptionless/exceptionless |
.NET CLI Prerequisites .NET SDK 10.0 NuGet feeds defined in NuGet.Config Common Commands Restore Packages dotnet restore Build Solution dotnet build Run Tests All tests dotnet test By test name dotnet test --filter "FullyQualifiedName~CanCreateOrganization" By class name dotnet test --filter "ClassName~OrganizationTests" By category/trait dotnet test --filter "Category=Integration" Run Project Run the AppHost (recommended for full stack) dotnet run --project src/Exceptionless.AppHost Run s...
|
61 |
| 12287 | pw-embedded-c-style | plugins-world/pw-skills |
嵌入式 C 代码风格助手, 基于《手把手教你学51单片机》302 个 .c 文件和 66 个 .h 文件的代码风格分析。 默认命名风格: 蛇形命名 (snake_case) 使用场景 适用情况 - 创建新的嵌入式 C 项目 (51 单片机、STM32 等) - 优化现有嵌入式代码的命名和结构 - 生成硬件驱动模块 (定时器、串口、LCD、按键等) - 规范化项目文件组织和代码风格 - 学习嵌入式 C 编程的最佳实践 不适用情况 - 非嵌入式的通用 C/C++ 项目 - 需要 RTOS 或复杂架构的项目 - 纯算法实现 (无硬件交互) 使用方式 默认命名风格: 蛇形命名 (snake_case) 如需使用驼峰命名,请在指令中明确说明 "使用驼峰命名"。 创建项目 ``` 基础示例 (默认蛇形命名) /pw-embedded-c-style 创建一个 LED 闪烁的项目 带外设的项目 /pw-embedded-c-style 创建一个带 LCD1602 显示和按键输入的项目 指定芯片 /pw-embedded-c-style 为 STM...
|
61 |
| 12288 | ln-614-docs-fact-checker | 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 Fact-Checker (L3 Worker) Specialized worker that extracts verifiable claims from documentation and validates each against the actual codebase. Purpose & Scope Worker in ln-610 coordinator pipeline - invoked by ln-610-docs-auditor Extract all verifiable claims from ALL .md files in project Verify each claim aga...
|
61 |
| 12289 | iofficeai/aionui |
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...
|
61 | |
| 12290 | qodo-pr-resolver | qodo-ai/qodo-skills |
Qodo PR Resolver Fetch Qodo review issues for your current branch's PR/MR, fix them interactively or in batch, and reply to each inline comment with the decision. Supports GitHub, GitLab, Bitbucket, and Azure DevOps. Prerequisites Required Tools: Git - For branch operations Git Provider CLI - One of: gh (GitHub), glab (GitLab), bb (Bitbucket), or az (Azure DevOps) Installation and authentication details: See providers.md for provider-specific setup instructions. Required Context: Must be in a gi...
|
61 |
| 12291 | newebpay | paid-tw/skills |
藍新金流整合指南 你的任務是幫助用戶設定藍新金流(NewebPay)環境並引導至適當的串接功能。 用戶需求分析 用戶輸入: $ARGUMENTS 根據用戶需求,判斷下一步: 若包含「串接」「checkout」「建立交易」「MPG」→ 引導使用 /newebpay-checkout 若包含「查詢」「query」「訂單狀態」→ 引導使用 /newebpay-query 若包含「退款」「refund」「取消」→ 引導使用 /newebpay-refund 若無特定指定 → 提供以下環境設定引導 環境設定檢查 詢問用戶以下問題: 專案框架:你使用什麼框架? PHP (Laravel / 原生 PHP / 其他) Node.js (Express / NestJS / 原生 / 其他) Python (Django / Flask / FastAPI / 其他) 其他 環境狀態:是否已有藍新金流商店帳號? 是,已有測試環境帳號 是,已有正式環境帳號 否,需要申請 環境變數設定 引導用戶建立環境變數: NEWEBPAY_MERCHANT_ID=MS12345678 NEWE...
|
61 |
| 12292 | interaction-design | secondsky/claude-skills |
Interaction Design Table of Contents Overview When to Use Quick Start Reference Guides Best Practices Overview Interaction design focuses on how users engage with systems, creating intuitive and delightful experiences through feedback and responsiveness. When to Use Designing user flows and touchpoints Creating animations and transitions Defining error and loading states Building microinteractions Improving usability and feedback Mobile interaction patterns Quick Start Minimal working example: C...
|
61 |
| 12293 | capacitor-offline-first | cap-go/capacitor-skills |
Offline-First Capacitor Apps Build apps that work seamlessly with or without internet connectivity. When to Use This Skill User needs offline support User asks about data sync User wants caching User needs local database User has connectivity issues Offline-First Architecture ┌─────────────────────────────────────────┐ │ UI Layer │ ├─────────────────────────────────────────┤ │ Service Layer │ │ ┌─────────────┐ ┌─────────────────┐ │ │...
|
61 |
| 12294 | monitor-etf-holdings-drawdown-risk | fatfingererr/macro-skills |
<essential_principles> 背離事件定義: - 價格上漲:`price_return >= min_price_return_pct`(如 +15%) - 庫存下滑:`inventory_change <= -min_inventory_drawdown_pct`(如 -10%) - 同時發生:在相同視窗期(如 180 天)內同時滿足 當價格與庫存同向時(同漲同跌)為正常;逆向時(價漲庫跌)才需要警覺。 不能直接把「庫存下降」解讀為「實物被搶」,需要交叉驗證: | 實物緊張 | COMEX/LBMA 下降、backwardation、lease rates 上升、零售溢價擴大 | 其他庫存穩定、contango、溢價平穩 | 資金流/贖回 | ETF 流出但交易所庫存穩定、期貨結構不緊 | 多重庫存同步下降 輸出兩種解釋,讓用戶判斷哪個更符合當前數據。 本 skill 優先使用: - ETF 官網庫存:Selenium 模擬人類瀏覽器行為抓取(避免 API 限制) - Yahoo Finance:`yfinance` 套件取得現貨/...
|
61 |
| 12295 | gathering-ui | autumnsgrove/groveengine |
Gathering UI 🌲🦎🦌 The drum echoes through the glade. The Chameleon shifts its colors, painting the forest with glass and light. The Deer senses what others cannot see, ensuring every path is clear. Together they create spaces that welcome all wanderers—beautiful to behold, accessible to all. When to Summon Designing new pages or interfaces Implementing complete UI features Ensuring visual design meets accessibility standards Creating Grove-themed experiences When beauty and inclusion must coexist...
|
61 |
| 12296 | root-cause-tracing | secondsky/claude-skills |
Root Cause Tracing Overview Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom. Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source. When to Use Use when: Error happens deep in execution (not at entry point) Stack trace shows long call chain Unclear where invalid data or...
|
61 |
| 12297 | mise-configuration | terrylica/cc-skills |
Use mise `[env]` as centralized configuration with backward-compatible defaults. Core Principle Define all configurable values in `.mise.toml` `[env]` section. Scripts read via environment variables with fallback defaults. Same code path works WITH or WITHOUT mise installed. Key insight: mise auto-loads `[env]` values when shell has `mise activate` configured. Scripts using `os.environ.get("VAR", "default")` pattern work identically whether mise is present or not. Quick Reference Languag...
|
61 |
| 12298 | axiom-transferable-ref | charleswiltgen/axiom |
Transferable & Content Sharing Reference Comprehensive guide to the CoreTransferable framework and SwiftUI sharing surfaces: drag and drop, copy/paste, and ShareLink. When to Use This Skill Implementing drag and drop ( .draggable , .dropDestination ) Adding copy/paste support ( .copyable , .pasteDestination , PasteButton ) Sharing content via ShareLink Making custom types transferable Declaring custom UTTypes for app-specific formats Bridging Transferable types with UIKit's NSItemProvider Choosi...
|
61 |
| 12299 | conversion-copywriting | guia-matthieu/clawfu-skills |
Conversion Copywriting - Data-Driven Copy That Converts Write copy that gets a "yes" using Joanna Wiebe's research-first, Voice of Customer methodology When to Use This Skill Writing landing pages, emails, or sales pages that need measurable conversion results Starting a new copy project and need a systematic process to follow Struggling with what to write and staring at a blank page Wanting to prove ROI to clients with data-backed decisions Improving existing copy through validation and testing...
|
61 |
| 12300 | cpp-expert | personamanagmentlayer/pcl |
C++ Expert Expert guidance for modern C++ development including C++20/23 features, STL, templates, memory management, and high-performance programming. Core Concepts Modern C++ Features (C++20/23) Concepts and constraints Ranges and views Coroutines Modules Three-way comparison (spaceship operator) std::format std::span Designated initializers consteval and constinit Memory Management RAII (Resource Acquisition Is Initialization) Smart pointers (unique_ptr, shared_ptr, weak_ptr) Move semantics...
|
61 |