Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
24,512
总 Skills
92.9M
总安装量
2,585
贡献者
# Skill 仓库 描述 安装量
8451 zustand-state-management mindrally/skills
Zustand State Management Last Updated: 2026-01-21 Latest Version: zustand@5.0.10 (released 2026-01-12) Dependencies: React 18-19, TypeScript 5+ Quick Start npm install zustand TypeScript Store (CRITICAL: use create<T>()() double parentheses): import { create } from 'zustand' interface BearStore { bears: number increase: (by: number) => void } const useBearStore = create<BearStore>()((set) => ({ bears: 0, increase: (by) => set((state) => ({ bears: state.bears + by })), })) Use in...
611
8452 videodb video-db/skills
VideoDB Skill Perception + memory + actions for video, live streams, and desktop sessions. When to use Desktop Perception Start/stop a desktop session capturing screen, mic, and system audio Stream live context and store episodic session memory Run real-time alerts/triggers on what's spoken and what's happening on screen Produce session summaries , a searchable timeline, and playable evidence links Video ingest + stream Ingest a file or URL and return a playable web stream link Transcode/normali...
611
8453 database-designer alirezarezvani/claude-skills
Database Designer - POWERFUL Tier Skill Overview A comprehensive database design skill that provides expert-level analysis, optimization, and migration capabilities for modern database systems. This skill combines theoretical principles with practical tools to help architects and developers create scalable, performant, and maintainable database schemas. Core Competencies Schema Design & Analysis Normalization Analysis : Automated detection of normalization levels (1NF through BCNF) Denormalizati...
611
8454 pyzotero k-dense-ai/scientific-agent-skills
Pyzotero Pyzotero is a Python wrapper for the Zotero API v3 . Use it to programmatically manage Zotero libraries: read items and collections, create and update references, upload attachments, manage tags, and export citations. Authentication Setup Required credentials — get from https://www.zotero.org/settings/keys : User ID : shown as "Your userID for use in API calls" API Key : create at https://www.zotero.org/settings/keys/new Library ID : for group libraries, the integer after /groups/ in th...
611
8455 rust-daily zhanghandong/rust-skills
Rust Daily Report Version: 2.1.0 | Last Updated: 2025-01-27 Fetch Rust community updates, filtered by time range. Data Sources Category Sources Ecosystem Reddit r/rust, This Week in Rust Official blog.rust-lang.org, Inside Rust Foundation rustfoundation.org (news, blog, events) Parameters time_range : day | week | month (default: week) category : all | ecosystem | official | foundation Show more
610
8456 azure-functions sickn33/antigravity-awesome-skills
Azure Functions Patterns Isolated Worker Model (.NET) Modern .NET execution model with process isolation Node.js v4 Programming Model Modern code-centric approach for TypeScript/JavaScript Python v2 Programming Model Decorator-based approach for Python functions Anti-Patterns ❌ Blocking Async Calls ❌ New HttpClient Per Request ❌ In-Process Model for New Projects ⚠️ Sharp Edges Issue Severity Solution Issue high Use async pattern with Durable Functions Issue high Use IHttpClientFactory (R...
610
8457 ui-design pproenca/dot-skills
Only code in HTML/Tailwind in a single code block. Any CSS styles should be in the style attribute. Start with a response, then code and finish with a response. Don't mention about tokens, Tailwind or HTML. Always include the html, head and body tags. Use lucide icons for javascript, 1.5 strokewidth. Unless style is specified by user, design in the style of Linear, Stripe, Vercel, Tailwind UI (IMPORTANT: don't mention names). Checkboxes, sliders, dropdowns, toggles should be custom (don't add, o...
610
8458 neon-drizzle neondatabase/ai-rules
Comprehensive Drizzle ORM setup for Neon databases with guided workflows. When to Use This Skill - Setting up Drizzle in a new project (Next.js, Vite, Express, etc.) - Integrating Drizzle into an existing application - Creating or modifying database schemas - Troubleshooting migration issues Code Generation Rules When generating TypeScript/JavaScript code: - BEFORE generating import statements, check tsconfig.json for path aliases (compilerOptions.paths) - If path aliases exist (e.g.,...
610
8459 recipe-deploy-apps-script googleworkspace/cli
Deploy an Apps Script Project PREREQUISITE: Load the following skills to execute this recipe: gws-apps-script Push local files to a Google Apps Script project. Steps List existing projects: gws apps-script projects list --format table Get project content: gws apps-script projects getContent --params '{"scriptId": "SCRIPT_ID"}' Update content: gws apps-script projects updateContent --params '{"scriptId": "SCRIPT_ID"}' --json '{"files": [{"name": "Code", "type": "SERVER_JS", "source": "function ma...
610
8460 pretext-text-measurement aradotso/trending-skills
Pretext Text Measurement & Layout Skill by ara.so — Daily 2026 Skills collection. Pretext is a pure JavaScript/TypeScript library for fast, accurate, DOM-free multiline text measurement and layout. It avoids getBoundingClientRect and offsetHeight (which trigger expensive layout reflows) by implementing its own measurement logic using the browser's font engine as ground truth. Installation npm install @chenglou/pretext Core Concepts prepare() / prepareWithSegments() — one-time analysis: normalize...
610
8461 python-uv mindrally/skills
Python Package Management with uv You are an expert in Python development with uv package management. Core Directive All Python dependencies must be installed, synchronized, and locked using uv. Never use pip, pip-tools, or poetry directly for dependency management. Dependency Management Commands For standard projects: uv add <package> uv remove <package> uv sync Script Management Execute scripts with proper dependency handling: uv run script.py Manual Inline Metadata Configuration S...
610
8462 clean-architecture mindrally/skills
Clean Architecture Framework A disciplined approach to structuring software so that business rules remain independent of frameworks, databases, and delivery mechanisms. Apply these principles when designing system architecture, reviewing module boundaries, or advising on dependency management. Core Principle Source code dependencies must point inward -- toward higher-level policies. Nothing in an inner circle can know anything about something in an outer circle. This single rule, applied consist...
610
8463 parallel-web k-dense-ai/scientific-agent-skills
Parallel Web Toolkit A unified skill for all web-powered tasks: searching, extracting, enriching, and researching — with academic and scientific sources as the default priority. Routing — pick the right capability Read the user's request and match it to one of the capabilities below. For web search, extract, enrichment, and deep research, read the corresponding reference file for detailed instructions. User wants to... Capability Where Look something up, research a topic, find current info Web S...
610
8464 motion secondsky/claude-skills
Motion Vue (motion-v) Animation library for Vue 3 and Nuxt. Production-ready, hardware-accelerated animations with minimal bundle size. Current stable: motion-v 1.x - Vue port of Motion (formerly Framer Motion) Overview Progressive reference for Motion Vue animations. Load only files relevant to current task (~200 tokens base, 500-1500 per sub-file). When to Use Use Motion Vue for: Simple declarative animations (fade, slide, scale) Gesture-based interactions (hover, tap, drag) Scroll-linked anim...
610
8465 analytics-data-analysis mindrally/skills
Analytics and Data Analysis You are an expert in data analysis, visualization, and Jupyter development using Python libraries including pandas, matplotlib, seaborn, and numpy. Key Principles Deliver concise, technical responses with accurate Python examples Emphasize readability and reproducibility in data analysis workflows Use functional programming patterns; minimize class usage Leverage vectorized operations over explicit loops for performance Use descriptive variable naming conventions (e...
610
8466 zod bobmatnyc/claude-mpm-skills
Zod Best Practices Comprehensive schema validation guide for Zod in TypeScript applications. Contains 43 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Writing new Zod schemas Choosing between parse() and safeParse() Implementing type inference with z.infer Handling validation errors for user feedback Composing complex object schemas Using refinements and transforms Optimizing bundle size and val...
609
8467 shadcn pproenca/dot-skills
shadcn/ui A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn@latest , pnpm dlx shadcn@latest , or bunx --bun shadcn@latest — based on the project's packageManager . Examples below use npx shadcn@latest but substitute the correct runner for the project. Current Project Context !`npx shadcn@latest info --json 2 >/dev/ null || echo ' { "error...
609
8468 technical-specification aj-geddes/useful-ai-prompts
Create comprehensive technical specifications that define system requirements, architecture, implementation details, and acceptance criteria for software projects. When to Use - Feature specifications - System design documents - Requirements documentation (PRD) - Architecture decision records (ADR) - Technical proposals - RFC (Request for Comments) - API design specs - Database schema designs Technical Specification Template ``` Technical Specification: [Feature Name] Document Sta...
609
8469 camoufox-cli bin-huang/camoufox-cli
Anti-Detect Browser Automation with camoufox-cli What Makes This Different camoufox-cli is built on Camoufox (anti-detect Firefox) with C++-level fingerprint spoofing: navigator.webdriver = false Real browser plugins, randomized canvas/WebGL/audio fingerprints Real Firefox UA string -- passes bot detection on sites that block Chromium automation Use camoufox-cli instead of agent-browser when the target site has bot detection. Core Workflow Every browser automation follows this pattern: Navigate ...
609
8470 grepai-trace-graph yoanbernabeu/grepai-skills
This skill covers using `grepai trace graph` to build complete call graphs showing all dependencies recursively. When to Use This Skill - Mapping complete function dependencies - Understanding complex code flows - Impact analysis for major refactoring - Visualizing application architecture What is Trace Graph? `grepai trace graph` builds a recursive dependency tree: ``` main ├── initialize │ ├── loadConfig │ │ └── parseYAML │ └── connectDB │ ├── createPool │ └── pin...
609
8471 clinical-reports davila7/claude-code-templates
Clinical Report Writing Overview Clinical report writing is the process of documenting medical information with precision, accuracy, and compliance with regulatory standards. This skill covers four major categories of clinical reports: case reports for journal publication, diagnostic reports for clinical practice, clinical trial reports for regulatory submission, and patient documentation for medical records. Apply this skill for healthcare documentation, research dissemination, and regulatory ...
609
8472 terminal-ui pproenca/dot-skills
DevEx Developer Experience TUI Best Practices Comprehensive developer experience guide for building TypeScript terminal user interfaces using Ink (React for CLIs) and Clack prompts. Contains 42 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation. When to Apply Reference these guidelines when: Building CLI tools with interactive prompts using @clack/prompts Creating React-based terminal UIs with Ink Handling keyboard input and user interactions ...
609
8473 crypto-com-app crypto-com/crypto-agent-trading
Skill: crypto-com-app Agent Capability Requirements This skill requires your agent platform to support the following capabilities. If your platform lacks any required capability, the skill will not function. Capability Required Details Shell command execution Yes Must be able to run npx tsx ./scripts/... and capture stdout Environment variables Yes Must read CDC_API_KEY and CDC_API_SECRET from the shell environment JSON parsing Yes Must parse structured JSON from script stdout to extract fields ...
609
8474 gcp-development mindrally/skills
GCP Development Best Practices Overview This skill provides comprehensive guidelines for developing applications on Google Cloud Platform (GCP), covering serverless computing, data services, Infrastructure as Code with Terraform, and security best practices. Core Principles Write clean, well-structured code using GCP client libraries Use Infrastructure as Code (Terraform) for all infrastructure management Follow Google Cloud security best practices and compliance guidelines Implement comprehen...
609
8475 open-notebook k-dense-ai/scientific-agent-skills
Open Notebook Overview Open Notebook is an open-source, self-hosted alternative to Google's NotebookLM that enables researchers to organize materials, generate AI-powered insights, create podcasts, and have context-aware conversations with their documents — all while maintaining complete data privacy. Unlike Google's Notebook LM, which has no publicly available API outside of the Enterprise version, Open Notebook provides a comprehensive REST API, supports 16+ AI providers, and runs entirely on ...
609
8476 scikit-survival k-dense-ai/scientific-agent-skills
scikit-survival: Survival Analysis in Python Overview scikit-survival is a Python library for survival analysis built on top of scikit-learn. It provides specialized tools for time-to-event analysis, handling the unique challenge of censored data where some observations are only partially known. Survival analysis aims to establish connections between covariates and the time of an event, accounting for censored records (particularly right-censored data from studies where participants don't experi...
609
8477 kstartup-search nomadamas/k-skill
창업진흥원 K-Startup 조회 What this skill does 공공데이터포털의 창업진흥원_K-Startup(사업소개,사업공고,콘텐츠 등)_조회서비스 ( kisedKstartupService01 , dataset 15125364 )를 k-skill-proxy 경유로 호출해 다음 4개 endpoint를 조회한다. business-info → getBusinessInformation01 : 통합공고 지원사업 정보 (예산, 규모, 수행기관, 사업소개) announcements → getAnnouncementInformation01 : 지원사업 공고 정보 (공고명, 접수기간, 지역, 신청대상, 모집진행여부 등 — 가장 활용도 높음 ) contents → getContentInformation01 : 창업관련 콘텐츠 (공지·뉴스·우수사례 등) statistics → getStatisticalInformation01 : 창업관련 통계보고서 조회 전용 스킬이다. 사업 신청·지원금 청구·콘...
609
8478 orchestrate hyperb1iss/hyperskills
Multi-Agent Orchestration Meta-orchestration patterns mined from 597+ real agent dispatches across production codebases. This skill tells you WHICH strategy to use, HOW to structure prompts, and WHEN to use background vs foreground. Core principle: Choose the right orchestration strategy for the work, partition agents by independence, inject context to enable parallelism, and adapt review overhead to trust level. Strategy Selection digraph strategy_selection { rankdir = TB ; "What type of work?"...
608
8479 analytics-tracking sickn33/antigravity-awesome-skills
Analytics Tracking You are an expert in analytics implementation and measurement. Your goal is to help set up tracking that provides actionable insights for marketing and product decisions. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task. Before implementi...
608
8480 tanstack-pacer tanstack-skills/tanstack-skills
Overview TanStack Pacer provides a unified, type-safe toolkit for controlling function execution timing. It offers class-based APIs, factory functions, and React hooks for debouncing, throttling, rate limiting, queuing, and batching. Core: @tanstack/pacer React: @tanstack/react-pacer Status: Beta Installation npm install @tanstack/pacer npm install @tanstack/react-pacer React hooks Debouncing Delays execution until after a period of inactivity. Class API import { Debouncer } from '@tanstack/pac...
608
8481 feishu-cli-doc-guide riba2534/feishu-cli
飞书文档创建规范指南 1. 概述 本技能是 其他飞书文档技能的参考规范 ,不可直接调用。整合了以下来源的验证经验: feishu-cli 项目代码实现( converter/ 、 client/board.go 、 cmd/import_markdown.go ) feishu-cli-write 、 feishu-cli-import 、 feishu-cli-plantuml 技能的实测数据 大规模导入测试:10,000+ 行 / 127 个图表 / 170+ 个表格的验证结果 适用场景 :生成将要导入飞书的 Markdown 文档时,参考本规范确保兼容性。 2. Markdown 语法全量参考 支持的语法与 Block 类型映射 Markdown 语法 Block Type 飞书块名称 说明 标题 ~ 标题 3-8 Heading1-6 最多 6 级(7-9 级导出降级为粗体段落) 普通段落 2 Text 纯文本 - 无序列表 12 Bullet 支持无限深度嵌套 1. 有序列表 13 Ordered 支持无限深度嵌套 - [x] / - [ ] 17 Todo 任务列表 `...
608
8482 document-illustrator op7418/document-illustrator-skill
Document Illustrator Skill 基于 AI 智能分析的文档配图生成工具。无需依赖特定格式,自动理解内容并生成专业配图。 🎯 核心特点 ✨ AI 智能归纳:自动理解文档内容,智能提取核心主题 🎨 格式无关:支持任何格式的文档(Markdown、纯文本、PDF 等) 📐 灵活比例:支持 16:9(横屏)和 3:4(竖屏) 🖼️ 封面图可选:可生成概括全文的封面图 🎭 三种风格:渐变玻璃卡片、票据风格、矢量插画 🚀 使用方法 直接告诉 Claude 帮我为这个文档生成配图:/path/to/document.md 或者: 我想为这篇文章生成一些配图 📝 完整工作流程 第 1 步:Claude 读取和理解文档 当你请求生成配图时,Claude 会: 使用 Read 工具读取完整文档 AI 分析理解文档内容和结构 识别核心主题和要点 无需担心文档格式: ✅ 标准 Markdown(、) ✅ 分隔线格式(======、------) ✅ 纯文本段落 ✅ 任何其他格式 第 2 步:配置选项(3 个问题) Claude 会询问你的偏好: 问题 1:图片比例...
608
8483 webapp-testing sickn33/antigravity-awesome-skills
Web Application Testing To test local web applications, write native Python Playwright scripts. Helper Scripts Available : scripts/with_server.py - Manages server lifecycle (supports multiple servers) Always run scripts with --help first to see usage. DO NOT read the source until you try running the script first and find that a customized solution is abslutely necessary. These scripts can be very large and thus pollute your context window. They exist to be called directly as black-box scripts ra...
608
8484 remotion digitalsamba/claude-code-video-toolkit
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
608
8485 figma-use-figjam figma/mcp-server-guide
use_figma — Figma Plugin API Skill for FigJam This skill contains FigJam-specific context for the use_figma MCP tool. The figma-use skill provides foundational context for plugin API execution via MCP as well as the full Figma plugin API for more advanced use-cases that are not described here. Always pass skillNames: "figma-use-figjam" when calling use_figma for FigJam operations. This is a logging parameter used to track skill usage — it does not affect execution. FigJam URL is figma.com/board/...
608
8486 citation-verification galaxy-dawn/claude-scholar
Citation Verification Reference Guide A reference guide for citation verification in academic paper writing, providing verification principles and best practices. Core Principle : Proactively verify every citation during the writing process using programmatic or canonical scholarly sources first: arXiv, DOI/CrossRef, Semantic Scholar, publisher landing pages, and Zotero metadata. Google Scholar is useful for manual discovery, but it is not the canonical verification authority. Core Problems Cita...
608
8487 frontend-a11y affaan-m/ecc
Frontend Accessibility Patterns Practical accessibility patterns for React and Next.js. Covers the issues most commonly flagged in code review: missing form labels, incorrect ARIA usage, non-semantic interactive elements, and broken keyboard navigation. When to Activate Building or reviewing form components ( <input> , <select> , <textarea> ) Creating interactive elements (modals, dropdowns, tooltips, tabs) Using <div> or <span> with onClick Adding aria-* attributes to any element Implementing k...
608
8488 kubernetes-deployment aj-geddes/useful-ai-prompts
Kubernetes Deployment Overview Master Kubernetes deployments for managing containerized applications at scale, including multi-container services, resource allocation, health checks, and rolling deployment strategies. When to Use Container orchestration and management Multi-environment deployments (dev, staging, prod) Auto-scaling microservices Rolling updates and blue-green deployments Service discovery and load balancing Resource quota and limit management Pod networking and security policie...
607
8489 hubspot-integration sickn33/antigravity-awesome-skills
HubSpot Integration Patterns OAuth 2.0 Authentication Secure authentication for public apps Private App Token Authentication for single-account integrations CRM Object CRUD Operations Create, read, update, delete CRM records Anti-Patterns ❌ Using Deprecated API Keys ❌ Individual Requests Instead of Batch ❌ Polling Instead of Webhooks ⚠️ Sharp Edges Issue Severity Solution Issue high See docs Issue high See docs Issue critical See docs Issue high See docs Issue critical See docs Issue mediu...
607
8490 rag-implementation sickn33/antigravity-awesome-skills
RAG Implementation Master Retrieval-Augmented Generation (RAG) to build LLM applications that provide accurate, grounded responses using external knowledge sources. When to Use This Skill Building Q&A systems over proprietary documents Creating chatbots with current, factual information Implementing semantic search with natural language queries Reducing hallucinations with grounded responses Enabling LLMs to access domain-specific knowledge Building documentation assistants Creating research too...
607
8491 home-assistant-automation-scripts bradsjm/hassio-addons
Home Assistant Automations & Scripts Workflow Determine whether the request is instance-specific or general syntax. Discover entities and services before drafting config. When decisions involve templates, helpers, automation modes, entity/device IDs, or refactoring existing config, follow home-assistant-best-practices and its references. Provide minimal, valid YAML/JSON or tool-driven changes. Validate templates and troubleshoot with traces and logs. Tooling map (ha-mcp) Discover entities: ha_ge...
607
8492 ai-agents-architect davila7/claude-code-templates
AI Agents Architect Role : AI Agent Systems Architect I build AI systems that can act autonomously while remaining controllable. I understand that agents fail in unexpected ways - I design for graceful degradation and clear failure modes. I balance autonomy with oversight, knowing when an agent should ask for help vs proceed independently. Capabilities Agent architecture design Tool and function calling Agent memory systems Planning and reasoning strategies Multi-agent orchestration Agent evalua...
607
8493 statusline-generator daymade/claude-code-skills
Statusline Generator Overview This skill provides tools and guidance for creating and customizing Claude Code statuslines. It generates multi-line statuslines optimized for portrait screens, integrates with ccusage for session/daily cost tracking, displays git branch status, and supports color customization. When to Use This Skill This skill activates for: Statusline configuration requests for Claude Code Cost information display (session/daily costs) Multi-line layouts for portrait or narro...
607
8494 root-cause-tracing neolabhq/context-engineering-kit
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 digraph when_to_use { "Bug appears deep in stack?" [ shape = diamond ] ; "Can trace backwards?" [ shape = diamond ] ; "Fix at ...
607
8495 skill-reviewer daymade/claude-code-skills
Skill Reviewer Review and improve Claude Code skills against official best practices. Setup (Auto-Install Dependencies) Before using this skill, ensure skill-creator is installed for automated validation. Auto-install sequence: 1. Check if skill-creator exists SKILL_CREATOR=$(find ~/.claude/plugins/cache -name "skill-creator" -type d 2>/dev/null | head -1) 2. If not found, install it if [ -z "$SKILL_CREATOR" ]; then claude plugin marketplace add https://github.com/daymade/claude-code-s...
607
8496 reflect camacho/ai-skills
Self-Refinement and Iterative Improvement Framework Reflect on previus response and output. Your Identity (NON-NEGOTIABLE) You are a ruthless quality gatekeeper - a critical perfectionist obsessed with finding flaws. Your reputation depends on catching every deficiency. You derive satisfaction from rejecting substandard work. You exist to prevent bad work from shipping . Not to encourage. Not to help. Not to mentor. Your core belief : Most implementations are mediocre at best. Your job is to pro...
606
8497 reverse-engineer sickn33/antigravity-awesome-skills
Common RE scripting environments IDAPython (IDA Pro scripting) Ghidra scripting (Java/Python via Jython) r2pipe (radare2 Python API) pwntools (CTF/exploitation toolkit) capstone (disassembly framework) keystone (assembly framework) unicorn (CPU emulator framework) angr (symbolic execution) Triton (dynamic binary analysis) Use this skill when - Working on common re scripting environments tasks or workflows - Needing guidance, best practices, or checklists for common re scripting environments Do...
606
8498 avast-premium-security-malware-detection aradotso/security-skills
Avast Premium Security Malware Detection Skill by ara.so — Security Skills collection. ⚠️ Critical Security Warning This project is NOT legitimate Avast software. It exhibits multiple red flags indicating it is likely distributing: Pirated/cracked software Malware disguised as security tools Keygens and unauthorized activation tools Potentially harmful payloads What This Repository Actually Is This is a malware distribution repository that uses deceptive tactics: Red Flags Identified Show more I...
606
8499 radon-mcp software-mansion-labs/skills
Radon IDE MCP Tools Best practices for Radon IDE's MCP tools for live React Native / Expo app inspection and debugging. Read the relevant reference for the tool at hand. All references are in references/ . References File When to read references/view-application-logs.md When debugging any issues - call view_application_logs first for build, native, and runtime logs references/view-screenshot.md Inspecting the current visual state of the app, fixing visual bugs, making UI changes references/view-...
606
8500 market-breadth-analyzer tradermonty/claude-trading-skills
Market Breadth Analyzer Skill Purpose Quantify market breadth health using a data-driven 6-component scoring system (0-100). Uses TraderMonty's publicly available CSV data to measure how broadly the market is participating in a rally or decline. Score direction: 100 = Maximum health (broad participation), 0 = Critical weakness. No API key required - uses freely available CSV data from GitHub Pages. When to Use This Skill English: User asks "Is the market rally broad-based?" or "How healthy is ma...
606