███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 19501 | cursor-agent-supervisor | ypares/agent-skills |
Agent Supervisor You can start subagents (e.g. to work on a specific JJ revision) with: Create a conversation with a sub-agent: cursor-agent --print --model <model-name> create-chat Prints a conversation uuid Give a task to the sub-agent: (command will finish when sub-agent is done) cursor-agent --print --resume <conversation-uuid> "...description of the subagent's task..." Model Selection cursor-agent --print --model unknown-model will print an error that will list available models. Un...
|
45 |
| 19502 | android_ui_verification | sickn33/antigravity-awesome-skills |
Android UI Verification Skill This skill provides a systematic approach to testing React Native applications on an Android emulator using ADB commands. It allows for autonomous interaction, state verification, and visual regression checking. When to Use Verifying UI changes in React Native or Native Android apps. Autonomous debugging of layout issues or interaction bugs. Ensuring feature functionality when manual testing is too slow. Capturing automated screenshots for PR documentation. 🛠 Prereq...
|
45 |
| 19503 | risk assessor | eddiebe147/claude-settings |
Risk Assessor The Risk Assessor skill helps teams proactively identify, analyze, prioritize, and mitigate project risks before they become problems. It uses systematic risk management frameworks to surface threats, evaluate their likelihood and impact, and create actionable mitigation strategies. This skill excels at conducting pre-mortem exercises, creating risk registers, assessing probability and impact, developing contingency plans, and establishing early warning indicators to catch risks be...
|
45 |
| 19504 | figma-prototyping | dylantarre/animation-principles |
Implement all 12 Disney animation principles using Figma's prototyping and Smart Animate features. 1. Squash and Stretch - Create two frames: normal and squashed states - Scale element: `width: 120%`, `height: 80%` - Connect with Smart Animate - Use "Ease In and Out" timing ``` Frame 1: Circle 100x100 Frame 2: Circle 120x80 (squashed) Interaction: Smart Animate, 150ms ``` 2. Anticipation Create 3 frames: - Idle - Starting position - Anticipate - Wind-up (move opposite to action) - ...
|
45 |
| 19505 | background-job-orchestrator | erichowens/some_claude_skills |
Background Job Orchestrator Expert in designing and implementing production-grade background job systems that handle long-running tasks without blocking API responses. When to Use ✅ Use for: Long-running tasks (email sends, report generation, image processing) Batch operations (bulk imports, exports, data migrations) Scheduled tasks (daily digests, cleanup jobs, recurring reports) Tasks requiring retry logic (external API calls, flaky operations) Priority-based processing (premium users firs...
|
45 |
| 19506 | code-documentation-generator | dengineproblem/agents-monorepo |
Эксперт по созданию качественной документации кода. Основные принципы - Clarity > Sophistication — ясность важнее сложности - Progressive disclosure — от общего к деталям - Consistency — единообразие форматирования - Accuracy — синхронизация с кодом - Accessibility — для разных уровней разработчиков JSDoc (JavaScript/TypeScript) ``` / * Calculates the total price including tax and discounts. * * @param {number} basePrice - The original price before modifications * @param {number} t...
|
45 |
| 19507 | systematic-debugging | zenobi-us/dotfiles |
Systematic Debugging Overview Random fixes waste time and create new bugs. Quick patches mask underlying issues. Core principle: ALWAYS find root cause before attempting fixes. Symptom fixes are failure. Violating the letter of this process is violating the spirit of debugging. The Iron Law NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST If you haven't completed Phase 1, you cannot propose fixes. When to Use Use for ANY technical issue: Test failures Bugs in production Unexpected behavior Perfor...
|
45 |
| 19508 | release-please-configuration | laurigates/claude-plugins |
Expert knowledge for configuring Google's release-please for automated releases. Core Files | `release-please-config.json` | Package configuration, changelog sections, extra-files | `.release-please-manifest.json` | Current versions for each package | `.github/workflows/release-please.yml` | GitHub Actions workflow Monorepo Configuration Critical Settings for Monorepos ``` { "$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json", "in...
|
45 |
| 19509 | deep-research | heyvhuang/ship-faster |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
45 |
| 19510 | styling-system | mgd34msu/goodvibes-plugin |
Resources scripts/ validate-styling.sh references/ styling-comparison.md Styling System This skill guides you through CSS architecture decisions and implementation using GoodVibes precision tools. Use this workflow when setting up styling infrastructure, creating design systems, or implementing theming and responsive patterns. When to Use This Skill Load this skill when: Setting up a new project's styling infrastructure Choosing between Tailwind, CSS Modules, CSS-in-JS, or vanilla CSS Implementi...
|
45 |
| 19511 | executing-plans | guanyang/antigravity-skills |
Executing Plans Overview Load plan, review critically, execute all tasks, report when complete. Announce at start: "I'm using the executing-plans skill to implement this plan." Note: Tell your human partner that Superpowers works much better with access to subagents. The quality of its work will be significantly higher if run on a platform with subagent support (such as Claude Code or Codex). If subagents are available, use superpowers:subagent-driven-development instead of this skill. The Proce...
|
45 |
| 19512 | changelog | railwayapp/railway-skills |
You are a witty and enthusiastic product marketer tasked with creating a fun, engaging change log for an internal development team. Your goal is to summarize the latest merges to the main branch, highlighting new features, bug fixes, and giving credit to the hard-working developers. Time Period For daily changelogs: Look at PRs merged in the last 24 hours For weekly summaries: Look at PRs merged in the last 7 days Always specify the time period in the title (e.g., "Daily" vs "Weekly") Default: G...
|
45 |
| 19513 | athlete-social-media-manager | onewave-ai/claude-skills |
Athlete Social Media Manager Create brand-safe content for athletes. Personal branding strategy, engagement optimization, crisis communication, sponsor integration. Instructions You are an expert athlete brand manager and social media strategist. Create: brand-safe content strategies, personal branding plans, engagement optimization tactics, crisis communication templates, sponsor integration ideas, and platform-specific content calendars. Output Format Athlete Social Media Manager Output ...
|
45 |
| 19514 | staging-mastery | dylantarre/animation-principles |
Staging Mastery The Clarity Principle Staging is the presentation of an idea so that it is unmistakably clear. Borrowed from theater, this principle addresses animation's core challenge: the audience has limited time to comprehend each moment. Poor staging creates confusion; masterful staging creates effortless understanding. Core Theory One Idea Per Moment: The eye cannot process competing focal points simultaneously. Every frame should have exactly one primary point of interest. Secondary e...
|
45 |
| 19515 | us-stock-analysis | nicepkg/ai-workflow |
US Stock Analysis Overview Perform comprehensive analysis of US stocks covering fundamental analysis (financials, business quality, valuation), technical analysis (indicators, trends, patterns), peer comparisons, and generate detailed investment reports. Fetch real-time market data via web search tools and apply structured analytical frameworks. Data Sources Always use web search tools to gather current market data: Primary Data to Fetch: Current stock price and trading data (price, volume, 52-w...
|
45 |
| 19516 | telegram | himself65/finance-skills |
📬 Telegram CLI Fast Telegram CLI for reading, searching, and sending messages. 🎯 When to Use Use this skill when the user: Asks to check Telegram messages or inbox Wants to search Telegram for a topic/keyword Wants to send a Telegram message or reply to one Asks about a Telegram group, contact, or chat Wants to see unread messages Needs to look up group members or admins Wants to mute/unmute a noisy chat or group Needs to kick/remove a user from a group Wants to export or sync chat history to fi...
|
45 |
| 19517 | vendor manager | eddiebe147/claude-settings |
Vendor Manager Expert vendor and supplier management system that helps you evaluate vendors, manage contracts, track performance, negotiate terms, and optimize procurement. This skill provides structured workflows for vendor selection, performance monitoring, and relationship management based on supply chain and procurement best practices. Effective vendor management reduces costs, mitigates risk, and ensures reliable supply. This skill helps you build strategic vendor relationships, hold suppli...
|
45 |
| 19518 | diagnostic-issue-resolver | terrylica/cc-skills |
Diagnostic Issue Resolver Diagnose and fix common TTS + Telegram bot issues through systematic symptom collection, automated diagnostics, and targeted fixes. Platform : macOS (Apple Silicon) When to Use This Skill TTS audio is not playing or sounds wrong Telegram bot is not responding to messages Kokoro engine errors or timeouts Lock file appears stuck Audio plays twice (race condition) MLX Metal acceleration is not working Queue appears full or backed up Requirements Access to ~/.claude/automat...
|
45 |
| 19519 | due diligence coordinator | eddiebe147/claude-settings |
Due Diligence Coordinator Coordinate and prepare for investor due diligence with organized data rooms When to Use This Skill Use this skill when you need to: Improve business operations and strategy Make data-driven business decisions Optimize processes and outcomes Not recommended for: Tasks requiring creative design work technical coding Quick Reference Action Command/Trigger Create due diligence coordinator due diligence Review and optimize review due diligence coordinator Get best practices ...
|
45 |
| 19520 | ppt-deck | cklxx/elephant.ai |
ppt-deck Generate presentation decks from topic to deliverable PPTX/PDF, following storyline templates (SCQA, Pyramid, Before/After/Bridge), accessibility best practices, and 10/20/30 guidelines. All slide generation, layout, and export logic are handled by run.py. 调用 python3 skills/ppt-deck/run.py create --topic 'Q1 Review' --audience leadership --format pptx
|
45 |
| 19521 | release-checklist | yonatangross/orchestkit |
Release Checklist Sequential release gate for OrchestKit. Each step reports [PASS] or [FAIL] . Stop on first failure, suggest a fix, then continue after user confirmation. Load details: Read("${CLAUDE_PLUGIN_ROOT}/skills/release-checklist/references/release-flow.md") for why the order matters and hotfix guidance. Quick Reference Category Rules Impact When to Use Pre-Release Gates 2 CRITICAL Before every release commit Release Commit 2 HIGH Staging, committing, tagging, pushing Total: 4 rules acr...
|
45 |
| 19522 | naming-rules | dengineproblem/agents-monorepo |
Naming Rules Интерактивный помощник для настройки правил именования Campaign/AdSet/Ad и структуры аккаунта. Твои задачи Определить аккаунт для настройки Задать вопросы о структуре и нейминге Собрать существующие кампании из аккаунта Сгенерировать файл правил config/naming/{account}_naming.md Обновить бриф аккаунта (добавить ссылку на naming rules) Что создаётся в результате .claude/ads-agent/config/ └── naming/ └── {account}_naming.md ← правила нейминга для аккаунта Workflow (7 шагов) Шаг 0: О...
|
45 |
| 19523 | id8labs agent suite | eddiebe147/claude-settings |
ID8Labs Agent Suite A complete idea-to-exit pipeline for solo builders. 8 interconnected agents manage the entire product lifecycle from initial concept through exit. Agents Agent Role Architect Product design and technical architecture Scout Market research and opportunity discovery Launch Go-to-market strategy and execution Growth User acquisition and retention strategies Ops Operations, automation, and efficiency Tracker Metrics, analytics, and progress tracking Today Daily planning and prior...
|
45 |
| 19524 | uniappx-project-creator | teachingai/full-stack-skills |
Use this skill whenever the user wants to: - Create a new uni-app-x project from scratch - Initialize uni-app-x project structure with TypeScript and Vue 3 - Set up development environment for uni-app-x - Generate project templates with TypeScript configuration - Configure manifest.json and pages.json for uni-app-x - Create uni-app-x pages and components with TypeScript - Set up uni-app-x project with HBuilderX or CLI How to use this skill To create a uni-app-x project with a single co...
|
45 |
| 19525 | linear-documents | finesssee/linear-cli |
Documents List documents linear-cli d list linear-cli d list --output json Get document linear-cli d get DOC_ID linear-cli d get DOC_ID --output json Create document linear-cli d create "Design Doc" -p PROJECT_ID linear-cli d create "RFC" -p PROJECT_ID --id-only Update document linear-cli d update DOC_ID --title "New Title" linear-cli d update DOC_ID --content "New content" Flags Flag Purpose -p PROJECT Project ID --id-only Return ID only --output json JSON output
|
45 |
| 19526 | v3 performance optimization | proffesor-for-testing/agentic-qe |
V3 Performance Optimization What This Skill Does Validates and optimizes claude-flow v3 to achieve industry-leading performance through Flash Attention, AgentDB HNSW indexing, and comprehensive system optimization with continuous benchmarking. Quick Start Initialize performance optimization Task ( "Performance baseline" , "Establish v2 performance benchmarks" , "v3-performance-engineer" ) Target validation (parallel) Task ( "Flash Attention" , "Validate 2.49x-7.47x speedup target" , "v3-perfor...
|
45 |
| 19527 | toxic-manager-translator | dedalus-erp-pas/foundation-skills |
This skill transforms raw emotional reactions, venting messages, or frustrated communications from collaborators into professional, strategic responses appropriate for dealing with difficult or toxic managers. It helps maintain professionalism while protecting the collaborator's interests and well-being. When to Use This Skill Activate when the user: - Shares a frustrated message they want to send to their manager - Asks to "make this professional" or "tone this down" for a difficult boss ...
|
45 |
| 19528 | review-quality | heyvhuang/ship-faster |
Quality Review (Unified) Goal: turn “is this change good?” into a repeatable review with a clear merge/production readiness verdict. This skill intentionally merges three review lenses: Merge readiness (requirements alignment + risk + verification) Code maintainability (Clean Code-style review) Documentation consistency (README/docs vs implementation) This is the single entry point for Ship Faster reviews. It includes an internal auto-triage: Always run the unified review (this skill). If React/...
|
45 |
| 19529 | flutter conventions & best practices | kaakati/rails-enterprise-dev |
Layer-first (recommended for Clean Architecture): ``` lib/ ├── domain/ ├── data/ └── presentation/ ``` Feature-first (alternative): ``` lib/ └── features/ ├── auth/ │ ├── domain/ │ ├── data/ │ └── presentation/ └── profile/ ``` Null Safety ``` // Use late for non-nullable fields initialized later class MyController extends GetxController { late final UserRepository repository; @override void onInit() { super.onInit(); repository = Get.find(); ...
|
45 |
| 19530 | resend-webhooks | hookdeck/webhook-skills |
Resend Webhooks When to Use This Skill Setting up Resend webhook handlers Debugging signature verification failures Understanding Resend event types and payloads Handling email delivery events (sent, delivered, bounced, etc.) Processing inbound emails via email.received events Essential Code (USE THIS) Express Webhook Handler (Using Resend SDK) const express = require ( 'express' ) ; const { Resend } = require ( 'resend' ) ; const resend = new Resend ( process . env . RESEND_API_KEY ) ; const ap...
|
45 |
| 19531 | test-report | laurigates/claude-plugins |
Context Quick status check without re-running tests. Reads cached results from last test execution. Use when: Checking current test health Quick status update for standup Reviewing before deciding next action Parameters --history : Show trend from recent runs --coverage : Include coverage summary --flaky : Identify potentially flaky tests Cached Result Locations Framework Cache Location pytest .pytest_cache/ , htmlcov/ Vitest node_modules/.vitest/ Jest coverage/ , .jest-cache/ Playwright test-re...
|
45 |
| 19532 | php | vapvarun/claude-backup |
PHP Development Modern PHP 8.x development patterns and best practices. PHP 8.x Features Constructor Property Promotion // Before PHP 8 class User { private string $name; private int $age; public function __construct(string $name, int $age) { $this->name = $name; $this->age = $age; } } // PHP 8+ class User { public function __construct( private string $name, private int $age, private bool $active = true ) {} } Named Arguments f...
|
45 |
| 19533 | vps-checkup | jmerta/codex-skills |
Provide: - A read-only report using `references/report-template.md`. - A prioritized list of recommended fixes and which ones require explicit confirmation. - The exact commands run (or requested if the user ran them manually).
|
45 |
| 19534 | alicloud-ai-multimodal-qwen-omni | cinience/alicloud-skills |
Category: provider Model Studio Qwen Omni Validation mkdir -p output/alicloud-ai-multimodal-qwen-omni python -m py_compile skills/ai/multimodal/alicloud-ai-multimodal-qwen-omni/scripts/prepare_omni_request.py && echo "py_compile_ok" > output/alicloud-ai-multimodal-qwen-omni/validate.txt Pass criteria: command exits 0 and output/alicloud-ai-multimodal-qwen-omni/validate.txt is generated. Critical model names Use one of these exact model strings: qwen3-omni-flash qwen3-omni-flash-realtime qwen-omn...
|
45 |
| 19535 | generic-static-design-system | travisjneuman/.claude |
No SKILL.md available for this skill. View on GitHub
|
45 |
| 19536 | tool-programmatic-seo | heyvhuang/ship-faster |
Programmatic SEO You are an expert in programmatic SEO—building SEO-optimized pages at scale using templates and data. Your goal is to create pages that rank, provide value, and avoid thin content penalties. Initial Assessment Before designing a programmatic SEO strategy, understand: Business Context What's the product/service? Who is the target audience? What's the conversion goal for these pages? Opportunity Assessment What search patterns exist? How many potential pages? What's the search vol...
|
45 |
| 19537 | task-tracker | breverdbidder/life-os |
Task Tracker - ADHD State Machine Overview Systematic task tracking designed for ADHD patterns. Prevents task abandonment through proactive interventions while maintaining accountability without judgment. State Machine ┌──────────────────────────────────────────┐ │ │ ▼ │ ┌──────────┐ ┌──────────────────┐ ┌─────────────┐ │ │ INITIATED│──▶│ SOLUTION_PROVIDED│──▶│ IN_PROGRESS │─────────┤ └──────────┘ └──...
|
45 |
| 19538 | brand-guidelines-doc | dengineproblem/agents-monorepo |
Эксперт по документам с руководящими принципами бренда Вы эксперт по созданию комплексных документов с руководящими принципами бренда, которые служат окончательным справочником для поддержания последовательной идентичности бренда во всех точках контакта. Вы понимаете, как структурировать, организовывать и представлять стандарты бренда таким образом, чтобы они были как авторитетными, так и доступными для различных заинтересованных сторон. Основная структура руководящих принципов бренда Фреймворк ...
|
45 |
| 19539 | jupyter-notebook | i9wa4/dotfiles |
Jupyter Notebook Skill Create clean, reproducible Jupyter notebooks for two primary modes: Experiments and exploratory analysis Tutorials and teaching-oriented walkthroughs Prefer the bundled templates and the helper script for consistent structure and fewer JSON mistakes. When to use Create a new .ipynb notebook from scratch. Convert rough notes or scripts into a structured notebook. Refactor an existing notebook to be more reproducible and skimmable. Build experiments or tutorials that will be...
|
45 |
| 19540 | agents-md | mblode/agent-skills |
Maintaining AGENTS.md AGENTS.md is the canonical agent-facing documentation. Keep it minimal—agents are capable and don't need hand-holding. File Setup Create AGENTS.md at project root Create symlink: ln -s AGENTS.md CLAUDE.md Before Writing Discover local skills to reference: find .claude/skills -name "SKILL.md" 2>/dev/null ls plugins/*/skills/*/SKILL.md 2>/dev/null Read each skill's frontmatter to understand when to reference it. Writing Rules Headers + bullets - No paragraphs Code bloc...
|
45 |
| 19541 | magento-api-developer | maxnorm/magento2-agent-skills |
Magento 2 API Developer Expert specialist in designing and implementing robust, scalable REST and GraphQL APIs that serve as reliable data interfaces for headless commerce, mobile applications, and third-party integrations. When to Use Developing REST or GraphQL APIs Creating service contracts Building headless commerce solutions Integrating with external systems Implementing API authentication and authorization Designing data transfer objects API Architecture Service Contracts Design clean, ver...
|
45 |
| 19542 | architecture-diagram-creator | jeremylongshore/claude-code-plugins-plus-skills |
Architecture Diagram Creator Create comprehensive HTML architecture diagrams with data flows, business context, and system architecture. When to Use "Create architecture diagram for [project]" "Generate high-level overview" "Document system architecture" "Show data flow and processing pipeline" Components to Include Business Context: objectives, users, value, metrics Data Flow: sources → processing → outputs with SVG diagram Processing Pipeline: multi-stage visualization System Architecture: l...
|
45 |
| 19543 | prompt-improver | dotneet/claude-code-marketplace |
Prompt Improver Overview A skill that analyzes and improves prompts based on general LLM/agent best practices. It focuses on verifiability, clear scope, explicit constraints, and context economy so the agent can execute with minimal back-and-forth. If you are running in Claude Code, also read references/claude.md and apply the additional Claude-specific techniques. If you are running in Codex CLI, also read references/codex.md and apply the additional Codex-specific techniques. When the input is...
|
45 |
| 19544 | bee-cli | bee-computer/bee-skill |
Bee CLI CLI client for Bee - the wearable AI that captures conversations and learns about you. About Bee Bee is a wearable AI device that continuously captures and transcribes ambient audio from the owner's daily life. The device listens to conversations, meetings, phone calls, and any spoken interactions throughout the day, creating a comprehensive record of the owner's verbal communications and experiences. How Bee Works Bee uses advanced speech recognition to transcribe all ambient audio in r...
|
45 |
| 19545 | honest-agent | hoodini/ai-agents-skills |
Honest Agent Configuration A one-time setup skill that configures your AI coding agents to be honest, objective, and willing to contradict you when needed. CRITICAL: APPEND ONLY - NEVER REPLACE NEVER overwrite or replace existing instruction files. Always: READ the existing file first (if it exists) APPEND the new configuration to the end of the file PRESERVE all existing content - do not modify or delete anything If the file doesn't exist, create it. If it exists, append to it. Supported Agents...
|
45 |
| 19546 | angular-forms | gentleman-programming/gentleman-skills |
Angular Signal Forms Build type-safe, reactive forms using Angular's Signal Forms API. Signal Forms provide automatic two-way binding, schema-based validation, and reactive field state. Note: Signal Forms are experimental in Angular v21. For production apps requiring stability, see references/form-patterns.md for Reactive Forms patterns. Basic Setup import { Component, signal } from '@angular/core'; import { form, FormField, required, email } from '@angular/forms/signals'; interface LoginDat...
|
45 |
| 19547 | api-tester | terminalskills/skills |
API Tester Overview Test API endpoints by sending HTTP requests, validating responses, and reporting results. Supports REST and GraphQL APIs with authentication, custom headers, request bodies, and structured assertions on status codes, headers, and response payloads. Instructions When a user asks you to test or debug an API endpoint, follow these steps: Step 1: Gather endpoint details Determine from the user or codebase: URL : The full endpoint URL Method : GET, POST, PUT, PATCH, DELETE Headers...
|
45 |
| 19548 | brainstorming | zenobi-us/dotfiles |
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 ...
|
45 |
| 19549 | review-rust-docs | redisearch/redisearch |
Review Rust Docs Read the documentation of a Rust crate or module to ensure it meets our requirements and standards. Arguments <path> : Path to the Rust crate or file whose documentation needs to be reviewed. <path 1> <path 2> : Multiple crates/files to review If the path doesn't include src/ , assume it to be in the src/redisearch_rs directory. E.g. numeric_range_tree becomes src/redisearch_rs/numeric_range_tree . If the path points to a directory, review the documentation of all Rust files in ...
|
45 |
| 19550 | breadth-chart-analyst | nicepkg/ai-workflow |
Breadth Chart Analyst Overview This skill enables specialized analysis of two complementary market breadth charts that provide strategic (medium to long-term) and tactical (short-term) market perspectives. Analyze breadth chart images to assess market health, identify trading signals based on backtested strategies, and develop positioning recommendations. All thinking and output are conducted exclusively in English. Core Principles Dual-Timeframe Analysis: Combine strategic (Chart 1: 200MA Bre...
|
45 |