███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 9501 | gpd-metadata-sync | rudrankriyam/app-store-connect-cli-skills |
GPD Metadata Sync Use this skill to keep local metadata in sync with Google Play. Store listing fields gpd publish listing get --package com.example.app gpd publish listing update --package com.example.app --locale en-US --title "My App" gpd publish details get --package com.example.app gpd publish details update --package com.example.app --contact-email support@example.com Images and assets gpd publish images list phoneScreenshots --package com.example.app --locale en-US gpd publish images uplo...
|
216 |
| 9502 | ddd:software-architecture | neolabhq/context-engineering-kit |
Software Architecture Development Skill This skill provides guidance for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles. Code Style Rules General Principles Early return pattern : Always use early returns when possible, over nested conditions for better readability Avoid code duplication through creation of reusable functions and modules Decompose long (more than 80 lines of code) components and functions into multiple...
|
216 |
| 9503 | axiom-swiftui-performance | charleswiltgen/axiom |
SwiftUI Performance Optimization When to Use This Skill Use when: App feels less responsive (hitches, hangs, delayed scrolling) Animations pause or jump during execution Scrolling performance is poor Profiling reveals SwiftUI is the bottleneck View bodies are taking too long to run Views are updating more frequently than necessary Need to understand cause-and-effect of SwiftUI updates Example Prompts These are real questions developers ask that this skill is designed to answer: 1. "My app ha...
|
216 |
| 9504 | google-news | outsharp/shipp-skills |
Google News RSS API Google News is a free news aggregator that collects headlines from thousands of publishers around the world. Google exposes its feeds via public RSS 2.0 endpoints that require no authentication or API key . Base URL https://news.google.com/rss All feed URLs are built by appending paths and query parameters to this base. Query Parameters Every feed URL accepts the following query parameters to control region and language: Parameter Required Description Example hl Yes Interface...
|
216 |
| 9505 | browser | iamzhihuix/happy-claude-skills |
Browser Automation Automate browser interactions using the browse CLI with Claude. Setup check Before running any browser commands, verify the CLI is available: which browse || npm install -g @browserbasehq/browse-cli Environment Selection (Local vs Remote) The CLI automatically selects between local and remote browser environments based on available configuration: Local mode (default) Uses local Chrome — no API keys needed Best for: development, simple pages, trusted sites with no bot protectio...
|
216 |
| 9506 | amazon-movers-shakers | zhuhongyin/global-ecom-skills |
亚马逊飙升榜数据获取 (Amazon Movers & Shakers) 核心定位 这是跨境电商选品的数据源头工具。从亚马逊 Movers & Shakers 获取近期飙升商品,发现真实需求和市场趋势。 数据来源(优先级从高到低) 1. 卖家精灵 API(推荐) 卖家精灵是国内领先的亚马逊数据分析平台,提供专业的 API 接口: API 基础地址 : https://api.sellersprite.com/v1 MCP 接口 : https://mcp.sellersprite.com 获取 API Key : https://open.sellersprite.com/pricing/mcp 优势 : 数据准确、稳定 包含月销量、月营收等深度数据 无反爬风险 支持关键词搜索、类目热销榜等 API 接口 : 接口 说明 /traffic/keyword/stat/{marketplace}/{asin}/ 关键词流量数据 /product/info/{marketplace}/{asin}/ 产品详情 /bestsellers/{marketplace}/{category_id}/...
|
216 |
| 9507 | symfony:tdd-with-pest | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:tdd-with-pest<div
|
216 |
| 9508 | home-assistant-custom-integration | bradsjm/hassio-addons |
Home Assistant Custom Integration Examples Workflow Read the official docs overview first. Use the practical checklist while building. Start from the template example, then layer in complexity with the intermediate and push-data examples. References All reference and script files are relative to the location of this SKILL.md file. Official docs overview: references/official-docs.md Build checklist: references/checklist.md Template example: references/msp_integration_101_template Intermediate exa...
|
216 |
| 9509 | cloudflare-development | mindrally/skills |
Cloudflare Development Best Practices Overview This skill provides comprehensive guidelines for developing applications on Cloudflare's edge platform, including Workers, Pages, KV storage, D1 databases, R2 object storage, and Durable Objects. Core Principles Write lightweight, fast code optimized for edge execution Minimize cold start times and execution duration Use appropriate storage solutions for each use case Follow security best practices for edge computing Leverage Cloudflare's global n...
|
216 |
| 9510 | python-testing | mindrally/skills |
Python Testing Patterns Comprehensive testing strategies for Python applications using pytest, TDD methodology, and best practices. When to Activate Writing new Python code (follow TDD: red, green, refactor) Designing test suites for Python projects Reviewing Python test coverage Setting up testing infrastructure Core Testing Philosophy Test-Driven Development (TDD) Always follow the TDD cycle: RED : Write a failing test for the desired behavior GREEN : Write minimal code to make the test pass R...
|
216 |
| 9511 | rozenite-agent | callstackincubator/rozenite |
CLI Use npx rozenite for Rozenite commands. Run npx rozenite from the app root where Metro is started for the target app. In monorepos, this is usually the app package root, not the repository root. Rules Agent work is session-scoped. Reuse one session across related commands. Always run Rozenite commands in serial. Never issue Rozenite agent commands in parallel. Start with npx rozenite agent session create . It creates or reuses the device session and returns when ready. Stop the session when ...
|
216 |
| 9512 | mastra-hono | jwynia/agent-skills |
Mastra + Hono Development Build production-ready AI agents, tools, and workflows using Mastra v1 Beta with Hono API servers. This skill covers the complete stack from agent definition to deployment. Target version: Mastra v1 Beta (stable release expected January 2026) When to Use This Skill Use when: Creating Mastra agents with tools and memory Defining tools with Zod input/output schemas Building workflows with multi-step data flow Setting up Hono API servers with Mastra adapters Implement...
|
216 |
| 9513 | blind-spot-detective | jwynia/agent-skills |
Blind Spot Detective Purpose Systematically identify what's missing in non-fiction writing—both blind spots (inherent limitations of your approach) and blank spots (gaps that could be addressed). Provides frameworks for finding omissions, testing assumptions, and ensuring comprehensive coverage. Core Principle What you can't see matters more than what you can. Identifying what's missing is harder than recognizing what's included. Systematic interrogation reveals gaps that casual review misses...
|
216 |
| 9514 | biologist-analyst | rysweet/amplihack |
Biologist Analyst Skill Purpose Analyze living systems, biological phenomena, and life sciences questions through the disciplinary lens of biology, applying established frameworks (evolutionary theory, molecular biology, ecology, systems biology), multiple levels of analysis (molecular, cellular, organismal, population, ecosystem), and evidence-based methods to understand how life works, how organisms adapt, and how biological systems interact. When to Use This Skill Evolutionary Analysis: Und...
|
216 |
| 9515 | devcontainer | jwynia/agent-skills |
Devcontainer Diagnostic Diagnose devcontainer and Docker development environment problems. Help create reproducible, fast-starting development environments that work consistently across VS Code, GitHub Codespaces, and team members. When to Use This Skill Use this skill when: Setting up a new devcontainer Container startup is too slow Configuration errors or conflicts Different behavior in VS Code vs Codespaces Multi-service development environment needed Do NOT use this skill when: Writing...
|
216 |
| 9516 | go-best-practices | 0xbigboss/claude-code |
Go Best Practices Type-First Development Types define the contract before implementation. Follow this workflow: Define data structures - structs and interfaces first Define function signatures - parameters, return types, and error conditions Implement to satisfy types - let the compiler guide completeness Validate at boundaries - check inputs where data enters the system Make Illegal States Unrepresentable Use Go's type system to prevent invalid states at compile time. Structs for domain mod...
|
216 |
| 9517 | cellxgene-census | davila7/claude-code-templates |
CZ CELLxGENE Census Overview The CZ CELLxGENE Census provides programmatic access to a comprehensive, versioned collection of standardized single-cell genomics data from CZ CELLxGENE Discover. This skill enables efficient querying and analysis of millions of cells across thousands of datasets. The Census includes: 61+ million cells from human and mouse Standardized metadata (cell types, tissues, diseases, donors) Raw gene expression matrices Pre-calculated embeddings and statistics Integratio...
|
216 |
| 9518 | pyopenms | davila7/claude-code-templates |
PyOpenMS Overview PyOpenMS provides Python bindings to the OpenMS library for computational mass spectrometry, enabling analysis of proteomics and metabolomics data. Use for handling mass spectrometry file formats, processing spectral data, detecting features, identifying peptides/proteins, and performing quantitative analysis. Installation Install using uv: uv uv pip install pyopenms Verify installation: import pyopenms print(pyopenms.__version__) Core Capabilities PyOpenMS organizes f...
|
216 |
| 9519 | histolab | davila7/claude-code-templates |
Histolab Overview Histolab is a Python library for processing whole slide images (WSI) in digital pathology. It automates tissue detection, extracts informative tiles from gigapixel images, and prepares datasets for deep learning pipelines. The library handles multiple WSI formats, implements sophisticated tissue segmentation, and provides flexible tile extraction strategies. Installation uv pip install histolab Quick Start Basic workflow for extracting tiles from a whole slide image: from ...
|
216 |
| 9520 | opentargets-database | davila7/claude-code-templates |
Open Targets Database Overview The Open Targets Platform is a comprehensive resource for systematic identification and prioritization of potential therapeutic drug targets. It integrates publicly available datasets including human genetics, omics, literature, and chemical data to build and score target-disease associations. Key capabilities: Query target (gene) annotations including tractability, safety, expression Search for disease-target associations with evidence scores Retrieve evidence ...
|
216 |
| 9521 | ena-database | davila7/claude-code-templates |
ENA Database Overview The European Nucleotide Archive (ENA) is a comprehensive public repository for nucleotide sequence data and associated metadata. Access and query DNA/RNA sequences, raw reads, genome assemblies, and functional annotations through REST APIs and FTP for genomics and bioinformatics pipelines. When to Use This Skill This skill should be used when: Retrieving nucleotide sequences or raw sequencing reads by accession Searching for samples, studies, or assemblies by metadata c...
|
216 |
| 9522 | arboreto | davila7/claude-code-templates |
Arboreto Overview Arboreto is a computational library for inferring gene regulatory networks (GRNs) from gene expression data using parallelized algorithms that scale from single machines to multi-node clusters. Core capability: Identify which transcription factors (TFs) regulate which target genes based on expression patterns across observations (cells, samples, conditions). Quick Start Install arboreto: uv pip install arboreto Basic GRN inference: import pandas as pd from arboreto.algo...
|
216 |
| 9523 | professional-communication | davila7/claude-code-templates |
Professional Communication Overview This skill provides frameworks and guidance for effective professional communication in software development contexts. Whether you're writing an email to stakeholders, crafting a team chat message, or preparing meeting agendas, these principles help you communicate clearly and build professional credibility. Core principle: Effective communication isn't about proving how much you know - it's about ensuring your message is received and understood. When to Use T...
|
216 |
| 9524 | conductor-revert | sickn33/antigravity-awesome-skills |
Revert Track Revert changes by logical work unit with full git awareness. Supports reverting entire tracks, specific phases, or individual tasks. Use this skill when Working on revert track tasks or workflows Needing guidance, best practices, or checklists for revert track Do not use this skill when The task is unrelated to revert track You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate o...
|
216 |
| 9525 | changelog-automation | sickn33/antigravity-awesome-skills |
Changelog Automation Patterns and tools for automating changelog generation, release notes, and version management following industry standards. When to Use This Skill Setting up automated changelog generation Implementing Conventional Commits Creating release note workflows Standardizing commit message formats Generating GitHub/GitLab release notes Managing semantic versioning Core Concepts 1. Keep a Changelog Format Changelog All notable changes to this project will be documented in this file...
|
216 |
| 9526 | dependency-injection-patterns | aaronontheweb/dotnet-skills |
Dependency Injection Patterns When to Use This Skill Use this skill when: Organizing service registrations in ASP.NET Core applications Avoiding massive Program.cs/Startup.cs files with hundreds of registrations Making service configuration reusable between production and tests Designing libraries that integrate with Microsoft.Extensions.DependencyInjection Reference Files advanced-patterns.md : Testing with DI extensions, Akka.NET actor scope management, conditional/factory/keyed registration p...
|
216 |
| 9527 | underdog-unit | jwynia/agent-skills |
Underdog Unit: Narrative Formula Skill You help writers create stories using the "Underdog Unit" formula: institutional outcasts given impossible mandates with minimal resources, creating pressure cookers for character development and creative problem-solving. Core Formula Outcasts + Impossible Mandate + Severe Constraints = Narrative Tension The power lies in: Forcing creative solutions through limitation Building team bonds through shared adversity Creating David vs. Goliath dynamics with...
|
216 |
| 9528 | auth0-migration | auth0/agent-skills |
Auth0 Migration Guide Migrate users and authentication flows from existing auth providers to Auth0. Overview When to Use This Skill Migrating from another auth provider to Auth0 Bulk importing existing users Gradually transitioning active user bases Updating JWT validation in APIs When NOT to Use Starting fresh with Auth0 - Use auth0-quickstart for new projects without existing users Already using Auth0 - This is for migrating TO Auth0, not between Auth0 tenants Only adding MFA or features - Use...
|
216 |
| 9529 | virtual-lists | patternsdev/skills |
List Virtualization Table of Contents When to Use When NOT to Use Instructions Details Source List virtualization (also known as windowing) is the idea of rendering only visible rows of content in a dynamic list instead of the entire list. The rows rendered are only a small subset of the full list with what is visible (the window) moving as the user scrolls. This can improve rendering performance. If you use React and need to display large lists of data efficiently , you may be familiar with rea...
|
216 |
| 9530 | compression | patternsdev/skills |
Compressing JavaScript Table of Contents When to Use Instructions Details Source JavaScript is the second biggest contributor to page size and the second most requested web resource on the internet after images. We use patterns that reduce the transfer, load, and execution time for JavaScript to improve website performance. Compression can help reduce the time needed to transfer scripts over the network. When to Use Use this when you need to reduce JavaScript payload sizes for faster page loads ...
|
216 |
| 9531 | module-pattern | patternsdev/skills |
Module Pattern Table of Contents When to Use When NOT to Use Instructions Details Source As your application and codebase grow, it becomes increasingly important to keep your code maintainable and separated. The module pattern allows you to split up your code into smaller, reusable pieces. Besides being able to split your code into smaller reusable pieces, modules allow you to keep certain values within your file private . Declarations within a module are scoped ( encapsulated ) to that module, ...
|
216 |
| 9532 | debug | pproenca/dot-skills |
/debug If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md . Run a structured debugging session to find and fix issues systematically. Usage /debug $ARGUMENTS How It Works ┌─────────────────────────────────────────────────────────────────┐ │ DEBUG │ ├─────────────────────────────────────────────────────────────────┤ │ Step 1: REPRODUCE │ │ ✓ U...
|
216 |
| 9533 | insecure-source-code-management | yaklang/hack-skills |
SKILL: Insecure Source Code Management AI LOAD INSTRUCTION : This skill covers detection and recovery of exposed version-control metadata, common backup artifacts, and related misconfigurations. Use only in authorized assessments. Treat recovered credentials and URLs as sensitive; do not exfiltrate real data beyond scope. For broad discovery workflow, cross-load recon-for-sec and recon-and-methodology when those skills exist in the workspace. 0. QUICK START High-value paths to probe first (GET o...
|
216 |
| 9534 | request-smuggling | yaklang/hack-skills |
SKILL: HTTP Request Smuggling — Expert Attack Playbook AI LOAD INSTRUCTION : Expert HTTP desync techniques. Covers CL.TE, TE.CL, TE.TE obfuscation variants, HTTP/2 downgrade and pseudo-header confusion, client-side desync (browser fetch pipelines), and tool-assisted fuzzing. Assumes familiarity with raw HTTP/1.1 framing and reverse-proxy topologies. This is not “header injection” — it is message boundary disagreement between hops. Routing note: load this skill when you suspect CDN/reverse-proxy ...
|
216 |
| 9535 | saml-sso-assertion-attacks | yaklang/hack-skills |
SKILL: SAML SSO and Assertion Attacks — Signature Validation, Binding, and Trust Confusion AI LOAD INSTRUCTION : Use this skill when the target uses SAML-based SSO and you need to validate assertion trust: signature coverage, audience and recipient checks, ACS handling, XML parsing weaknesses, and IdP/SP confusion. 1. WHEN TO LOAD THIS SKILL Load when: Enterprise SSO uses SAML requests or responses You see SAMLRequest , SAMLResponse , XML assertions, or ACS endpoints Login flows involve an exter...
|
216 |
| 9536 | jndi-injection | yaklang/hack-skills |
SKILL: JNDI Injection — Expert Attack Playbook AI LOAD INSTRUCTION : Expert JNDI injection techniques. Covers lookup mechanism abuse, RMI/LDAP class loading, JDK version constraints, Log4Shell (CVE-2021-44228), marshalsec tooling, and post-8u191 bypass via deserialization gadgets. Base models often confuse JNDI injection with general deserialization — this file clarifies the distinct attack surface. 0. RELATED ROUTING deserialization-insecure when JNDI leads to deserialization (post-8u191 bypass...
|
216 |
| 9537 | abund-ai | abund-ai/abund.ai |
Abund.ai The first social network built exclusively for AI agents. Humans observe. You participate. Base URL: https://api.abund.ai/api/v1 🌐 100% Open Source Abund.ai is fully open source. You can shape the platform! Resource Link GitHub Repo github.com/abund-ai/abund.ai Feature Requests Post to c/feature-requests community Contribute Code Submit PRs to get your features built Skill Files File URL SKILL.md (this file) https://abund.ai/skill.md HEARTBEAT.md https://abund.ai/heartbeat.md skill.json...
|
215 |
| 9538 | gpd-ppp-pricing | rudrankriyam/app-store-connect-cli-skills |
PPP Pricing (Per-Region Pricing) Use this skill to set different prices per region for subscriptions and one-time products. Preconditions Ensure credentials are set ( GPD_SERVICE_ACCOUNT_KEY ). Use --package explicitly. Know target region codes and price micros. Subscription base plan pricing Migrate prices for a base plan gpd monetization baseplans migrate-prices --package com.example.app sub123 plan456 --region-code US --price-micros 9990000 Batch migrate prices gpd monetization baseplans batc...
|
215 |
| 9539 | reproduce-bug | everyinc/compound-engineering-plugin |
Bug Reproduction Framework Given a Linear ticket context ($ARGUMENTS), systematically reproduce the bug with a failing regression test. Step 1: Parse Signals Extract the following from the provided ticket context: Error message / stack trace (if provided) Reproduction steps (if provided) Workflow JSON (if attached) Affected area (node, execution engine, editor, API, config, etc.) Version where it broke / last working version Step 2: Route to Test Strategy Based on the affected area, pick the tes...
|
215 |
| 9540 | wordpress-block-editor-fse | bobmatnyc/claude-mpm-skills |
WordPress Block Editor & Full Site Editing Overview Full Site Editing (FSE) is production-ready (since WP 6.2) and treats everything as blocks—headers, footers, templates, not just content. Block themes use HTML templates + theme.json instead of PHP files + style.css. Key Components: theme.json: Centralized colors, typography, spacing, layout HTML Templates: Block-based files (index.html, single.html) Template Parts: Reusable components (header.html, footer.html) Block Patterns: Pre-designed ...
|
215 |
| 9541 | outreach-specialist | ognjengt/founder-skills |
Outreach Specialist Purpose Generate a personalized outreach sequence (default 3 messages) that sounds human, builds trust, and books calls — tailored to the prospect, platform, and offer. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "outreach-specialist loaded, tell me who you're reaching out to and what you're offering" Then wait for the user to provide their requirements in the next message. If $ARGUMENTS contains co...
|
215 |
| 9542 | xlsx | aiskillstore/marketplace |
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...
|
215 |
| 9543 | vision-multimodal | lobbi-docs/claude |
Leverage Claude's vision capabilities for image analysis, document processing, and multimodal understanding. When to Use This Skill - Image analysis and description - Document/PDF processing - Screenshot analysis - OCR-like text extraction - Visual comparison - Chart and diagram interpretation Supported Formats | JPEG | ✓ | Photos, natural scenes | PNG | ✓ | Screenshots, UI, text | GIF | ✓ | Animated (first frame) | WebP | ✓ | Modern, compressed | PDF | ✓ | Documents...
|
215 |
| 9544 | social-writer | itechmeat/llm-code |
Social Writer Create platform-optimized social media content that sounds human, drives engagement, and builds audience. Quick Navigation Topic Reference X Single Posts x-posts.md X Threads x-threads.md X Content Strategy x-strategy.md Hook Patterns hooks.md LinkedIn linkedin.md Threads & Instagram threads-instagram.md Facebook facebook.md AI Writing Avoidance ai-avoidance.md Style Guide style-guide.md Technical Blog Styles technical-styles.md Platform Quick Reference Platform Limit Best Length...
|
215 |
| 9545 | nansen-wallet-deep-dive | nansen-ai/nansen-cli |
Wallet Analysis Answers: "Who is this wallet and what have they been doing?" ADDR = < address > CHAIN = ethereum nansen research profiler labels --address $ADDR --chain $CHAIN → label, category (e.g. "Smart Trader", "Fund", "Public Figure", ENS names) nansen research profiler balance --address $ADDR --chain $CHAIN → token_symbol, token_name, token_amount, price_usd, value_usd per holding nansen research profiler pnl-summary --address $ADDR --chain $CHAIN --days 30 → realized_pnl_usd, realized...
|
215 |
| 9546 | fhir-developer-skill | anthropics/healthcare |
FHIR Developer Skill Quick Reference HTTP Status Codes Code When to Use 200 OK Successful read, update, or search 201 Created Successful create (include Location header) 204 No Content Successful delete 400 Bad Request Malformed JSON, wrong resourceType 401 Unauthorized Missing, expired, revoked, or malformed token (RFC 6750) 403 Forbidden Valid token but insufficient scopes 404 Not Found Resource doesn't exist 412 Precondition Failed If-Match ETag mismatch (NOT 400!) 422 Unprocessable Entity Mi...
|
215 |
| 9547 | animation-micro-interaction-pack | patricio0312rev/skills |
Animation & Micro-interaction Pack Create polished, performant animations and micro-interactions. Animation Patterns Hover Effects: Scale, lift (translateY), glow (box-shadow), color shifts Entrance: Fade-in, slide-in, zoom-in with stagger for lists Exit: Fade-out, slide-out, scale-out Loading: Pulse, skeleton waves, progress bars Gestures: Ripple on click, drag feedback, swipe indicators Tailwind Animations /* tailwind.config.js */ animation: { 'fade-in': 'fadeIn 0.5s ease-out', 'slide-...
|
215 |
| 9548 | quant-factor-screener | geeksfino/finskills |
量化因子筛选器 扮演量化权益分析师。使用基于学术因子研究的系统化多因子框架筛选A股——对价值、动量、质量、低波动、规模和成长因子进行评分和排名。 工作流程 第一步:确定参数 与用户确认: 输入 选项 默认 选股池 沪深300 / 中证500 / 中证1000 / 全A / 自定义 中证800 因子 全部6个或特定因子 全部 因子权重 等权或自定义 等权 行业约束 行业中性或不约束 行业中性 结果数量 前N只 前20只 宏观研判 当前因子择时评估 自动判断 排除项 行业、概念、特定个股 无 第二步:计算因子得分 对选股池中每只股票计算各因子得分。详细定义参见 references/factor-methodology.md 。 因子 主要指标 默认权重 价值 盈利收益率、PB倒数、FCF收益率、EV/EBITDA 1/6 动量 12-1月价格动量、盈利预期修正动量 1/6 质量 ROE、盈利稳定性、低杠杆、应计质量 1/6 低波动 已实现波动率(1年)、Beta、下行偏差 1/6 规模 市值(越小得分越高) 1/6 成长 营收增速、盈利增速、利润率扩张 1/6 对每个因子: 计算每只股票...
|
215 |
| 9549 | vitest-testing | secondsky/claude-skills |
Vitest Best Practices Quick Reference import { describe, it, expect, beforeEach, vi } from 'vitest' describe('feature name', () => { beforeEach(() => { vi.clearAllMocks() }) it('should do something specific', () => { expect(actual).toBe(expected) }) it.todo('planned test') it.skip('temporarily disabled') it.only('run only this during dev') }) Common Assertions // Equality expect(value).toBe(42) // Strict (===) expect(obj).toEqual({ a: 1 }) ...
|
215 |
| 9550 | 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...
|
215 |