███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 7001 | django-tdd | affaan-m/ecc |
Django Testing with TDD Test-driven development for Django applications using pytest, factory_boy, and Django REST Framework. When to Activate Writing new Django applications Implementing Django REST Framework APIs Testing Django models, views, and serializers Setting up testing infrastructure for Django projects TDD Workflow for Django Red-Green-Refactor Cycle Step 1: RED - Write failing test def test_user_creation ( ) : user = User . objects . create_user ( email = 'test@example.com' , passwo...
|
1.1K |
| 7002 | laravel-security | affaan-m/ecc |
Laravel Security Best Practices Comprehensive security guidance for Laravel applications to protect against common vulnerabilities. When to Activate Adding authentication or authorization Handling user input and file uploads Building new API endpoints Managing secrets and environment settings Hardening production deployments How It Works Middleware provides baseline protections (CSRF via VerifyCsrfToken , security headers via SecurityHeaders ). Guards and policies enforce access control ( auth:s...
|
1.1K |
| 7003 | claude-devfleet | affaan-m/ecc |
Claude DevFleet Multi-Agent Orchestration When to Use Use this skill when you need to dispatch multiple Claude Code agents to work on coding tasks in parallel. Each agent runs in an isolated git worktree with full tooling. Requires a running Claude DevFleet instance connected via MCP: claude mcp add devfleet --transport http http://localhost:18801/mcp How It Works User → "Build a REST API with auth and tests" ↓ plan_project(prompt) → project_id + mission DAG ↓ Show plan to user → get approval ↓ ...
|
1.1K |
| 7004 | 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 ...
|
1.1K |
| 7005 | 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...
|
1.1K |
| 7006 | jpa-patterns | affaan-m/ecc |
Use for data modeling, repositories, and performance tuning in Spring Boot. Entity Design ``` @Entity @Table(name = "markets", indexes = { @Index(name = "idx_markets_slug", columnList = "slug", unique = true) }) @EntityListeners(AuditingEntityListener.class) public class MarketEntity { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long id; @Column(nullable = false, length = 200) private String name; @Column(nullable = false, unique = true, length = 120) priva...
|
1.1K |
| 7007 | 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...
|
1.1K |
| 7008 | mle-workflow | affaan-m/ecc |
Machine Learning Engineering Workflow Use this skill to turn model work into a production ML system with clear data contracts, repeatable training, measurable quality gates, deployable artifacts, and operational monitoring. When to Activate Planning or reviewing a production ML feature, model refresh, ranking system, recommender, classifier, embedding workflow, or forecasting pipeline Converting notebook code into a reusable training, evaluation, batch inference, or online inference pipeline Des...
|
1.1K |
| 7009 | agentforce-observe | forcedotcom/sf-skills |
Agentforce Observability Improve Agentforce agents using session trace data and live preview testing. Three-phase workflow: Observe -- Query STDM sessions from Data Cloud (if available), OR run test suites + preview with local traces as fallback Reproduce -- Use sf agent preview to simulate problematic conversations live Improve -- Edit the .agent file directly, validate, publish, verify Platform Notes Shell examples below use bash syntax. On Windows, use PowerShell equivalents or Git Bash. Repl...
|
1.1K |
| 7010 | layers-observed-behaviour | jamiemill/layers-skills |
No SKILL.md available for this skill. View on GitHub
|
1.1K |
| 7011 | polymarket | machina-sports/sports-skills |
Polymarket — Sports Prediction Markets Before writing queries, consult references/api-reference.md for sport codes, command parameters, and price format. Quick Start Prefer the CLI — it avoids Python import path issues: sports-skills polymarket search_markets --sport = nba --sports_market_types = moneyline sports-skills polymarket get_todays_events --sport = epl sports-skills polymarket search_markets --sport = epl --query = "Leeds" --sports_market_types = moneyline sports-skills polymarket get_...
|
1.1K |
| 7012 | buddy-sings | minimax-ai/skills |
Buddy Sings — Let Your Claude Code Pet Sing Turn your Claude Code pet into a singer. Each pet gets a unique vocal identity based on its name and personality — the same pet always sounds the same. Prerequisites mmx CLI (required for music generation): Install: npm install -g mmx-cli Authenticate (first time only): mmx auth login --api-key < your-minimax-api-key > Get your API key from MiniMax Platform . Audio player (for playback — at least one of): mpv (recommended — interactive controls: space ...
|
1.1K |
| 7013 | new-modular-project | modular/skills |
When the user wants to create a new project, first infer as many options as possible from the user's request (e.g., "new Mojo project" means type=Mojo, "called foo" means name=foo). Then use a structured multiple-choice prompt (not plain text) to gather only the remaining unspecified options in a single interaction. Do NOT ask about options the user has already provided or implied. The options to determine are: Project name — ask if not specified Type of project — Mojo or MAX (infer from context...
|
1.1K |
| 7014 | 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...
|
1.1K |
| 7015 | repo-scan | affaan-m/ecc |
repo-scan Every ecosystem has its own dependency manager, but no tool looks across C++, Android, iOS, and Web to tell you: how much code is actually yours, what's third-party, and what's dead weight. When to Use Taking over a large legacy codebase and need a structural overview Before major refactoring — identify what's core, what's duplicate, what's dead Auditing third-party dependencies embedded directly in source (not declared in package managers) Preparing architecture decision records for m...
|
1.1K |
| 7016 | 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 ...
|
1.1K |
| 7017 | tilegym-converting-cutile-to-julia | nvidia/skills |
cuTile Python → cuTile.jl (Julia) Conversion Convert @ct.kernel Python kernels to Julia function ... end cuTile.jl kernels. Workflow Selection Standard conversion → Full workflow: translations/workflow.md Errors ( MethodError , IRError , numerical mismatch) → references/debugging.md Quick reference → references/api-mapping.md + references/critical-rules.md Test patterns → references/testing.md Architecture Julia kernels are standalone — no Python bridge, no pytest integration. The Julia sub-proj...
|
1.1K |
| 7018 | snowflake-dbt-airbnb-analytics | aradotso/data-skills |
Snowflake dbt Airbnb Analytics Skill by ara.so — Data Skills collection. This project demonstrates a complete analytics engineering workflow using Snowflake, dbt, and Streamlit. It loads Inside Airbnb open data into Snowflake, transforms it through a layered dbt architecture (staging → intermediate → marts), validates data quality with tests, and serves insights via a Streamlit dashboard. What This Project Does Raw data ingestion : Loads CSV/GZIP files from Inside Airbnb into Snowflake internal ...
|
1.1K |
| 7019 | asc-aso-audit | rudrankriyam/asc-skills |
asc ASO audit Run a two-phase ASO audit: offline checks against local metadata files, then keyword gap analysis via Astro MCP. When available, include Apple-generated app tags as a discoverability signal. Preconditions Metadata pulled locally into canonical files via asc metadata pull --app "APP_ID" --version "1.2.3" --dir "./metadata" . If metadata came from asc migrate export or asc localizations download , normalize it into the canonical ./metadata layout before running this skill. For Astro ...
|
1.1K |
| 7020 | 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 +...
|
1.1K |
| 7021 | skill-comply | affaan-m/ecc |
skill-comply: Automated Compliance Measurement Measures whether coding agents actually follow skills, rules, or agent definitions by: Auto-generating expected behavioral sequences (specs) from any .md file Auto-generating scenarios with decreasing prompt strictness (supportive → neutral → competing) Running claude -p and capturing tool call traces via stream-json Classifying tool calls against spec steps using LLM (not regex) Checking temporal ordering deterministically Generating self-contained...
|
1.1K |
| 7022 | knowledge-ops | affaan-m/ecc |
Knowledge Operations Manage a multi-layered knowledge system for ingesting, organizing, syncing, and retrieving knowledge across multiple stores. Prefer the live workspace model: code work lives in the real cloned repos active execution context lives in GitHub, Linear, and repo-local working-context files broader human-facing notes can live in a non-repo context/archive folder durable cross-machine memory belongs in the knowledge base, not in a shadow repo workspace When to Activate User wants t...
|
1.1K |
| 7023 | workspace-surface-audit | affaan-m/ecc |
Workspace Surface Audit Read-only audit skill for answering the question "what can this workspace and machine actually do right now, and what should we add or enable next?" This is the ECC-native answer to setup-audit plugins. It does not modify files unless the user explicitly asks for follow-up implementation. When to Use User says "set up Claude Code", "recommend automations", "what plugins or MCPs should I use?", or "what am I missing?" Auditing a machine or repo before installing more skill...
|
1.1K |
| 7024 | workos | workos/skills |
WorkOS Skill Router How to Use When a user needs help with WorkOS, consult the tables below to route to the right reference. Loading References All references are topic files in the references/ directory. Read the file and follow its instructions (fetch docs first, then use gotchas to avoid common traps). Exception : Widget requests use the workos-widgets skill via the Skill tool — it has its own multi-framework orchestration. Topic → Reference Map AuthKit Installation (Read references/{name}.md...
|
1.1K |
| 7025 | cost-aware-llm-pipeline | affaan-m/ecc |
Cost-Aware LLM Pipeline Patterns for controlling LLM API costs while maintaining quality. Combines model routing, budget tracking, retry logic, and prompt caching into a composable pipeline. When to Activate Building applications that call LLM APIs (Claude, GPT, etc.) Processing batches of items with varying complexity Need to stay within a budget for API spend Optimizing cost without sacrificing quality on complex tasks Core Concepts 1. Model Routing by Task Complexity Automatically select chea...
|
1.1K |
| 7026 | videodb | affaan-m/ecc |
VideoDB Skill Perception + memory + actions for video, live streams, and desktop sessions. When to use Desktop Perception Start/stop a desktop session capturing screen, mic, and system audio Stream live context and store episodic session memory Run real-time alerts/triggers on what's spoken and what's happening on screen Produce session summaries , a searchable timeline, and playable evidence links Video ingest + stream Ingest a file or URL and return a playable web stream link Transcode/normali...
|
1.1K |
| 7027 | exa-search | affaan-m/ecc |
Exa Search Neural search for web content, code, companies, and people via the Exa MCP server. When to Activate User needs current web information or news Searching for code examples, API docs, or technical references Researching companies, competitors, or market players Finding professional profiles or people in a domain Running background research for any development task User says "search for", "look up", "find", or "what's the latest on" MCP Requirement Exa MCP server must be configured. Add ...
|
1.1K |
| 7028 | fix-ljg-org-to-md | lijigang/ljg-skills |
No SKILL.md available for this skill. View on GitHub Installs 522 Repository lijigang/ljg-skills GitHub Stars 5.9K First Seen May 25, 2026
|
1.1K |
| 7029 | first-customers | slavingia/skills |
You are a business advisor channeling the philosophy of The Minimalist Entrepreneur by Sahil Lavingia. Help the user sell to their first 100 customers. Core Principle Skip the launch. Focus on selling. "Viral success" is a myth. There is no such thing. Every seemingly overnight success is built on months or years of hard work. Your job is to sell one by one, learn from each interaction, and build momentum. The Concentric Circles of Sales Sell outward from the people who care most about you to th...
|
1.1K |
| 7030 | qwen-coder | giuseppe-trisciuoglio/developer-kit |
Qwen Coder CLI Delegation Delegate selected tasks from Claude Code to Qwen Coder CLI using non-interactive commands, explicit model selection, safe permission flags, and shareable outputs. Overview This skill standardizes delegation to Qwen Coder CLI ( qwen ) for cases where Qwen's specific strengths may benefit the task. It covers: Non-interactive execution with -p / --prompt Model selection with -m / --model Approval control ( --approval-mode ) Session continuation with -c / --continue or -r /...
|
1.1K |
| 7031 | prompt-engineer | davila7/claude-code-templates |
Prompt Engineer Expert prompt engineer specializing in designing, optimizing, and evaluating prompts that maximize LLM performance across diverse use cases. When to Use This Skill Designing prompts for new LLM applications Optimizing existing prompts for better accuracy or efficiency Implementing chain-of-thought or few-shot learning Creating system prompts with personas and guardrails Building structured output schemas (JSON mode, function calling) Developing prompt evaluation and testing frame...
|
1.1K |
| 7032 | estimate-analysis | himself65/finance-skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. Estimate Analysis Skill Deep-dives into analyst estimates and revision trends using Yahoo Finance data via yfinance . Covers EPS and revenue estimate distributions, revision momentum, growth projections, and multi-period comparisons — the full picture of where the street thinks a company is heading. Important : Data is for research and educatio...
|
1.1K |
| 7033 | uv | google-deepmind/science-skills |
uv uv is an extremely fast Python package and project manager. It replaces pip, pip-tools, pipx, pyenv, virtualenv, poetry, etc. When to use uv Always use uv for Python work , especially if you see: The uv.lock file uv headers in requirements* files, e.g., "This file was autogenerated by uv" Don't use uv in projects managed by other tools: Poetry projects (identifiable by poetry.lock file) PDM projects (identifiable by pdm.lock file) Choosing the right workflow Scripts Use when: Running single P...
|
1.1K |
| 7034 | 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...
|
1.1K |
| 7035 | ck | affaan-m/ecc |
ck — Context Keeper You are the Context Keeper assistant. When the user invokes any /ck:* command, run the corresponding Node.js script and present its stdout to the user verbatim. Scripts live at: ~/.claude/skills/ck/commands/ (expand ~ with $HOME ). Data Layout ~/.claude/ck/ ├── projects.json ← path → {name, contextDir, lastUpdated} └── contexts/<name>/ ├── context.json ← SOURCE OF TRUTH (structured JSON, v2) └── CONTEXT.md ← generated view — do not hand-edit...
|
1.1K |
| 7036 | content-hash-cache-pattern | affaan-m/ecc |
Content-Hash File Cache Pattern Cache expensive file processing results (PDF parsing, text extraction, image analysis) using SHA-256 content hashes as cache keys. Unlike path-based caching, this approach survives file moves/renames and auto-invalidates when content changes. When to Activate Building file processing pipelines (PDF, images, text extraction) Processing cost is high and same files are processed repeatedly Need a --cache/--no-cache CLI option Want to add caching to existing pure func...
|
1.1K |
| 7037 | compose-multiplatform-patterns | affaan-m/ecc |
Compose Multiplatform Patterns Patterns for building shared UI across Android, iOS, Desktop, and Web using Compose Multiplatform and Jetpack Compose. Covers state management, navigation, theming, and performance. When to Activate Building Compose UI (Jetpack Compose or Compose Multiplatform) Managing UI state with ViewModels and Compose state Implementing navigation in KMP or Android projects Designing reusable composables and design systems Optimizing recomposition and rendering performance Sta...
|
1.1K |
| 7038 | blender-motion-state-inspection | affaan-m/ecc |
Blender Motion State Inspection When to Use A Blender character looks twisted, mirrored, flattened, offset, or foot-sliding in an animation. A user asks whether an imported avatar, armature, or retargeted motion matches an expected pose. You need to compare rendered evidence with structured facts such as bones, bounding boxes, contacts, and facing vectors. A workflow depends on deciding whether a model is a character, prop, proxy mesh, control rig, or broken import. Core Principle Do not judge a...
|
1.1K |
| 7039 | 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...
|
1.1K |
| 7040 | 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 ...
|
1.1K |
| 7041 | 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...
|
1.1K |
| 7042 | 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...
|
1.1K |
| 7043 | 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 ...
|
1.1K |
| 7044 | 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:...
|
1.1K |
| 7045 | 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...
|
1.1K |
| 7046 | investor-outreach | affaan-m/ecc |
Investor Outreach Write investor communication that is short, personalized, and easy to act on. When to Activate writing a cold email to an investor drafting a warm intro request sending follow-ups after a meeting or no response writing investor updates during a process tailoring outreach based on fund thesis or partner fit Core Rules Personalize every outbound message. Keep the ask low-friction. Use proof, not adjectives. Stay concise. Never send generic copy that could go to any investor. Cold...
|
1.1K |
| 7047 | x-api | affaan-m/ecc |
X API Programmatic interaction with X (Twitter) for posting, reading, searching, and analytics. When to Activate User wants to post tweets or threads programmatically Reading timeline, mentions, or user data from X Searching X for content, trends, or conversations Building X integrations or bots Analytics and engagement tracking User says "post to X", "tweet", "X API", or "Twitter API" Authentication OAuth 2.0 Bearer Token (App-Only) Best for: read-heavy operations, search, public data. Environ...
|
1.1K |
| 7048 | scholar-evaluation | affaan-m/ecc |
Scholar Evaluation Use this skill to evaluate academic or scientific work with a repeatable rubric. When to Use Reviewing a research paper, proposal, thesis chapter, or literature review. Checking whether claims are supported by cited evidence. Evaluating methodology, study design, analysis, or limitations. Comparing two or more papers for quality or relevance. Producing structured feedback for revision. Evaluation Scope Start by identifying the artifact: Show more
|
1.1K |
| 7049 | react-patterns | affaan-m/ecc |
React Development Patterns Overview Expert guide for building modern React 19 applications with new concurrent features, Server Components, Actions, and advanced patterns. This skill covers everything from basic hooks to advanced server-side rendering and React Compiler optimization. When to Use Building React 19 components with TypeScript/JavaScript Managing component state with useState and useReducer Handling side effects with useEffect Optimizing performance with useMemo and useCallback Crea...
|
1.1K |
| 7050 | integration-eventing-subscription-configure | forcedotcom/sf-skills |
Managing ManagedEventSubscription Create, read, update, and delete ManagedEventSubscription metadata — the Salesforce construct for durably subscribing to platform event channels with managed replay tracking. Scope In scope : Generating and modifying .managedEventSubscription-meta.xml files for create, read, update, and delete operations Out of scope : Creating the underlying platform event ( __e ) channel itself; Flow-based or Apex-based event subscriptions; deploying metadata to an org Only ge...
|
1.1K |