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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,636
总 Skills
167.1M
总安装量
2,750
贡献者
# Skill 仓库 描述 安装量
8201 sf-diagram-mermaid jaganpro/sf-skills
sf-diagram-mermaid: Salesforce Diagram Generation Expert diagram creator specializing in Salesforce architecture visualization. Generate clear, accurate, production-ready diagrams using Mermaid syntax with ASCII fallback for terminal compatibility. Core Responsibilities Diagram Generation: Create Mermaid diagrams from requirements or existing metadata Multi-Format Output: Provide both Mermaid code and ASCII art fallback sf-metadata Integration: Auto-discover objects/fields for ERD diagrams Val...
1.4K
8202 agent-arch-system-design ruvnet/ruflo
name: "system-architect" description: "Expert agent for system architecture design, patterns, and high-level technical decisions" type: "architecture" color: "purple" version: "1.0.0" created: "2025-07-25" author: "Claude Code" metadata: specialization: "System design, architectural patterns, scalability planning" complexity: "complex" autonomous: false Requires human approval for major decisions triggers: keywords: - "architecture" - "system design" - "scalability" - "microservices" - "design...
1.4K
8203 agent-workflow ruvnet/ruflo
name: flow-nexus-workflow description: Event-driven workflow automation specialist. Creates, executes, and manages complex automated workflows with message queue processing and intelligent agent coordination. color: teal You are a Flow Nexus Workflow Agent, an expert in designing and orchestrating event-driven automation workflows. Your expertise lies in creating intelligent, scalable workflow systems that seamlessly integrate multiple agents and services. Your core responsibilities: Design and ...
1.4K
8204 security-audit ruvnet/ruflo
Security Audit You are a security auditor. Your job is to find exploitable vulnerabilities with real impact . Platform terminology This skill is agent-neutral. In the methodology: Task tool means the coding agent's delegation or sub-agent mechanism. research agent means a delegated agent optimized for focused codebase exploration and factual verification. general agent means a delegated agent that can investigate broadly and spawn focused research agents. subagent_type means the equivalent deleg...
1.4K
8205 conversation-memory sickn33/agentic-awesome-skills
Conversation Memory You're a memory systems specialist who has built AI assistants that remember users across months of interactions. You've implemented systems that know when to remember, when to forget, and how to surface relevant memories. You understand that memory is not just storage—it's about retrieval, relevance, and context. You've seen systems that remember everything (and overwhelm context) and systems that forget too much (frustrating users). Your core principles: Memory types differ...
1.4K
8206 cs-onboard codestable/codestable
cs-onboard 给仓库一个最小的 CodeStable 骨架。规则和纪律都在 skill 包里,项目目录只放项目自己的知识。 骨架(目标状态) .codestable/ ├── attention.md 每次会话必读的项目事实,≤25 条,从空开始 ├── lessons/ 沉淀的经验,一条一文件(cs-keep 写入) └── work/ 活动中的跨会话任务文档,完成即清 创建后确认 .codestable/ 未被 .gitignore 忽略(它必须入库共享);发现被忽略时停下报告,由用户决定怎么改,不擅自修改 .gitignore。attention.md 初始只写一行标题和一句用途说明,不预置分节模板。 .codestable/epics/ 不属于基础骨架:首次 Epic 优先沿用项目已有 Epic / RFC / initiative 归宿,没有时才由 cs-epic 按需创建。 硬门槛 Show more Installs 100 Repository codestable/codestable GitHub Stars 1...
1.4K
8207 cs-refactor codestable/codestable
cs-refactor 改结构,不改行为,并且能证明行为没变。 开工 有 .codestable/attention.md 就先读。 按目标模块关键词检索 .codestable/lessons/ 、项目文档,以及存在的 v1 只读知识目录: .codestable/roadmap/ 、 .codestable/features/ 、 .codestable/issues/ 、 .codestable/refactors/ 、 .codestable/goals/ 、 .codestable/compound/ 、 .codestable/audits/ 、 .codestable/brainstorms/ 、 .codestable/feedback/ ;命中要报告来源路径。上述 v1 目录不得继续生成、原地改写或批量迁移,新结论按归属进入 v2 Epic、项目文档、ADR 或 lesson。 先确认诉求真是行为不变:一旦包含"顺便支持 X / 改成 Y",把那部分拆出去转 cs-feat 或 cs-issue ,不夹带。 结构好坏用 深度 衡量:小接口承载大行为是深,接口和实现一样...
1.4K
8208 cs codestable/codestable
cs 判断用户此刻要执行、先讨论、咨询还是了解体系。 明确行动默认直接执行,不先加讨论 gate。 任务类型只决定工程方法,实际风险决定保障强度; cs 只选择 owning skill,不预选流程强度,直接 调用 owning skill 时得到同一语义。 判别与行为 用户输入 行为 明确行动诉求(修这个 bug、排查这个报错为什么发生、实现 X、重构 Y、审一下、记住这个…) 同轮直转 :报一句"按 cs-xxx 处理:{一句理由}",随即在当前回合按该 skill 的纪律继续执行,不要求用户重新调用或再次确认 用户显式要求先讨论,或调查仓库事实后仍无法安全判断行动类型 / owning skill,且产品决策会实质改变建档或改代码路径 在当前会话对齐;用户没有要求先讨论且 owning skill 已可判定时,直接转入,不在入口层细化目标或验收 咨询(该用哪个 / 流程怎么走 / 你建议怎么做) 只推荐入口并说明理由,不启动执行 只说 cs、想了解体系、无具体诉求 输出体系速读 诉求含糊但一个分类问题即可判断 先调查可核实事实,只问一个聚焦问题,不默认重流程 会话内讨论与 han...
1.4K
8209 github-workflow-automation sickn33/agentic-awesome-skills
🔧 GitHub Workflow Automation Patterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps practices. When to Use This Skill Use this skill when: Automating PR reviews with AI Setting up issue triage automation Creating GitHub Actions workflows Integrating AI into CI/CD pipelines Automating Git operations (rebases, cherry-picks) 1. Automated PR Review 1.1 PR Review Action .github/workflows/ai-review.yml name: AI Code Review on: pull_request: ty...
1.4K
8210 last30days sickn33/agentic-awesome-skills
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...
1.4K
8211 tailwind-design-system sickn33/agentic-awesome-skills
Tailwind Design System (v4) Build production-ready design systems with Tailwind CSS v4, including CSS-first configuration, design tokens, component variants, responsive patterns, and accessibility. Note : This skill targets Tailwind CSS v4 (2024+). For v3 projects, refer to the upgrade guide . When to Use This Skill Creating a component library with Tailwind v4 Implementing design tokens and theming with CSS-first configuration Building responsive and accessible components Standardizing UI patte...
1.4K
8212 cs-feat codestable/codestable
cs-feat 把一个功能做出来,流程强度与风险相称:普通改动直接做,高风险改动先对齐设计。 开工 有 .codestable/attention.md 就先读。 按功能关键词检索 .codestable/lessons/ 、项目文档,以及存在的 v1 只读知识目录: .codestable/roadmap/ 、 .codestable/features/ 、 .codestable/issues/ 、 .codestable/refactors/ 、 .codestable/goals/ 、 .codestable/compound/ 、 .codestable/audits/ 、 .codestable/brainstorms/ 、 .codestable/feedback/ ;命中要报告来源路径。上述 v1 目录不得继续生成、原地改写或批量迁移,新结论按归属进入 v2 Epic、项目文档、ADR 或 lesson。 既有 .codestable/requirements/ 只有在 .codestable/attention.md 明确记录其为 canonical requirem...
1.4K
8213 office-productivity sickn33/agentic-awesome-skills
Office Productivity Workflow Bundle Overview Comprehensive office productivity workflow for document creation, spreadsheet automation, presentation generation, and format conversion using LibreOffice and Microsoft Office tools. When to Use This Workflow Use this workflow when: Creating office documents programmatically Automating document workflows Converting between document formats Generating reports Creating presentations from data Processing spreadsheets Workflow Phases Phase 1: Document Cre...
1.4K
8214 cs-issue codestable/codestable
cs-issue 把问题诊断清楚;获得修复授权时,再修根因并证明它修好了。 开工 有 .codestable/attention.md 就先读。 按错误信息与相关模块关键词检索 .codestable/lessons/ 、项目文档,以及存在的 v1 只读知识目录: .codestable/roadmap/ 、 .codestable/features/ 、 .codestable/issues/ 、 .codestable/refactors/ 、 .codestable/goals/ 、 .codestable/compound/ 、 .codestable/audits/ 、 .codestable/brainstorms/ 、 .codestable/feedback/ ;这个坑可能踩过,命中要报告来源路径。上述 v1 目录不得继续生成、原地改写或批量迁移,新结论按归属进入 v2 Epic、项目文档、ADR 或 lesson。 同一会话由 cs 交入且带已确认 handoff 时,直接消费目标入口、原始诉求、目标或期望行为、范围/非目标、验收、已核实仓库事实及来源、owner 已...
1.4K
8215 systematic-debugging sickn33/agentic-awesome-skills
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...
1.4K
8216 aws-serverless sickn33/agentic-awesome-skills
No SKILL.md available for this skill. View on GitHub Installs 1.2K Repository aws/agent-toolk…-for-aws GitHub Stars 728 First Seen May 6, 2026
1.4K
8217 code-review alinaqi/maggy
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
1.4K
8218 sf-connected-apps jaganpro/sf-skills
Expert in creating and managing Salesforce Connected Apps and External Client Apps (ECAs) with OAuth configuration, security best practices, and metadata compliance. Core Responsibilities - Connected App Generation: Create Connected Apps with OAuth 2.0 configuration, scopes, and callbacks - External Client App Generation: Create ECAs with modern security model and separation of concerns - Security Review: Analyze OAuth configurations for security best practices - Validation & Scoring: Scor...
1.4K
8219 newsletter-generation bytedance/deer-flow
Newsletter Generation Skill Overview This skill generates professional, well-researched newsletters that combine curated content from multiple sources with original analysis and commentary. It follows modern newsletter best practices from publications like Morning Brew, The Hustle, TLDR, and Benedict Evans to produce content that is informative, engaging, and actionable. The output is a complete, ready-to-publish newsletter in Markdown format, suitable for email distribution platforms, web publi...
1.4K
8220 context-window-management sickn33/agentic-awesome-skills
Context Window Management Strategies for managing LLM context windows including summarization, trimming, routing, and avoiding context rot Capabilities context-engineering context-summarization context-trimming context-routing token-counting context-prioritization Prerequisites Knowledge: LLM fundamentals, Tokenization basics, Prompt engineering Skills_recommended: prompt-engineering Scope Show more Installs 27 Repository sickn33/agentic…e-skills GitHub Stars 44.8K First Seen Jul 14, 2026 Securi...
1.4K
8221 worldcup starchild-ai-agent/official-skills
⚽ World Cup 2026 Skill FIFA World Cup 2026 data + the points-based prediction game. Script skill — call the functions in core.skill_tools.worldcup from bash and read the JSON. Auth is automatic (container JWT); no API key needed. How to call python3 -c "from core.skill_tools import worldcup; import json; print(json.dumps(worldcup.get_today_matches()))" Every function returns a dict like {"success": true, "data": ...} (or {"success": false, "error": ...} on failure). When to use Show more Install...
1.4K
8222 survey-generation lingzhi227/agent-research-skills
Survey Generation Generate complete academic survey papers with structured outline, RAG-based writing, and citation validation. Input $0 — Survey topic or research area Scripts Literature search python ~/.claude/skills/deep-research/scripts/search_semantic_scholar.py \ --query "relevant search query" --max-results 50 References Survey prompts (outline, writing, citation, coherence): ~/.claude/skills/survey-generation/references/survey-prompts.md Show more
1.4K
8223 rev-unicorn-debug p4nda0s/reverse-skills
rev-unicorn-debug - Unicorn Emulation Debugger Debug and emulate specific code fragments or functions using the Unicorn engine. Analyze context dependencies (JNI, syscalls, library functions) and simulate them through hook mechanisms to complete the user's debugging goal. Core Principles Load file raw first — do NOT parse ELF/PE/Mach-O headers. Read the file as raw bytes and map directly into Unicorn memory. We only need to emulate specific functions, not the entire binary. If raw loading fails ...
1.4K
8224 huggingface-vision-trainer huggingface/skills
Vision Model Training on Hugging Face Jobs Train object detection, image classification, and SAM/SAM2 segmentation models on managed cloud GPUs. No local GPU setup required—results are automatically saved to the Hugging Face Hub. When to Use This Skill Use this skill when users want to: Fine-tune object detection models (D-FINE, RT-DETR v2, DETR, YOLOS) on cloud GPUs or local Fine-tune image classification models (timm: MobileNetV3, MobileViT, ResNet, ViT/DINOv3, or any Transformers classifier) ...
1.4K
8225 tradingview-quantitative hypier/tradingview-quantitative-skills
Quantitative Investment Analysis Expert Professional quantitative investment analysis system based on TradingView MCP tools providing insights and decision recommendations. Core Rules Metadata First Principle Before calling tradingview_get_leaderboard , you must first call tradingview_get_metadata to get parameter values: type='markets' → Get market_code (required for stock leaderboard) type='tabs' + asset_type → Get available tab values type='columnsets' → Get available columnset values Complet...
1.4K
8226 screenci screenci/screenci
ScreenCI Video and Guide Skill Use this skill when the task is about ScreenCI video recording workflows in an existing project, or updating .video.ts files and screenci.config.ts . Trigger this skill when the user asks to: create a video show a flow as a video create a guide/demo video Routing rules: If the user provides a URL for video context, always use the playwright-cli skill first. It drives a real browser from the CLI (navigate, snapshot, click, type) so you can discover the actual page f...
1.4K
8227 android-kotlin-development aj-geddes/useful-ai-prompts
Android Kotlin Development Overview Build robust native Android applications using Kotlin with modern architecture patterns, Jetpack libraries, and Compose for declarative UI. When to Use Creating native Android applications with best practices Using Kotlin for type-safe development Implementing MVVM architecture with Jetpack Building modern UIs with Jetpack Compose Integrating with Android platform APIs Instructions 1. Models & API Service // Models data class User( val id: String, val na...
1.4K
8228 senior-frontend alirezarezvani/claude-skills
Senior Frontend Complete toolkit for senior frontend with modern tools and best practices. Quick Start Main Capabilities This skill provides three core capabilities through automated scripts: Script 1: Component Generator python scripts/component_generator.py [ options ] Script 2: Bundle Analyzer python scripts/bundle_analyzer.py [ options ] Script 3: Frontend Scaffolder python scripts/frontend_scaffolder.py [ options ] Core Capabilities 1. Component Generator Automated tool for component gen...
1.4K
8229 cs-brainstorm codestable/codestable
cs-brainstorm brainstorm 是"讨论层"统一入口。 三件最重要的事: brainstorm 是创意空间不是审计关卡 ——探索 / 质疑 / 改主意 / 聊着聊着发现真正想做的是另一件事都正常 任何话题都可以聊 ——用户想聊库 / Schema / 接口就聊;TA 提出来说明心里有谱,趁早讨论清楚 design 阶段更省力,不设话题黑名单。 AI 是思考伙伴不是记录员 ——用户来这步是想被挑战、被启发,不是被一条条问题填表。如果只是把用户的话整理一遍写下来这步就白做了 共享路径和命名约定看 .codestable/reference/shared-conventions.md 。需要 owner 在 interview / grill 中做路线、范围或下一步审批时,先读 .codestable/reference/approval-conventions.md 并把 approval-report.md 写到对应 brainstorm / feature / roadmap 目录。 Spec Show more Installs 80 Repository code...
1.4K
8230 wps-excel lc2panda/wps-skills
WPS 表格智能助手 你现在是 WPS 表格智能助手,专门帮助用户解决 Excel 相关问题。你的存在是为了让那些被公式折磨的用户解脱,让他们用人话就能操作 Excel。 核心能力 1. 公式生成(P0 核心功能) 这是解决用户「公式不会写」痛点的核心能力: 查找匹配类 :VLOOKUP、XLOOKUP、INDEX+MATCH、LOOKUP 条件判断类 :IF、IFS、SWITCH、IFERROR 统计汇总类 :SUMIF、COUNTIF、AVERAGEIF、SUMIFS、COUNTIFS 日期时间类 :DATE、DATEDIF、WORKDAY、EOMONTH 文本处理类 :LEFT、RIGHT、MID、CONCATENATE、TEXT 2. 公式诊断 当用户公式报错时,分析原因并提供修复方案: REF! :引用了不存在的单元格或区域 N/A :查找函数未找到匹配值 VALUE! :参数类型错误 NAME? :函数名称错误或引用了未定义的名称 DIV/0! :除数为零 3. 数据清洗 去除前后空格(trim) 删除重复行(remove_duplicates) 删除空行(remove_e...
1.4K
8231 woocommerce-code-review woocommerce/woocommerce
No SKILL.md available for this skill. View on GitHub
1.4K
8232 tts marswaveai/skills
tts Convert any text into speech audio. Supports two backends (Kokoro local, Noiz cloud), two modes (simple or timeline-accurate), and per-segment voice control. Triggers text to speech / tts / speak / say voice clone / dubbing epub to audio / srt to audio / convert to audio 语音 / 说 / 讲 / 说话 Simple Mode — text to audio speak is the default — the subcommand can be omitted: Basic usage (speak is implicit) python3 skills/tts/scripts/tts.py -t "Hello world" add -o path to save python3 skills/tts/sc...
1.4K
8233 mapbox-search-integration mapbox/mapbox-agent-skills
Mapbox Search Integration Skill Expert guidance for implementing Mapbox search functionality in applications. Covers the complete workflow from asking the right discovery questions, selecting the appropriate search product, to implementing production-ready integrations following best practices from the Mapbox search team. Use This Skill When User says things like: "I need to add search to my map" "I need a search bar for my mapping app" "How do I implement location search?" "I want users to sear...
1.4K
8234 huggingface-trackio huggingface/skills
Trackio - Experiment Tracking for ML Training Trackio is an experiment tracking library for logging and visualizing ML training metrics. It syncs to Hugging Face Spaces for real-time monitoring dashboards. Three Interfaces Task Interface Reference Logging metrics during training Python API references/logging_metrics.md Firing alerts for training diagnostics Python API references/alerts.md Retrieving metrics & alerts after/during training CLI references/retrieving_metrics.md When to Use Each Pyth...
1.4K
8235 finance-sentiment himself65/finance-skills
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Finance Sentiment Skill Fetches structured stock sentiment from the Adanos Finance API. This skill is read-only. It is designed for research questions that are easier to answer with normalized sentiment signals than with raw social feeds. Use it when the user wants: cross-source stock sentiment Reddit/X.com/news/Polymarket comparisons buzz, bul...
1.4K
8236 wandb-primary wandb/skills
W&B Primary Skill This skill covers everything an agent needs to work with Weights & Biases: W&B SDK ( wandb ) — training runs, metrics, artifacts, sweeps, system metrics Weave SDK ( weave ) — GenAI traces, evaluations, scorers, token usage Helper libraries — wandb_helpers.py and weave_helpers.py for common operations When to use what I need to... Use Query training runs, loss curves, hyperparameters W&B SDK ( wandb.Api() ) — see references/WANDB_SDK.md Query GenAI traces, calls, evaluations Wea...
1.4K
8237 constitution giuseppe-trisciuoglio/developer-kit
Overview The Constitution skill manages the architectural DNA of a project through two shared documents: File Purpose docs/specs/architecture.md Technology stack, infrastructure, architectural rules, security constraints, AI guardrails docs/specs/ontology.md Domain glossary (Ubiquitous Language) — terms, definitions, bounded contexts These files live at docs/specs/ and are shared across all specifications. Unlike a monolithic constitution.md , these are created/enriched by brainstorm (Phase 6.8....
1.4K
8238 scientific-brainstorming k-dense-ai/scientific-agent-skills
Scientific Brainstorming Overview Scientific brainstorming is a conversational process for generating novel research ideas. Act as a research ideation partner to generate hypotheses, explore interdisciplinary connections, challenge assumptions, and develop methodologies. Apply this skill for creative scientific problem-solving. When to Use This Skill This skill should be used when: Generating novel research ideas or directions Exploring interdisciplinary connections and analogies Challenging ass...
1.4K
8239 plan boshu2/agentops
Generate integration plan (SDK install) Based on what you detected, choose the right SDK and plan the minimal set of changes needed. This skill is nested under LaunchDarkly SDK Install (onboarding) ; the parent Step 2 is plan . Prior: Detect repository stack . Next: Apply code changes . Choose the right SDK Use the SDK recipes reference to match the detected stack to an SDK. Start with Top 10 SDKs (start here) in that file for common stacks; use the (other) sections for less common SDKs. The key...
1.4K
8240 build-mvp buildgreatproducts/builder-os
Build MVP Build the complete app by executing every task in docs/product-roadmap.md , in order, until all tasks are checked off. Setup Read docs/product-roadmap.md first — it is the source of truth for what to build and in what order. docs/prd.md is the technical spec behind it; docs/design.md holds the visual design tokens; docs/product-vision.md holds the product strategy. Do not load these documents wholesale — each phase lists the specific Reference sections to read, plus whatever a task's N...
1.4K
8241 htmx mindrally/skills
HTMX Development You are an expert in HTMX for building dynamic web applications with minimal JavaScript. Core Principles Write concise, clear, and technical responses with precise HTMX examples Leverage HTMX's interactivity capabilities without heavy JavaScript dependencies Prioritize maintainability and readable code structure Return only necessary HTML snippets from the server HTMX Usage Guidelines Request Attributes hx-get - Make GET request to URL hx-post - Make POST request to URL hx-put...
1.4K
8242 scrape-webpage adobe/skills
Scrape Webpage Extract content, metadata, and images from a webpage for import/migration. When to Use This Skill Use this skill when: Starting a page import and need to extract content from source URL Need webpage analysis with local image downloads Want metadata extraction (Open Graph, JSON-LD, etc.) Invoked by: page-import skill (Step 1) Prerequisites Before using this skill, ensure: ✅ Node.js is available ✅ npm playwright is installed ( npm install playwright ) ✅ Chromium browser is installed...
1.4K
8243 icon-retrieval antvis/chart-visualization-skills
Icon Search This skill provides icon search and SVG string retrieval capabilities. It helps users find appropriate icons for various use cases including infographics, web development, design, and more. Purpose This skill helps discover available icons by: Searching the icon library by keywords Retrieving SVG strings directly for use in your projects Providing icon metadata including names and URLs How to Use Search for Icons To search for icons, use the search script with a keyword or phras...
1.4K
8244 csharp-concurrency-patterns aaronontheweb/dotnet-skills
Use this skill when: - Deciding how to handle concurrent operations in .NET - Evaluating whether to use async/await, Channels, Akka.NET, or other abstractions - Tempted to use locks, semaphores, or other synchronization primitives - Need to process streams of data with backpressure, batching, or debouncing - Managing state across multiple concurrent entities The Philosophy Start simple, escalate only when needed. Most concurrency problems can be solved with `async/await`. Only reach for...
1.4K
8245 huggingface-community-evals huggingface/skills
Overview This skill is for running evaluations against models on the Hugging Face Hub on local hardware . It covers: inspect-ai with local inference lighteval with local inference choosing between vllm , Hugging Face Transformers, and accelerate smoke tests, task selection, and backend fallback strategy It does not cover: Hugging Face Jobs orchestration model-card or model-index edits README table extraction Artificial Analysis imports .eval_results generation or publishing PR creation or commun...
1.4K
8246 stock-daily-analysis chjm-ai/stock-daily-analysis-skill
Daily Stock Analysis for OpenClaw 基于 LLM 的 A/H/美股智能分析 Skill,提供技术面分析和 AI 决策建议。 功能特性 多市场支持 - A股、港股、美股 技术面分析 - MA5/10/20、MACD、RSI、乖离率 趋势交易 - 多头排列判断、买入信号评分 AI 决策 - DeepSeek/Gemini/OpenAI 深度分析 数据源集成 - 可选 market-data skill 快速使用 from scripts . analyzer import analyze_stock , analyze_stocks 单只分析 result = analyze_stock ( '600519' ) print ( result [ 'ai_analysis' ] [ 'operation_advice' ] ) 批量分析 results = analyze_stocks ( [ '600362' , '601318' , '159892' ] ) 配置 复制配置模板: cp config.example.json config.json ...
1.4K
8247 discord-reader himself65/finance-skills
Discord Skill (Read-Only) Reads Discord for financial research using opencli , a universal CLI tool that bridges desktop apps and web services to the terminal via Chrome DevTools Protocol (CDP). This skill is read-only. It is designed for financial research: searching trading server discussions, monitoring crypto/market groups, tracking sentiment in financial communities, and reading messages. It does NOT support sending messages, reacting, editing, deleting, or any write operations. Important :...
1.4K
8248 code-debugging lingzhi227/agent-research-skills
Code Debugging Systematically debug experiment code with structured error categorization and fix strategies. Input $0 — Error message, stderr output, or code file with issues $1 — Optional: the code that produced the error References Debug patterns and state machine: ~/.claude/skills/code-debugging/references/debug-patterns.md Workflow Step 1: Categorize the Error Show more
1.4K
8249 rtk-tdd rtk-ai/rtk
Rust TDD Workflow Three Laws of TDD Do NOT write production code without a failing test Write only enough test to fail (including compilation failure) Write only enough production code to pass the failing test Cycle: RED (test fails) -> GREEN (minimum to pass) -> REFACTOR (cleanup, cargo test) Red-Green-Refactor Steps 1. Write test in [cfg(test)] mod tests of the SAME file 2. cargo test MODULE::tests::test_name -- must FAIL (red) 3. Implement the minimum in the function 4. cargo test MODULE::te...
1.4K
8250 stream getstream/agent-skills
No SKILL.md available for this skill. View on GitHub Installs 421 Repository getstream/agent-skills GitHub Stars 10 First Seen Mar 31, 2026
1.4K