Category

Business & Operations

Operations, strategy, finance, sales, support, management, and planning

32,296
skills in category
1,346
pages available
Security grades appear on each card once the skill has been scanned. Newly imported skills may briefly show without a grade until the backfill job runs.
Open in full browser

Browse business & operations skills

Showing 27,62527,648 of 32,296 skills

1685 Actions Reference E11165d5A

> Migrated from the former `sf-ai-agentforce-legacy/references/actions-reference.md` on 2026-02-07. > For context-aware descriptions, instruction references, and input binding patterns, see [action-patterns.md](action-patterns.md). > For prompt template actions (`generatePromptResponse://`), see [action-prompt-templates.md](action-prompt-templates.md). Complete guide to Agent Actions in Agentforce: Flow, Apex, API actions, escalation routing, and GenAiFunction metadata. ---

businessgoreact
0
4
1685 Actions Reference 90ac0d79A

> Migrated from the former `sf-ai-agentforce-legacy/docs/actions-reference.md` on 2026-02-07. > For context-aware descriptions, instruction references, and input binding patterns, see [action-patterns.md](action-patterns.md). > For prompt template actions (`generatePromptResponse://`), see [action-prompt-templates.md](action-prompt-templates.md). Complete guide to Agent Actions in Agentforce: Flow, Apex, API actions, escalation routing, and GenAiFunction metadata. ---

businessgoreact
0
4
003 Name Skill B953a58bA

Comprehensive Obsidian vault management. USE WHEN obsidian, vault, note, daily note, PARA, inbox, knowledge capture, dataview, DQL, search vault, .base, bases, wikilink, frontmatter, second brain, markdown syntax, obsidian.nvim, OR obsidian API. Python-powered tools for search, creation, and vault health.

businesspythonkubernetes
0
4
003 Name Skill B7d74878A

> **⚠️ DEPRECATION NOTICE**: This package is deprecated. Migrate to `azure-monitor-opentelemetry-autoconfigure`. > > See [Migration Guide](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/monitor/azure-monitor-opentelemetry-exporter/MIGRATION.md) for detailed instructions. Export OpenTelemetry telemetry data to Azure Monitor / Application Insights.

businessjavabash
0
4
003 Name Skill B5ea8ef8A

High-level SDK for Azure AI Foundry project management with access to connections, datasets, indexes, and evaluations.

businessjavabash
0
4
003 Name Skill B4213d1bA

Create x402 facilitator services that verify and settle Algorand payments, with optional Bazaar discovery extension for API cataloging. Use when building a facilitator that verifies payment transactions, settles on-chain, implements FacilitatorAvmSigner, creates Express.js facilitator servers, integrates Bazaar discovery for indexing paid resources, or extracts discovery metadata from payment flows. Strong triggers include "create x402 facilitator", "FacilitatorAvmSigner", "verify and settle ...

businesstypescriptrust
0
4
003 Name Skill Ad7fd719A

Use when starting requirements gathering for a new companion. Draws out requirements through guided reverse prompting conversation. Discovers persona and capability fit through dialogue.

businessgoaws
0
4
003 Name Skill Ab9e9707A

Standard Agentforce platform skill. Covers Setup UI-based agent building, topic/action configuration, PromptTemplate metadata, Einstein Models API, GenAiFunction/GenAiPlugin setup, and custom Lightning types. For Agent Script DSL development, use sf-ai-agentscript instead.

businesspythongo
0
4
003 Name Skill Aa3c75e5A

Standard Agentforce platform skill. Covers Setup UI-based agent building, topic/action configuration, PromptTemplate metadata, Einstein Models API, GenAiFunction/GenAiPlugin setup, and custom Lightning types. For Agent Script DSL development, use sf-ai-agentscript instead.

businesspythongo
0
4
003 Name Skill A1f14c5eA

This skill should be used when implementing fault tolerance and resilience patterns in Spring Boot applications using the Resilience4j library. Apply this skill to add circuit breaker, retry, rate limiter, bulkhead, time limiter, and fallback mechanisms to prevent cascading failures, handle transient errors, and manage external service dependencies gracefully in microservices architectures.

businessjavabash
0
4
003 Name Skill 8b71c27fA

Guide for creating and reviewing skills. This skill should be used when users want to create a new skill, review an existing skill for quality, or optimize a skill that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

businesspythongo
0
4
003 Name Skill 8a30649cC

Queries data warehouse and answers business questions about data. Handles questions requiring database/warehouse queries including "who uses X", "how many Y", "show me Z", "find customers", "what is the count", data lookups, metrics, trends, or SQL analysis.

businesspythongo
0
4
003 Name Skill 7bc03bf4A

Apple HIG guidance for presentation components including alerts, action sheets, popovers, sheets, and digit entry views. Use this skill when the user says "should I use an alert or a sheet," "how do I show a confirmation dialog," "when should I use a popover," "my modals are annoying users," or asks about alert design, action sheet, popover, sheet, modal, dialog, digit entry, confirmation dialog, warning dialog, modal presentation, non-modal content, destructive action confirmation, or overla...

businessgit
0
4
003 Name Skill 7bb49fb5A

Azure Key Vault Certificates SDK for Rust. Use for creating, importing, and managing certificates. Triggers: "keyvault certificates rust", "CertificateClient rust", "create certificate rust", "import certificate rust".

businessrustgo
0
4
2477 Function Contracts B53b7484A

A function contract consists of: - **Precondition** (`requires`): What must be true when function is called - **Postcondition** (`ensures`): What function guarantees on return - **Frame condition** (`modifies`): What the function may change

businesspythonnode
0
4
2476 Meeting Notes 9200604bA

Meeting Notes Analyzer

businessgo
0
4
2473 Syntax Reference 496def2aA

> Complete syntax guide for the Agent Script DSL. Your entire agent in one `.agent` file. ---

businesspythongo
0
4
2473 Syntax Reference 32ee3c85A

> Complete syntax guide for the Agent Script DSL. Your entire agent in one `.agent` file. ---

businesspythongo
0
4
2466 Sales 2212658bA

**Total Skills:** 47

businesspythonazure
0
4
2439 Content Element Types 7c997ce6A

This reference describes the various non-pure-text content elements that can be used to break up textbook content and enhance learning. Each element type should be specified in `<details markdown="1">` blocks when generating chapter content. The content of the details blocks should be to describe what the learning objective is and how a non-pure-text element can be used to promote learning.

businessjavascriptgo
0
4
2420 Tool Calling Cascade Strategy 536cbf9eA

* **Tool queries are detected by the presence of `tools` in the request**, which routes execution to the tool path in `Cascade._execute_tool_path`. The tool path is responsible for tool complexity analysis, drafting with tools, tool-quality validation, and escalation to the verifier if validation fails.【F:cascadeflow/core/cascade.py†L560-L883】 * **Tool complexity analysis** is performed by `ToolComplexityAnalyzer`, which scores a request using eight indicators and maps it to one of five complexi

businessgo
0
4
2410 Production F969b214A

Prepare Alloy commands for production: retries, timeouts, idempotency, logging, and observability (~6 minutes). Requires Python 3.10+ and `pip install alloy-ai`. ---

businesspythonapi
0
4
2293 Commands Ecbbb252A

All Claude SEO commands start with `/seo` followed by a subcommand.

businessjavascriptrust
0
4
2259 Diagrams 5083145fA

Create diagrams and visualizations using Mermaid.

businesspythongo
0
4