███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8201 | datalineage-summary | google/skills |
Data Lineage Summary This skill guides the agent in investigating and summarizing the Data Lineage graph for a specific focal asset (Table-Level Lineage) or specific fields (Column-Level Lineage). It provides an intuitive left-to-right walkthrough of how data enters and leaves the asset, abstracting away complex node and link details into plain English. Prerequisites This skill relies on the Google Cloud Data Lineage (Knowledge Catalog) MCP Server for graph traversal. Ensure you can run search_l...
|
1.4K |
| 8202 | unity-scriptableobjects | gamedev-skills/awesome-gamedev-agent-skills |
Unity ScriptableObject Architecture Use ScriptableObject assets to store shared data and decouple systems in Unity 6.3 LTS — configuration, event channels, and registries that live as project assets instead of being hard-wired into scenes or singletons. Targets Unity 6.3 LTS (6000.3) . When to use Use when you need designer-editable config (weapon stats, level data), to share one value between unrelated systems, to decouple senders from listeners via event channels, or to build a runtime registr...
|
1.4K |
| 8203 | trader-memory-core | tradermonty/claude-trading-skills |
Trader Memory Core Overview Persistent state layer that bundles screening → analysis → position sizing → portfolio management outputs into a single "thesis object" per investment idea. Tracks what you thought, what happened, and what you learned — across conversations. Phase 1 supports single-ticker theses: dividend_income, growth_momentum, mean_reversion, earnings_drift, pivot_breakout. When to Use After a screener (kanchi, earnings-trade-analyzer, vcp, pead, canslim, edge-candidate-agent) prod...
|
1.4K |
| 8204 | storytelling | ghaida/intent |
Storytelling Overview You are the storytelling discipline in Intent. You exist because product design defaults to sterility — data, frameworks, optimization — and the field keeps having to re-justify emotion as legitimate content. Your job is to bring emotional truth back into design work without sacrificing rigor. You are not a cognitive mode like Philosopher. Philosopher opens the space; you structure the space. You produce visible narrative structure that other skills attach to or that stands...
|
1.4K |
| 8205 | game-jam | gamedev-skills/awesome-gamedev-agent-skills |
Game Jam Turn a theme and a fixed deadline into a finished, submitted game. This is a planning and scope-control playbook, not engine code: the win condition is something submitted and playable , not the game you imagined . When to use Use when entering a timed jam (Ludum Dare, GMTK Jam, Global Game Jam, a weekend jam), scoping a 48-hour build, or deciding what to cut to hit a deadline. Use when the user asks "what can I actually build in a weekend" or "how do I submit to this jam". When not to ...
|
1.4K |
| 8206 | nushell-pro | hustcer/nushell-pro |
Nushell Pro — Best Practices & Security Skill Write idiomatic, performant, secure, and maintainable Nushell scripts. This skill enforces Nushell conventions, catches security issues, and helps avoid common pitfalls. Core Principles Think in pipelines — Data flows through pipelines; prefer functional transformations over imperative loops Immutability first — Use let by default; only use mut when functional alternatives don't apply Structured data — Nushell works with tables, records, and lists na...
|
1.4K |
| 8207 | aws-step-functions | aws/agent-toolkit-for-aws |
AWS Step Functions Overview AWS Step Functions uses Amazon States Language (ASL) to define state machines as JSON. With AWS Step Functions, you can create workflows, also called state machines, to build distributed applications, automate processes, orchestrate microservices, and create data and machine learning pipelines. This skill provides comprehensive guidance for writing state machines in ASL, covering: ASL structure and JSONata expression syntax Details on the eight available workflow stat...
|
1.4K |
| 8208 | blackforge | blackforge-so/skill |
BlackForge market-data BlackForge is a raw market-data product: for every (exchange, symbol) it stores one wide row per closed 5-minute window , 120 measurement columns across ~11,800 spot pairs — order-book depth, resting-liquidity dynamics, trade-flow and trade-timing measurements, plus market-cap and attention enrichment, and a per-row quality bitmask. This skill lets you answer a plain-language market-data question by calling BlackForge's own tools and reading the rows back as measurements ....
|
1.4K |
| 8209 | jwt-security | mindrally/skills |
JWT Security You are an expert in JSON Web Token (JWT) security implementation. Follow these guidelines when working with JWTs for authentication and authorization. Core Principles JWTs are not inherently secure - security depends on implementation Always validate tokens server-side, even for internal services Use asymmetric signing (RS256, ES256) when possible Keep tokens short-lived and implement proper refresh mechanisms Never store sensitive data in JWT payloads Token Structure A JWT cons...
|
1.4K |
| 8210 | related-work-writing | lingzhi227/agent-research-skills |
Related Work Writing Generate publication-quality Related Work sections with proper citations and thematic organization. Input $0 — Current paper draft or method description $1 — Collected literature (BibTeX entries, paper summaries, or literature review notes) References Related work writing prompts and strategies: ~/.claude/skills/related-work-writing/references/related-work-prompts.md Workflow Step 1: Analyze the Paper's Contributions Read the current paper draft (especially Methods and Intro...
|
1.4K |
| 8211 | data-analysis-jupyter | mindrally/skills |
Data Analysis and Jupyter Notebook Development You are an expert in data analysis, visualization, and Jupyter Notebook development, with a focus on pandas, matplotlib, seaborn, and numpy. Key Principles Write concise, technical responses with accurate Python examples Prioritize readability and reproducibility in data analysis workflows Favor functional programming approaches; minimize class-based solutions Prefer vectorized operations over explicit loops for better performance Employ descripti...
|
1.4K |
| 8212 | tsdown | rolldown/tsdown |
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...
|
1.4K |
| 8213 | figma-generate-diagram | figma/mcp-server-guide |
generate-diagram You MUST load this skill before every generate_diagram tool call. Skipping it causes preventable rendering failures and low-quality output. generate_diagram takes Mermaid.js syntax and produces an editable FigJam diagram. This skill routes you to the right per-type guidance and sets universal constraints. Step 1: Is generate_diagram the right tool? Supported diagram types flowchart , sequenceDiagram , stateDiagram / stateDiagram-v2 , gantt , erDiagram . Unsupported — don't call ...
|
1.4K |
| 8214 | workflow-automation | sickn33/agentic-awesome-skills |
Workflow Automation When to use this skill Repetitive tasks : running the same commands every time Complex builds : multi-step build processes Team onboarding : a consistent development environment Instructions Step 1: npm scripts package.json : { "scripts" : { "dev" : "nodemon src/index.ts" , "build" : "tsc && vite build" , "test" : "jest --coverage" , "test:watch" : "jest --watch" , "lint" : "eslint src --ext .ts,.tsx" , "lint:fix" : "eslint src --ext .ts,.tsx --fix" , "format" : "prettier --w...
|
1.4K |
| 8215 | frontend-dev-guidelines | sickn33/agentic-awesome-skills |
Frontend Development Guidelines (React · TypeScript · Suspense-First · Production-Grade) You are a senior frontend engineer operating under strict architectural and performance standards. Your goal is to build scalable, predictable, and maintainable React applications using: Suspense-first data fetching Feature-based code organization Strict TypeScript discipline Performance-safe defaults This skill defines how frontend code must be written , not merely how it can be written. 1. Frontend Feasibi...
|
1.4K |
| 8216 | before-you-build | wshobson/agents |
Before You Build Run a compact pre-mortem before implementation. The goal is not to block building; it is to identify the highest-risk assumption, the smallest validation step, and the build scope that should be delayed until evidence improves. When To Use Use this skill when a user asks to build or ship: A new product, MVP, prototype, landing page, SaaS app, marketplace, content site, agent workflow, or internal tool A major feature with unclear adoption, revenue, retention, trust, or distribut...
|
1.4K |
| 8217 | google-cloud-solution-agentic-analytics-spark-knowledge-catalog | google/skills |
Agentic analytics across cloud providers and data types This skill provides a workflow to design and implement a governed, secure pipeline for agentic analytics solution across structured and unstructured data that's distributed across Google Cloud, on-premises systems, and other cloud providers. Overview of the workflow Show more Installs 820 Repository google/skills GitHub Stars 17.2K First Seen Jul 17, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
1.4K |
| 8218 | google-cloud-solution-build-deploy-agents | google/skills |
Build and deploy AI agents on Google Cloud This skill guides agents through the workflow of designing and implementing a tailored multi-product solution in the cloud for a given workload, use case, or requirement. Workflow The solution design and implementation workflow is divided into the following phases: Show more Installs 821 Repository google/skills GitHub Stars 17.6K First Seen Jul 21, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Pass
|
1.4K |
| 8219 | itch-publish | gamedev-skills/awesome-gamedev-agent-skills |
itch.io Publish (butler) Get a build onto an itch.io page and keep it updated. The page is created in the browser; all uploads go through butler , itch.io's command-line tool, with one command you'll use forever: butler push . butler diffs against the previous build and uploads only what changed. Deep CI/CD and flag detail lives in references/butler-ci.md . When to use Use when creating/updating an itch.io project page, installing or logging in to butler, uploading a build with butler push , cho...
|
1.4K |
| 8220 | unity-input-system | gamedev-skills/awesome-gamedev-agent-skills |
Unity Input System (new) Read input through Unity's Input System package ( com.unity.inputsystem , 1.x) — action-based, device-agnostic, rebindable. Targets Unity 6.3 LTS . This is the modern replacement for the legacy Input.GetAxis / Input.GetKey Input Manager. When to use Use when setting up movement/jump/fire input, defining an .inputactions asset with action maps and control schemes, wiring a PlayerInput component, reading a Vector2 stick/WASD value, or handling gamepad + keyboard + touch fr...
|
1.4K |
| 8221 | unity-physics | gamedev-skills/awesome-gamedev-agent-skills |
Unity Physics (Rigidbody / PhysX) Make objects move, collide, and detect each other with Unity 6.3 LTS's built-in 3D physics (PhysX). Get the FixedUpdate discipline, trigger-vs-collision rules, and collision layers right. Targets Unity 6.3 LTS (6000.3) . Unity 6.3 LTS rename: Rigidbody.velocity is now Rigidbody.linearVelocity (the old name is deprecated). Code copied from older tutorials will warn or fail to compile. When to use Use when giving an object physical motion (forces, velocity, gravit...
|
1.4K |
| 8222 | threejs-gltf-loading | gamedev-skills/awesome-gamedev-agent-skills |
three.js glTF Loading Load .gltf / .glb models and play their animations in three.js, including compressed geometry (DRACO/Meshopt) and textures (KTX2). Patterns target r184 ; preserve an existing project's pinned release unless migration is requested. When to use Use to import a 3D model, add it to the scene, inspect its node hierarchy, and play baked/skinned animation clips with an AnimationMixer . Use when files are .gltf / .glb , or code imports GLTFLoader / DRACOLoader / KTX2Loader from thr...
|
1.4K |
| 8223 | trade-hypothesis-ideator | tradermonty/claude-trading-skills |
Trade Hypothesis Ideator Generate 1-5 structured hypothesis cards from a normalized input bundle, critique and rank them, then optionally export pursue cards into strategy.yaml + metadata.json artifacts. When to Use After gathering trade logs, journal entries, or market observations that suggest a potential edge When you have a structured input bundle (JSON) with evidence snippets and want falsifiable hypotheses To bridge qualitative observations into quantitative experiment designs Before commi...
|
1.4K |
| 8224 | roblox-luau | gamedev-skills/awesome-gamedev-agent-skills |
Roblox Luau Scripting Script a Roblox experience in Luau : services, Instance s, events, the server/client split, and secure cross-boundary communication. Targets the current Roblox engine and Studio. When to use Use when writing Roblox scripts: getting services, creating/parenting instances, connecting events, deciding server vs client, or wiring RemoteEvent / RemoteFunction communication. Use when the project has Script / LocalScript / ModuleScript objects, .rbxl(x) places, or a Rojo *.project...
|
1.4K |
| 8225 | phaser-core | gamedev-skills/awesome-gamedev-agent-skills |
Phaser 4 Core Set up the foundation of a Phaser game: the Game config, the Scene lifecycle, asset loading, cameras, and passing data between scenes. Targets Phaser 4.2 for new projects; keep an existing Phaser 3.90 project on its pinned major unless the user explicitly asks for a migration. When to use Use when starting a Phaser game, wiring the Phaser.Game config, structuring Scene s, loading assets in preload , or fixing scene transitions and shared state. Use when the project has phaser in pa...
|
1.4K |
| 8226 | kanchi-dividend-sop | tradermonty/claude-trading-skills |
Kanchi Dividend Sop Overview Implement Kanchi's 5-step method as a deterministic workflow for US dividend investing. Prioritize safety and repeatability over aggressive yield chasing. When to Use Use this skill when the user needs: Kanchi-style dividend stock selection adapted for US equities. A repeatable screening and pullback-entry process instead of ad-hoc picks. One-page underwriting memos with explicit invalidation conditions. A handoff package for monitoring and tax/account-location workf...
|
1.4K |
| 8227 | orca-emulator | stablyai/orca |
Orca Emulator This file is a discovery stub, not the usage guide. The full, version-matched Orca emulator reference is served by the orca binary itself — kept out of this file on purpose so it can never drift from the binary that will actually run your commands. Engage Orca whenever you drive a mobile (iOS) emulator / simulator stream from inside the Orca app: taps, gestures, typing, hardware buttons, camera injection, runtime permissions, the accessibility tree, and more — all while the live vi...
|
1.4K |
| 8228 | architect | cursor/plugins |
Output style (plain words, no dashes, no hyphens) Write everything this skill produces, files and messages alike, in plain simple language. Talk to the reader as you , warm and direct like a colleague, and present every step as a recommendation they may run or skip, never an order. Keep technical terms that carry real meaning; explain each in plain words. Never use a dash or a hyphen as punctuation: no em dash, no en dash, and no hyphenated compounds. Write read only , not read-only . Say it in ...
|
1.4K |
| 8229 | phoenix-cli | arize-ai/phoenix |
Phoenix CLI Invocation px < resource > < action > if installed globally npx @arizeai/phoenix-cli < resource > < action > no install required The CLI uses singular resource commands with subcommands like list and get : Show more Installs 933 Repository arize-ai/phoenix GitHub Stars 10.5K First Seen Jan 24, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Fail
|
1.4K |
| 8230 | statistical-analysis | k-dense-ai/scientific-agent-skills |
Statistical Analysis Skill Descriptive statistics, trend analysis, outlier detection, hypothesis testing, and guidance on when to be cautious about statistical claims. Descriptive Statistics Methodology Central Tendency Choose the right measure of center based on the data: Situation Use Why Symmetric distribution, no outliers Mean Most efficient estimator Skewed distribution Median Robust to outliers Categorical or ordinal data Mode Only option for non-numeric Highly skewed with outliers (e.g., ...
|
1.4K |
| 8231 | data-visualization | owl-listener/designer-skills |
Data Visualization Skill Chart selection guidance, Python visualization code patterns, design principles, and accessibility considerations for creating effective data visualizations. Chart Selection Guide Choose by Data Relationship What You're Showing Best Chart Alternatives Trend over time Line chart Area chart (if showing cumulative or composition) Comparison across categories Vertical bar chart Horizontal bar (many categories), lollipop chart Ranking Horizontal bar chart Dot plot, slope char...
|
1.4K |
| 8232 | content-strategy | anthropics/knowledge-work-plugins |
Content Strategy You are a content strategist. Your goal is to help plan content that drives traffic, builds authority, and generates leads by being either searchable, shareable, or both. Before Planning 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 to this task. Gather this context (a...
|
1.4K |
| 8233 | tanstack-store | tanstack-skills/tanstack-skills |
Overview TanStack Store is a lightweight reactive store (signals-like) that powers the internals of TanStack libraries. It provides Store for state, Derived for computed values, Effect for side effects, and batch for atomic updates. Framework adapters provide reactive hooks. Core: @tanstack/store React: @tanstack/react-store Installation npm install @tanstack/store @tanstack/react-store Store Creating a Store import { Store } from '@tanstack/store' const countStore = new Store ( 0 ) const userSt...
|
1.4K |
| 8234 | agents-deploy | aws/agent-toolkit-for-aws |
deploy Deploy your AgentCore agent to AWS, or diagnose why a deploy failed. When to use You're ready to deploy and want to validate config first agentcore deploy failed with an error You want to preview what deploy will create without actually deploying You want to deploy to a specific target (staging, production) You need to roll back to a previous version, pin to a specific version, or set up canary deployments Input $ARGUMENTS is optional: Show more Installs 856 Repository aws/agent-toolk…-fo...
|
1.4K |
| 8235 | file-conversion | wshobson/agents |
File Conversion (ChangeThisFile) Convert files between 999 conversion routes using the free ChangeThisFile service. No account or API key required. Conversions run server-side (FFmpeg, LibreOffice, Calibre, 7-Zip, sharp, Ghostscript); files are deleted within 24 hours. Decision order If ChangeThisFile MCP tools are available ( changethisfile:convert_file , changethisfile:list_conversions ) — use them directly. convert_file takes source_url OR base64_content + source_format , plus target_format ,...
|
1.4K |
| 8236 | ito-compute | affaan-m/ecc |
Itô Compute Use the canonical Itô compute CLI or MCP server. ECC does not implement a parallel client, local simulation, reservation, workload runner, or inference server. ECC itself does no browser automation. Install the canonical local package ito-compute-cli is currently unpublished. Build it from its canonical repository instead of using npx , npm exec , or an unverified package: git clone https://github.com/Ito-Markets/ito-cloud-runtime.git cd ito-cloud-runtime/cli/ito-compute-cli npm ci n...
|
1.4K |
| 8237 | favicon | brianlovin/agent-config |
Generate a complete set of favicons from the source image at $1 and update the project's HTML with the appropriate link tags. Prerequisites First, verify ImageMagick v7+ is installed by running: which magick If not found, stop and instruct the user to install it: macOS : brew install imagemagick Linux : sudo apt install imagemagick Step 1: Validate Source Image Verify the source image exists at the provided path: $1 Check the file extension is a supported format (PNG, JPG, JPEG, SVG, WEBP, GIF) ...
|
1.4K |
| 8238 | kanchi-dividend-review-monitor | tradermonty/claude-trading-skills |
Kanchi Dividend Review Monitor Overview Detect abnormal dividend-risk signals and route them into a human review queue. Treat automation as anomaly detection, not automated trade execution. When to Use Use this skill when the user needs: Daily/weekly/quarterly anomaly detection for dividend holdings. Forced review queueing for T1-T5 risk triggers. 8-K/governance keyword scans tied to portfolio tickers. Deterministic OK/WARN/REVIEW output before manual decision making. Prerequisites Provide norma...
|
1.4K |
| 8239 | unity-build-pipeline | gamedev-skills/awesome-gamedev-agent-skills |
Unity Build Pipeline Configure, script, and automate Unity 6.3 LTS player builds: scenes, platform target, scripting backend, stripping, and headless/CI builds. Targets Unity 6.3 LTS (6000.3) . When to use Use when setting up Build Settings/Profiles, choosing a platform and scripting backend (Mono vs IL2CPP), reducing build size with managed stripping, scripting a repeatable build with BuildPipeline.BuildPlayer , or wiring a CI/headless build. Use when the project has ProjectSettings/EditorBuild...
|
1.4K |
| 8240 | unity-tilemap-2d | gamedev-skills/awesome-gamedev-agent-skills |
Unity 2D Tilemap Author and script tile-based 2D levels in Unity 6.3 LTS with the Grid / Tilemap system, the Tile Palette, colliders, and runtime painting. Targets Unity 6.3 LTS (6000.3) . Package note: the core Tilemap ( Grid , Tilemap , Tile , TilemapCollider2D ) is built in. Rule Tiles, Animated Tiles, and Tile Palette brushes live in the separate "2D Tilemap Extras" package ( com.unity.2d.tilemap.extras ) — install it via Package Manager before using RuleTile . When to use Use when laying ou...
|
1.4K |
| 8241 | edge-pipeline-orchestrator | tradermonty/claude-trading-skills |
Edge Pipeline Orchestrator Coordinate all edge research stages into a single automated pipeline run. When to Use Run the full edge pipeline from tickets (or OHLCV) to exported strategies Resume a partially completed pipeline from the drafts stage Review and revise existing strategy drafts with feedback loop Dry-run the pipeline to preview results without exporting Workflow Load pipeline configuration from CLI arguments Run auto_detect stage if --from-ohlcv is provided (generates tickets from raw...
|
1.4K |
| 8242 | signal-postmortem | tradermonty/claude-trading-skills |
Signal Postmortem Overview Signal Postmortem records and analyzes the outcomes of trading signals generated by the edge pipeline, screeners, and other skills. It compares predicted edge direction against 5-day and 20-day realized returns, categorizes outcomes (true positive, false positive, missed opportunity, regime mismatch), and generates feedback for edge-signal-aggregator weight adjustments and skill improvement backlog entries. When to Use After a trade has been closed and you want to reco...
|
1.4K |
| 8243 | stripe-docs | stripe/ai |
Use stripe docs instead of fetching docs.stripe.com content directly with curl or WebFetch . Fetches Markdown automatically Purpose-built for agents and terminal workflows Read a page by its web path stripe docs /payments Search documentation by keyword stripe docs search "payment intents" Look up API reference Show more Installs 907 Repository stripe/ai GitHub Stars 1.7K First Seen Jul 21, 2026 Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
1.4K |
| 8244 | create-design-md | ibelick/ui-skills |
Create DESIGN.md Create a DESIGN.md for one product or coherent website. Record the design language that governs it, not every value that happens to exist. Boundaries Modify only DESIGN.md . Do not change product source, dependencies, configuration, or generated files. Use the DESIGN.md format contract below. Do not invent a competing schema. Do not copy every discovered token or component into the document. Do not convert repetition, local styling, or visual preference into product intent. 1. C...
|
1.4K |
| 8245 | service-digital-engagement-channel-configure | forcedotcom/sf-skills |
Configuring Enhanced Chat Channel Creates MessagingChannel metadata XML for Salesforce Messaging for In-App and Web (MIAW). This skill produces a fully configured enhanced chat channel with routing, user verification, pre-chat, and automated response settings ready for Metadata API deployment. Scope In scope : Creating MessagingChannel metadata with Omni-Channel Flow routing, Omni-Channel Queue routing, or Agentforce Service Agent (ASA) routing; enabling User Verification; configuring all channe...
|
1.4K |
| 8246 | service-digital-engagement-deployment-configure | forcedotcom/sf-skills |
Configuring Embedded Messaging Deployment Configures EmbeddedServiceConfig metadata for Salesforce Messaging for In-App and Web (MIAW). Supports two distinct workflows: creating new deployments via Connect API and updating existing deployments via Metadata API. Scope In scope : Creating new Embedded Service Deployments (API, Mobile, Web types) via Connect API; updating existing deployments with forms, branding, channel settings, and features via Metadata API; generating EmbeddedServiceConfig XML...
|
1.4K |
| 8247 | service-digital-engagement-messaging-site-integrate | forcedotcom/sf-skills |
Embed Messaging Widget on an Experience Cloud Site Wires an existing Embedded Messaging (MIAW) deployment onto an Experience Cloud site by retrieving the site's bundle (LWR DigitalExperienceBundle or Aura ExperienceBundle ), patching the home page JSON to place the experience_messaging:embeddedMessaging component, staging the bundle into the local project, deploying it, publishing the site, and verifying guest access. The operation is idempotent: if the component is already present it is updated...
|
1.4K |
| 8248 | platform-manifest-generate | forcedotcom/sf-skills |
platform-manifest-generate Produce a Salesforce metadata manifest — package.xml (or one of the destructive variants) — from local source, an org, or an explicit component list. This skill is purely about authoring the manifest file. Hand off to platform-metadata-deploy or platform-destructive-deploy once the file exists. Tool Restrictions Use ONLY the Bash tool to run sf project generate manifest , and the Write tool for the hand-built fallback path. Do NOT use MCP tools. When This Skill Owns th...
|
1.4K |
| 8249 | service-helpagent-coordinate | forcedotcom/sf-skills |
service-helpagent-coordinate: Service Cloud Help Agent, guided setup Use this skill to stand up a Service Cloud Help Agent (an Agentforce Service Agent) on a Salesforce org from Claude Code, following the same guided flow as the Help Agent Quick Setup wizard. This is a coordinate skill: it orchestrates existing skills against a canonical spec — it does not author a new agent primitive. Why this skill exists Salesforce's official Help Agent template-creation API is not yet shipped. Without it, Cl...
|
1.4K |
| 8250 | platform-capability-search | forcedotcom/sf-skills |
Search Salesforce Capabilities The journey lifecycle is Connect → Project → Build → Test → Deploy → Observe ; setup/readiness is a prerequisite, not a journey stage. Use the plugin's generated public-channel catalog to show what Salesforce help is installed and what can be enabled. The default catalog is the exact public release manifest plus physically bundled foundation skills; it never inventories internal authoring content. This is discovery, not a task router; do not claim that it chooses o...
|
1.4K |