███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7151 | ai-video-generation | inference-sh/skills |
Install the belt CLI skill: npx skills add belt-sh/cli AI Video Generation Generate videos with 40+ AI models via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Generate a video with Veo belt app run google/veo-3-1-fast --input '{"prompt": "drone shot flying over a forest"}' Show more Installs – Repository infsh-skills/skills GitHub Stars 586 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
1K |
| 7152 | instagram-research | bradautomates/head-of-content |
Instagram Research Research high-performing Instagram posts and reels, identify outliers, and analyze top video content for hooks and structure. Prerequisites APIFY_TOKEN environment variable or in .env GEMINI_API_KEY environment variable or in .env apify-client and google-genai Python packages Accounts configured in .claude/context/instagram-accounts.md Verify setup: python3 -c " import os try: from dotenv import load_dotenv load_dotenv() except ImportError: pass from apify_client import ApifyC...
|
1K |
| 7153 | design-review | jezweb/claude-skills |
This skill runs a structured design review of what has been built, measured against the design brief and the chosen aesthetic philosophy. CRITICAL — Visual Screenshot Capture You MUST capture screenshots of the running application as part of every design review. Code review alone is insufficient — you need to see what the user sees. Follow the screenshot capture protocol in Step 3 below. This is not optional. Example prompts "Review what I just built" "Run a design critique on the landing page" ...
|
1K |
| 7154 | prd-generator | jamesrochabrun/skills |
PRD Generator Overview Generate comprehensive, well-structured Product Requirements Documents (PRDs) that follow industry best practices. This skill helps product managers create clear, actionable requirements documents that align stakeholders and guide development teams. Core Workflow When a user requests to create a PRD (e.g., "create a PRD for a user authentication feature"), follow this workflow: Step 1: Gather Context Before generating the PRD, collect essential information through a d...
|
1K |
| 7155 | asc-revenuecat-catalog-sync | rudrankriyam/asc-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...
|
1K |
| 7156 | antv-s2-expert | antvis/chart-visualization-skills |
S2 Multi-Dimensional Cross-Analysis Table Development Assistant Role Definition You are the S2 multi-dimensional cross-analysis table development assistant, specialized in helping users develop with: @antv/s2 — Core engine @antv/s2-react — React components @antv/s2-vue — Vue components @antv/s2-react-components — React advanced analysis components @antv/s2-ssr — Server-side rendering Query Routing Rules When a user asks a question, identify their intent and refer to the corresponding reference f...
|
1K |
| 7157 | openspec-proposal-creation | forztf/open-skilled-sdd |
Specification Proposal Creation Creates comprehensive change proposals following spec-driven development methodology. Quick Start Creating a spec proposal involves three main outputs: proposal.md - Why, what, and impact summary tasks.md - Numbered implementation checklist spec-delta.md - Formal requirement changes (ADDED/MODIFIED/REMOVED) Basic workflow: Generate change ID → scaffold directories → draft proposal → create spec deltas → validate structure Workflow Copy this checklist and tr...
|
1K |
| 7158 | understand-diff | lum1104/understand-anything |
No SKILL.md available for this skill. View on GitHub
|
1K |
| 7159 | run-models | replicate/skills |
Docs Reference: https://replicate.com/docs/llms.txt OpenAPI schema: https://api.replicate.com/openapi.json MCP server: https://mcp.replicate.com Per-model docs: https://replicate.com/{owner}/{model}/llms.txt Set Accept: text/markdown when requesting docs pages for Markdown responses. Workflow Choose the right model - Search with the API or ask the user. Get model metadata - Fetch input and output schema via API. Create prediction - POST to /v1/predictions. Poll for results - GET prediction until...
|
1K |
| 7160 | shopify-setup | jezweb/claude-skills |
Shopify Setup Set up working Shopify CLI authentication and Admin API access for a store. Produces a verified API connection ready for product and content management. Workflow Step 1: Check Prerequisites Verify the Shopify CLI is installed: shopify version If not installed: npm install -g @shopify/cli Step 2: Authenticate with the Store shopify auth login --store mystore.myshopify.com This opens a browser for OAuth. The user must be a store owner or staff member with appropriate permissions. Aft...
|
1K |
| 7161 | trades-builder | customware-ai/skills |
Trades Operations Skill What This Skill Does This skill defines how to build a trades operations tool — the estimate-to-payment workflow that construction trades and field service businesses run daily. It is NOT a generic project management tool (Jira/Asana). It is NOT a CPQ tool (no product configuration). It is a workflow tracker specifically shaped for businesses that: Create estimates based on measured scope items (square footage, linear feet, units) Schedule and assign field work to crews o...
|
1K |
| 7162 | writing-clearly-and-concisely | obra/the-elements-of-style |
Writing Clearly and Concisely Overview Write with clarity and force. This skill covers what to do (Strunk) and what not to do (AI patterns). When to Use This Skill Use this skill whenever you write prose for humans: Documentation, README files, technical explanations Commit messages, pull request descriptions Error messages, UI copy, help text, comments Reports, summaries, or any explanation Editing to improve clarity If you're writing sentences for a human to read, use this skill. Limited Conte...
|
1K |
| 7163 | react-query | mindrally/skills |
React Query Best Practices You are an expert in React Query, TypeScript, and React development. React Query (now TanStack Query) simplifies data fetching logic with built-in caching, background updates, and stale data management. Core Principles Use React Query for all data fetching and caching Leverage React Query's built-in state management instead of useState for server data Use React Context and useReducer for managing client-side global state Avoid excessive API calls through proper cachi...
|
1K |
| 7164 | rev-idapython | p4nda0s/reverse-skills |
rev-idapython - IDAPython / IDALib Script Reference IDAPython script snippets for IDA interactive use and IDALib headless analysis. Use as reference when generating IDAPython code. IDAPython : scripts run inside IDA GUI (Script Command, plugin, or IDC console) IDALib : headless mode introduced in IDA 9.0 — run analysis scripts without opening the IDA GUI Common API Register Operations idc . get_reg_value ( 'rax' ) idaapi . set_reg_val ( "rax" , 1234 ) Debug Memory Operations idc . read_dbg_byte ...
|
1K |
| 7165 | rev-unicorn-debug | p4nda0s/reverse-skills |
rev-unicorn-debug - Unicorn Emulation Debugger Debug and emulate specific code fragments or functions using the Unicorn engine. Analyze context dependencies (JNI, syscalls, library functions) and simulate them through hook mechanisms to complete the user's debugging goal. Core Principles Load file raw first — do NOT parse ELF/PE/Mach-O headers. Read the file as raw bytes and map directly into Unicorn memory. We only need to emulate specific functions, not the entire binary. If raw loading fails ...
|
1K |
| 7166 | openspec-proposal-creation-cn | forztf/open-skilled-sdd |
遵循规范驱动开发方法,生成完整的变更提案。 快速开始 创建规范提案包含三类输出: - proposal.md - 为什么、做什么、影响摘要 - tasks.json - 编号的实施清单 - spec-delta.md - 正式的需求变更(ADDED/MODIFIED/REMOVED) 基本流程:生成变更 ID → 脚手架目录 → 起草提案 → 编写规范差异 → 验证结构 工作流 复制此清单并跟踪进度: ``` 规划进度: - [ ] 第 1 步:审阅现有规范 - [ ] 第 2 步:生成唯一的变更 ID - [ ] 第 3 步:生成目录结构 - [ ] 第 4 步:起草 proposal.md(为什么、做什么、影响摘要) - [ ] 第 5 步:创建 tasks.json 实施清单 - [ ] 第 6 步:编写 spec-delta.md 规范差异(ADDED/MODIFIED/REMOVED) - [ ] 第 7 步:验证提案结构 - [ ] 第 8 步:向用户展示并请求审批 ``` 第 1 步:审阅现有规范 在创建提案前,了解当前状态: ``` 列...
|
1K |
| 7167 | scrape-webpage | adobe/skills |
Scrape Webpage Extract content, metadata, and images from a webpage for import/migration. When to Use This Skill Use this skill when: Starting a page import and need to extract content from source URL Need webpage analysis with local image downloads Want metadata extraction (Open Graph, JSON-LD, etc.) Invoked by: page-import skill (Step 1) Prerequisites Before using this skill, ensure: ✅ Node.js is available ✅ npm playwright is installed ( npm install playwright ) ✅ Chromium browser is installed...
|
1K |
| 7168 | tsdown | onmax/nuxt-skills |
tsdown - The Elegant Library Bundler Blazing-fast bundler for TypeScript/JavaScript libraries powered by Rolldown and Oxc. When to Use Building TypeScript/JavaScript libraries for npm Generating TypeScript declaration files (.d.ts) Bundling for multiple formats (ESM, CJS, IIFE, UMD) Optimizing bundles with tree shaking and minification Migrating from tsup with minimal changes Building React, Vue, Solid, or Svelte component libraries Quick Start Install pnpm add -D tsdown Basic usage npx tsdown...
|
1K |
| 7169 | trading-plan-generator | jamesrochabrun/skills |
Trading Plan Generator A comprehensive skill for creating disciplined, rule-based trading plans that help you manage risk, control emotions, and trade consistently. What This Skill Does Helps you create professional trading plans for: Day Trading - Intraday positions, quick scalps Swing Trading - Multi-day to multi-week positions Position Trading - Long-term trend following Options Trading - Directional and income strategies Investing - Long-term portfolio management Why You Need a Trading P...
|
1K |
| 7170 | agent-payment-x402 | affaan-m/ecc |
Agent Payment Execution (x402) Enable AI agents to make autonomous payments with built-in spending controls. Uses the x402 HTTP payment protocol and MCP tools so agents can pay for external services, APIs, or other agents without custodial risk. When to Use Use when: your agent needs to pay for an API call, purchase a service, settle with another agent, enforce per-task spending limits, or manage a non-custodial wallet. Pairs naturally with cost-aware-llm-pipeline and security-review skills. How...
|
1K |
| 7171 | asc-whats-new-writer | rudrankriyam/asc-skills |
asc What's New Writer Generate engaging, localized release notes from flexible input. Optionally pair with promotional text updates. Preconditions Metadata pulled locally into canonical files via asc metadata pull --app "APP_ID" --version "1.2.3" --dir "./metadata" . OR: user provides keywords manually. Auth configured for upload ( asc auth login or ASC_* env vars). The primary locale is en-US unless the user specifies otherwise. Before You Start Read references/release_notes_guidelines.md for t...
|
1K |
| 7172 | valibot | open-circle/agent-skills |
Valibot This skill helps you work effectively with Valibot , the modular and type-safe schema library for validating structural data. When to use this skill When the user asks about schema validation with Valibot When creating or modifying Valibot schemas When parsing or validating user input When the user mentions Valibot, schema, or validation When migrating from Zod to Valibot CRITICAL: Valibot vs Zod — Do Not Confuse! Valibot and Zod have different APIs. Never mix them up! Key Differences Fe...
|
1K |
| 7173 | domain-iot | actionbook/rust-skills |
No SKILL.md available for this skill. View on GitHub Installs 567 Repository actionbook/rust-skills GitHub Stars 1.2K First Seen Jan 23, 2026
|
1K |
| 7174 | tao-run-on-lepton | nvidia/skills |
Lepton Managed GPU compute platform on DGX Cloud. Jobs are submitted as container workloads that run on dedicated or shared GPU node groups. Lepton handles scheduling, image pulling, log collection, and job lifecycle. Use Lepton when you need cloud-based GPU compute without managing Kubernetes or SLURM infrastructure directly. Preflight Lepton is API-first — no docker-run alternative. This skill needs the TAO SDK with the Lepton extra. nvidia-tao-sdk is on public PyPI; the pinned version lives i...
|
1K |
| 7175 | healthcare-phi-compliance | affaan-m/ecc |
Healthcare PHI/PII Compliance Patterns Patterns for protecting patient data, clinician data, and financial data in healthcare applications. Applicable to HIPAA (US), DISHA (India), GDPR (EU), and general healthcare data protection. When to Use Building any feature that touches patient records Implementing access control or authentication for clinical systems Designing database schemas for healthcare data Building APIs that return patient or clinician data Implementing audit trails or logging Rev...
|
1K |
| 7176 | 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...
|
1K |
| 7177 | laravel-verification | affaan-m/ecc |
Laravel Verification Loop Run before PRs, after major changes, and pre-deploy. When to Use Before opening a pull request for a Laravel project After major refactors or dependency upgrades Pre-deployment verification for staging or production Running full lint -> test -> security -> deploy readiness pipeline How It Works Run phases sequentially from environment checks through deployment readiness so each layer builds on the last. Environment and Composer checks gate everything else; stop immediat...
|
1K |
| 7178 | 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...
|
1K |
| 7179 | github-code-review | ruvnet/ruflo |
GitHub Code Review Skill AI-Powered Code Review : Deploy specialized review agents to perform comprehensive, intelligent code reviews that go beyond traditional static analysis. 🎯 Quick Start Simple Review Initialize review swarm for PR gh pr view 123 --json files,diff | npx ruv-swarm github review-init --pr 123 Post review status gh pr comment 123 --body "🔍 Multi-agent code review initiated" Complete Review Workflow Get PR context with gh CLI PR_DATA = $( gh pr view 123 --json files,addition...
|
1K |
| 7180 | migrate-to-codex | openai/skills |
Migrate to Codex Autonomy Keep going until the selected migration is completely done: run the migrator, inspect the report, fix migrated Codex instructions/skills/agents/MCP config, and re-run checks without stopping to ask for confirmation of the next step. If the user has selected a target, do not ask before creating, editing, replacing, or deleting generated Codex artifacts in that target ( AGENTS.md , .codex/ , .agents/ , or ~/.codex/ ). Preserve unrelated existing Codex config entries in .c...
|
1K |
| 7181 | everything-claude-code-conventions | affaan-m/ecc |
Everything Claude Code Conventions Generated from affaan-m/everything-claude-code on 2026-03-20 Overview This skill teaches Claude the development patterns and conventions used in everything-claude-code. Tech Stack Primary Language : JavaScript Architecture : hybrid module organization Test Location : separate When to Use This Skill Activate this skill when: Making changes to this repository Adding new features following established patterns Writing tests that match project conventions Creating ...
|
1K |
| 7182 | 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...
|
1K |
| 7183 | network-interface-health | affaan-m/ecc |
Network Interface Health Use this skill when a network symptom might be caused by a physical link, switch port, cable, transceiver, duplex setting, or congested interface. When to Use A host or VLAN has packet loss, latency spikes, or intermittent reachability. A switch or router interface shows CRCs, runts, giants, drops, resets, or flaps. You need to compare both ends of a link before replacing hardware. A change window needs before/after interface counter evidence. Monitoring reports rising i...
|
1K |
| 7184 | cisco-ios-patterns | affaan-m/ecc |
Cisco IOS Patterns Use this skill when reviewing Cisco IOS or IOS-XE snippets, building a change-window checklist, or explaining how to collect evidence from a router or switch without making the incident worse. When to Use Reviewing IOS or IOS-XE configuration before a planned change. Choosing read-only show commands for troubleshooting. Checking ACL wildcard masks and interface direction. Explaining global, interface, routing process, and line configuration modes. Verifying that a change lande...
|
1K |
| 7185 | windows-desktop-e2e | affaan-m/ecc |
Windows Desktop E2E Testing End-to-end testing for Windows native desktop applications using pywinauto backed by Windows UI Automation (UIA). Covers WPF, WinForms, Win32/MFC, and Qt (5.x / 6.x) — with Qt-specific guidance as a dedicated section. When to Activate Writing or running E2E tests for a Windows native desktop application Setting up a desktop GUI test suite from scratch Diagnosing flaky or failing desktop automation tests Adding testability (AutomationId, accessible names) to an existin...
|
1K |
| 7186 | csharp-testing | affaan-m/ecc |
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 Tool Purpose xUnit Test framework (preferred for .NET) FluentAssertions Readable assertion syntax NSubstitute or Moq Mocking dependencies Testcontainers Real infrastructure in integrati...
|
1K |
| 7187 | hermes-imports | affaan-m/ecc |
Hermes Imports Use this skill when turning a repeated Hermes workflow into something safe to ship in ECC. Hermes is the operator shell. ECC is the reusable workflow layer. Imports should move stable patterns from Hermes into ECC without moving private state. When To Use A Hermes workflow has repeated enough times to become reusable. A local operator prompt should become a public ECC skill. A launch, content, research, or engineering workflow needs sanitized handoff docs. A workflow mentions loca...
|
1K |
| 7188 | defi-amm-security | affaan-m/ecc |
DeFi AMM Security Critical vulnerability patterns and hardened implementations for Solidity AMM contracts, LP vaults, and swap functions. When to Use Writing or auditing a Solidity AMM or liquidity-pool contract Implementing swap, deposit, withdraw, mint, or burn flows that hold token balances Reviewing any contract that uses token.balanceOf(address(this)) in share or reserve math Adding fee setters, pausers, oracle updates, or other admin functions to a DeFi protocol How It Works Use this as a ...
|
1K |
| 7189 | nodejs-keccak256 | affaan-m/ecc |
Node.js Keccak-256 Ethereum uses Keccak-256, not the NIST-standardized SHA3 variant exposed by Node's crypto.createHash('sha3-256') . When to Use Computing Ethereum function selectors or event topics Building EIP-712, signature, Merkle, or storage-slot helpers in JS/TS Reviewing any code that hashes Ethereum data with Node crypto directly How It Works The two algorithms produce different outputs for the same input, and Node will not warn you. import crypto from 'crypto' ; import { keccak256 , to...
|
1K |
| 7190 | enterprise-agent-ops | affaan-m/ecc |
Enterprise Agent Ops Use this skill for cloud-hosted or continuously running agent systems that need operational controls beyond single CLI sessions. Operational Domains runtime lifecycle (start, pause, stop, restart) observability (logs, metrics, traces) safety controls (scopes, permissions, kill switches) change management (rollout, rollback, audit) Baseline Controls immutable deployment artifacts least-privilege credentials environment-level secret injection hard timeout and retry budgets aud...
|
1K |
| 7191 | customer-billing-ops | affaan-m/ecc |
Customer Billing Ops Use this skill for real customer operations, not generic payment API design. The goal is to help the operator answer: who is this customer, what happened, what is the safest fix, and what follow-up should we send? When to Use Customer says billing is broken, they want a refund, or they cannot cancel Investigating duplicate subscriptions, accidental charges, failed renewals, or churn risk Reviewing plan mix, active subscriptions, yearly vs monthly conversion, or team-seat con...
|
1K |
| 7192 | llm-trading-agent-security | affaan-m/ecc |
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...
|
1K |
| 7193 | comps-analysis | anthropics/financial-services-plugins |
Comparable Company Analysis ⚠️ CRITICAL: Data Source Priority (READ FIRST) ALWAYS follow this data source hierarchy: FIRST: Check for MCP data sources - If S&P Kensho MCP, FactSet MCP, or Daloopa MCP are available, use them exclusively for financial and trading information DO NOT use web search if the above MCP data sources are available ONLY if MCPs are unavailable: Then use Bloomberg Terminal, SEC EDGAR filings, or other institutional sources NEVER use web search as a primary data source - it ...
|
1K |
| 7194 | clinical-trials-database | google-deepmind/science-skills |
Clinical Trials Database Prerequisites uv : Read the uv skill and follow its Setup instructions to ensure uv is installed and on PATH. User Notification : If LICENSE_NOTIFICATION.txt does not already exist in this skill directory then (1) prominently notify the user to check the terms at https://clinicaltrials.gov/ , then (2) create the file recording the notification text and timestamp. Overview Access worldwide clinical trial data from ClinicalTrials.gov via the REST API v2. The CLI script at ...
|
1K |
| 7195 | pentest-agents-bug-bounty-framework | aradotso/security-skills |
Pentest Agents Bug Bounty Framework Skill by ara.so — Security Skills collection. Autonomous bug-bounty framework for Claude Code, Codex, Gemini, Cursor, Windsurf, Copilot, and OpenClaw. Ships 50 agents, 26 commands, 19 CLI tools, 11 skills, and 2 MCP servers (bounty platforms + writeup search). Includes 2,500 lines of concrete payloads, 7-Question Gate validation, autonomous hunt loops, A→B exploit chain building, persistent brain with endpoint tracking, and cross-IDE installer. Installation Fo...
|
1K |
| 7196 | typography-scale | owl-listener/designer-skills |
Typography Scale You are an expert in typographic systems for digital interfaces. What You Do You create modular typography scales that ensure readable, harmonious, and consistent text across a product. Scale Components Size Scale Based on a ratio (e.g., 1.25 major third, 1.333 perfect fourth): Caption: 12px Body small: 14px Body: 16px (base) Subheading: 20px Heading 3: 24px Heading 2: 32px Heading 1: 40px Display: 48-64px Weight Scale Regular (400), Medium (500), Semibold (600), Bold (700). Lin...
|
1K |
| 7197 | healthcare-cdss-patterns | affaan-m/ecc |
Healthcare CDSS Development Patterns Patterns for building Clinical Decision Support Systems that integrate into EMR workflows. CDSS modules are patient safety critical — zero tolerance for false negatives. When to Use Implementing drug interaction checking Building dose validation engines Implementing clinical scoring systems (NEWS2, qSOFA, APACHE, GCS) Designing alert systems for abnormal clinical values Building medication order entry with safety checks Integrating lab result interpretation w...
|
1K |
| 7198 | project-flow-ops | affaan-m/ecc |
Project Flow Ops This skill turns disconnected GitHub issues, PRs, and Linear tasks into one execution flow. Use it when the problem is coordination, not coding. When to Use Triage open PR or issue backlogs Decide what belongs in Linear vs what should remain GitHub-only Link active GitHub work to internal execution lanes Classify PRs into merge, port/rebuild, close, or park Audit whether review comments, CI failures, or stale issues are blocking execution Operating Model GitHub is the public and...
|
1K |
| 7199 | 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 ...
|
1K |
| 7200 | network-config-validation | affaan-m/ecc |
Network Config Validation Use this skill to review network configuration before a change window or before an automation run touches production devices. When to Use Reviewing Cisco IOS or IOS-XE style snippets before deployment. Auditing generated config from scripts or templates. Looking for dangerous commands, duplicate IP addresses, or subnet overlaps. Checking whether ACLs, route-maps, prefix-lists, or line policies are referenced but not defined. Building lightweight pre-flight scripts for n...
|
1K |