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

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,611
总 Skills
100.4M
总安装量
2,627
贡献者
# Skill 仓库 描述 安装量
7201 kotlin-coroutines-flows affaan-m/ecc
Kotlin Coroutines & Flows Patterns for structured concurrency, Flow-based reactive streams, and coroutine testing in Android and Kotlin Multiplatform projects. When to Activate Writing async code with Kotlin coroutines Using Flow, StateFlow, or SharedFlow for reactive data Handling concurrent operations (parallel loading, debounce, retry) Testing coroutines and Flows Managing coroutine scopes and cancellation Structured Concurrency Scope Hierarchy Application └── viewModelScope (ViewModel) └── c...
1K
7202 healthcare-eval-harness affaan-m/ecc
Healthcare Eval Harness — Patient Safety Verification Automated verification system for healthcare application deployments. A single CRITICAL failure blocks deployment. Patient safety is non-negotiable. Note: Examples use Jest as the reference test runner. Adapt commands for your framework (Vitest, pytest, PHPUnit, etc.) — the test categories and pass thresholds are framework-agnostic. When to Use Before any deployment of EMR/EHR applications After modifying CDSS logic (drug interactions, dose v...
1K
7203 opensource-pipeline affaan-m/ecc
Open-Source Pipeline Skill Safely open-source any project through a 3-stage pipeline: Fork (strip secrets) → Sanitize (verify clean) → Package (CLAUDE.md + setup.sh + README). When to Activate User says "open source this project" or "make this public" User wants to prepare a private repo for public release User needs to strip secrets before pushing to GitHub User invokes /opensource fork , /opensource verify , or /opensource package Commands Command Action /opensource fork PROJECT Full pipeline:...
1K
7204 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 src/main/kotlin/ ├── com/example/ │ ├── Application.k...
1K
7205 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...
1K
7206 hipaa-compliance affaan-m/ecc
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...
1K
7207 customs-trade-compliance affaan-m/ecc
Customs & Trade Compliance Role and Context You are a senior trade compliance specialist with 15+ years managing customs operations across US, EU, UK, and Asia-Pacific jurisdictions. You sit at the intersection of importers, exporters, customs brokers, freight forwarders, government agencies, and legal counsel. Your systems include ACE (Automated Commercial Environment), CHIEF/CDS (UK), ATLAS (DE), customs broker portals, denied party screening platforms, and ERP trade management modules. Your j...
1K
7208 hookify-rules affaan-m/ecc
Writing Hookify Rules Overview Hookify rules are markdown files with YAML frontmatter that define patterns to watch for and messages to show when those patterns match. Rules are stored in .claude/hookify.{rule-name}.local.md files. Rule File Format Basic Structure --- name : rule - identifier enabled : true event : bash | file | stop | prompt | all pattern : regex - pattern - here --- Message to show Claude when this rule triggers. Can include markdown formatting, warnings, suggestions, etc. Fro...
1K
7209 test-cases cexll/myclaude
Test Cases Generator This skill generates comprehensive, requirement-driven test cases from PRD documents or user requirements. Purpose Transform product requirements into structured test cases that ensure complete coverage of functionality, edge cases, error scenarios, and state transitions. The skill follows a pragmatic testing philosophy: test what matters, ensure every requirement has corresponding test coverage, and maintain test quality over quantity. When to Use Trigger this skill wh...
1K
7210 laravel-plugin-discovery affaan-m/ecc
Laravel Plugin Discovery Find, evaluate, and choose healthy Laravel packages using the LaraPlugins.io MCP server. When to Use User wants to find Laravel packages for a specific feature (e.g. "auth", "permissions", "admin panel") User asks "what package should I use for..." or "is there a Laravel package for..." User wants to check if a package is actively maintained User needs to verify Laravel version compatibility User wants to assess package health before adding to a project MCP Requirement L...
1K
7211 healthcare-emr-patterns affaan-m/ecc
Healthcare EMR Development Patterns Patterns for building Electronic Medical Record (EMR) and Electronic Health Record (EHR) systems. Prioritizes patient safety, clinical accuracy, and practitioner efficiency. When to Use Building patient encounter workflows (complaint, exam, diagnosis, prescription) Implementing clinical note-taking (structured + free text + voice-to-text) Designing prescription/medication modules with drug interaction checking Integrating Clinical Decision Support Systems (CDS...
1K
7212 nutrient-document-processing affaan-m/ecc
Nutrient Document Processing Process documents with the Nutrient DWS Processor API . Convert formats, extract text and tables, OCR scanned documents, redact PII, add watermarks, digitally sign, and fill PDF forms. Setup Get a free API key at nutrient.io export NUTRIENT_API_KEY = "pdf_live_..." All requests go to https://api.nutrient.io/build as multipart POST with an instructions JSON field. Operations Convert Documents DOCX to PDF curl -X POST https://api.nutrient.io/build \ -H "Authorization:...
1K
7213 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...
1K
7214 r8-analyzer android/skills
Core workflow [ ] Step 1: Create a file called R8_Configuration_Analysis.md, or reuse if one exists already, to store the output [ ] Step 2: Look at the configuration of R8 by looking at build.gradle, build.gradle.kts, gradle.properties in the codebase using references/CONFIGURATION.md as the reference. Inform the developer and add the analysis to the report file [ ] Step 3: If the AGP version is less than 9, suggest moving to AGP 9.0 version as AGP 9.0 includes optimizations . [ ] Step 4: Look ...
1K
7215 santa-method affaan-m/ecc
Santa Method Multi-agent adversarial verification framework. Make a list, check it twice. If it's naughty, fix it until it's nice. The core insight: a single agent reviewing its own output shares the same biases, knowledge gaps, and systematic errors that produced the output. Two independent reviewers with no shared context break this failure mode. When to Activate Invoke this skill when: Output will be published, deployed, or consumed by end users Compliance, regulatory, or brand constraints mu...
1K
7216 network-bgp-diagnostics affaan-m/ecc
Network BGP Diagnostics Use this skill when a BGP session is down, flapping, established with missing routes, or advertising unexpected prefixes. The default workflow is read-only evidence collection; policy and reset actions belong in a reviewed change window. When to Use BGP neighbors are stuck in Idle, Connect, Active, OpenSent, or OpenConfirm. A session is Established but expected prefixes are missing. A route-map, prefix-list, max-prefix limit, or AS path policy may be filtering routes. You...
1K
7217 social-graph-ranker affaan-m/ecc
Social Graph Ranker Canonical weighted graph-ranking layer for network-aware outreach. Use this when the user needs to: rank existing mutuals or connections by intro value map warm paths to a target list measure bridge value across first- and second-order connections decide which targets deserve warm intros versus direct cold outreach understand the graph math independently from lead-intelligence or connections-optimizer When To Use This Standalone Choose this skill when the user primarily wants...
1K
7218 foundation-models-on-device affaan-m/ecc
FoundationModels: On-Device LLM (iOS 26) Patterns for integrating Apple's on-device language model into apps using the FoundationModels framework. Covers text generation, structured output with @Generable , custom tool calling, and snapshot streaming — all running on-device for privacy and offline support. When to Activate Building AI-powered features using Apple Intelligence on-device Generating or summarizing text without cloud dependency Extracting structured data from natural language input ...
1K
7219 gan-style-harness affaan-m/ecc
GAN-Style Harness Skill Inspired by Anthropic's Harness Design for Long-Running Application Development (March 24, 2026) A multi-agent harness that separates generation from evaluation , creating an adversarial feedback loop that drives quality far beyond what a single agent can achieve. Core Insight When asked to evaluate their own work, agents are pathological optimists — they praise mediocre output and talk themselves out of legitimate issues. But engineering a separate evaluator to be ruthle...
1K
7220 option-vol-analysis anthropics/financial-services-plugins
Option Volatility Analysis You are an expert derivatives analyst specializing in volatility analysis. Combine vol surface data, option pricing with Greeks, and historical prices from MCP tools to deliver comprehensive vol assessments. Focus on routing tool outputs into implied-vs-realized comparisons and surface shape analysis — let the tools compute, you interpret and recommend. Core Principles Always start from the vol surface — it encodes the market's view of future uncertainty across strikes...
1K
7221 pulumi-esc pulumi/agent-skills
Pulumi ESC is a centralized service for managing environments, secrets, and configuration across cloud infrastructure and applications. What is ESC? ESC enables teams to: - Centralize secrets and configuration in one secure location - Compose environments by importing and layering configuration - Generate dynamic credentials via OIDC for AWS, Azure, GCP - Integrate external secret stores (AWS Secrets Manager, Azure Key Vault, Vault, 1Password) - Version and audit all configuration change...
1K
7222 recsys-pipeline-architect affaan-m/ecc
Recsys Pipeline Architect A spec-and-scaffold skill for building composable recommendation, ranking, and feed pipelines. Encodes the six-stage pattern popularized by xAI's open-sourced For You algorithm (Apache 2.0) and applies it to any "top K for (user, context)" problem. Overview Most "recommendation systems" in production aren't exotic ML — they're pipelines : fetch candidates from one or more sources, enrich them with metadata, drop the ineligible, score the rest, sort and pick the top K, t...
1K
7223 homelab-network-readiness affaan-m/ecc
Homelab Network Readiness Use this skill before changing a home or small-lab network that mixes VLANs, Pi-hole or another local DNS resolver, firewall rules, and remote VPN access. This is a planning and review skill. Do not turn it into copy-paste router, firewall, or VPN configuration unless the target platform, current topology, rollback path, console access, and maintenance window are all known. When to Use Show more
1K
7224 homelab-wireguard-vpn affaan-m/ecc
Homelab WireGuard VPN WireGuard is a fast, modern VPN protocol. It is the right choice for remote access to a home network — simpler to configure than OpenVPN and faster than most alternatives. All configuration examples show common setups. Review each command — especially the iptables forwarding rules and key file permissions — before applying them to your system, and make changes in a maintenance window. When to Use Setting up WireGuard server on a Raspberry Pi, Linux host, pfSense, or router ...
1K
7225 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 ...
1K
7226 finance-billing-ops affaan-m/ecc
Finance Billing Ops Use this when the user wants to understand money, pricing, refunds, team-seat logic, or whether the product actually behaves the way the website and sales copy imply. This is broader than customer-billing-ops . That skill is for customer remediation. This skill is for operator truth: revenue state, pricing decisions, team billing, and code-backed billing behavior. Skill Stack Pull these ECC-native skills into the workflow when relevant: customer-billing-ops for customer-speci...
1K
7227 manim-video affaan-m/ecc
Manim Video Use Manim for technical explainers where motion, structure, and clarity matter more than photorealism. When to Activate the user wants a technical explainer animation the concept is a graph, workflow, architecture, metric progression, or system diagram the user wants a short product or launch explainer for X or a landing page the visual should feel precise instead of generically cinematic Tool Requirements manim CLI for scene rendering ffmpeg for post-processing if needed video-editi...
1K
7228 cx-observability-setup coralogix/cx-cli
Observability Setup Skill Use this skill when setting up or configuring the observability stack - saved views, webhook integrations, notification channels, and external integrations. This is the "day 1 setup" skill for onboarding a new service or reconfiguring notification pipelines. CLI Commands Views Show more Installs 489 Repository coralogix/cx-cli GitHub Stars 105 First Seen May 4, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
1K
7229 illustration-style owl-listener/designer-skills
Illustration Style You are an expert in defining illustration systems that support product communication and brand identity. What You Do You create illustration style guides ensuring consistent visual storytelling across a product. Style Definition Geometric vs organic : Angular/structured or flowing/natural Flat vs dimensional : 2D flat, 2.5D isometric, or 3D Detailed vs minimal : Level of detail and complexity Abstract vs representational : Symbolic or realistic Line style : Stroke weight, cor...
1K
7230 messages-ops affaan-m/ecc
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...
1K
7231 returns-reverse-logistics affaan-m/ecc
Returns & Reverse Logistics Role and Context You are a senior returns operations manager with 15+ years handling the full returns lifecycle across retail, e-commerce, and omnichannel environments. Your responsibilities span return merchandise authorization (RMA), receiving and inspection, condition grading, disposition routing, refund and credit processing, fraud detection, vendor recovery (RTV), and warranty claims management. Your systems include OMS (order management), WMS (warehouse manageme...
1K
7232 gget affaan-m/ecc
gget Use this skill when a task needs quick bioinformatics lookup across genomic reference databases with the gget CLI or Python package. When to Use Finding Ensembl IDs, gene metadata, transcript details, or sequences. Running quick BLAST or BLAT lookups without building a full local pipeline. Fetching reference genome links and annotations from Ensembl. Querying protein structure, pathway, cancer, expression, or disease-association modules through a single interface. Creating a reproducible fi...
1K
7233 homelab-vlan-segmentation affaan-m/ecc
No SKILL.md available for this skill. View on GitHub Installs 328 Repository affaan-m/everyt…ude-code GitHub Stars 184.8K First Seen 5 days ago
1K
7234 unified-notifications-ops affaan-m/ecc
Unified Notifications Ops Use this skill when the real problem is not a missing ping. The real problem is a fragmented notification system. The job is to turn scattered events into one operator surface with: clear severity clear ownership clear routing clear follow-up action When to Use the user wants a unified notification lane across GitHub, Linear, local hooks, desktop alerts, chat, or email CI failures, review requests, issue updates, and operator events are arriving in disconnected places t...
1K
7235 evm-token-decimals affaan-m/ecc
EVM Token Decimals Silent decimal mismatches are one of the easiest ways to ship balances or USD values that are off by orders of magnitude without throwing an error. When to Use Reading ERC-20 balances in Python, TypeScript, or Solidity Calculating fiat values from on-chain balances Comparing token amounts across multiple EVM chains Handling bridged assets Building portfolio trackers, bots, or aggregators How It Works Never assume stablecoins use the same decimals everywhere. Query decimals() a...
1K
7236 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 Keep sessions task-focused. Branch before high-risk changes. Compact after major milestones. Export before sharing or archival. Extensi...
1K
7237 fsharp-testing affaan-m/ecc
F Testing Patterns Comprehensive testing patterns for F applications using xUnit, FsUnit, Unquote, FsCheck, and modern .NET testing practices. When to Activate Writing new tests for F code Reviewing test quality and coverage Setting up test infrastructure for F projects Debugging flaky or slow tests Test Framework Stack Show more
1K
7238 quarkus-patterns affaan-m/ecc
Quarkus Development Patterns Quarkus 3.x architecture and API patterns for cloud-native, event-driven services with Apache Camel. When to Activate Building REST APIs with JAX-RS or RESTEasy Reactive Structuring resource → service → repository layers Implementing event-driven patterns with Apache Camel and RabbitMQ Configuring Hibernate Panache, caching, or reactive streams Adding validation, exception mapping, or pagination Setting up profiles for dev/staging/production environments (YAML config...
1K
7239 plankton-code-quality affaan-m/ecc
Plankton Code Quality Skill Integration reference for Plankton (credit: @alxfazio), a write-time code quality enforcement system for Claude Code. Plankton runs formatters and linters on every file edit via PostToolUse hooks, then spawns Claude subprocesses to fix violations the agent didn't catch. When to Use You want automatic formatting and linting on every file edit (not just at commit time) You need defense against agents modifying linter configs to pass instead of fixing code You want tiere...
1K
7240 homelab-pihole-dns affaan-m/ecc
No SKILL.md available for this skill. View on GitHub Installs 326 Repository affaan-m/everyt…ude-code GitHub Stars 184.8K First Seen 5 days ago
1K
7241 swift-actor-persistence affaan-m/ecc
Swift Actors for Thread-Safe Persistence Patterns for building thread-safe data persistence layers using Swift actors. Combines in-memory caching with file-backed storage, leveraging the actor model to eliminate data races at compile time. When to Activate Building a data persistence layer in Swift 5.5+ Need thread-safe access to shared mutable state Want to eliminate manual synchronization (locks, DispatchQueues) Building offline-first apps with local storage Core Pattern Actor-Based Repository...
1K
7242 huggingface-tool-builder huggingface/skills
Hugging Face API Tool Builder Your purpose is now is to create reusable command line scripts and utilities for using the Hugging Face API, allowing chaining, piping and intermediate processing where helpful. You can access the API directly, as well as use the hf command line tool. Model and Dataset cards can be accessed from repositories directly. Script Rules Make sure to follow these rules: Scripts must take a --help command line argument to describe their inputs and outputs Non-destructive sc...
1K
7243 flox-environments affaan-m/ecc
Flox Environments Flox creates reproducible development environments defined in a single TOML manifest. Every developer on the team gets identical packages, tools, and configuration — across macOS and Linux — without containers or VMs. Built on Nix with access to over 150,000 packages. When to Activate Use this skill when the user has an environment management problem — even if they haven't mentioned Flox. Flox is the right tool when: The project needs system-level packages (compilers, databases...
1K
7244 homelab-network-setup affaan-m/ecc
Homelab Network Setup Use this skill to design a home or small-lab network that can grow without needing a full rebuild. When to Use Planning a new home network or redesigning an ISP-router-only setup. Choosing gateway, switch, and access point roles. Designing IP ranges, DHCP scopes, static reservations, and DNS. Preparing for future VLANs, Pi-hole, NAS, lab servers, or VPN access. Troubleshooting a new network that has double NAT, unstable Wi-Fi, or changing server addresses. How It Works Star...
1K
7245 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...
1K
7246 openclaw-persona-forge affaan-m/ecc
龙虾灵魂锻造炉 不是给你一只工具龙虾,而是帮你锻造一只有灵魂的龙虾。 When to Use 当用户需要从零创建 OpenClaw 龙虾灵魂、角色设定、SOUL.md 或 IDENTITY.md 当用户想通过引导式问答或抽卡模式快速得到完整 persona 方案 当用户已经有一个粗糙设定,但还缺名字、边界规则、头像提示词或成套输出文件 Avoid when 用户只需微调已有 SOUL.md 目标平台不是 OpenClaw,需要的是其他 Agent 框架专用格式 用户需要纯工具型 Agent,不需要角色化灵魂 前置条件 必需 : python3 (运行抽卡引擎 gacha.py) 可选 :已审核的生图 skill(自动生成头像图片,未安装则输出提示词文本) Skill 目录约定 Agent Execution : Determine this SKILL.md file's directory path as SKILL_DIR Replace all ${SKILL_DIR} in this document with the actual path 内置工具 抽卡引擎(gacha.p...
1K
7247 netmiko-ssh-automation affaan-m/ecc
Netmiko SSH Automation Use this skill when writing or reviewing Python automation that connects to network devices with Netmiko. Keep the default path read-only; config changes need a separate change window, peer review, and rollback plan. When to Use Collecting show command output across routers, switches, or firewalls. Building a small audit script for interface, routing, or config evidence. Adding timeouts and exception handling to network SSH scripts. Parsing command output with TextFSM when...
1K
7248 swift-concurrency-6-2 affaan-m/ecc
Swift 6.2 Approachable Concurrency Patterns for adopting Swift 6.2's concurrency model where code runs single-threaded by default and concurrency is introduced explicitly. Eliminates common data-race errors without sacrificing performance. When to Activate Migrating Swift 5.x or 6.0/6.1 projects to Swift 6.2 Resolving data-race safety compiler errors Designing MainActor-based app architecture Offloading CPU-intensive work to background threads Implementing protocol conformances on MainActor-isol...
1K
7249 quarkus-security affaan-m/ecc
Quarkus Security Review Best practices for securing Quarkus applications with authentication, authorization, and input validation. When to Activate Adding authentication (JWT, OIDC, Basic Auth) Implementing authorization with @RolesAllowed or SecurityIdentity Validating user input (Bean Validation, custom validators) Configuring CORS or security headers Managing secrets (Vault, environment variables, config sources) Adding rate limiting or brute-force protection Scanning dependencies for CVEs Wo...
1K
7250 ralphinho-rfc-pipeline affaan-m/ecc
No SKILL.md available for this skill. View on GitHub
1K