███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7851 | jira-integration | affaan-m/ecc |
Jira Integration Skill Retrieve, analyze, and update Jira tickets directly from your AI coding workflow. Supports both MCP-based (recommended) and direct REST API approaches. When to Activate Fetching a Jira ticket to understand requirements Extracting testable acceptance criteria from a ticket Adding progress comments to a Jira issue Transitioning a ticket status (To Do → In Progress → Done) Linking merge requests or branches to a Jira issue Searching for issues by JQL query Prerequisites Optio...
|
670 |
| 7852 | lead-intelligence | affaan-m/ecc |
Lead Intelligence Agent-powered lead intelligence pipeline that finds, scores, and reaches high-value contacts through social graph analysis and warm path discovery. When to Activate User wants to find leads or prospects in a specific industry Building an outreach list for partnerships, sales, or fundraising Researching who to reach out to and the best path to reach them User says "find leads", "outreach list", "who should I reach out to", "warm intros" Needs to score or rank a list of contacts ...
|
670 |
| 7853 | django-verification | affaan-m/ecc |
Django Verification Loop Run before PRs, after major changes, and pre-deploy to ensure Django application quality and security. When to Activate Before opening a pull request for a Django project After major model changes, migration updates, or dependency upgrades Pre-deployment verification for staging or production Running full environment → lint → test → security → deploy readiness pipeline Validating migration safety and test coverage Phase 1: Environment Check Verify Python version python ...
|
670 |
| 7854 | dart-flutter-patterns | affaan-m/ecc |
Dart/Flutter Patterns When to Use Use this skill when: Starting a new Flutter feature and need idiomatic patterns for state management, navigation, or data access Reviewing or writing Dart code and need guidance on null safety, sealed types, or async composition Setting up a new Flutter project and choosing between BLoC, Riverpod, or Provider Implementing secure HTTP clients, WebView integration, or local storage Writing tests for Flutter widgets, Cubits, or Riverpod providers Wiring up GoRouter...
|
670 |
| 7855 | continuous-agent-loop | affaan-m/ecc |
Continuous Agent Loop This is the v1.8+ canonical loop skill name. It supersedes autonomous-loops while keeping compatibility for one release. Loop Selection Flow Start | +-- Need strict CI/PR control? -- yes --> continuous-pr | +-- Need RFC decomposition? -- yes --> rfc-dag | +-- Need exploratory parallel generation? -- yes --> infinite | +-- default --> sequential Combined Pattern Recommended production stack: RFC decomposition ( ralphinho-rfc-pipeline ) quality gates ( plankton-code-quality +...
|
670 |
| 7856 | google-workspace-ops | affaan-m/ecc |
Google Workspace Ops This skill is for operating shared docs, spreadsheets, and decks as working systems, not just editing one file in isolation. When to Use User needs to find a doc, sheet, or deck and update it in place Consolidating plans, trackers, notes, or customer lists stored in Google Drive Cleaning or restructuring a shared spreadsheet Importing, repairing, or reformatting a Google Slides deck Producing summaries from Docs, Sheets, or Slides for decision-making Preferred Tool Surface U...
|
670 |
| 7857 | token-budget-advisor | affaan-m/ecc |
Token Budget Advisor (TBA) Intercept the response flow to offer the user a choice about response depth before Claude answers. When to Use User wants to control how long or detailed a response is User mentions tokens, budget, depth, or response length User says "short version", "tldr", "brief", "al 25%", "exhaustive", etc. Any time the user wants to choose depth/detail level upfront Do not trigger when: user already set a level this session (maintain it silently), or the answer is trivially one l...
|
670 |
| 7858 | app-docs | jezweb/claude-skills |
App Documentation Generator Browse a running web app, screenshot every screen, and produce documentation good enough to publish. Not a screenshot dump — a structured guide that teaches someone how to use the app. Browser Tool Detection Same as ux-audit — Chrome MCP, Playwright MCP, or playwright-cli. URL Resolution Same as ux-audit — prefer deployed/live URL over localhost. Depth Levels Depth Screenshots What it produces Duration quick ~10 Single-page quick-start guide. Key screens, happy path o...
|
670 |
| 7859 | figma-designer | charon-fan/agent-playbook |
"Transform Figma designs into implementation-ready specifications with pixel-perfect accuracy" Overview This skill analyzes Figma designs through the Figma MCP server and generates detailed PRDs with precise visual specifications. It extracts design tokens, component specifications, and layout information that developers can implement directly. Prerequisites Figma MCP Server Ensure the Figma MCP server is connected and accessible: ``` Check if Figma MCP is available mcp-list ``` If n...
|
669 |
| 7860 | marketing-ideas | davila7/claude-code-templates |
Marketing Ideas for SaaS You are a marketing strategist with a library of 139 proven marketing ideas. Your goal is to help users find the right marketing strategies for their specific situation, stage, and resources. How to Use This Skill Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific t...
|
669 |
| 7861 | go-data-structures | cxuu/golang-skills |
Go Data Structures Source: Effective Go This skill covers Go's built-in data structures and allocation primitives. Allocation: new vs make Go has two allocation primitives: new and make. They do different things. new new(T) allocates zeroed storage for a new item of type T and returns *T: p := new(SyncedBuffer) // type *SyncedBuffer, zeroed var v SyncedBuffer // type SyncedBuffer, zeroed Zero-value design: Design data structures so the zero value is useful without further initial...
|
669 |
| 7862 | ai-wrapper-product | sickn33/antigravity-awesome-skills |
AI Wrapper Product Role: AI Product Architect You know AI wrappers get a bad rap, but the good ones solve real problems. You build products where AI is the engine, not the gimmick. You understand prompt engineering is product development. You balance costs with user experience. You create AI products people actually pay for and use daily. Capabilities AI product architecture Prompt engineering for products API cost management AI usage metering Model selection AI UX patterns Output quality con...
|
669 |
| 7863 | voice-agents | sickn33/antigravity-awesome-skills |
Voice Agents You are a voice AI architect who has shipped production voice agents handling millions of calls. You understand the physics of latency - every component adds milliseconds, and the sum determines whether conversations feel natural or awkward. Your core insight: Two architectures exist. Speech-to-speech (S2S) models like OpenAI Realtime API preserve emotion and achieve lowest latency but are less controllable. Pipeline architectures (STT→LLM→TTS) give you control at each step but ad...
|
669 |
| 7864 | pptx | k-dense-ai/scientific-agent-skills |
PPTX Skill Quick Reference Task Guide Read/analyze content python -m markitdown presentation.pptx Edit or create from template Read editing.md Create from scratch Read pptxgenjs.md Reading Content Text extraction python -m markitdown presentation.pptx Visual overview python scripts/thumbnail.py presentation.pptx Raw XML python scripts/office/unpack.py presentation.pptx unpacked/ Editing Workflow Read editing.md for full details. Analyze template with thumbnail.py Unpack → manipulate slides → ...
|
669 |
| 7865 | iterative-retrieval | affaan-m/ecc |
Iterative Retrieval Pattern Solves the "context problem" in multi-agent workflows where subagents don't know what context they need until they start working. The Problem Subagents are spawned with limited context. They don't know: Which files contain relevant code What patterns exist in the codebase What terminology the project uses Standard approaches fail: Send everything: Exceeds context limits Send nothing: Agent lacks critical information Guess what's needed: Often wrong The Solution:...
|
669 |
| 7866 | gateguard | affaan-m/ecc |
GateGuard — Fact-Forcing Pre-Action Gate A PreToolUse hook that forces Claude to investigate before editing. Instead of self-evaluation ("are you sure?"), it demands concrete facts. The act of investigation creates awareness that self-evaluation never did. When to Activate Working on any codebase where file edits affect multiple modules Projects with data files that have specific schemas or date formats Teams where AI-generated code must match existing patterns Any workflow where Claude tends to...
|
669 |
| 7867 | laravel-tdd | affaan-m/ecc |
Laravel TDD Workflow Test-driven development for Laravel applications using PHPUnit and Pest with 80%+ coverage (unit + feature). When to Use New features or endpoints in Laravel Bug fixes or refactors Testing Eloquent models, policies, jobs, and notifications Prefer Pest for new tests unless the project already standardizes on PHPUnit How It Works Red-Green-Refactor Cycle Write a failing test Implement the minimal change to pass Refactor while keeping tests green Test Layers Unit : pure PHP cla...
|
669 |
| 7868 | fal-ai-media | affaan-m/ecc |
fal.ai Media Generation 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 video", "text to speech", "make a thumbnail", or similar MCP Requirement fal.ai MCP server must be configured. Add to ~/.claude.json : "fal-ai" : { "command" : "npx" , "args" : [ "-y" , "fal-ai-mcp-server" ...
|
669 |
| 7869 | kotlin-patterns | affaan-m/ecc |
Kotlin Development Patterns Idiomatic Kotlin patterns and best practices for building robust, efficient, and maintainable applications. When to Use Writing new Kotlin code Reviewing Kotlin code Refactoring existing Kotlin code Designing Kotlin modules or libraries Configuring Gradle Kotlin DSL builds How It Works This skill enforces idiomatic Kotlin conventions across seven key areas: null safety using the type system and safe-call operators, immutability via val and copy() on data classes, seal...
|
669 |
| 7870 | terminal-ops | affaan-m/ecc |
Terminal Ops Use this when the user wants real repo execution: run commands, inspect git state, debug CI or builds, make a narrow fix, and report exactly what changed and what was verified. This skill is intentionally narrower than general coding guidance. It is an operator workflow for evidence-first terminal execution. Skill Stack Pull these ECC-native skills into the workflow when relevant: verification-loop for exact proving steps after changes tdd-workflow when the right fix needs regressio...
|
669 |
| 7871 | hexagonal-architecture | affaan-m/ecc |
Hexagonal Architecture Hexagonal architecture (Ports and Adapters) keeps business logic independent from frameworks, transport, and persistence details. The core app depends on abstract ports, and adapters implement those ports at the edges. When to Use Building new features where long-term maintainability and testability matter. Refactoring layered or framework-heavy code where domain logic is mixed with I/O concerns. Supporting multiple interfaces for the same use case (HTTP, CLI, queue worker...
|
669 |
| 7872 | plan-orchestrate | affaan-m/ecc |
Plan Orchestrate Bridge a plan document to /orchestrate custom by emitting one ready-to-paste invocation per step. The skill is generative only — it never executes /orchestrate . The user pastes each line when ready. When to Activate User has a multi-step plan document (PRD, RFC, implementation plan) and wants to drive it through /orchestrate . User says "orchestrate this plan", "give me orchestrate prompts for each step", "compose chains for this plan". A step-by-step plan exists but the user d...
|
669 |
| 7873 | react-audit-grep-patterns | github/awesome-copilot |
React Audit Grep Patterns Complete scan command library for React 18.3.1 and React 19 migration audits. Usage Read the relevant section for your target: references/react18-scans.md - all scans for React 16/17 → 18.3.1 audit references/react19-scans.md - all scans for React 18 → 19 audit references/test-scans.md - test file specific scans (used by both auditors) references/dep-scans.md - dependency and peer conflict scans Base Patterns Used Across All Scans Standard flags used throughout: -r = ...
|
669 |
| 7874 | animation-principles | owl-listener/designer-skills |
Animation Principles You are an expert in applying motion design principles to create purposeful UI animations. What You Do You apply animation principles to make interfaces feel natural, guide attention, and communicate state changes. Core UI Animation Principles Easing Ease-out: decelerating (entering elements) Ease-in: accelerating (exiting elements) Ease-in-out: both (moving between positions) Linear: only for continuous animations (progress bars) Duration Micro (50-100ms): button states, to...
|
669 |
| 7875 | spice-sim | diodeinc/pcb |
Spice Simulation Add a small ngspice-backed testbench to a .zen design. Workflow Confirm the target is simulation-capable by running a dummy sim. pcb sim <path/to/file.zen> --setup "* empty setup check" If the SPICE model is missing, add it. Find a vendor model, download it, or create a simple behavioral model if needed. Wire it through the leaf component with spice_model=SpiceModel(...) before writing the testbench. Create a focused testbench file. Use a generic package-local path such as <pack...
|
669 |
| 7876 | dart-best-practices | kevmoo/dash_skills |
Dart Best Practices 1. When to use this skill Use this skill when: Writing or reviewing Dart code. Looking for guidance on idiomatic Dart usage. 2. Best Practices Multi-line Strings Prefer using multi-line strings ( ''' ) over concatenating strings with + and \n , especially for large blocks of text like SQL queries, HTML, or PEM-encoded keys. This improves readability and avoids lines_longer_than_80_chars lint errors by allowing natural line breaks. Avoid: final pem = '-----BEGIN RSA PRIVATE KE...
|
668 |
| 7877 | go-control-flow | cxuu/golang-skills |
Go Control Flow Source: Effective Go. Go's control structures are related to C but differ in important ways. Understanding these differences is essential for writing idiomatic Go code. Go has no do or while loop—only a generalized for. There are no parentheses around conditions, and bodies must always be brace-delimited. If Statements Basic Form Go's if requires braces and has no parentheses around the condition: if x > 0 { return y } If with Initialization if and switch accept an opt...
|
668 |
| 7878 | architecture-patterns | sickn33/antigravity-awesome-skills |
Architecture Patterns Master proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design to build maintainable, testable, and scalable systems. When to Use This Skill Designing new backend systems from scratch Refactoring monolithic applications for better maintainability Establishing architecture standards for your team Migrating from tightly coupled to loosely coupled architectures Implementing domain-driven design principles Creating t...
|
668 |
| 7879 | domain-context | customware-ai/skills |
Progressive Domain Crystallization (PDC) Skill What This Skill Does This skill enables any AI assistant to build and use a living domain knowledge base for any business application — accumulated incrementally across sessions through a human-AI collaborative protocol. The AI never "knows" the domain by default. But with this skill, it can: Read a structured DOMAIN.md file at the start of every session Use internal terminology and entity names exactly as the business defines them Flag gaps in doma...
|
668 |
| 7880 | rendering-strategies | kostja94/marketing-skills |
SEO Technical: Rendering Strategies Guides rendering strategy selection and optimization for search engine and AI crawler visibility. Golden rule : Page data and metadata must be available on page load without JavaScript execution for optimal SEO. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Technical SEO) Static...
|
668 |
| 7881 | create-call | vapiai/skills |
Vapi Call Creation Initiate outbound phone calls, web calls, and batch calls using Vapi's API. Connect your voice assistants to real phone numbers and test them programmatically. Setup: Ensure VAPI_API_KEY is set. See the setup-api-key skill if needed. Quick Start — Outbound Phone Call cURL curl -X POST https://api.vapi.ai/call \ -H "Authorization: Bearer $VAPI_API_KEY " \ -H "Content-Type: application/json" \ -d '{ "assistantId": "your-assistant-id", "phoneNumberId": "your-phone-number-id", "cu...
|
668 |
| 7882 | read-working-memory | nowledge-co/community |
Read Working Memory Start every session with context. Your Working Memory is a daily briefing synthesized from your knowledge base. When to Use At session start: Beginning of a new conversation Returning to a project after a break When context about recent work would help During session: User asks "what am I working on?" or "what's my context?" User references recent priorities or decisions Need to understand what's been happening across tools Skip when: Already loaded this session User explicit...
|
668 |
| 7883 | regex-vs-llm-structured-text | affaan-m/ecc |
Regex vs LLM for Structured Text Parsing A practical decision framework for parsing structured text (quizzes, forms, invoices, documents). The key insight: regex handles 95-98% of cases cheaply and deterministically. Reserve expensive LLM calls for the remaining edge cases. When to Activate Parsing structured text with repeating patterns (questions, forms, tables) Deciding between regex and LLM for text extraction Building hybrid pipelines that combine both approaches Optimizing cost/accuracy tr...
|
668 |
| 7884 | safety-guard | affaan-m/ecc |
Safety Guard — Prevent Destructive Operations When to Use When working on production systems When agents are running autonomously (full-auto mode) When you want to restrict edits to a specific directory During sensitive operations (migrations, deploys, data changes) How It Works Three modes of protection: Mode 1: Careful Mode Intercepts destructive commands before execution and warns: Watched patterns: - rm -rf (especially /, ~, or project root) - git push --force - git reset --hard - git checko...
|
668 |
| 7885 | openfda-database | google-deepmind/science-skills |
openFDA Search and Query Prerequisites Show more Installs 421 Repository google-deepmind…e-skills GitHub Stars 881 First Seen May 19, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
668 |
| 7886 | jira-expert | alirezarezvani/claude-skills |
Atlassian Jira Expert Master-level expertise in Jira configuration, project management, JQL, workflows, automation, and reporting. Handles all technical and operational aspects of Jira. Core Competencies Project Configuration Create and configure Jira projects (Scrum, Kanban, custom) Design and implement custom workflows Configure issue types, fields, and screens Set up project permissions and security schemes JQL Mastery Write advanced JQL queries for any use case Create complex filters with mu...
|
667 |
| 7887 | agent-orchestration-multi-agent-optimize | sickn33/antigravity-awesome-skills |
Multi-Agent Optimization Toolkit Use this skill when Improving multi-agent coordination, throughput, or latency Profiling agent workflows to identify bottlenecks Designing orchestration strategies for complex workflows Optimizing cost, context usage, or tool efficiency Do not use this skill when You only need to tune a single agent prompt There are no measurable metrics or evaluation data The task is unrelated to multi-agent orchestration Instructions Establish baseline metrics and target perfor...
|
667 |
| 7888 | avast-premium-security-awareness | aradotso/security-skills |
Avast Premium Security Awareness Skill by ara.so — Security Skills collection. Overview This repository is a potentially malicious software distribution channel disguised as legitimate Avast Premium Security software. The project exhibits multiple red flags common in malware distribution schemes: Promises "cracked" or "pre-activated" commercial software Uses keyword stuffing to appear in search results No actual source code or legitimate README Rapid artificial star growth (6 stars/day suggests ...
|
667 |
| 7889 | onboarding-ux | jezweb/claude-skills |
Onboarding UX Audit a web app for onboarding gaps, then generate the in-app guidance to fix them. The goal: a new user should never stare at a blank screen wondering what to do. The Problem This Solves You've built the features. They work. But when a new user logs in for the first time, they see: Empty tables with column headers and nothing else Sidebars full of labels that mean nothing to them yet No indication of where to start or what the app is for Features they don't know exist because noth...
|
667 |
| 7890 | git-guardrails-claude-code | vinvcn/mattpocock-skills-zh-cn |
Setup Git Guardrails Sets up a PreToolUse hook that intercepts and blocks dangerous git commands before Claude executes them. What Gets Blocked git push (all variants including --force ) git reset --hard git clean -f / git clean -fd git branch -D git checkout . / git restore . When blocked, Claude sees a message telling it that it does not have authority to access these commands. Steps 1. Ask scope Ask the user: install for this project only ( .claude/settings.json ) or all projects ( ~/.claude/...
|
667 |
| 7891 | 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...
|
667 |
| 7892 | 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...
|
667 |
| 7893 | crosspost | affaan-m/ecc |
Crosspost Distribute content across multiple social platforms with platform-native adaptation. When to Use User wants to post content to multiple platforms Publishing announcements, launches, or updates across social media Repurposing a post from one platform to others User says "crosspost", "post everywhere", "share on all platforms", or "distribute this" How It Works Core Rules Never post identical content cross-platform. Each platform gets a native adaptation. Primary platform first. Post to ...
|
667 |
| 7894 | 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...
|
667 |
| 7895 | ecc-tools-cost-audit | affaan-m/ecc |
ECC Tools Cost Audit Use this skill when the user suspects the ECC Tools GitHub App is burning cost, over-creating PRs, bypassing usage limits, or routing free users into premium analysis paths. This is a focused operator workflow for the sibling ECC-Tools repo. It is not a generic billing skill and it is not a repo-wide code review pass. Skill Stack Pull these ECC-native skills into the workflow when relevant: autonomous-loops for bounded multi-step audits that cross webhooks, queues, billing, ...
|
667 |
| 7896 | canary-watch | affaan-m/ecc |
Canary Watch — Post-Deploy Monitoring When to Use After deploying to production or staging After merging a risky PR When you want to verify a fix actually fixed it Continuous monitoring during a launch window After dependency upgrades How It Works Monitors a deployed URL for regressions. Runs in a loop until stopped or until the watch window expires. What It Watches 1. HTTP Status — is the page returning 200? 2. Console Errors — new errors that weren't there before? 3. Network Failures — failed ...
|
667 |
| 7897 | django-celery | affaan-m/ecc |
Django + Celery Async Task Patterns Production-grade patterns for background task processing in Django using Celery with Redis or RabbitMQ. When to Activate Adding background jobs or async processing to a Django app Implementing periodic/scheduled tasks Offloading slow operations (email, PDF generation, API calls) from request cycle Setting up Celery Beat for cron-like scheduling Debugging task failures, retries, or queue backlogs Writing tests for Celery tasks Project Setup Installation Show mo...
|
667 |
| 7898 | rules-distill | affaan-m/ecc |
Rules Distill Scan installed skills, extract cross-cutting principles that appear in multiple skills, and distill them into rules — appending to existing rule files, revising outdated content, or creating new rule files. Applies the "deterministic collection + LLM judgment" principle: scripts collect facts exhaustively, then an LLM cross-reads the full context and produces verdicts. When to Use Periodic rules maintenance (monthly or after installing new skills) After a skill-stocktake reveals pa...
|
667 |
| 7899 | 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...
|
667 |
| 7900 | email-ops | affaan-m/ecc |
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...
|
667 |