███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 1601 | adk-dev-guide | google/adk-docs |
ADK Development Workflow & Guidelines Session Continuity If this is a long session, re-read the relevant skill before each phase — /adk-cheatsheet before writing code, /adk-eval-guide before running evals, /adk-deploy-guide before deploying, /adk-scaffold before scaffolding. Context compaction may have dropped earlier skill content. DESIGN_SPEC.md — Your Primary Reference IMPORTANT : If DESIGN_SPEC.md exists in this project, it is your primary source of truth. Read it FIRST to understand: Functi...
|
779 |
| 1602 | skill-share | composiohq/awesome-claude-skills |
When to use this skill Use this skill when you need to: Create new Claude skills with proper structure and metadata Generate skill packages ready for distribution Automatically share created skills on Slack channels for team visibility Validate skill structure before sharing Package and distribute skills to your team Also use this skill when: User says he wants to create/share his skill This skill is ideal for: Creating skills as part of team workflows Building internal tools that need skill cre...
|
775 |
| 1603 | domain | railwayapp/railway-skills |
Domain Management Add, view, or remove domains for Railway services. When to Use User asks to "add a domain", "generate a domain", "get a URL" User wants to add a custom domain User asks "what's the URL for my service" User wants to remove a domain Add Railway Domain Generate a railway-provided domain (max 1 per service): railway domain --json For a specific service: railway domain --json --service backend Response Returns the generated domain URL. Service must have a deployment. Add C...
|
775 |
| 1604 | code-connect-components | figma/mcp-server-guide |
Code Connect Components Overview This skill helps you connect Figma design components to their corresponding code implementations using Figma's Code Connect feature. It analyzes the Figma design structure, searches your codebase for matching components, and establishes mappings that maintain design-code consistency. Prerequisites Figma MCP server must be connected and accessible User must provide a Figma URL with node ID: https://figma.com/design/:fileKey/:fileName?node-id=1-2 IMPORTANT: The F...
|
774 |
| 1605 | typescript | lobehub/lobehub |
TypeScript Code Style Guide Types and Type Safety Avoid explicit type annotations when TypeScript can infer Avoid implicitly any ; explicitly type when necessary Use accurate types: prefer Record<PropertyKey, unknown> over object or any Prefer interface for object shapes (e.g., React props); use type for unions/intersections Prefer as const satisfies XyzInterface over plain as const Prefer @ts-expect-error over @ts-ignore over as any Avoid meaningless null/undefined parameters; design strict fun...
|
774 |
| 1606 | last30days | mvanhorn/last30days-skill |
last30days v2.9.5: Research Any Topic from the Last 30 Days Permissions overview: Reads public web/platform data and optionally saves research briefings to ~/Documents/Last30Days/ . X/Twitter search uses optional user-provided tokens (AUTH_TOKEN/CT0 env vars). Bluesky search uses optional app password (BSKY_HANDLE/BSKY_APP_PASSWORD env vars - create at bsky.app/settings/app-passwords). Truth Social search uses optional bearer token (TRUTHSOCIAL_TOKEN env var - extract from browser dev tools). Al...
|
773 |
| 1607 | flutter-environment-setup-linux | flutter/skills |
flutter-linux-setup Goal Configures a Linux environment (Debian/Ubuntu or ChromeOS) for Flutter desktop application development by installing required system prerequisites, managing OS-specific configurations, and validating the toolchain. Decision Logic If OS is ChromeOS: Require manual enablement of Linux support before proceeding to package installation. If OS is Debian/Ubuntu: Proceed directly to apt-get package updates and installations. If OS is non-Debian (e.g., Fedora, Arch): Halt and in...
|
773 |
| 1608 | core-data-expert | avdlee/core-data-agent-skill |
Fast, production-oriented guidance for building correct, performant Core Data stacks and fixing common crashes. Agent behavior contract (follow these rules) - Determine OS/deployment target when advice depends on availability (iOS 14+/17+ features, etc.). - Identify the context type before proposing fixes: view context (UI) vs background context (heavy work). - Recommend `NSManagedObjectID` for cross-context/cross-task communication; never pass `NSManagedObject` instances across contexts. ...
|
773 |
| 1609 | playwright-skill | lackeyjb/playwright-skill |
IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below. Replace $SKILL_DIR with the actual discovered path. Common installation paths: Plugin system: ~/.claude/plugins/marketplaces/playwright-skill/skills/playwright-skill Manual global: ~/.claude/skills/playwri...
|
772 |
| 1610 | word-document-processor | qodex-ai/ai-agent-skills |
DOCX creation, editing, and analysis Overview A user may ask you to create, edit, or analyze the contents of a .docx file. A .docx file is essentially a ZIP archive containing XML files and other resources that you can read or edit. You have different tools and workflows available for different tasks. Workflow Decision Tree Reading/Analyzing Content Use "Text extraction" or "Raw XML access" sections below Creating New Document Use "Creating a new Word document" workflow Editing Existing Do...
|
772 |
| 1611 | salesforce-developer | jeffallan/claude-skills |
Salesforce Developer Senior Salesforce developer with expertise in Apex, Lightning Web Components, declarative automation, and enterprise CRM integrations built on the Salesforce platform. Role Definition You are a senior Salesforce developer with deep experience building enterprise-grade solutions on the Salesforce platform. You specialize in Apex development, Lightning Web Components, SOQL optimization, governor limit management, integration patterns, and Salesforce DX. You build scalable, ...
|
768 |
| 1612 | okx-cex-market | okx/agent-skills |
OKX CEX Market Data CLI Public market data for OKX exchange: prices, order books, candles, funding rates, open interest, and instrument info. All commands are read-only and do not require API credentials . Prerequisites Install okx CLI: npm install -g @okx_ai/okx-trade-cli No credentials needed for market data — all commands are public. Verify install: okx market ticker BTC-USDT Demo vs Live Mode Market data commands are public and read-only — demo mode has no effect . The same data is returned ...
|
768 |
| 1613 | clean-architecture | pproenca/dot-skills |
Clean Architecture Best Practices Comprehensive guide to Clean Architecture principles for designing maintainable, testable software systems. Based on Robert C. Martin's "Clean Architecture: A Craftsman's Guide to Software Structure and Design." Contains 42 rules across 8 categories, prioritized by architectural impact. When to Apply Reference these guidelines when: Designing new software systems or modules Structuring dependencies between layers Defining boundaries between business logic an...
|
768 |
| 1614 | giving-presentations | refoundai/lenny-skills |
Giving Presentations Help the user create and deliver compelling presentations using techniques from 19 product leaders. How to Help When the user asks for help with presentations: Understand the context - Ask about the audience, the stakes, the format (keynote, board meeting, all-hands), and how much time they have Start with narrative, not slides - Help them identify the one thing they want the audience to remember before touching slide software Structure for engagement - Guide them to use con...
|
767 |
| 1615 | storefront-best-practices | medusajs/medusa-agent-skills |
Ecommerce Storefront Best Practices Comprehensive guidance for building modern, high-converting ecommerce storefronts covering UI/UX patterns, component design, layout structures, SEO optimization, and mobile responsiveness. When to Apply ALWAYS load this skill when working on ANY storefront task: Adding checkout page/flow - Payment, shipping, order placement Implementing cart - Cart page, cart popup, add to cart functionality Building product pages - Product details, product listings, product g...
|
766 |
| 1616 | python-best-practices | 0xbigboss/claude-code |
Python Best Practices Type-First Development Types define the contract before implementation. Follow this workflow: Define data models - dataclasses, Pydantic models, or TypedDict first Define function signatures - parameter and return type hints Implement to satisfy types - let the type checker guide completeness Validate at boundaries - runtime checks where data enters the system Make Illegal States Unrepresentable Use Python's type system to prevent invalid states at type-check time. Data...
|
765 |
| 1617 | internal-comms | composiohq/awesome-claude-skills |
When to use this skill To write internal communications, use this skill for: 3P updates (Progress, Plans, Problems) Company newsletters FAQ responses Status reports Leadership updates Project updates Incident reports How to use this skill To write any internal communication: Identify the communication type from the request Load the appropriate guideline file from the examples/ directory: examples/3p-updates.md - For Progress/Plans/Problems team updates examples/company-newsletter.md - For compan...
|
765 |
| 1618 | php-best-practices | asyrafhussin/agent-skills |
PHP Best Practices Modern PHP 8.x patterns, PSR standards, type system best practices, and SOLID principles. Contains 45+ rules for writing clean, maintainable PHP code. When to Apply Reference these guidelines when: Writing or reviewing PHP code Implementing classes and interfaces Using PHP 8.x modern features Ensuring type safety Following PSR standards Applying design patterns Rule Categories by Priority Priority Category Impact Prefix 1 Type System CRITICAL type- 2 Modern Features CRITIC...
|
764 |
| 1619 | adk-cheatsheet | google/adk-docs |
ADK Cheatsheet Python only for now. This cheatsheet currently covers the Python ADK SDK. Support for other languages is coming soon. Reference Files File Contents references/python.md Python ADK API quick reference — agents, tools, auth, orchestration, callbacks, plugins, state, artifacts, context caching/compaction, session rewind references/docs-index.md ADK docs index (synced from llms.txt) — titles and URLs for fetching ADK documentation pages. If missing, fetch https://google.github.io/adk-...
|
763 |
| 1620 | apollo-mcp-server | apollographql/skills |
Apollo MCP Server Guide Apollo MCP Server exposes GraphQL operations as MCP tools, enabling AI agents to interact with GraphQL APIs through the Model Context Protocol. Quick Start Step 1: Install Using npm npm install -g @apollo/mcp-server Or run directly with npx npx @apollo/mcp-server Step 2: Configure Create mcp.yaml in your project root: mcp.yaml endpoint: https://api.example.com/graphql schema: type: local path: ./schema.graphql operations: type: local paths: - ./operat...
|
761 |
| 1621 | adk-scaffold | google/adk-docs |
ADK Project Scaffolding Guide Use the agent-starter-pack CLI (via uvx ) to create new ADK agent projects or enhance existing ones with deployment, CI/CD, and infrastructure scaffolding. Step 1: Gather Requirements Start with the use case, then ask follow-ups based on answers. Always ask: What problem will the agent solve? — Core purpose and capabilities External APIs or data sources needed? — Tools, integrations, auth requirements Safety constraints? — What the agent must NOT do, guardrails Depl...
|
760 |
| 1622 | manimgl-best-practices | adithya-s-k/manim_skill |
How to use Read individual rule files for detailed explanations and code examples: Core Concepts rules/scenes.md - InteractiveScene, Scene types, and construct method rules/mobjects.md - Mobject types, VMobject, Groups, and positioning rules/animations.md - Animation classes, playing animations, and timing Creation & Transformation rules/creation-animations.md - ShowCreation, Write, FadeIn, DrawBorderThenFill rules/transform-animations.md - Transform, ReplacementTransform, TransformMatchingTex...
|
760 |
| 1623 | vite | onmax/nuxt-skills |
Vite Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. Preferences Use TypeScript: prefer vite.config.ts Always use ESM, avoid CommonJS Core Topic Description Reference Configuration vite.config.ts , defineConfig , conditional configs, loadEnv core-config Features import.meta.glob , asset queries ( ?raw , ?url ), import.meta.env , HMR API...
|
758 |
| 1624 | gsap | martinholovsky/claude-skills-generator |
GSAP Animation Skill File Organization : This skill uses split structure. See references/ for advanced patterns. 1. Overview This skill provides GSAP (GreenSock Animation Platform) expertise for creating smooth, professional animations in the JARVIS AI Assistant HUD. Risk Level : LOW - Animation library with minimal security surface Primary Use Cases : HUD panel entrance/exit animations Status indicator transitions Data visualization animations Scroll-triggered effects Complex timeline sequences...
|
757 |
| 1625 | assistant-ui | assistant-ui/skills |
assistant-ui Always consult assistant-ui.com/llms.txt for latest API. React library for building AI chat interfaces with composable primitives. References ./references/architecture.md -- Core architecture and layered system ./references/packages.md -- Package overview and selection guide When to Use Use Case Best For Chat UI from scratch Full control over UX Existing AI backend Connects to any streaming backend Custom message types Tools, images, files, custom parts Multi-thread apps Built-in...
|
756 |
| 1626 | content-marketing | refoundai/lenny-skills |
Content Marketing Help the user build effective content marketing using frameworks from 23 product leaders who have built content engines at companies like Notion, First Round, and The Pragmatic Engineer. How to Help When the user asks for help with content marketing: Identify the goal - Determine if content is for SEO, brand building, lead generation, or thought leadership Find content-market fit - Help them identify the specific anxieties or needs their content will solve Choose the right form...
|
756 |
| 1627 | skill-creator | langgenius/dify |
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...
|
756 |
| 1628 | xiaohongshu-cover-generator | freestylefly/xiaohongshu-skills |
Xiaohongshu Cover Generator This skill generates Xiaohongshu-style cover images based on user-provided topics. Usage When a user requests a Xiaohongshu cover image: Confirm the topic with the user if not clear Check for API key (CANGHE_API_KEY environment variable or ask user to provide it) Run the generation script with the topic The image will be saved to the current working directory with filename format: xiaohongshu-cover-{timestamp}.png Running the Script The script is located at scrip...
|
755 |
| 1629 | redis-development | redis/agent-skills |
Redis Best Practices Comprehensive performance optimization guide for Redis, including Redis Query Engine, vector search, and semantic caching. Contains 29 rules across 11 categories, prioritized by impact to guide automated optimization and code generation. When to Apply Reference these guidelines when: Designing Redis data models and key structures Implementing caching, sessions, or real-time features Using Redis Query Engine (FT.CREATE, FT.SEARCH, FT.AGGREGATE) Building vector search or RAG a...
|
753 |
| 1630 | brainstorming | sickn33/antigravity-awesome-skills |
Brainstorming Ideas Into Designs Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
753 |
| 1631 | trigger-tasks | triggerdotdev/skills |
Build durable background tasks that run reliably with automatic retries, queuing, and observability. When to Use - Creating background jobs or async workflows - Building AI agents that need long-running execution - Processing webhooks, emails, or file uploads - Scheduling recurring tasks (cron) - Any work that shouldn't block your main application Critical Rules - Always use `@trigger.dev/sdk` — never use deprecated `client.defineJob` - Check `result.ok` before accessing `result.outpu...
|
752 |
| 1632 | adk-deploy-guide | google/adk-docs |
ADK Deployment Guide Scaffolded project? Use the make commands throughout this guide — they wrap Terraform, Docker, and deployment into a tested pipeline. No scaffold? See Quick Deploy below, or the ADK deployment docs . For production infrastructure, scaffold with /adk-scaffold . Reference Files For deeper details, consult these reference files in references/ : cloud-run.md — Scaling defaults, Dockerfile, session types, networking agent-engine.md — deploy.py CLI, AdkApp pattern, Terraform resou...
|
751 |
| 1633 | python-backend | jiatastic/open-python-skills |
python-backend Production-ready Python backend patterns for FastAPI, SQLAlchemy, and Upstash. When to Use This Skill Building REST APIs with FastAPI Implementing JWT/OAuth2 authentication Setting up SQLAlchemy async databases Integrating Redis/Upstash caching and rate limiting Refactoring AI-generated Python code Designing API patterns and project structure Core Principles Async-first - Use async/await for I/O operations Type everything - Pydantic models for validation Dependency injection - Use...
|
751 |
| 1634 | web-development | tencentcloudbase/skills |
When to use this skill Use this skill for Web frontend project development when you need to: Develop web frontend pages and interfaces Deploy static websites to CloudBase static hosting Integrate CloudBase Web SDK for database, cloud functions, and authentication Set up modern frontend build systems (Vite, Webpack, etc.) Handle routing and build configurations for static hosting Do NOT use for: Mini-program development (use miniprogram-development skill) Backend service development (use cloudrun...
|
750 |
| 1635 | adk-observability-guide | google/adk-docs |
ADK Observability Guide Scaffolded project? Cloud Trace and prompt-response logging are pre-configured by Terraform. See references/cloud-trace-and-logging.md for infrastructure details, env vars, and verification commands. No scaffold? Follow the ADK docs links below for manual setup. For production infrastructure, scaffold with /adk-scaffold . Reference Files File Contents references/cloud-trace-and-logging.md Scaffolded project details — Terraform-provisioned resources, environment variables,...
|
750 |
| 1636 | adk-eval-guide | google/adk-docs |
ADK Evaluation Guide Scaffolded project? If you used /adk-scaffold , you already have make eval , tests/eval/evalsets/ , and tests/eval/eval_config.json . Start with make eval and iterate from there. Non-scaffolded? Use adk eval directly — see Running Evaluations below. Reference Files File Contents references/criteria-guide.md Complete metrics reference — all 8 criteria, match types, custom metrics, judge model config references/user-simulation.md Dynamic conversation testing — ConversationScen...
|
750 |
| 1637 | content-hash-cache-pattern | affaan-m/everything-claude-code |
Content-Hash File Cache Pattern Cache expensive file processing results (PDF parsing, text extraction, image analysis) using SHA-256 content hashes as cache keys. Unlike path-based caching, this approach survives file moves/renames and auto-invalidates when content changes. When to Activate Building file processing pipelines (PDF, images, text extraction) Processing cost is high and same files are processed repeatedly Need a --cache/--no-cache CLI option Want to add caching to existing pure func...
|
749 |
| 1638 | playwright-skill | testdino-hq/playwright-skill |
IMPORTANT - Path Resolution: This skill can be installed in different locations (plugin system, manual installation, global, or project-specific). Before executing any commands, determine the skill directory based on where you loaded this SKILL.md file, and use that path in all commands below. Replace $SKILL_DIR with the actual discovered path. Common installation paths: Plugin system: ~/.claude/plugins/marketplaces/playwright-skill/skills/playwright-skill Manual global: ~/.claude/skills/playwri...
|
749 |
| 1639 | fastify-best-practices | mcollina/skills |
When to use Use this skill when you need to: Develop backend applications using Fastify Implement Fastify plugins and route handlers Get guidance on Fastify architecture and patterns Use TypeScript with Fastify (strip types) Implement testing with Fastify's inject method Configure validation, serialization, and error handling How to use Read individual rule files for detailed explanations and code examples: rules/plugins.md - Plugin development and encapsulation rules/routes.md - Route organizat...
|
747 |
| 1640 | react-native-expo | jezweb/claude-skills |
React Native Expo (0.76-0.82+ / SDK 52+) Status: Production Ready Last Updated: 2026-01-21 Dependencies: Node.js 20.19.4+, Expo CLI, Xcode 16.1+ (iOS) Latest Versions: react-native@0.81.5, expo@~54.0.31, react@19.2.3 Quick Start (15 Minutes) 1. Create New Expo Project (RN 0.76+) Create new Expo app with React Native 0.76+ npx create-expo-app@latest my-app cd my-app Install latest dependencies npx expo install react-native@latest expo@latest Why this matters: Expo SDK 52+ uses React Nati...
|
744 |
| 1641 | search-first | affaan-m/everything-claude-code |
/search-first — Research Before You Code Systematizes the "search for existing solutions before implementing" workflow. Trigger Use this skill when: Starting a new feature that likely has existing solutions Adding a dependency or integration The user asks "add X functionality" and you're about to write code Before creating a new utility, helper, or abstraction Workflow ┌─────────────────────────────────────────────┐ │ 1. NEED ANALYSIS │ │ Define what functionality ...
|
744 |
| 1642 | trading-analysis | gracefullight/stock-checker |
Trading Analysis & Investment Report Generator This skill generates comprehensive investment reports combining real-time market data, technical analysis, Claude AI insights, and professional visualizations. What This Skill Does Downloads real-time market data from Yahoo Finance Calculates 10+ technical indicators (RSI, MACD, Moving Averages, Bollinger Bands, etc.) Analyzes market conditions using Claude AI Generates 4 types of professional charts (price, indicators, volatility, dashboard) Crea...
|
740 |
| 1643 | building-storefronts | medusajs/medusa-agent-skills |
Medusa Storefront Development Frontend integration guide for building storefronts with Medusa. Covers SDK usage, React Query patterns, and calling custom API routes. When to Apply Load this skill for ANY storefront development task, including: Calling custom Medusa API routes from the storefront Integrating Medusa SDK in frontend applications Using React Query for data fetching Implementing mutations with optimistic updates Error handling and cache invalidation Also load building-with-medus...
|
739 |
| 1644 | openai-whisper | steipete/clawdis |
Whisper (CLI) Use whisper to transcribe audio locally. Quick start whisper /path/audio.mp3 --model medium --output_format txt --output_dir . whisper /path/audio.m4a --task translate --output_format srt Notes Models download to ~/.cache/whisper on first run. --model defaults to turbo on this install. Use smaller models for speed, larger for accuracy.
|
738 |
| 1645 | template-skill | composiohq/awesome-claude-skills |
Insert instructions below
|
738 |
| 1646 | opennews | 6551team/opennews-mcp |
OpenNews Crypto News Skill Query crypto news from the 6551 platform REST API. All endpoints require a Bearer token via $OPENNEWS_TOKEN . Get your token : https://6551.io/mcp Base URL : https://ai.6551.io Authentication All requests require the header: Authorization: Bearer $OPENNEWS_TOKEN News Operations 1. Get News Sources Fetch all available news source categories organized by engine type. curl -s -H "Authorization: Bearer $OPENNEWS_TOKEN " \ "https://ai.6551.io/open/news_type" Returns a tree ...
|
736 |
| 1647 | regex-vs-llm-structured-text | affaan-m/everything-claude-code |
Regex vs LLM for Structured Text Parsing A practical decision framework for parsing structured text (quizzes, forms, invoices, documents). The key insight: regex handles 95-98% of cases cheaply and deterministically. Reserve expensive LLM calls for the remaining edge cases. When to Activate Parsing structured text with repeating patterns (questions, forms, tables) Deciding between regex and LLM for text extraction Building hybrid pipelines that combine both approaches Optimizing cost/accuracy tr...
|
736 |
| 1648 | systems-thinking | refoundai/lenny-skills |
Systems Thinking Help the user apply systems thinking to complex problems using frameworks and insights from 6 product leaders. How to Help When the user asks for help with systems thinking: Map the system - Help them identify all players, their incentives, and how they interact with each other Identify stocks and flows - Understand what accumulates (stocks) and what moves between states (flows) Trace second-order effects - Work through what happens after the first-order impact of any change Fin...
|
736 |
| 1649 | chrome-cdp | pasky/chrome-cdp-skill |
Chrome CDP Lightweight Chrome DevTools Protocol CLI. Connects directly via WebSocket — no Puppeteer, works with 100+ tabs, instant connection. Prerequisites Chrome with remote debugging enabled: open chrome://inspect/remote-debugging and toggle the switch Node.js 22+ (uses built-in WebSocket) Commands All commands use scripts/cdp.mjs . The <target> is a unique targetId prefix from list ; copy the full prefix shown in the list output (for example 6BE827FA ). The CLI rejects ambiguous prefixes. Li...
|
735 |
| 1650 | trading-strategies | agentmc15/polymarket-trader |
Trading Strategy Development Skill Strategy Base Class from abc import ABC, abstractmethod from dataclasses import dataclass from typing import Optional from datetime import datetime from enum import Enum class SignalType(Enum): BUY = "buy" SELL = "sell" HOLD = "hold" @dataclass class Signal: type: SignalType token_id: str price: float size: float confidence: float 0-1 timestamp: datetime metadata: dict = None @dataclass class MarketState: token_i...
|
734 |