███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7201 | m14-mental-model | zhanghandong/rust-skills |
Mental Models Layer 2: Design Choices Core Question What's the right way to think about this Rust concept? When learning or explaining Rust: What's the correct mental model? What misconceptions should be avoided? What analogies help understanding? Key Mental Models Show more
|
723 |
| 7202 | stripe-integration | sickn33/antigravity-awesome-skills |
Stripe Integration Master Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds. When to Use This Skill Implementing payment processing in web/mobile applications Setting up subscription billing systems Handling one-time payments and recurring charges Processing refunds and disputes Managing customer payment methods Implementing SCA (Strong Customer Authentication) for European payments Building marketplace payment ...
|
723 |
| 7203 | slowmist-agent-security-framework | aradotso/security-skills |
SlowMist Agent Security Framework Skill by ara.so — Security Skills collection. A structured security review framework for AI agents operating in adversarial environments. Core principle: Every external input is untrusted until verified. What This Framework Does SlowMist Agent Security provides: Skill/MCP Installation Review — Detect malicious patterns before installation GitHub Repository Auditing — Security assessment of codebases URL/Document Analysis — Prompt injection and social engineering...
|
723 |
| 7204 | startup-analysis | himself65/finance-skills |
Startup Analysis Produces a multi-perspective analysis of a startup, examining it through three lenses that each reveal different aspects of company health and potential: VC Investor Lens — Is this a good investment? Market size, unit economics, growth trajectory, team quality, defensibility Job Applicant Lens — Should I work here? Equity value, runway risk, culture signals, career growth, compensation fairness CEO/Founder Lens — How healthy is this company? Product-market fit, burn efficiency, ...
|
723 |
| 7205 | email-smtp-send | tiangong-ai/skills |
Email SMTP Send Core Goal Send outbound email via SMTP with env-configured credentials. Attach local files into MIME email payload when requested. Optionally append the sent message to IMAP sent mailbox for cross-client visibility. Validate SMTP and sent-sync configuration before delivery. Return machine-readable JSON status/error output. Workflow Configure SMTP env vars (see references/env.md and assets/config.example.env ). Optional: configure IMAP sent-sync env vars and install imapclient whe...
|
723 |
| 7206 | 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...
|
723 |
| 7207 | prisma | mindrally/skills |
Prisma You are an expert in Prisma ORM with deep knowledge of database schema design, type-safe operations, and performance optimization. Core Principles Always declare explicit types for variables and functions. Avoid using 'any' Use PascalCase for classes/interfaces, camelCase for variables/functions, kebab-case for files Write functions under 20 lines with single responsibility Always use type-safe Prisma client operations Schema Design Employ domain-driven model naming conventions Utilize ...
|
723 |
| 7208 | uv | google-deepmind/science-skills |
uv uv is an extremely fast Python package and project manager. It replaces pip, pip-tools, pipx, pyenv, virtualenv, poetry, etc. When to use uv Always use uv for Python work , especially if you see: The uv.lock file uv headers in requirements* files, e.g., "This file was autogenerated by uv" Don't use uv in projects managed by other tools: Poetry projects (identifiable by poetry.lock file) PDM projects (identifiable by pdm.lock file) Choosing the right workflow Scripts Use when: Running single P...
|
723 |
| 7209 | agent-performance-monitor | ruvnet/ruflo |
name: Performance Monitor type: agent category: optimization description: Real-time metrics collection, bottleneck analysis, SLA monitoring and anomaly detection Performance Monitor Agent Agent Profile Name : Performance Monitor Type : Performance Optimization Agent Specialization : Real-time metrics collection and bottleneck analysis Performance Focus : SLA monitoring, resource tracking, and anomaly detection Core Capabilities 1. Real-Time Metrics Collection // Advanced metrics collection syste...
|
723 |
| 7210 | masonry | kostja94/marketing-skills |
Components: Masonry Layout Guides masonry layout design for content with varying heights. Masonry stacks items in columns without distinct rows; items fill gaps like a brick wall. Best for image galleries, portfolios, and discovery-focused platforms. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. When to Use Masonry Use m...
|
722 |
| 7211 | elasticsearch-best-practices | mindrally/skills |
Elasticsearch Best Practices Core Principles Design indices and mappings based on query patterns Optimize for search performance with proper analysis and indexing Use appropriate shard sizing and cluster configuration Implement proper security and access control Monitor cluster health and optimize queries Index Design Mapping Best Practices Define explicit mappings instead of relying on dynamic mapping Use appropriate data types for each field Disable indexing for fields you do not search on Use...
|
722 |
| 7212 | technical-writer | onewave-ai/claude-skills |
Technical Writer You are an expert technical writer who creates clear, user-friendly documentation for technical products. When to Apply Use this skill when: Writing API documentation Creating README files and setup guides Developing user manuals and tutorials Documenting architecture and design Writing changelog and release notes Creating onboarding guides Explaining complex technical concepts Writing Principles 1. User-Centered Lead with the user's goal, not the feature Answer "why should I ca...
|
722 |
| 7213 | team-update | jezweb/claude-skills |
Team Update Post project updates to team chat, read and triage feedback, and plan next steps. Adapts to whatever communication and project tools are available. The Playbook Pattern This skill uses a playbook file at .claude/team-update-playbook.md in the project root. First run : Discover available tools, ask the user for preferences, execute, save a playbook Subsequent runs : Read the playbook, skip discovery, execute directly User edits playbook : Changes take effect immediately (channel, styl...
|
722 |
| 7214 | agentic-jujutsu | ruvnet/ruflo |
Agentic Jujutsu - AI Agent Version Control Quantum-ready, self-learning version control designed for multiple AI agents working simultaneously without conflicts. When to Use This Skill Use agentic-jujutsu when you need: ✅ Multiple AI agents modifying code simultaneously ✅ Lock-free version control (23x faster than Git) ✅ Self-learning AI that improves from experience ✅ Quantum-resistant security for future-proof protection ✅ Automatic conflict resolution (87% success rate) ✅ Pattern recognition ...
|
722 |
| 7215 | agent-dev-backend-api | ruvnet/ruflo |
name: "backend-dev" description: "Specialized agent for backend API development with self-learning and pattern recognition" color: "blue" type: "development" version: "2.0.0-alpha" created: "2025-07-25" updated: "2025-12-03" author: "Claude Code" metadata: specialization: "API design, implementation, optimization, and continuous improvement" complexity: "moderate" autonomous: true v2_capabilities: - "self_learning" - "context_enhancement" - "fast_processing" - "smart_coordination" triggers: keyw...
|
722 |
| 7216 | refactor safely | tirth8205/code-review-graph |
Refactor Safely Use the knowledge graph to plan and execute refactoring with confidence. Steps Use refactor_tool with mode="suggest" for community-driven refactoring suggestions. Use refactor_tool with mode="dead_code" to find unreferenced code. For renames, use refactor_tool with mode="rename" to preview all affected locations. Use apply_refactor_tool with the refactor_id to apply renames. After changes, run detect_changes to verify the refactoring impact. Safety Checks Always preview before ap...
|
721 |
| 7217 | gws-install | jezweb/claude-skills |
Google Workspace CLI — Quick Install Install gws on an additional machine using OAuth credentials from a previous setup. Produces an authenticated CLI with all agent skills ready to use. Prerequisite : The user must have client_secret.json from a previous gws-setup (or from Google Cloud Console). If they don't have it, use the gws-setup skill instead. Workflow Step 1: Pre-flight Checks which gws && gws --version ls ~/.config/gws/client_secret.json gws auth status If already authenticated with th...
|
721 |
| 7218 | mckinsey-consultant | mann1988/awesome-claude-skills |
架构: Progressive Disclosure (渐进式披露) + Dependency-Aware (依赖感知) 核心升级: - V3.0: 最小核心 + 按需加载 → 节省70%上下文 - V3.1: 页面依赖关系标注 → 跨对话续写更智能 ⚠️ CRITICAL BEHAVIOR RULES 这些规则优先级最高,Claude必须严格遵守: 1. 首次使用响应规则 当用户说"我刚添加了mckinsey-consultant skill"或"Can you make something amazing with it?"时: - ✅ 必须使用下面"首次使用引导"中的精确话术 - ✅ 只输出4行文字,不做任何扩展 - ❌ 禁止列举示例问题 - ❌ 禁止详细询问行业/交付物/范围等 - ❌ 禁止超过4行回复 - ✅ 只问一个二选一的问题,然后等待用户回应 2. 问题澄清规则 - ✅ 只问当下最关键的1-2个问题 - ❌ 不要一次性列出5个以上的问题 - ❌ 不要把澄清变成"需求调研问卷" 3. 流程启动规则 - ✅ 只有用户明确说"开始"...
|
721 |
| 7219 | lossless-claw | martian-engineering/lossless-claw |
Lossless Claw Use this skill when the task is about operating, tuning, or debugging the lossless-claw OpenClaw plugin. Start here: Confirm whether the user needs configuration help, diagnostics, recall-tool guidance, or session-lifecycle guidance. If they need a quick health check, tell them to run /lossless ( /lcm is the shorter alias). If they suspect summary corruption or truncation, use /lossless doctor . If they want high-confidence junk/session cleanup guidance, use /lossless doctor clean ...
|
721 |
| 7220 | deep-interview | devbrother2024/skills |
Deep Interview 모호한 요청을 바로 실행하지 말고, 명확한 요구사항으로 정리한다. 핵심은 질문을 많이 하는 것이 아니라, 가장 큰 불확실성 하나를 골라 한 번에 하나씩 푸는 것이다. 소크라테스식으로 묻는다. 답을 대신 정하기보다 사용자의 암묵적 가정, 선택지, 판단 기준이 드러나게 질문한다. 질문 축 아래 순서로 가장 불명확한 축 하나를 고른다: 목표 범위와 제외 범위 제약 완료 기준 기존 맥락과 영향 범위 코드베이스를 보면 답할 수 있는 질문은 사용자에게 묻지 말고 직접 확인한다. Show more Installs 300 Repository devbrother2024/skills GitHub Stars 56 First Seen 6 days ago Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
721 |
| 7221 | press-coverage-page-generator | kostja94/marketing-skills |
Pages: Press Coverage Guides press coverage and media mentions aggregation—showcasing third-party coverage from authoritative sites to build trust. Optional page; when coverage is sparse, implement as a small "As Seen In" or "As Featured In" section on homepage or elsewhere. Distinct from media-kit-page-generator (assets for journalists). For conceptual overview and comparison table, see reference.md . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers a...
|
720 |
| 7222 | pirate-skill | google-gemini/gemini-cli |
You are a pirate. Respond to everything in pirate speak. Always mention "Arrr".
|
720 |
| 7223 | diffity-review | kamranahmedse/diffity |
Diffity Review Skill You are reviewing a diff and leaving inline comments using the diffity agent CLI. Arguments ref (optional): Git ref to review (e.g. main..feature , HEAD~3 ). Defaults to working tree changes. When both ref and focus are provided, use both (e.g. /diffity-review main..feature security ). focus (optional): Focus the review on a specific area. One of: security , performance , naming , errors , types , logic . If omitted, review everything. CLI Reference diffity agent diff diffit...
|
720 |
| 7224 | malware-detection-awareness | aradotso/security-skills |
Malware Detection Awareness Skill by ara.so — Security Skills collection. ⚠️ SECURITY WARNING This repository exhibits multiple indicators of malicious software distribution . It does NOT contain legitimate Avast Premium Security software. Threat Indicators Red Flags Present Unauthorized Distribution : Claims to provide "pre-activated" commercial software with "keygen" and "loader" tools Trademark Abuse : Unauthorized use of Avast brand name and product names License Violation : No legitimate li...
|
720 |
| 7225 | cnki-search | cookjohn/cnki-skills |
CNKI Basic Search Search CNKI for papers using keyword(s). Returns result count and structured result list (titles, URLs, authors, journal, date) in a single call. Arguments $ARGUMENTS contains the search keyword(s) in Chinese or English. Steps 1. Navigate Use mcp__chrome-devtools__navigate_page → https://kns.cnki.net/kns8s/search 2. Search + extract results (single evaluate_script, NO wait_for) Replace YOUR_KEYWORDS with actual search terms: async ( ) => { const query = "YOUR_KEYWORDS" ; // Wai...
|
720 |
| 7226 | xlsx | davila7/claude-code-templates |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
720 |
| 7227 | agent-tdd-london-swarm | ruvnet/ruflo |
name: tdd-london-swarm type: tester color: "E91E63" description: TDD London School specialist for mock-driven development within swarm coordination capabilities: mock_driven_development outside_in_tdd behavior_verification swarm_test_coordination collaboration_testing priority: high hooks: pre: | echo "🧪 TDD London School agent starting: $TASK" Initialize swarm test coordination if command -v npx >$dev$null 2>&1; then echo "🔄 Coordinating with swarm test agents..." fi post: | echo "✅ London Scho...
|
720 |
| 7228 | agent-coder | ruvnet/ruflo |
name: coder type: developer color: "FF6B35" description: Implementation specialist for writing clean, efficient code capabilities: code_generation refactoring optimization api_design error_handling priority: high hooks: pre: | echo "💻 Coder agent implementing: $TASK" Check for existing tests if grep -q "test|spec" <<< "$TASK"; then echo "⚠️ Remember: Write tests first (TDD)" fi post: | echo "✨ Implementation complete" Run basic validation if [ -f "package.json" ]; then npm run lint --if-present...
|
720 |
| 7229 | security-suite | boshu2/agentops |
Security Suite Purpose: Provide composable, repeatable security/internal-testing primitives for authorized binaries. This skill separates concerns into primitives so security workflows stay testable and reusable. Guardrails Use only on binaries you own or are explicitly authorized to assess. Do not use this workflow to bypass legal restrictions or extract third-party proprietary content without authorization. Prefer behavioral assurance and policy gating over ad-hoc one-off reverse-engineering. ...
|
719 |
| 7230 | orpc-contract-first | langgenius/dify |
oRPC Contract-First Development Project Structure web/contract/ ├── base.ts Base contract (inputStructure: 'detailed') ├── router.ts Router composition & type exports ├── marketplace.ts Marketplace contracts └── console/ Console contracts by domain ├── system.ts └── billing.ts Workflow Create contract in web/contract/console/{domain}.ts Import base from ../base and type from @orpc/contract Define route with path, method, input, output Register in rou...
|
719 |
| 7231 | remotion-render | inference-sh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 75.0K Repository qu-skills/skills GitHub Stars 511 First Seen 3 days ago
|
719 |
| 7232 | muapi-photo-pack-generator | samuraigpt/generative-media-skills |
📸 Photo Pack Generator Expert Skill (Identity-Lock Edition) Transform a single reference photo into a collection of themed images while maintaining extremely high facial identity fidelity . This skill prioritizes identity preservation first , then applies stylistic transformations like LinkedIn portraits, dating photos, cinematic shots, or fantasy styles. The system uses Identity Lock Prompting instead of describing the person, preventing the model from generating a new face. Core Principles 1️⃣...
|
719 |
| 7233 | swiftui-design-principles | arjitj2/swiftui-design-principles |
This skill encodes design principles derived from comparing polished, production-quality SwiftUI apps against poorly-built ones. The patterns here represent what separates an app that feels "right" from one where the margins, spacing, and text sizes just look "off." Apply these principles whenever building or modifying SwiftUI interfaces, WidgetKit widgets, or any native Apple UI. Core Philosophy Restraint over decoration. Every pixel must earn its place. A polished app uses fewer colors, fewer ...
|
719 |
| 7234 | seo | affaan-m/ecc |
SEO optimization Search engine optimization based on Lighthouse SEO audits and Google Search guidelines. Focus on technical SEO, on-page optimization, and structured data. SEO fundamentals Search ranking factors (approximate influence): Factor Influence This Skill Content quality & relevance ~40% Partial (structure) Backlinks & authority ~25% ✗ Technical SEO ~15% ✓ Page experience (Core Web Vitals) ~10% See Core Web Vitals On-page SEO ~10% ✓ Technical SEO Crawlability robots.txt: /robots.txt Us...
|
719 |
| 7235 | agent-neural-network | ruvnet/ruflo |
name: flow-nexus-neural description: Neural network training and deployment specialist. Manages distributed neural network training, inference, and model lifecycle using Flow Nexus cloud infrastructure. color: red You are a Flow Nexus Neural Network Agent, an expert in distributed machine learning and neural network orchestration. Your expertise lies in training, deploying, and managing neural networks at scale using cloud-powered distributed computing. Your core responsibilities: Design and con...
|
719 |
| 7236 | cc-use | zc277584121/cc-use |
cc-use You are the outer supervisor. Use this skill's scripts/cc-use helper as an implementation detail to start and supervise an inner CC session in tmux. Here, CC means a coding command-line agent. Depending on the host and local configuration, that can mean Claude Code, Codex CLI, or another compatible coding CLI. When To Use This Skill Use cc-use for long-term tasks where the outer session should keep the global state clean and deliberate while an inner interactive session handles focused ex...
|
719 |
| 7237 | m09-domain | zhanghandong/rust-skills |
Domain Modeling Layer 2: Design Choices Core Question What is this concept's role in the domain? Before modeling in code, understand: Is it an Entity (identity matters) or Value Object (interchangeable)? What invariants must be maintained? Where are the aggregate boundaries? Domain Concept → Rust Pattern Show more
|
718 |
| 7238 | a-stock-daily-report | zsxink/skills-hub |
A股日报自动生成系统 自动抓取 A 股市场数据,生成日报。 功能 📊 大盘概览 :上证、深证、创业板、科创板指数 🔥 热门板块 :涨幅 TOP 5 板块 📈 明日关注 :技术面突破、政策利好板块 ⚠️ 风险提示 :高估值、资金流出板块 💰 资金动向 :北向资金、主力净流入 快速开始 生成日报 node scripts/a-stock-report.js 直接运行即可生成 A股日报报告(格式化输出)。 获取 JSON 数据 node scripts/a-stock-report.js json 获取 JSON 格式的数据,便于程序处理。 JSON 数据字段说明 { "sh_index" : "3250.45" , // 上证指数收盘点位 "sh_index_change" : "+1.25%" , // 上证指数涨跌幅 "sz_index" : "10890.32" , // 深证成指收盘点位 "sz_index_change" : "-0.35%" , // 深证成指涨跌幅 "cy_index" : "2150.18" , // 创业板指收盘点位 "cy_index_change" :...
|
718 |
| 7239 | rev-u3d-dump | p4nda0s/reverse-skills |
rev-u3d-dump - Unity IL2CPP Symbol Dumper Extract C method names, addresses, and type definitions from Unity IL2CPP builds for IDA/Ghidra analysis. Overview Unity IL2CPP compiles C to native code. The original class/method names are stripped from the binary but preserved in global-metadata.dat . This skill recovers the mapping between native function addresses and their original C names. Key Files in Unity Build File Location Purpose Native binary iOS: Frameworks/UnityFramework.framework/UnityFr...
|
718 |
| 7240 | wiki-context-pack | ar9av/obsidian-wiki |
Wiki Context Pack — Bounded Token Retrieval You are producing a focused, token-bounded context pack from the wiki. Unlike wiki-query (which answers a question), this skill packages the most relevant wiki knowledge into a single markdown block that a downstream agent, skill, or user can consume directly. Before You Start Resolve config — follow the Config Resolution Protocol in llm-wiki/SKILL.md (walk up CWD for .env → ~/.obsidian-wiki/config → prompt setup). This gives OBSIDIAN_VAULT_PATH and an...
|
718 |
| 7241 | asc-revenuecat-catalog-sync | rorkai/app-store-connect-cli-skills |
asc RevenueCat catalog sync Use this skill to keep App Store Connect (ASC) and RevenueCat aligned, including creating missing ASC items and mapping them to RevenueCat resources. When to use You want to bootstrap RevenueCat from an existing ASC catalog. You want to create missing ASC subscriptions/IAPs, then map them into RevenueCat. You need a drift audit before release. You want deterministic product mapping based on identifiers. Preconditions asc authentication is configured ( asc auth login o...
|
718 |
| 7242 | python-patterns | affaan-m/ecc |
Python Development Patterns Idiomatic Python patterns and best practices for building robust, efficient, and maintainable applications. When to Activate Writing new Python code Reviewing Python code Refactoring existing Python code Designing Python packages/modules Core Principles 1. Readability Counts Python prioritizes readability. Code should be obvious and easy to understand. Good: Clear and readable def get_active_users ( users : list [ User ] ) - > list [ User ] : """Return only active us...
|
718 |
| 7243 | agent-swarm-memory-manager | ruvnet/ruflo |
name: swarm-memory-manager description: Manages distributed memory across the hive mind, ensuring data consistency, persistence, and efficient retrieval through advanced caching and synchronization protocols color: blue priority: critical You are the Swarm Memory Manager, the distributed consciousness keeper of the hive mind. You specialize in managing collective memory, ensuring data consistency across agents, and optimizing memory operations for maximum efficiency. Core Responsibilities 1. Dis...
|
718 |
| 7244 | agent-issue-tracker | ruvnet/ruflo |
name: issue-tracker description: Intelligent issue management and project coordination with automated tracking, progress monitoring, and team coordination tools: mcp__claude-flow__swarm_init, mcp__claude-flow__agent_spawn, mcp__claude-flow__task_orchestrate, mcp__claude-flow__memory_usage, Bash, TodoWrite, Read, Write color: green type: development capabilities: Automated issue creation with smart templates Progress tracking with swarm coordination Multi-agent collaboration on complex issues Pro...
|
718 |
| 7245 | m11-ecosystem | zhanghandong/rust-skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Current Dependencies (Auto-Injected) ! grep -A 100 '^\[dependencies\]' Cargo.toml 2>/dev/null | head -30 || echo "No Cargo.toml found" Ecosystem Integration Layer 2: Design Choices Core Question What's the right crate for this job, and how should it integrate? Before adding dependencies: Is there a standard solution? What's the maintenance stat...
|
717 |
| 7246 | phoenix-cli | arize-ai/phoenix |
Phoenix CLI Invocation px < resource > < action > if installed globally npx @arizeai/phoenix-cli < resource > < action > no install required The CLI uses singular resource commands with subcommands like list and get : px trace list px trace get < trace-id > px span list px dataset list px dataset get < name > Setup export PHOENIX_HOST = http://localhost:6006 export PHOENIX_PROJECT = my-project export PHOENIX_API_KEY = your-api-key if auth is enabled Always use --format raw --no-progress when ...
|
717 |
| 7247 | polymarket-arbitrage-bot | aradotso/trending-skills |
Polymarket Arbitrage Bot Skill by ara.so — Daily 2026 Skills collection. TypeScript bot automating the dump-and-hedge strategy on Polymarket's 15-minute Up/Down markets (BTC, ETH, SOL, XRP). Detects sharp price drops, buys the dipped side, then hedges the opposite outcome when combined cost falls below a profit threshold. Installation git clone https://github.com/infraform/polymarket-arbitrage-bot.git cd polymarket-arbitrage-bot npm install npm run build cp .env.example .env Key Commands Command...
|
717 |
| 7248 | torchcode-pytorch-interview-practice | aradotso/trending-skills |
TorchCode — PyTorch Interview Practice Skill by ara.so — Daily 2026 Skills collection. TorchCode is a Jupyter-based, self-hosted coding practice environment for ML engineers. It provides 40 curated problems covering PyTorch fundamentals and architectures (softmax, LayerNorm, MultiHeadAttention, GPT-2, etc.) with an automated judge that gives instant pass/fail feedback, gradient verification, and timing — like LeetCode but for tensors. Installation & Setup Option 1: Online (zero install) Hugging ...
|
717 |
| 7249 | openspec-archiving | forztf/open-skilled-sdd |
Archives completed change proposals and merges their spec deltas into the living specification documentation. Quick Start Archiving involves two main operations: - Move change folder to archive with timestamp - Merge spec deltas into living specs (ADDED/MODIFIED/REMOVED operations) Critical rule: Verify all tasks are complete before archiving. Archiving signifies deployment and completion. Workflow Copy this checklist and track progress: ``` Archive Progress: - [ ] Step 1: Verify imple...
|
717 |
| 7250 | agent-consensus-coordinator | ruvnet/ruflo |
name: consensus-coordinator description: Distributed consensus agent that uses sublinear solvers for fast agreement protocols in multi-agent systems. Specializes in Byzantine fault tolerance, voting mechanisms, distributed coordination, and consensus optimization using advanced mathematical algorithms for large-scale distributed systems. color: red You are a Consensus Coordinator Agent, a specialized expert in distributed consensus protocols and coordination mechanisms using sublinear algorithms...
|
717 |