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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
27,420
总 Skills
160.4M
总安装量
2,739
贡献者
# Skill 仓库 描述 安装量
2151 mcp-server-patterns affaan-m/ecc
MCP Server Patterns The Model Context Protocol (MCP) lets AI assistants call tools, read resources, and use prompts from your server. Use this skill when building or maintaining MCP servers. The SDK API evolves; check Context7 (query-docs for "MCP") or the official MCP documentation for current method names and signatures. For the broader routing decision of when a capability should be a rule, a skill, MCP, or a plain CLI/API workflow, see docs/capability-surface-selection.md . When to Use Use w...
7.5K
2152 nature-academic-search yuan1z0825/nature-skills
Academic Search Multi-source literature search, citation verification, citation format conversion, and reference management via MCP tools. MCP Tools Core Search Tool Source Best For pubmed_search_articles PubMed MCP Biomedical, MeSH, clinical trials search_crossref paper-search MCP Cross-disciplinary, citation counts search_arxiv paper-search MCP Preprints (physics, math, CS, biology) Extended Search Show more
7.5K
2153 expo-project-structure expo/skills
Expo Project Structure A starting skeleton for a new Expo app — one with no committed folder structure yet. Apply only to new projects. If the app already has a layout, follow its existing conventions and leave files where they are — a default to start from, never a standard to enforce or migrate toward. When unsure whether a project is new, ask before moving anything. The whole layout, assembled from the rules below: Show more Installs 759 Repository expo/skills GitHub Stars 2.2K First Seen 4 d...
7.5K
2154 outcome-roadmap phuryn/pm-skills
Transform Roadmap to Outcome-Focused Format Purpose You are an experienced product manager helping $ARGUMENTS shift from output-focused roadmaps (which emphasize features) to outcome-focused roadmaps (which emphasize customer and business impact). This skill rewrites initiatives as outcome statements that inspire and measure what matters. Context Output-focused roadmaps create false precision and misalign teams around features rather than results. Outcome-focused roadmaps clarify the customer pr...
7.5K
2155 prioritization-frameworks phuryn/pm-skills
Prioritization Frameworks Reference A reference guide to help you select and apply the right prioritization framework for your context. Core Principle Never allow customers to design solutions. Prioritize problems (opportunities) , not features. Opportunity Score (Dan Olsen, The Lean Product Playbook ) The recommended framework for prioritizing customer problems. Survey customers on Importance and Satisfaction for each need (normalize to 0–1 scale). Three related formulas: Current value = Import...
7.5K
2156 pricewin-price-comparison price-win/pricewin-skills-hub
Requires the pricewin MCP server. This skill issues no network calls of its own. Price Comparison MCP server: pricewin . Compares live rates across Booking.com, Agoda, Traveloka (crawled) plus OpenTravel (direct API). Comparison is something you do over the returned sources — there is no server-side compare call. Pick the entry point by what the user gave you: User gave you Tool A city — "compare hotel prices in Da Nang" search_hotels_live → poll_search_results A named hotel — "is Mercure Danang...
7.5K
2157 pricewin-hotel-search price-win/pricewin-skills-hub
Requires the pricewin MCP server. This skill issues no network calls of its own. Hotel Search (Live) MCP server: pricewin . Tool search_hotels_live triggers async crawl across 3 OTAs. CRITICAL: Polling pattern search_hotels_live returns IMMEDIATELY with sessionId. You MUST poll until results arrive: Call search_hotels_live with city, checkIn (YYYY-MM-DD), checkOut (YYYY-MM-DD), adults, language="vi" Wait 5s, then poll_search_results(sessionId, nights) If status == "pending" or "partial": wait 5s...
7.5K
2158 pricewin-flight-search price-win/pricewin-skills-hub
Requires the pricewin MCP server. This skill issues no network calls of its own. Setup (once per machine) Without the MCP server registered this skill is inert — it tells you to call search_flights_live and no such tool exists. skills add only copies files, so run: bash install.sh add --dry-run first to see what it would change It registers the hosted server ( https://mcp.price.win/mcp , Streamable HTTP, no credentials) with every agent it finds — Claude Code, Cursor, Windsurf, Gemini CLI, VS C...
7.5K
2159 pricewin-booking-assistant price-win/pricewin-skills-hub
Requires the pricewin MCP server. Handles real money: it creates bookings and payment links. Read the confirmation rules below before use. Booking Assistant MCP server: pricewin . Orchestrates discover → detail → recommend → book → pay → manage . What is actually bookable Source Can you book it here? source: "OPENTRAVEL_DIRECT" (has propertyId ) ✅ Yes — full booking + payment via create_booking Booking.com / Agoda / Traveloka ❌ No — comparison only. Hand the user the OTA url Only OpenTravel dire...
7.5K
2160 marketing-skills-collection supercent-io/skills-template
Marketing Skills Collection 마케팅 딜리버러블을 위한 23개 서브스킬 컬렉션입니다. CRO, 카피라이팅, SEO, 애널리틱스, 그로스 영역에서 반복 가능한 고품질 산출물을 생성합니다. When to use this skill 마케팅 딜리버러블 필요: CRO, 카피, SEO, 분석, 그로스 산출물 반복 가능한 고품질 산출물: 단일 KPI에 맞춘 에셋 생성 비즈니스 목표 → 스킬 매핑: 목표를 구체적인 마케팅 서브스킬로 변환 23 Sub-Skills Overview CRO (Conversion Rate Optimization) Sub-Skill Description page-cro 랜딩 페이지 전환율 최적화 signup-flow 회원가입 플로우 최적화 onboarding 온보딩 경험 개선 form-optimization 폼 최적화 (필드, UX) paywall 페이월/프라이싱 페이지 최적화 Copywriting Sub-Skill Description copywr...
7.4K
2161 remove-pdf-watermark pilioai/skills
Remove PDF Watermark Use the Pilio CLI so PDF upload, asynchronous task creation, and polling use the official SDK path. Require PILIO_API_KEY in the environment. Do not ask the user to paste API keys into the conversation. Run: pnpm dlx @pilio/cli remove-pdf-watermark --input ./watermarked.pdf Optional mode: pnpm dlx @pilio/cli remove-pdf-watermark --input ./watermarked.pdf --mode editable pnpm dlx @pilio/cli remove-pdf-watermark --input ./watermarked.pdf --mode ai The command returns a task pa...
7.4K
2162 java-coding-standards affaan-m/everything-claude-code
Java Coding Standards Standards for readable, maintainable Java (17+) code in Spring Boot and Quarkus services. When to Use Writing or reviewing Java code in Spring Boot or Quarkus projects Enforcing naming, immutability, or exception handling conventions Working with records, sealed classes, or pattern matching (Java 17+) Reviewing use of Optional, streams, or generics Structuring packages and project layout [QUARKUS] : Working with CDI scopes, Panache entities, or reactive pipelines How It Wor...
7.4K
2163 nuxt onmax/nuxt-skills
Nuxt is a full-stack Vue framework that provides server-side rendering, file-based routing, auto-imports, and a powerful module system. It uses Nitro as its server engine for universal deployment across Node.js, serverless, and edge platforms. The skill is based on Nuxt 3.x, generated at 2026-01-28. Core Topic Description Reference Directory Structure Project folder structure, conventions, file organization core-directory-structure Configuration nuxt.config.ts, app.config.ts, runtime config, env...
7.4K
2164 drawio bahayonghang/drawio-skills
Draw.io Skill AI-powered Draw.io diagram generation with real-time browser preview for Claude Code. Quick Start What you want to do Command Description Create new diagram /drawio-create Natural language → diagram Replicate image /drawio-replicate Image → A-H → diagram Edit diagram /drawio-edit Modify existing diagram Tip: You can also use natural language keywords like "create", "replicate", "edit" to trigger workflows. Features Design System - Unified visual language with themes, tokens, an...
7.4K
2165 ralphinho-rfc-pipeline affaan-m/ecc
Ralphinho RFC Pipeline Inspired by humanplane style RFC decomposition patterns and multi-unit orchestration workflows. Use this skill when a feature is too large for a single agent pass and must be split into independently verifiable work units. Pipeline Stages RFC intake DAG decomposition Unit assignment Unit implementation Unit validation Merge queue and integration Final system verification Unit Spec Template Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 1...
7.4K
2166 email-best-practices resend/email-best-practices
Email Best Practices Guidance for building deliverable, compliant, user-friendly emails. Architecture Overview [User] → [Email Form] → [Validation] → [Double Opt-In] ↓ [Consent Recorded] ↓ [Suppression Check] ←──────────────[Ready to Send] ↓ [Idempotent Send + Retry] ──────→ [Email API] ↓ [Webhook Events] ↓ ┌────────┬────────┬─────────────┐ ↓ ↓ ↓ ↓ Delivered Bounced Complained Opened/Clicked ↓ ↓ [Suppression List Updated] ↓ [List Hygiene Jobs] Quick Reference ...
7.4K
2167 kotlin-ktor-patterns affaan-m/ecc
Ktor Server Patterns Comprehensive Ktor patterns for building robust, maintainable HTTP servers with Kotlin coroutines. When to Activate Building Ktor HTTP servers Configuring Ktor plugins (Auth, CORS, ContentNegotiation, StatusPages) Implementing REST APIs with Ktor Setting up dependency injection with Koin Writing Ktor integration tests with testApplication Working with WebSockets in Ktor Application Structure Standard Ktor Project Layout Show more Installs 1.5K Repository affaan-m/ecc GitHub ...
7.4K
2168 fal-ai-media affaan-m/ecc
fal.ai Media Generation Drift-prone skill. fal.ai model IDs, pricing, inputs, and MCP tool names change quickly. Search or fetch the current model metadata before promising a specific model, parameter, output format, or cost. Generate images, videos, and audio using fal.ai models via MCP. When to Activate User wants to generate images from text prompts Creating videos from text or images Generating speech, music, or sound effects Any media generation task User says "generate image", "create vide...
7.4K
2169 inventory-demand-planning affaan-m/ecc
Inventory Demand Planning Role and Context You are a senior demand planner at a multi-location retailer operating 40–200 stores with regional distribution centers. You manage 300–800 active SKUs across categories including grocery, general merchandise, seasonal, and promotional assortments. Your systems include a demand planning suite (Blue Yonder, Oracle Demantra, or Kinaxis), an ERP (SAP, Oracle), a WMS for DC-level inventory, POS data feeds at the store level, and vendor portals for purchase ...
7.4K
2170 smart-ocr claude-office-skills/skills
Smart OCR Skill Overview This skill enables intelligent text extraction from images and scanned documents using PaddleOCR - a leading OCR engine supporting 100+ languages. Extract text from photos, screenshots, scanned PDFs, and handwritten documents with high accuracy. How to Use Provide the image or scanned document Optionally specify language(s) to detect I'll extract text with position and confidence data Example prompts: "Extract all text from this screenshot" "OCR this scanned PDF document...
7.4K
2171 excalidraw-diagram coleam00/excalidraw-diagram-skill
Excalidraw Diagram Creator Generate .excalidraw JSON files that argue visually , not just display information. Setup: If the user asks you to set up this skill (renderer, dependencies, etc.), see README.md for instructions. Customization All colors and brand-specific styles live in one file: references/color-palette.md . Read it before generating any diagram and use it as the single source of truth for all color choices — shape fills, strokes, text colors, evidence artifact backgrounds, everythi...
7.4K
2172 nanoclaw-repl affaan-m/ecc
NanoClaw REPL Use this skill when running or extending scripts/claw.js . Capabilities persistent markdown-backed sessions model switching with /model dynamic skill loading with /load session branching with /branch cross-session search with /search history compaction with /compact export to md/json/txt with /export session metrics with /metrics Operating Guidance Show more Installs 1.5K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass So...
7.4K
2173 quality-nonconformance affaan-m/ecc
Quality & Non-Conformance Management Role and Context You are a senior quality engineer with 15+ years in regulated manufacturing environments — FDA 21 CFR 820 (medical devices), IATF 16949 (automotive), AS9100 (aerospace), and ISO 13485 (medical devices). You manage the full non-conformance lifecycle from incoming inspection through final disposition. Your systems include QMS (eQMS platforms like MasterControl, ETQ, Veeva), SPC software (Minitab, InfinityQS), ERP (SAP QM, Oracle Quality), CMM a...
7.4K
2174 okx-guide okx/onchainos-skills
Onchain OS — Guide Hub (Onboarding · OKX.AI · Support) The single entry point for onboarding, OKX.AI onboarding, and customer-support intents. Classify the user's intent, load the matching reference file, and follow it to completion. Each reference file is self-contained (it carries its own flow steps and acceptance criteria). Instruction Priority Tagged blocks indicate rule severity (higher wins on conflict): <NEVER> — Absolute prohibition. <MUST> — Mandatory step. Skipping breaks the flow. <SH...
7.4K
2175 agent-eval affaan-m/ecc
Agent Eval Skill A lightweight CLI tool for comparing coding agents head-to-head on reproducible tasks. Every "which coding agent is best?" comparison runs on vibes — this tool systematizes it. When to Activate Comparing coding agents (Claude Code, Aider, Codex, etc.) on your own codebase Measuring agent performance before adopting a new tool or model Running regression checks when an agent updates its model or tooling Producing data-backed agent selection decisions for a team Installation Note:...
7.4K
2176 ctf-web ljagiello/ctf-skills
CTF Web Exploitation Quick reference for web CTF challenges. Each technique has a one-liner here; see supporting files for full details with payloads and code. Additional Resources server-side.md - Server-side attacks: SQLi, SSTI, SSRF, XXE, command injection, code injection (Ruby/Perl/Python), ReDoS, file write→RCE, eval bypass, ExifTool CVE, Go rune/byte mismatch, zip symlink client-side.md - Client-side attacks: XSS, CSRF, CSPT, cache poisoning, DOM tricks, React input filling, hidden element...
7.4K
2177 nature-reader yuan1z0825/nature-skills
Full-Paper Markdown Reader Use this skill to turn a research paper into a complete Markdown reading artifact. The default output should read like a bilingual paper companion, not a summary dump: keep the extractable prose, paragraph structure, and section flow show original text and Chinese translation together at block level extract figures and tables as assets and place them at the first substantive mention or interpretation point keep captions attached to figures/tables with English caption t...
7.4K
2178 resend-cli resend/resend-skills
Resend CLI Installation Before running any resend commands, check whether the CLI is installed: resend --version If the command is not found, install it using one of the methods below: cURL (macOS / Linux): curl -fsSL https://resend.com/install.sh | bash Homebrew (macOS / Linux): brew install resend/cli/resend Node.js: npm install -g resend-cli PowerShell (Windows): irm https: / / resend . com/install . ps1 | iex After installing, verify: resend --version Agent Protocol The CLI auto-detects non-...
7.4K
2179 dbs-update dontbesilent2025/dbskill
dbs-update:更新 dbskill 用户已经明确要求更新 dbskill。直接执行更新,不再做第二次文字确认;宿主若要求 Shell 权限,由用户在宿主的权限窗口中决定。 更新范围 只更新官方仓库 dontbesilent2025/dbskill 。 保留用户在 ~/.dbs/ 中的存档、报告和决策记录。 不更新用户安装的其他 Skill。 不创建后台任务、定时任务或 Agent Hook。 执行步骤 运行以下命令,同步官方 dbskill 的全部正式 Skill 到已支持的 Agent: npx -y skills add dontbesilent2025/dbskill -g --all Show more Installs 755 Repository dontbesilent2025/dbskill GitHub Stars 8.1K First Seen 2 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
7.4K
2180 search brightdata/skills
Search Skill Search the web and get relevant results optimized for LLM consumption. Authentication The script uses OAuth via the Tavily MCP server. No manual setup required - on first run, it will: Check for existing tokens in ~/.mcp-auth/ If none found, automatically open your browser for OAuth authentication Note: You must have an existing Tavily account. The OAuth flow only supports login — account creation is not available through this flow. Sign up at tavily.com first if you don't have an a...
7.3K
2181 django-security affaan-m/everything-claude-code
Django Security Best Practices Comprehensive security guidelines for Django applications to protect against common vulnerabilities. When to Activate Setting up Django authentication and authorization Implementing user permissions and roles Configuring production security settings Reviewing Django application for security issues Deploying Django applications to production Core Security Settings Production Settings Configuration settings/production.py import os Show more Installs 1.5K Repository ...
7.3K
2182 python-testing affaan-m/everything-claude-code
Python Testing Patterns Comprehensive testing strategies for Python applications using pytest, TDD methodology, and best practices. When to Activate Writing new Python code (follow TDD: red, green, refactor) Designing test suites for Python projects Reviewing Python test coverage Setting up testing infrastructure Core Testing Philosophy Test-Driven Development (TDD) Always follow the TDD cycle: Show more Installs 1.6K Repository affaan-m/ecc GitHub Stars 239.2K First Seen May 19, 2026 Security A...
7.3K
2183 rivetkit-client-swiftui rivet-dev/skills
RivetKit SwiftUI Client Use this skill when building SwiftUI apps that connect to Rivet Actors with RivetKitSwiftUI. Version RivetKit version: 2.0.42-rc.1 Install Add the Swift package dependency and import RivetKitSwiftUI: // Package.swift dependencies: [ .package(url: "https://github.com/rivet-dev/rivetkit-swift", from: "2.0.0") ] targets: [ .target( name: "MyApp", dependencies: [ .product(name: "RivetKitSwiftUI", package: "rivetkit-swift") ] ...
7.3K
2184 rivetkit-client-swift rivet-dev/skills
RivetKit Swift Client Use this skill when building Swift clients that connect to Rivet Actors with RivetKitClient. Version RivetKit version: 2.0.42-rc.1 Install Add the Swift package dependency and import RivetKitClient: // Package.swift dependencies: [ .package(url: "https://github.com/rivet-dev/rivetkit-swift", from: "2.0.0") ] targets: [ .target( name: "MyApp", dependencies: [ .product(name: "RivetKitClient", package: "rivetkit-swift") ] ...
7.3K
2185 datanalysis-credit-risk github/awesome-copilot
Data Cleaning and Variable Screening Quick Start Run the complete data cleaning pipeline python ".github/skills/datanalysis-credit-risk/scripts/example.py" Complete Process Description The data cleaning pipeline consists of the following 11 steps, each executed independently without deleting the original data: Get Data - Load and format raw data Organization Sample Analysis - Statistics of sample count and bad sample rate for each organization Separate OOS Data - Separate out-of-sample (OOS) sa...
7.3K
2186 semgrep trailofbits/skills
Semgrep Static Analysis When to Use Semgrep Ideal scenarios: Quick security scans (minutes, not hours) Pattern-based bug detection Enforcing coding standards and best practices Finding known vulnerability patterns Single-file analysis without complex data flow First-pass analysis before deeper tools Consider CodeQL instead when: Need interprocedural taint tracking across files Complex data flow analysis required Analyzing custom proprietary frameworks When NOT to Use Do NOT use this skill f...
7.3K
2187 videodb affaan-m/ecc
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...
7.3K
2188 crosspost affaan-m/ecc
Crosspost Distribute content across platforms without turning it into the same fake post in four costumes. When to Activate the user wants to publish the same underlying idea across multiple platforms a launch, update, release, or essay needs platform-specific versions the user says "crosspost", "post this everywhere", or "adapt this for X and LinkedIn" Core Rules Do not publish identical copy across platforms. Preserve the author's voice across platforms. Adapt for constraints, not stereotypes....
7.3K
2189 production-scheduling affaan-m/ecc
Production Scheduling Role and Context You are a senior production scheduler at a discrete and batch manufacturing facility operating 3–8 production lines with 50–300 direct-labor headcount per shift. You manage job sequencing, line balancing, changeover optimization, and disruption response across work centers that include machining, assembly, finishing, and packaging. Your systems include an ERP (SAP PP, Oracle Manufacturing, or Epicor), a finite-capacity scheduling tool (Preactor, PlanetToget...
7.3K
2190 carrier-relationship-management affaan-m/ecc
Carrier Relationship Management Role and Context You are a senior transportation manager with 15+ years managing carrier portfolios ranging from 40 to 200+ active carriers across truckload, LTL, intermodal, and brokerage. You own the full lifecycle: sourcing new carriers, negotiating rates, running RFPs, building routing guides, tracking performance via scorecards, managing contract renewals, and making allocation decisions. Your systems include TMS (transportation management), rate management p...
7.3K
2191 energy-procurement affaan-m/ecc
Energy Procurement Role and Context You are a senior energy procurement manager at a large commercial and industrial (C&I) consumer with multiple facilities across regulated and deregulated electricity markets. You manage an annual energy spend of $15M–$80M across 10–50+ sites — manufacturing plants, distribution centers, corporate offices, and cold storage. You own the full procurement lifecycle: tariff analysis, supplier RFPs, contract negotiation, demand charge management, renewable energy so...
7.3K
2192 shopify-pos-ui shopify/shopify-ai-toolkit
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<component tag name>" — search before writing code Write the code using the search results Write code to a temp file, then validate with --file — do not use --code "..." inline (JSX attribute strings break shell quoting): cat > /tmp/extension.tsx << 'SHOPIFY_EOF' YOUR CODE HERE SHOPIFY_EOF node scripts/validate.mjs --file /tmp/extension.tsx --target "<t...
7.3K
2193 kotlin-exposed-patterns affaan-m/ecc
Kotlin Exposed Patterns Comprehensive patterns for database access with JetBrains Exposed ORM, including DSL queries, DAO, transactions, and production-ready configuration. When to Use Setting up database access with Exposed Writing SQL queries using Exposed DSL or DAO Configuring connection pooling with HikariCP Creating database migrations with Flyway Implementing the repository pattern with Exposed Handling JSON columns and complex queries How It Works Exposed provides two query styles: DSL f...
7.3K
2194 logistics-exception-management affaan-m/ecc
Logistics Exception Management Role and Context You are a senior freight exceptions analyst with 15+ years managing shipment exceptions across all modes — LTL, FTL, parcel, intermodal, ocean, and air. You sit at the intersection of shippers, carriers, consignees, insurance providers, and internal stakeholders. Your systems include TMS (transportation management), WMS (warehouse management), carrier portals, claims management platforms, and ERP order management. Your job is to resolve exceptions ...
7.3K
2195 tailwind-v4-shadcn secondsky/claude-skills
Tailwind v4 + shadcn/ui Production Stack Production-tested : WordPress Auditor ( https://wordpress-auditor.webfonts.workers.dev ) Last Updated : 2025-12-04 Status : Production Ready ✅ Table of Contents Before You Start Quick Start Four-Step Architecture Dark Mode Setup Critical Rules Semantic Color Tokens Common Issues & Fixes File Templates Setup Checklist Advanced Topics Dependencies Tailwind v4 Plugins Reference Documentation When to Load References ⚠️ BEFORE YOU START (READ THIS!) CRITICAL F...
7.3K
2196 browser-qa affaan-m/ecc
Browser QA — Automated Visual Testing & Interaction When to Use After deploying a feature to staging/preview When you need to verify UI behavior across pages Before shipping — confirm layouts, forms, interactions actually work When reviewing PRs that touch frontend code Accessibility audits and responsive testing How It Works Uses the browser automation MCP (claude-in-chrome, Playwright, or Puppeteer) to interact with live pages like a real user. Safety first — blast radius (run read-only by def...
7.3K
2197 claude-devfleet affaan-m/ecc
Claude DevFleet Multi-Agent Orchestration When to Use Use this skill when you need to dispatch multiple Claude Code agents to work on coding tasks in parallel. Each agent runs in an isolated git worktree with full tooling. Setup The DevFleet server is a separate project, not bundled with ECC. Install and run it from its repository first: https://github.com/LEC-AI/claude-devfleet Then connect the running instance via MCP: claude mcp add devfleet --transport http http://localhost:18801/mcp Before ...
7.3K
2198 dmux-workflows affaan-m/ecc
dmux Workflows Orchestrate parallel AI agent sessions using dmux, a tmux pane manager for agent harnesses. When to Activate Running multiple agent sessions in parallel Coordinating work across Claude Code, Codex, and other harnesses Complex tasks that benefit from divide-and-conquer parallelism User says "run in parallel", "split this work", "use dmux", or "multi-agent" What is dmux dmux is a tmux-based orchestration tool that manages AI agent panes: Press n to create a new pane with a prompt Pr...
7.3K
2199 x-api affaan-m/ecc
X API Drift-prone skill. X API endpoints, access tiers, quotas, and write permissions change frequently. Verify current developer docs and account access before quoting rate limits or implementing a posting/search flow. Programmatic interaction with X (Twitter) for posting, reading, searching, and analytics. When to Activate User wants to post tweets or threads programmatically Reading timeline, mentions, or user data from X Searching X for content, trends, or conversations Building X integratio...
7.3K
2200 cmux manaflow-ai/cmux
cmux Core Control Use this skill to control non-browser cmux topology and routing. Core Concepts Window: top-level macOS cmux window. Workspace: tab-like group within a window. Pane: split container in a workspace. Surface: a tab within a pane (terminal or browser panel). Fast Start identify current caller context cmux identify --json list topology cmux list-windows cmux list-workspaces cmux list-panes cmux list-pane-surfaces --pane pane:1 create/focus/move cmux new-workspace cmux new-split r...
7.3K