███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 2251 | testing | lobehub/lobehub |
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...
|
453 |
| 2252 | fal-image-edit | fal-ai-community/skills |
fal.ai Image Edit Edit images using AI: style transfer, object removal, background changes, and more. How It Works User provides image URL and editing instructions Script selects appropriate model Sends request to fal.ai API Returns edited image URL Finding Models To discover the best and latest image editing models, use the search API: Search for image editing models bash /mnt/skills/user/fal-generate/scripts/search-models.sh --category "image-to-image" Search for specific editing capabilitie...
|
453 |
| 2253 | spring-boot-rest-api-standards | giuseppe-trisciuoglio/developer-kit |
Spring Boot REST API Standards This skill provides comprehensive guidance for building RESTful APIs in Spring Boot applications with consistent design patterns, proper error handling, validation, and architectural best practices based on REST principles and Spring Boot conventions. Overview Spring Boot REST API standards establish consistent patterns for building production-ready REST APIs. These standards cover resource-based URL design, proper HTTP method usage, status code conventions, DTO pa...
|
453 |
| 2254 | ai-daily-digest | vigorx777/ai-daily-digest |
AI Daily Digest 从 Karpathy 推荐的 90 个热门技术博客中抓取最新文章,通过 AI 评分筛选,生成每日精选摘要。 命令 /digest 运行每日摘要生成器。 使用方式 : 输入 /digest ,Agent 通过交互式引导收集参数后执行。 脚本目录 重要 : 所有脚本位于此 skill 的 scripts/ 子目录。 Agent 执行说明 : 确定此 SKILL.md 文件的目录路径为 SKILL_DIR 脚本路径 = ${SKILL_DIR}/scripts/<script-name>.ts 脚本 用途 scripts/digest.ts 主脚本 - RSS 抓取、AI 评分、生成摘要 配置持久化 配置文件路径: ~/.hn-daily-digest/config.json Agent 在执行前 必须检查 此文件是否存在: 如果存在,读取并解析 JSON 询问用户是否使用已保存配置 执行完成后保存当前配置到此文件 配置文件结构 : { "geminiApiKey" : "" , "timeRange" : 48 , "topN" : 15 , "langua...
|
453 |
| 2255 | scientific-critical-thinking | davila7/claude-code-templates |
Scientific Critical Thinking Overview Critical thinking is a systematic process for evaluating scientific rigor. Assess methodology, experimental design, statistical validity, biases, confounding, and evidence quality using GRADE and Cochrane ROB frameworks. Apply this skill for critical analysis of scientific claims. When to Use This Skill This skill should be used when: Evaluating research methodology and experimental design Assessing statistical validity and evidence quality Identifying b...
|
452 |
| 2256 | chrome-devtools | mrgoonie/claudekit-skills |
Chrome DevTools Agent Overview A specialized skill for controlling and inspecting a live Chrome browser. This skill leverages the chrome-devtools MCP server to perform a wide range of browser-related tasks, from simple navigation to complex performance profiling. When to Use Use this skill when: Browser Automation : Navigating pages, clicking elements, filling forms, and handling dialogs. Visual Inspection : Taking screenshots or text snapshots of web pages. Debugging : Inspecting console messag...
|
452 |
| 2257 | mermaid-diagram-specialist | davila7/claude-code-templates |
Mermaid Diagram Specialist Overview Purpose: Expert in creating comprehensive Mermaid diagrams for documentation, architecture visualization, and process mapping Category: Tech Primary Users: tech-writer, architecture-validator, product-technical, tech-lead When to Use This Skill Creating architecture documentation Visualizing workflows and processes Documenting data models (ERDs) Explaining sequence flows Creating state machines Documenting component relationships Creating decision trees Vis...
|
452 |
| 2258 | authoring-dags | astronomer/agents |
DAG Authoring Skill This skill guides you through creating and validating Airflow DAGs using best practices and MCP tools. For testing and debugging DAGs, see the testing-dags skill which covers the full test → debug → fix → retest workflow. ⚠️ CRITICAL WARNING: Use MCP Tools, NOT CLI Commands ⚠️ STOP! Before running ANY Airflow-related command, read this. You MUST use MCP tools for ALL Airflow interactions. CLI commands like astro dev run, airflow dags, or shell commands to read logs are F...
|
452 |
| 2259 | ios-design-guidelines | ehmo/platform-design-skills |
iOS Design Guidelines for iPhone Comprehensive rules derived from Apple's Human Interface Guidelines. Apply these when building, reviewing, or refactoring any iPhone app interface. 1. Layout & Safe Areas Impact: CRITICAL Rule 1.1: Minimum 44pt Touch Targets All interactive elements must have a minimum tap target of 44x44 points. This includes buttons, links, toggles, and custom controls. Correct: Button ( "Save" ) { save ( ) } . frame ( minWidth : 44 , minHeight : 44 ) Incorrect: // 20pt icon wi...
|
451 |
| 2260 | apple-reminders | steipete/clawdis |
Apple Reminders CLI (remindctl) Use remindctl to manage Apple Reminders directly from the terminal. When to Use ✅ USE this skill when: User explicitly mentions "reminder" or "Reminders app" Creating personal to-dos with due dates that sync to iOS Managing Apple Reminders lists User wants tasks to appear in their iPhone/iPad Reminders app When NOT to Use ❌ DON'T use this skill when: Scheduling OpenClaw tasks or alerts → use cron tool with systemEvent instead Calendar events or appointments → use ...
|
451 |
| 2261 | godot-ui | zate/cc-godot |
You are a Godot UI/UX expert with deep knowledge of Godot's Control node system, theme customization, responsive design, and common game UI patterns. Core UI Knowledge Control Node Hierarchy Base Control Node Properties: anchor_*: Positioning relative to parent edges (0.0 to 1.0) offset_*: Pixel offset from anchor points size_flags_*: How the node should grow/shrink custom_minimum_size: Minimum size constraints mouse_filter: Control mouse input handling (STOP, PASS, IGNORE) focus_mode: Keyboa...
|
451 |
| 2262 | odoo-development | mindrally/skills |
Odoo Development You are an expert in Python, Odoo, and enterprise business application development. Key Development Principles Code Quality & Architecture Write clear, technical responses with precise Odoo examples in Python, XML, and JSON Leverage Odoo's ORM, API decorators, and XML view inheritance for modularity Follow PEP 8 standards and Odoo best practices Use descriptive naming aligned with Odoo conventions Structural Organization Separate concerns across models, views, controllers, dat...
|
450 |
| 2263 | trading-strategist | kukapay/crypto-skills |
Trading Strategies Skill This skill generates data-driven trading strategies for cryptocurrencies by integrating multiple data sources and analytical tools. Core Components Binance Market Data: Real-time price, volume, and historical klines from Binance API Technical Analysis (TA): Calculated indicators including SMA, RSI, MACD, Bollinger Bands, Stochastic, and more Market Sentiment: Aggregated sentiment scores from popular crypto RSS feeds Workflow Step 1: Data Collection Fetch current ticker...
|
450 |
| 2264 | firebase-local-env-setup | firebase/agent-skills |
Firebase Local Environment Setup This skill documents the bare minimum setup required for a full Firebase experience for the agent. Before starting to use any Firebase features, you MUST verify that each of the following steps has been completed. 1. Verify Node.js Action : Run node --version . Handling : Ensure Node.js is installed and the version is >= 20 . If Node.js is missing or < v20 , install it based on the operating system: Recommended: Use a Node Version Manager This avoids permission i...
|
449 |
| 2265 | memory-setup | sundial-org/awesome-openclaw-skills |
Memory Setup Skill Transform your agent from goldfish to elephant. This skill helps configure persistent memory for Moltbot/Clawdbot. Quick Setup 1. Enable Memory Search in Config Add to ~/.clawdbot/clawdbot.json (or moltbot.json ): { "memorySearch" : { "enabled" : true , "provider" : "voyage" , "sources" : [ "memory" , "sessions" ] , "indexMode" : "hot" , "minScore" : 0.3 , "maxResults" : 20 } } 2. Create Memory Structure In your workspace, create: workspace/ ├── MEMORY.md Long-te...
|
449 |
| 2266 | ai-sdk | vercel-labs/ai |
Prerequisites Before searching docs, check if node_modules/ai/docs/ exists. If not, install only the ai package using the project's package manager (e.g., pnpm add ai ). Do not install other packages at this stage. Provider packages (e.g., @ai-sdk/openai ) and client packages (e.g., @ai-sdk/react ) should be installed later when needed based on user requirements. Critical: Do Not Trust Internal Knowledge Everything you know about the AI SDK is outdated or wrong. Your training data contains obsol...
|
448 |
| 2267 | mckinsey-consultant | fleurytian/awesome-claude-skills |
架构: Progressive Disclosure (渐进式披露) + Dependency-Aware (依赖感知) 核心升级: - V3.0: 最小核心 + 按需加载 → 节省70%上下文 - V3.1: 页面依赖关系标注 → 跨对话续写更智能 ⚠️ CRITICAL BEHAVIOR RULES 这些规则优先级最高,Claude必须严格遵守: 1. 首次使用响应规则 当用户说"我刚添加了mckinsey-consultant skill"或"Can you make something amazing with it?"时: - ✅ 必须使用下面"首次使用引导"中的精确话术 - ✅ 只输出4行文字,不做任何扩展 - ❌ 禁止列举示例问题 - ❌ 禁止详细询问行业/交付物/范围等 - ❌ 禁止超过4行回复 - ✅ 只问一个二选一的问题,然后等待用户回应 2. 问题澄清规则 - ✅ 只问当下最关键的1-2个问题 - ❌ 不要一次性列出5个以上的问题 - ❌ 不要把澄清变成"需求调研问卷" 3. 流程启动规则 - ✅ 只有用户明确说"开始"...
|
448 |
| 2268 | btca-cli | davis7dotsh/better-context |
btca CLI btca is a source-first research CLI. It hydrates resources (git, local, npm) into searchable context, then answers questions grounded in those sources. Use configured resources for ongoing work, or one-off anonymous resources directly in btca ask . Full CLI reference: https://docs.btca.dev/guides/cli-reference Add resources: Git resource btca add -n svelte-dev https://github.com/sveltejs/svelte.dev Local directory btca add -n my-docs -t local /absolute/path/to/docs npm package btca a...
|
448 |
| 2269 | audio-transcriber | sickn33/antigravity-awesome-skills |
Purpose This skill automates audio-to-text transcription with professional Markdown output, extracting rich technical metadata (speakers, timestamps, language, file size, duration) and generating structured meeting minutes and executive summaries. It uses Faster-Whisper or Whisper with zero configuration, working universally across projects without hardcoded paths or API keys. Inspired by tools like Plaud, this skill transforms raw audio recordings into actionable documentation, making it ideal ...
|
448 |
| 2270 | debugging-dags | astronomer/agents |
DAG Diagnosis You are a data engineer debugging a failed Airflow DAG. Follow this systematic approach to identify the root cause and provide actionable remediation. Step 1: Identify the Failure If a specific DAG was mentioned: Use diagnose_dag_run with the dag_id and dag_run_id (if provided) If no run_id specified, use get_dag_stats to find recent failures If no DAG was specified: Use get_system_health to find recent failures across all DAGs List any import errors (broken DAG files) Show D...
|
447 |
| 2271 | sqlalchemy-orm | bobmatnyc/claude-mpm-skills |
SQLAlchemy ORM Skill progressive_disclosure: entry_point: summary: "Python SQL toolkit and ORM with powerful query builder and relationship mapping" when_to_use: - "When building Python applications with databases" - "When needing complex SQL queries with type safety" - "When working with FastAPI/Flask/Django" - "When needing database migrations (Alembic)" quick_start: - "pip install sqlalchemy" - "Define models with declarative base" - "Create engine and session" - "Query with select() and comm...
|
447 |
| 2272 | puppeteer-automation | mindrally/skills |
Puppeteer Browser Automation You are an expert in Puppeteer, Node.js browser automation, web scraping, and building reliable automation scripts for Chrome and Chromium browsers. Core Expertise Puppeteer API and browser automation patterns Page navigation and interaction Element selection and manipulation Screenshot and PDF generation Network request interception Headless and headful browser modes Performance optimization and memory management Integration with testing frameworks (Jest, Mocha) K...
|
447 |
| 2273 | akshare | succ985/openclaw-akshare-skill |
AkShare - Chinese Financial Data Overview AkShare is a free, open-source Python library for accessing Chinese financial market data. This skill provides guidance for fetching data from Chinese exchanges including Shanghai Stock Exchange, Shenzhen Stock Exchange, Hong Kong Exchange, and more. Quick Start Install AkShare: pip install akshare Basic stock quote: import akshare as ak df = ak . stock_zh_a_spot_em ( ) Real-time A-share data Stock Data A-Shares (A股) Real-time quotes: All A-shares real...
|
447 |
| 2274 | nuqs | pproenca/dot-skills |
Community nuqs Best Practices for Next.js Comprehensive guide for type-safe URL query state management with nuqs in Next.js applications. Contains 42 rules across 8 categories, prioritized by impact to guide code generation, refactoring, and code review. When to Apply Reference these guidelines when: Implementing URL-based state with nuqs Setting up nuqs in a Next.js project Configuring parsers for URL parameters Integrating URL state with Server Components Optimizing URL update performance ...
|
446 |
| 2275 | product-requirements | cexll/myclaude |
Product Requirements Skill Overview Transform user requirements into professional Product Requirements Documents (PRDs) through interactive dialogue, quality scoring, and iterative refinement. Act as Sarah, a meticulous Product Owner who ensures requirements are clear, testable, and actionable before documentation. Core Identity Role: Technical Product Owner & Requirements Specialist Approach: Systematic, quality-driven, user-focused Method: Quality scoring (100-point scale) with 90+ threshold...
|
445 |
| 2276 | web-typography | wondelai/skills |
Web Typography A practical guide to choosing, pairing, and implementing typefaces for the web. Typography serves communication—the best typography is invisible, immersing readers in content rather than calling attention to itself. Core Philosophy Typography is the voice of your content. The typeface you choose sets tone before a single word is read. A legal site shouldn't feel playful; a children's app shouldn't feel corporate. The "clear goblet" principle: Typography should be like a crystal-cl...
|
445 |
| 2277 | production-code-audit | sickn33/antigravity-awesome-skills |
Production Code Audit Overview Autonomously analyze the entire codebase to understand its architecture, patterns, and purpose, then systematically transform it into production-grade, corporate-level professional code. This skill performs deep line-by-line scanning, identifies all issues across security, performance, architecture, and quality, then provides comprehensive fixes to meet enterprise standards. When to Use This Skill Use when user says "make this production-ready" Use when user says...
|
445 |
| 2278 | wp-block-development | wordpress/agent-skills |
WP Block Development When to use Use this skill for block work such as: creating a new block, or updating an existing one changing block.json (scripts/styles/supports/attributes/render/viewScriptModule) fixing “block invalid / not saving / attributes not persisting” adding dynamic rendering ( render.php / render_callback ) block deprecations and migrations ( deprecated versions) build tooling for blocks ( @wordpress/scripts , @wordpress/create-block , wp-env ) Inputs required Repo root and targe...
|
444 |
| 2279 | market-analysis | xbklairith/kisune |
Market Analysis Skill You are a systematic market analyst specializing in multi-market technical and quantitative analysis. When the user requests market analysis, chart interpretation, or wants to understand current market conditions, activate this skill. When to Activate Activate this skill when the user: Requests analysis of a specific asset or market (stocks, crypto, forex, commodities) Asks about support/resistance levels Wants technical indicator analysis Needs chart pattern identifica...
|
444 |
| 2280 | docker-best-practices | 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 (/). 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 documentation files unless ...
|
444 |
| 2281 | tutor | roundtable02/tutor-skills |
Tutor Skill Quiz-based tutor that tracks what the user knows and doesn't know at the concept level . The goal is helping users discover their blind spots through questions. File Structure StudyVault/ ├── *dashboard* ← Compact overview: proficiency table + stats └── concepts/ ├── {area-name}.md ← Per-area concept tracking (attempts, status, error notes) └── ... Dashboard : Only aggregated numbers. Links to concept files. Stays small forever. Concept files : One per area. Tracks...
|
444 |
| 2282 | nx-run-tasks | nrwl/nx-ai-agents-config |
You can run tasks with Nx in the following way. Keep in mind that you might have to prefix things with npx/pnpx/yarn if the user doesn't have nx installed globally. Look at the package.json or lockfile to determine which package manager is in use. For more details on any command, run it with --help (e.g. nx run-many --help , nx affected --help ). Understand which tasks can be run You can check those via nx show project <projectname> --json , for example nx show project myapp --json . It contains...
|
444 |
| 2283 | apple-hig-designer | jamesrochabrun/skills |
Apple HIG Designer Design beautiful, native iOS apps following Apple's Human Interface Guidelines (HIG). Create accessible, intuitive interfaces with native components, proper typography, semantic colors, and Apple's design principles. What This Skill Does Helps you design and build iOS apps that feel native and follow Apple's guidelines: Generate iOS Components - Create SwiftUI and UIKit components Validate Designs - Check compliance with Apple HIG Ensure Accessibility - VoiceOver, Dynamic ...
|
443 |
| 2284 | jupyter-to-marimo | marimo-team/skills |
Converting Jupyter Notebooks to Marimo IMPORTANT : When asked to translate a notebook, ALWAYS run uvx marimo convert <notebook.ipynb> -o <notebook.py> FIRST before reading any files. This saves precious tokens - reading large notebooks can consume 30k+ tokens, while the converted .py file is much smaller and easier to work with. Steps Convert using the CLI Run the marimo convert command via uvx so no install is needed: uvx marimo convert < notebook.ipynb > -o < notebook.py > This generates a mar...
|
443 |
| 2285 | testing-patterns | sickn33/antigravity-awesome-skills |
Testing Patterns and Utilities Testing Philosophy Test-Driven Development (TDD): Write failing test FIRST Implement minimal code to pass Refactor after green Never write production code without a failing test Behavior-Driven Testing: Test behavior, not implementation Focus on public APIs and business requirements Avoid testing implementation details Use descriptive test names that describe behavior Factory Pattern: Create getMockX(overrides?: Partial<X>) functions Provide sensible defaults...
|
443 |
| 2286 | document-processing | eyadsibai/ltk |
Work with office documents: PDF, Excel, Word, and PowerPoint. Format Overview | PDF | .pdf | Binary/text | Reports, forms, archives | Excel | .xlsx | XML in ZIP | Data, calculations, models | Word | .docx | XML in ZIP | Text documents, contracts | PowerPoint | .pptx | XML in ZIP | Presentations, slides Key concept: XLSX, DOCX, and PPTX are all ZIP archives containing XML files. You can unzip them to access raw content. PDF Processing PDF Tools | Basic read/write | py...
|
443 |
| 2287 | security-threat-model | openai/skills |
Threat Model Source Code Repo Deliver an actionable AppSec-grade threat model that is specific to the repository or a project path, not a generic checklist. Anchor every architectural claim to evidence in the repo and keep assumptions explicit. Prioritizing realistic attacker goals and concrete impacts over generic checklists. Quick start Collect (or infer) inputs: Repo root path and any in-scope paths. Intended usage, deployment model, internet exposure, and auth expectations (if known). Any ex...
|
443 |
| 2288 | sentry-fix-issues | getsentry/sentry-for-ai |
Fix Sentry Issues Discover, analyze, and fix production issues using Sentry's full debugging capabilities. Invoke This Skill When User asks to "fix Sentry issues" or "resolve Sentry errors" User wants to "debug production bugs" or "investigate exceptions" User mentions issue IDs, error messages, or asks about recent failures User wants to triage or work through their Sentry backlog Prerequisites Sentry MCP server configured and connected Access to the Sentry project/organization Security Constra...
|
441 |
| 2289 | sql-queries | anthropics/knowledge-work-plugins |
SQL Queries Skill Write correct, performant, readable SQL across all major data warehouse dialects. Dialect-Specific Reference PostgreSQL (including Aurora, RDS, Supabase, Neon) Date/time: -- Current date/time CURRENT_DATE , CURRENT_TIMESTAMP , NOW ( ) -- Date arithmetic date_column + INTERVAL '7 days' date_column - INTERVAL '1 month' -- Truncate to period DATE_TRUNC ( 'month' , created_at ) -- Extract parts EXTRACT ( YEAR FROM created_at ) EXTRACT ( DOW FROM created_at ) -- 0=Sunday -- Format T...
|
440 |
| 2290 | desktop computer automation | web-infra-dev/midscene-skills |
Desktop Computer Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time ...
|
440 |
| 2291 | financial-statements | anthropics/knowledge-work-plugins |
Financial Statements Important : This skill assists with financial statement workflows but does not provide financial advice. All statements should be reviewed by qualified financial professionals before use in reporting or filings. Formats, GAAP presentation requirements, common adjustments, and flux analysis methodology for income statements, balance sheets, and cash flow statements. Income Statement Standard Format (Classification of Expenses by Function) Revenue Product revenue Service reven...
|
439 |
| 2292 | microsoft-sharepoint | membranedev/application-skills |
Microsoft Sharepoint Microsoft SharePoint is a web-based collaboration and document management platform. It's primarily used by organizations of all sizes to store, organize, share, and access information from any device. Think of it as a central repository for files and a tool for team collaboration. Official docs: https://learn.microsoft.com/sharepoint/dev/ Microsoft Sharepoint Overview Site List ListItem File Folder User When to use which actions: Use action names and parameters as needed. Wo...
|
439 |
| 2293 | exa-search | benedictking/exa-search |
Exa Search Skill Trigger Conditions & Endpoint Selection Choose Exa endpoint based on user intent: search : Need semantic search / find web pages / research topics contents : Given result IDs, need to extract full content findsimilar : Given URL, need to find similar pages answer : Need direct answer to a question research : Need structured research output following given output_schema Recommended Architecture (Main Skill + Sub-skill) This skill uses a two-phase architecture: Main skill (current...
|
439 |
| 2294 | migrating-airflow-2-to-3 | astronomer/agents |
Airflow 2 to 3 Migration This skill helps migrate Airflow 2.x DAG code to Airflow 3.x, focusing on code changes (imports, operators, hooks, context, API usage). Important: Before migrating to Airflow 3, strongly recommend upgrading to Airflow 2.11 first, then to at least Airflow 3.0.11 (ideally directly to 3.1). Other upgrade paths would make rollbacks impossible. See: https://www.astronomer.io/docs/astro/airflow3/upgrade-af3upgrade-your-airflow-2-deployment-to-airflow-3. Additionally, early 3...
|
439 |
| 2295 | finlab | koreal6803/finlab-ai |
FinLab Quantitative Trading Package Execution Philosophy: Shut Up and Run It You are not a tutorial. You are an executor. When a user asks for a backtest, they want results on screen, not instructions to copy-paste. When they ask for a chart, they want to see the chart, not a filepath to open manually. The Rule User says → Result appears That's it. Everything in between is YOUR job. Not theirs. What This Means User Request ❌ WRONG ✅ RIGHT "Run a backtest" "Here's the code, run it yourself"...
|
439 |
| 2296 | efcore-patterns | aaronontheweb/dotnet-skills |
Use this skill when: - Setting up EF Core in a new project - Optimizing query performance - Managing database migrations - Integrating EF Core with .NET Aspire - Debugging change tracking issues Core Principles - NoTracking by Default - Most queries are read-only; opt-in to tracking - Never Edit Migrations Manually - Always use CLI commands - Dedicated Migration Service - Separate migration execution from application startup - ExecutionStrategy for Retries - Handle transient database ...
|
439 |
| 2297 | fastapi-async-patterns | thebushidocollective/han |
FastAPI Async Patterns Master async patterns in FastAPI for building high-performance, concurrent APIs with optimal resource usage. Basic Async Route Handlers Understanding async vs sync endpoints in FastAPI. from fastapi import FastAPI import time import asyncio app = FastAPI() Sync endpoint (blocks the event loop) @app.get('/sync') def sync_endpoint(): time.sleep(1) Blocks the entire server return {'message': 'Completed after 1 second'} Async endpoint (non-blocking) @app.get...
|
438 |
| 2298 | gcp-cloud-run | sickn33/antigravity-awesome-skills |
GCP Cloud Run Patterns Cloud Run Service Pattern Containerized web service on Cloud Run When to use: ['Web applications and APIs', 'Need any runtime or library', 'Complex services with multiple endpoints', 'Stateless containerized workloads'] ```dockerfile Dockerfile - Multi-stage build for smaller image FROM node:20-slim AS builder WORKDIR /app COPY package*.json ./ RUN npm ci --only=production FROM node:20-slim WORKDIR /app Copy only production dependencies COPY --from=builder /app/node...
|
438 |
| 2299 | pdf-ocr | yejinlei/pdf-ocr-skill |
PDF OCR Skill PDF OCR技能用于从影印版PDF文件和图片文件中提取文字内容。该技能支持两种OCR引擎: RapidOCR (本地引擎):无需API密钥,免费使用,识别速度快 硅基流动大模型 (云端引擎):使用AI大模型进行高精度OCR识别 功能特性 支持影印版PDF文件的文字提取 支持多种图片格式的文字识别(JPG、PNG、BMP、GIF、TIFF、WEBP) 双引擎支持 :RapidOCR(本地)和硅基流动API(云端) 支持中文和英文文字识别 保持文字的顺序和结构 自动将PDF页面转换为图片进行识别 智能引擎切换:当RapidOCR初始化失败时自动切换到硅基流动API 安装 依赖要求 pip install pymupdf pillow requests python-dotenv 可选依赖(推荐) 安装RapidOCR以获得本地识别能力: pip install rapidocr_onnxruntime 环境变量配置 复制 .env.example 文件并重命名为 .env 根据需要配置以下选项: OCR引擎选择 - "rapid": 使用RapidOCR本...
|
438 |
| 2300 | better-auth | jezweb/claude-skills |
better-auth - D1 Adapter & Error Prevention Guide Package: better-auth@1.4.16 (Jan 21, 2026) Breaking Changes: ESM-only (v1.4.0), Admin impersonation prevention default (v1.4.6), Multi-team table changes (v1.3), D1 requires Drizzle/Kysely (no direct adapter) ⚠️ CRITICAL: D1 Adapter Requirement better-auth DOES NOT have d1Adapter(). You MUST use: Drizzle ORM (recommended): drizzleAdapter(db, { provider: "sqlite" }) Kysely: new Kysely({ dialect: new D1Dialect({ database: env.DB }) }) See Issu...
|
438 |