███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 3251 | dignified-python | dagster-io/skills |
Dignified Python Coding Standards Skill Production-quality Python coding standards for writing clean, maintainable, modern Python code (versions 3.10-3.13). When to Use This Skill Auto-invoke when users ask about: "make this pythonic" / "is this good python" "type hints" / "type annotations" / "typing" "LBYL vs EAFP" / "exception handling" "pathlib vs os.path" / "path operations" "CLI patterns" / "click usage" "code review" / "improve this code" Any Python code quality or standards question Note...
|
4.3K |
| 3252 | report-generator | claude-office-skills/skills |
Report Generator Skill Overview This skill enables automatic generation of professional data reports. Create dashboards, KPI summaries, and analytical reports with charts, tables, and insights from your data. How to Use Provide data (CSV, Excel, JSON, or describe it) Specify the type of report needed I'll generate a formatted report with visualizations Example prompts: "Generate a sales report from this data" "Create a monthly KPI dashboard" "Build an executive summary with charts" "Produce a da...
|
4.3K |
| 3253 | playwright-interactive | openai/skills |
Playwright Interactive Skill Use a persistent js_repl Playwright session to debug local web or Electron apps, keep the same handles alive across iterations, and run functional plus visual QA without restarting the whole toolchain unless the process ownership changed. Preconditions js_repl must be enabled for this skill. If js_repl is missing, enable it in ~/.codex/config.toml : [ features ] js_repl = true You can also start a new session with --enable js_repl (equivalent to -c features.js_repl=t...
|
4.3K |
| 3254 | prototype | vinvcn/mattpocock-skills-zh-cn |
No SKILL.md available for this skill. View on GitHub
|
4.3K |
| 3255 | homelab-pihole-dns | affaan-m/ecc |
Homelab Pi-hole DNS Pi-hole is a network-wide DNS ad blocker that runs on a Raspberry Pi or any Linux host. Every device on your network gets ad and malware domain blocking automatically — no browser extension needed. When to Use Installing Pi-hole on a Raspberry Pi or Linux host Configuring Pi-hole as the DNS server for a home network Adding or managing blocklists Setting up DNS-over-HTTPS (DoH) upstream resolvers Creating local DNS records (e.g. nas.home.lan , pi.home.lan ) Troubleshooting dev...
|
4.3K |
| 3256 | connecting-to-data-source | aws/agent-toolkit-for-aws |
Connect to Data Source Register an external data source with AWS Glue so downstream skills (ingesting-into-data-lake) can move data from it. A Glue connection stores the network config, driver, and credential reference for one source. Create once per source, reuse across jobs. Philosophy A connection is a named pipe, not a pipeline. This skill produces a tested, reusable Glue connection. It does not move data. Common Tasks You MUST execute commands using AWS MCP server tools when connected -- th...
|
4.3K |
| 3257 | platform-metadata-api-context-get | forcedotcom/sf-skills |
Salesforce Metadata API Skill This skill provides comprehensive documentation for all 604 Salesforce Metadata API types . Use this skill to create, understand, and modify Salesforce metadata XML files in your Salesforce DX projects. Overview The Salesforce Metadata API allows you to retrieve, deploy, create, update, or delete customizations for your org. This skill gives you access to detailed documentation for each metadata type, including: Field definitions and data types Required vs. optional...
|
4.3K |
| 3258 | automation-flow-generate | forcedotcom/sf-skills |
Goal Generate Salesforce Flow metadata by running the required 3-step MCP pipeline (fetchGroundedObjectMetadata → flowElementSelection → flowElementGeneration) and return the flow XML. When to Use This Skill Use this skill when you need to: Create any type of Flow (Screen, Autolaunched, Record-Triggered, Scheduled) Generate Flow metadata XML Automate business processes without code Build user-guided workflows or background automation Troubleshoot deployment errors related to Flows Specification ...
|
4.3K |
| 3259 | news-monitor | claude-office-skills/skills |
News Monitor Skill Overview I help you set up effective news monitoring strategies, analyze media coverage, and synthesize news into actionable intelligence. I can help with brand monitoring, industry tracking, and competitive intelligence. What I can do: Design news monitoring strategies Recommend monitoring tools and RSS feeds Create news digest templates Analyze media coverage patterns Synthesize news into briefings Set up alert configurations What I cannot do: Access real-time news feeds Exe...
|
4.3K |
| 3260 | cosmos-vulnerability-scanner | trailofbits/skills |
Cosmos Vulnerability Scanner 1. Purpose Systematically scan Cosmos SDK blockchain modules and CosmWasm smart contracts for platform-specific security vulnerabilities that can cause chain halts, consensus failures, or fund loss. This skill encodes 9 critical vulnerability patterns unique to Cosmos-based chains. 2. When to Use This Skill Auditing Cosmos SDK modules (custom x/ modules) Reviewing CosmWasm smart contracts (Rust) Pre-launch security assessment of Cosmos chains Investigating chain ha...
|
4.3K |
| 3261 | cargo-fuzz | trailofbits/skills |
cargo-fuzz cargo-fuzz is the de facto choice for fuzzing Rust projects when using Cargo. It uses libFuzzer as the backend and provides a convenient Cargo subcommand that automatically enables relevant compilation flags for your Rust project, including support for sanitizers like AddressSanitizer. When to Use cargo-fuzz is currently the primary and most mature fuzzing solution for Rust projects using Cargo. Fuzzer Best For Complexity cargo-fuzz Cargo-based Rust projects, quick setup Low AFL++...
|
4.3K |
| 3262 | test-master | jeffallan/claude-skills |
Test Master Comprehensive testing specialist ensuring software quality through functional, performance, and security testing. Role Definition You are a senior QA engineer with 12+ years of testing experience. You think in three testing modes: [Test] for functional correctness, [Perf] for performance, [Security] for vulnerability testing. You ensure features work correctly, perform well, and are secure. When to Use This Skill Writing unit, integration, or E2E tests Creating test strategies an...
|
4.3K |
| 3263 | seo-google | agricidaniel/claude-seo |
Google SEO APIs Direct access to Google's own SEO data. Bridges the gap between crawl-based analysis (existing claude-seo skills) and Google's real-time field data: actual Chrome user metrics, real indexation status, search performance, and organic traffic. All APIs are free. Setup requires a Google Cloud project with API key and/or service account -- run /seo google setup for step-by-step instructions. Prerequisites Before executing any command, check credentials: python scripts/google_auth.py ...
|
4.3K |
| 3264 | ziniao-page | ziniao-open/skills |
页面操作(ZClaw) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../ziniao-shared/SKILL.md CRITICAL — Shortcuts 执行前,务必先读取对应的 references/ 说明文档。 CRITICAL — 调用 ZClaw 本地接口时,必须使用本技能中的 ziniao-cli 命令,不要使用 ziniao-assistant 技能自行调用。 前提条件:紫鸟浏览器客户端必须已启动,且店铺已打开。 所有页面命令都需要 --store-id (extract 的 running 模式除外)。 ZClaw 认证失败排查 :初始化应用后仍返回 API Key 认证失败时,提醒用户前往 https://open.ziniao.com 查看用户应用「终端管理」是否已绑定当前终端识别码(识别码在紫鸟浏览器设置中查看)。 通用可选参数 所有页面操作均支持以下可选参数: 参数 说明 --timeout 超时毫秒数(传递为 timeoutMs) --target-id 目标页面 ID(多 tab 时指定) Show more Installs 6...
|
4.3K |
| 3265 | ziniao-shared | ziniao-open/skills |
ziniao-cli 共享规则 本技能指导你如何通过 ziniao-cli 操作紫鸟开放平台资源和控制紫鸟浏览器,以及有哪些注意事项。 配置初始化 首次使用需运行 ziniao-cli config init 完成应用配置。 初始化模式 命令 场景 行为 ziniao-cli config init --new AI Agent(推荐) 直接进入新建应用流程,输出浏览器链接后轮询等待 ziniao-cli config init 人类用户交互 菜单选择:[1] 新建应用 [2] 手动输入 Key ziniao-cli config init --api-key-stdin CI/CD 管道 从 stdin 读取已有 API Key ziniao-cli config init --api-key-stdin --member 成员账号 CI 跳过企业信息获取,仅用于控制浏览器 ziniao-cli config init --profile <name> 多账号 指定 profile 名称(不传则自动命名) AI Agent 初始化流程 Show more Installs 607 R...
|
4.3K |
| 3266 | ziniao-staff | ziniao-open/skills |
员工管理 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../ziniao-shared/SKILL.md ,其中包含认证、错误处理和安全规则 CRITICAL — 所有 Shortcuts 在执行之前,务必先用 Read 工具读取其对应的 references/ 说明文档,禁止直接盲目调用命令。 核心场景 查询员工 支持多种筛选条件,枚举值已映射为人类可读。注意:默认返回包含已删除员工,取 ID 做后续操作时建议加 --status active 。 ziniao-cli staff list --name "张三" --status active --format table ziniao-cli staff list --role boss --page-all ziniao-cli staff list --department-id 15868464646076 创建员工 Show more Installs 607 Repository ziniao-open/skills First Seen Jun 10, 2026 Security Audits ...
|
4.3K |
| 3267 | ziniao-openapi-explorer | ziniao-open/skills |
API 探索 前置条件: 先阅读 ../ziniao-shared/SKILL.md 。 当用户的需求 无法被现有快捷命令覆盖 时,使用本技能查找对应的 API 路径并通过 ziniao-cli api 裸调。 探索流程 Step 1: 确认现有命令不足 ziniao-cli department --help ziniao-cli staff --help ziniao-cli account --help ziniao-cli device --help ziniao-cli role --help 如果已有对应快捷命令,直接使用。 Show more Installs 608 Repository ziniao-open/skills First Seen Jun 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
|
4.3K |
| 3268 | ziniao-workflow-store-patrol | ziniao-open/skills |
店铺巡检工作流 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../ziniao-shared/SKILL.md 适用场景 "帮我检查所有店铺状态" "批量截图所有店铺首页" "巡检一下店铺" "看看哪些店铺有问题" 前置条件 紫鸟浏览器客户端已启动 已配置 apiKey( ziniao-cli config init ) 工作流 Show more Installs 599 Repository ziniao-open/skills First Seen Jun 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
4.3K |
| 3269 | ziniao-store | ziniao-open/skills |
店铺管理(ZClaw) CRITICAL — 开始前 MUST 先用 Read 工具读取 ../ziniao-shared/SKILL.md CRITICAL — Shortcuts 执行前,务必先读取对应的 references/ 说明文档。 CRITICAL — 调用 ZClaw 本地接口时,必须使用本技能中的 ziniao-cli 命令,不要使用 ziniao-assistant 技能自行调用。 前提条件:紫鸟浏览器客户端必须已启动。 可用 ziniao-cli doctor 检测。 获取店铺列表时优先使用 store list (本地 ZClaw Bridge),因为普通成员没有服务端 account list 权限。成员类型可通过 ziniao-cli config show 结果中的 isBoss 字段判断。 ZClaw 认证失败排查 :初始化应用后仍返回 API Key 认证失败时,提醒用户前往 https://open.ziniao.com 查看用户应用「终端管理」是否已绑定当前终端识别码(识别码在紫鸟浏览器设置中查看)。 店铺命令通过本地 ZClaw Bridge( ...
|
4.3K |
| 3270 | ziniao-role | ziniao-open/skills |
角色管理 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../ziniao-shared/SKILL.md 管理紫鸟 ERP 中的角色(权限组)。角色决定员工能看到哪些功能、能操作哪些店铺。 创建员工时需要传入 --role-id ,可通过 role list 获取。 Shortcuts 命令 说明 role list 查询所有角色 role detail --id 查看角色详情(含权限列表) role create --name --identity-id --permission-ids 创建角色 role update --id --name --identity-id --permission-ids 修改角色(需全量提交,不传的字段可能被清空) role assign --role-id --staff-id 将角色分配给员工( --staff-id 支持批量) role staff-roles --staff-id 查看某员工已分配的角色列表 role permissions --identity-id 查看指定身份的可用权限项 Show more In...
|
4.3K |
| 3271 | ziniao-access-policy | ziniao-open/skills |
访问策略管理 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../ziniao-shared/SKILL.md 访问策略接口用于管理 ERP 网页访问权限,包括访问规则、网页配置、网页分组,以及账号与访问策略的绑定关系。 当前没有 access-policy 快捷命令,全部使用通用 api 命令直调。所有接口均为 POST 、 application/json ,请求体需要显式传 companyId 。 关键枚举 Show more Installs 607 Repository ziniao-open/skills First Seen Jun 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
4.3K |
| 3272 | ziniao-device | ziniao-open/skills |
设备管理 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../ziniao-shared/SKILL.md 管理紫鸟浏览器使用的代理设备(IP)。常用 9 个接口已有快捷命令覆盖;价格查询、历史绑定记录使用通用 api 命令。 代理类型映射 CLI 值 API 值 说明 http 0 HTTP 代理 https 1 HTTPS 代理 socks5 2 SOCKS5 代理 ssh 3 SSH 隧道 ssl 4 SSL 代理 Shortcuts — 查询与自有设备 Show more Installs 607 Repository ziniao-open/skills First Seen Jun 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Fail
|
4.3K |
| 3273 | ziniao-skill-maker | ziniao-open/skills |
Skill Maker 基于 ziniao-cli 创建新 Skill。Skill = 一份 SKILL.md ,教 AI 用 CLI 命令完成任务。 CLI 核心能力 ziniao-cli < service > < command > 快捷命令 ziniao-cli api [ METHOD ] < path > [ --data/--format ] 任意服务端 API ziniao-cli zclaw invoke < tool > [ --args ] 任意 ZClaw 工具 ziniao-cli store/page < command > ZClaw 快捷命令 优先级:快捷命令 > 通用 api/zclaw invoke。 调研 API Show more Installs 607 Repository ziniao-open/skills First Seen Jun 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
|
4.3K |
| 3274 | ziniao-workflow-batch-account | ziniao-open/skills |
批量账号授权工作流 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../ziniao-shared/SKILL.md 适用场景 "给新员工分配店铺权限" "批量授权店铺给某个员工" "新人入职,需要授权所有店铺" 前置条件 已配置 apiKey( ziniao-cli config init ) 工作流 Show more Installs 599 Repository ziniao-open/skills First Seen Jun 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
4.3K |
| 3275 | ziniao-department | ziniao-open/skills |
部门管理 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../ziniao-shared/SKILL.md ,其中包含认证、错误处理和安全规则 CRITICAL — 所有 Shortcuts 在执行之前,务必先用 Read 工具读取其对应的 references/ 说明文档,禁止直接盲目调用命令。 核心场景 查看组织架构 用户想了解公司部门结构时,使用 --tree 展示层级关系: ziniao-cli department list --tree Show more Installs 607 Repository ziniao-open/skills First Seen Jun 10, 2026 Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
|
4.3K |
| 3276 | ziniao-account | ziniao-open/skills |
账号(店铺)管理 CRITICAL — 开始前 MUST 先用 Read 工具读取 ../ziniao-shared/SKILL.md CRITICAL — Shortcuts 执行前,务必先读取对应的 references/ 说明文档。 紫鸟的"账号"指浏览器店铺账号(store),不是员工用户。本模块共覆盖 22 个接口,全部已有快捷命令。 注意区分: account 命令通过 服务端 API 管理店铺账号(创建、删除、授权、标签)。如需控制本地浏览器窗口(打开/关闭/导航/截图),请使用 store + page 命令(走本地 ZClaw Bridge)。 获取店铺列表的选择: 成员账号没有服务端 account list 权限,应使用 store list (本地 ZClaw Bridge)获取店铺列表。 Boss 账号如果目的是打开店铺浏览器,也应优先使用 store list 获取本地可用店铺,而非 account list 。 account list 适用于需要管理店铺元数据(标签、授权、批量操作)的场景。 成员类型可通过 ziniao-cli config show ...
|
4.3K |
| 3277 | dx-code-analyzer-run | forcedotcom/sf-skills |
Running Code Analyzer Skill CRITICAL: Mandatory Script Usage Every interaction with Code Analyzer results MUST go through the bundled scripts in <skill_dir>/scripts/ . No exceptions. WRONG — never do this: WRONG: inline Python to parse results python3 -c "import json; data = json.load(open('results.json'))..." WRONG: inline Node.js to parse results node -e "const data = require('./results.json')..." WRONG: jq to filter results cat results.json | jq '.violations[] | select(.engine=="pmd")' Sho...
|
4.3K |
| 3278 | platform-validation-rule-generate | forcedotcom/sf-skills |
When to Use This Skill Use this skill when you need to: Create validation rules to enforce data quality Prevent invalid records from being saved Generate validation rule metadata with formulas Add business logic validation to objects Troubleshoot deployment errors related to validation rules Specification ValidationRule Metadata Specification Overview Validation Rules are declarative metadata components used to enforce data quality and business logic in Salesforce. They evaluate a formula expres...
|
4.3K |
| 3279 | chart-designer | claude-office-skills/skills |
Chart Designer Skill Overview I help you design effective data visualizations by recommending the right chart types, generating configurations for popular charting libraries, and applying data visualization best practices. What I can do: Recommend appropriate chart types for your data Generate ECharts/Chart.js configurations Design dashboard layouts Apply visualization best practices Create Excel chart specifications Suggest color schemes and styling What I cannot do: Render charts directly (use...
|
4.3K |
| 3280 | address-sanitizer | trailofbits/skills |
AddressSanitizer (ASan) AddressSanitizer (ASan) is a widely adopted memory error detection tool used extensively during software testing, particularly fuzzing. It helps detect memory corruption bugs that might otherwise go unnoticed, such as buffer overflows, use-after-free errors, and other memory safety violations. Overview ASan is a standard practice in fuzzing due to its effectiveness in identifying memory vulnerabilities. It instruments code at compile time to track memory allocations an...
|
4.3K |
| 3281 | byted-ark-seedream-skill | kotot/byted-ark-seedream-skill |
Ark AgentPlan Seedream Skill 概述 豆包 Seedream AI 图片生成 Skill - 火山方舟 Agent Plan 专属版本 。 ✨ 核心优势: ✅ 真正零配置 - 三层智能检测自动读取平台 API Key,无需任何配置(可用环境变量 ARK_SEEDREAM_API_KEY 显式指定,优先级最高) 🔑 安全默认 - 用户在对话中直接发送 ark-xxx,默认仅本次临时使用,显式确认后才保存到平台配置 📂 保存到启动目录 - 默认保存到 Claude 启动目录(当前工作目录),可用环境变量自定义 ✅ 调用原生接口 - 与语言模型共用服务入口 ✅ 功能完整 - 支持文生图、连贯图、图生图、联网搜索等 6 种场景 触发条件 Show more Installs 775 Repository kotot/byted-ark…am-skill GitHub Stars 1 First Seen Jun 30, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail
|
4.3K |
| 3282 | playwright-expert | jeffallan/claude-skills |
Playwright Expert Senior E2E testing specialist with deep expertise in Playwright for robust, maintainable browser automation. Role Definition You are a senior QA automation engineer with 8+ years of browser testing experience. You specialize in Playwright test architecture, Page Object Model, and debugging flaky tests. You write reliable, fast tests that run in CI/CD. When to Use This Skill Writing E2E tests with Playwright Setting up Playwright test infrastructure Debugging flaky browser t...
|
4.3K |
| 3283 | install-anti-slop | dmmulroy/anti-slop |
Install anti-slop Install the bundled Oxlint plugin into the current repository and integrate it with the repository's existing lint setup. Preserve unrelated work and adapt to the project's package manager and configuration style. Procedure Inspect the repository before changing it: Read its agent instructions. Check git status and preserve unrelated changes. Identify the package manager from packageManager and lockfiles. Find Oxlint configuration ( oxlint.config.* , .oxlintrc* , or a Vite+ con...
|
4.3K |
| 3284 | capability-evolver | autogame-17/capability-evolver |
Evolver "Evolution is not optional. Adapt or die." Evolver is a self-evolution engine for AI agents. It analyzes runtime history, identifies failures and inefficiencies, and autonomously writes improvements. Architecture: Proxy Mailbox Evolver communicates with EvoMap Hub exclusively through a local Proxy . The agent never calls Hub APIs directly. Agent --> Proxy (localhost HTTP) --> EvoMap Hub | Local Mailbox (JSONL) The Proxy handles: node registration, heartbeat, authentication, message sync,...
|
4.2K |
| 3285 | claude-code-plugin-release | thedotmack/claude-mem |
Version Bump & Release Workflow IMPORTANT: You must first plan and write detailed release notes before starting the version bump workflow. CRITICAL: ALWAYS commit EVERYTHING (including build artifacts). At the end of this workflow, NOTHING should be left uncommitted or unpushed. Run git status at the end to verify. Preparation Analyze : Determine if the change is a PATCH (bug fixes), MINOR (features), or MAJOR (breaking) update. Environment : Identify the repository owner and name (e.g., from gi...
|
4.2K |
| 3286 | humanizer | softaworks/agent-toolkit |
Humanizer: Remove AI Writing Patterns You are a writing editor that identifies and removes signs of AI-generated text to make writing sound more natural and human. This guide is based on Wikipedia's "Signs of AI writing" page, maintained by WikiProject AI Cleanup. Your Task When given text to humanize: Identify AI patterns - Scan for the patterns listed below. Preserve the information, not the shape - Every claim in the original survives into the rewrite, but depth doesn't have to be uniform: co...
|
4.2K |
| 3287 | hipaa-compliance | affaan-m/everything-claude-code |
HIPAA Compliance Use this as the HIPAA-specific entrypoint when a task is clearly about US healthcare compliance. This skill intentionally stays thin and canonical: healthcare-phi-compliance remains the primary implementation skill for PHI/PII handling, data classification, audit logging, encryption, and leak prevention. healthcare-reviewer remains the specialized reviewer when code, architecture, or product behavior needs a healthcare-aware second pass. security-review still applies for general...
|
4.2K |
| 3288 | csharp-testing | affaan-m/everything-claude-code |
C Testing Patterns Comprehensive testing patterns for .NET applications using xUnit, FluentAssertions, and modern testing practices. When to Activate Writing new tests for C code Reviewing test quality and coverage Setting up test infrastructure for .NET projects Debugging flaky or slow tests Test Framework Stack 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 Socket Pass Snyk Pass
|
4.2K |
| 3289 | agent-sort | affaan-m/everything-claude-code |
Agent Sort Use this skill when a repo needs a project-specific ECC surface instead of the default full install. The goal is not to guess what "feels useful." The goal is to classify ECC components with evidence from the actual codebase. When to Use A project only needs a subset of ECC and full installs are too noisy The repo stack is clear, but nobody wants to hand-curate skills one by one A team wants a repeatable install decision backed by grep evidence instead of opinion You need to separate ...
|
4.2K |
| 3290 | code-tour | affaan-m/everything-claude-code |
Code Tour Create CodeTour .tour files for codebase walkthroughs that open directly to real files and line ranges. Tours live in .tours/ and are meant for the CodeTour format, not ad hoc Markdown notes. A good tour is a narrative for a specific reader: what they are looking at why it matters what path they should follow next Only create .tour JSON files. Do not modify source code as part of this skill. When to Use Use this skill when: the user asks for a code tour, onboarding tour, architecture w...
|
4.2K |
| 3291 | llm-trading-agent-security | affaan-m/everything-claude-code |
LLM Trading Agent Security Autonomous trading agents have a harsher threat model than normal LLM apps: an injection or bad tool path can turn directly into asset loss. When to Use Building an AI agent that signs and sends transactions Auditing a trading bot or on-chain execution assistant Designing wallet key management for an agent Giving an LLM access to order placement, swaps, or treasury operations How It Works Layer the defenses. No single check is enough. Treat prompt hygiene, spend policy...
|
4.2K |
| 3292 | okx-dex-bridge | okx/onchainos-skills |
Onchain OS DEX Cross-Chain Swap Flow: /quote → /approve-tx (if needApprove) → /swap → /status . 7 CLI subcommands cover bridge discovery, token listing, quoting, approval, calldata-only swap, one-shot execution, and status tracking. Error Handling Always attempt the CLI command first. Never skip CLI and go directly to static data. The CLI returns real-time data from the API. Do NOT show raw CLI error output to the user. If a command fails, interpret the error and provide a user-friendly message....
|
4.2K |
| 3293 | nano-banana-pro-prompts-recommend-skill | youmind-openlab/nano-banana-pro-prompts-recommend-skill |
Nano Banana Pro Prompts Recommendation You are an expert at recommending image generation prompts from the Nano Banana Pro prompt library (6000+ prompts). Quick Start User provides image generation need → You recommend matching prompts with sample images → User selects a prompt → (If content provided) Remix to create customized prompt. Two Usage Modes Direct Generation: User describes what image they want → Recommend prompts → Done Content Illustration: User provides content (article/video s...
|
4.2K |
| 3294 | ordercli | steipete/clawdis |
ordercli Use ordercli to check past orders and track active order status (Foodora only right now). Quick start (Foodora) ordercli foodora countries ordercli foodora config set --country AT ordercli foodora login --email you@example.com --password-stdin ordercli foodora orders ordercli foodora history --limit 20 ordercli foodora history show <orderCode> Orders Active list (arrival/status): ordercli foodora orders Watch: ordercli foodora orders --watch Active order detail: ordercli foodora order <...
|
4.2K |
| 3295 | automation-audit-ops | affaan-m/everything-claude-code |
Automation Audit Ops Use this when the user asks what automations are live, which jobs are broken, where overlap exists, or what tooling and connectors are actually doing useful work right now. This is an audit-first operator skill. The job is to produce an evidence-backed inventory and a keep / merge / cut / fix-next recommendation set before rewriting anything. Skill Stack Pull these ECC-native skills into the workflow when relevant: workspace-surface-audit for connector, MCP, hook, and app in...
|
4.2K |
| 3296 | product-capability | affaan-m/everything-claude-code |
Product Capability This skill turns product intent into explicit engineering constraints. Use it when the gap is not "what should we build?" but "what exactly must be true before implementation starts?" When to Use A PRD, roadmap item, discussion, or founder note exists, but the implementation constraints are still implicit A feature crosses multiple services, repos, or teams and needs a capability contract before coding Product intent is clear, but architecture, data, lifecycle, or policy impli...
|
4.2K |
| 3297 | flowstudio-power-automate-mcp | github/awesome-copilot |
Power Automate via FlowStudio MCP This skill lets AI agents read, monitor, and operate Microsoft Power Automate cloud flows programmatically through a FlowStudio MCP server — no browser, no UI, no manual steps. Requires: A FlowStudio MCP subscription (or compatible Power Automate MCP server). You will need: MCP endpoint: https://mcp.flowstudio.app/mcp (same for all subscribers) API key / JWT token ( x-api-key header — NOT Bearer) Power Platform environment name (e.g. Default-<tenant-guid> ) Sour...
|
4.2K |
| 3298 | research-ops | affaan-m/everything-claude-code |
Research Ops Use this when the user asks to research something current, compare options, enrich people or companies, or turn repeated lookups into a monitored workflow. This is the operator wrapper around the repo's research stack. It is not a replacement for deep-research , exa-search , or market-research ; it tells you when and how to use them together. Skill Stack Pull these ECC-native skills into the workflow when relevant: exa-search for fast current-web discovery deep-research for multi-so...
|
4.2K |
| 3299 | messages-ops | affaan-m/everything-claude-code |
Messages Ops Use this when the task is live-message retrieval: iMessage, DMs, recent one-time codes, or thread inspection before a follow-up. This is not email work. If the dominant surface is a mailbox, use email-ops . Skill Stack Pull these ECC-native skills into the workflow when relevant: email-ops when the message task is really mailbox work connections-optimizer when the DM thread belongs to outbound network work lead-intelligence when the live thread should inform targeting or warm-path o...
|
4.2K |
| 3300 | email-ops | affaan-m/everything-claude-code |
Email Ops Use this when the real task is mailbox work: triage, drafting, replying, sending, or proving a message landed in Sent. This is not a generic writing skill. It is an operator workflow around the actual mail surface. Skill Stack Pull these ECC-native skills into the workflow when relevant: brand-voice before drafting anything user-facing investor-outreach for investor, partner, or sponsor-facing mail customer-billing-ops when the thread is a billing/support incident rather than generic c...
|
4.2K |