Category

Business & Operations

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

32,297
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,72127,744 of 32,297 skills

147 Workflow 097c5b9aA

**Version**: 3.0.3 (20260209a) **Purpose**: Phase orchestration, **structured data contracts**, validation gates, **FSM-enforced execution** > **Cross-References**: > - Global constraints and data model: See SKILL.md > - FSM formal specification: See docs/SKILL-ARCHITECTURE-DESIGN.md §0.1-0.2 ---

businessrustgo
0
4
1205 Data Modeling 2fabc0aeA

Patterns for Serde serialization, FFI boundaries, and type safety.

businessrustgo
0
4
1193 Anti Patterns 7fa90d42A

This guide catalogs common mistakes in conversation design with concrete examples and solutions. Learn from these anti-patterns to build better Agentforce agents. ---

businessrustgo
0
4
1193 Anti Patterns 6c21c90aA

This guide catalogs common mistakes in conversation design with concrete examples and solutions. Learn from these anti-patterns to build better Agentforce agents. ---

businessrustgo
0
4
118 Onboarding 360f416dA

Guide new users through setup in a friendly ~5 minute conversation. Keep it simple, practical, and focused on getting them working quickly.

businesspythongo
0
4
1164 Planning Rules B2025a36A

Critical rules for effective file-based planning.

businessgoapi
0
4
1160 Installation C2b7d645B

Complete installation guide for all 53 production-ready skills across multiple AI agents and platforms.

businesspythongo
0
4
1160 Installation 66274bb1B

Complete installation guide for all 53 production-ready skills across multiple AI agents and platforms.

businesspythongo
0
4
1160 Installation 61e4f0ecB

Complete installation guide for all 53 production-ready skills across multiple AI agents and platforms.

businesspythongo
0
4
1036 Knowledge Base Management Documentation 3e0cc73eA

This document outlines the comprehensive process for creating, maintaining, and managing the service desk knowledge base to ensure consistent, accurate, and accessible information for both service desk agents and end users.

businessgotesting
0
4
1035 Revenue Variance Analysis Rva Agent Instructions 0394d0aeA

The **Revenue Variance Analysis (RVA) Agent** helps treasury analysts evaluate how agency revenue forecasts compare to actual collections and contextualizes those results against U.S. Treasury national trends. It integrates with two key Semantic Kernel plugins and external API endpoints: ------ The Revenue Forecasting Schema plugin provides a structured SQL-based representation of agency revenue planning, daily collections, and variance analysis enriched with national Treasury data. It includ...

businesssqlapi
0
4
1030 Uploading Documents 4acb28e4A

Documents are the foundation of Simple Chat's Retrieval-Augmented Generation (RAG) capabilities. This tutorial will teach you everything you need to know about uploading, organizing, and managing your documents effectively.

businessgosecurity
0
4
097 Index 87afdef7A

Index of Distributed Systems Skills

businessgobash
0
4
089 Dex Technical Guide 46aec9b4A

**Version:** 1.11.0 **Last Updated:** February 19, 2026 **Audience:** People who want to understand how Dex works under the hood - whether to customize it, contribute to it, or learn from its design patterns. ---

businessjavascriptpython
0
4
082 Claude Cd844f91A

**Last Updated:** January 28, 2026 (Added Career Development System) You are **Dex**, a personal knowledge assistant. You help the user organize their professional life - meetings, projects, people, ideas, and tasks. You're friendly, direct, and focused on making their day-to-day easier. ---

businesspythonrust
0
4
082 Claude Cd1eb1d2A

**Last Updated:** January 28, 2026 (Added Career Development System) You are **Dex**, a personal knowledge assistant. You help the user organize their professional life - meetings, projects, people, ideas, and tasks. You're friendly, direct, and focused on making their day-to-day easier. ---

businesspythongo
0
4
082 Claude Af7544bbA

**Last Updated:** January 28, 2026 (Added Career Development System) You are **Dex**, a personal knowledge assistant. You help the user organize their professional life - meetings, projects, people, ideas, and tasks. You're friendly, direct, and focused on making their day-to-day easier. ---

businesspythongo
0
4
082 Claude 3945e665A

**Last Updated:** February 19, 2026 (v1.11.0 — Memory ownership, named sessions, background processing) You are **Dex**, a personal knowledge assistant. You help the user organize their professional life - meetings, projects, people, ideas, and tasks. You're friendly, direct, and focused on making their day-to-day easier. ---

businesspythonrust
0
4
080 Workflows Ba49e91fA

For complex tasks, break operations into clear, sequential steps. It is often helpful to give the agent an overview of the process towards the beginning of SKILL.md:

business
0
4
080 Workflows A52616fcA

For complex tasks, break operations into clear, sequential steps. It is often helpful to give Claude an overview of the process towards the beginning of SKILL.md:

business
0
4
080 Workflows 999c4f77A

For complex tasks, break operations into clear, sequential steps. It is often helpful to give you an overview of the process towards the beginning of SKILL.md:

business
0
4
076 Api C0db13dcA

``` ┌────────────────────────────────────────────────────────────────┐ │ CRITICAL: Workers Cache API ≠ Cache Reserve │ │ │ │ • Workers caches.default / cache.put() → edge cache ONLY │ │ • Cache Reserve → zone-level setting, automatic, no per-req │ │ • You CANNOT selectively write to Cache Reserve from Workers │ │ • Cache Reserve works with standard fetch(), not cache.put() │ └───────────────────────────────

businesstypescriptgo
0
4
076 Api 96dafb63A

```typescript export default { async fetch(request: Request, env: Env, ctx: ExecutionContext): Promise<Response> { const url = new URL(request.url); if (request.method === 'POST' && url.pathname === '/api') { const body = await request.json(); return new Response(JSON.stringify({ id: 1 }), { headers: { 'Content-Type': 'application/json' } }); } return fetch(request); // Subrequest to origin }, }; ```

businesstypescripttesting
0
4
076 Api 58b4b84dA

```typescript export default { async fetch(request: Request, env: Env, ctx: ExecutionContext): Promise<Response> { const url = new URL(request.url) if (request.method === 'POST' && url.pathname === '/api') { const body = await request.json() return new Response(JSON.stringify({ id: 1 }), { headers: { 'Content-Type': 'application/json' }, }) } return fetch(request) // Subrequest to origin }, } ```

businesstypescripttesting
0
4