74265 Skills Available

Find awesome
Agent Skills

Agent-Skills.md is a agent skills marketplace, to find the right agent skills for you.

Popular searches

sf-industry-commoncore-callable-apex

>

Shreyas Dhond
Shreyas Dhond
33781

sf-industry-commoncore-datamapper

>

David Ryan (weytani)
David Ryan (weytani)
33781

sf-industry-commoncore-flexcard

>

David Ryan (weytani)
David Ryan (weytani)
33781

sf-industry-commoncore-integration-procedure

>

David Ryan (weytani)
David Ryan (weytani)
33781

sf-industry-commoncore-omniscript

>

David Ryan (weytani)
David Ryan (weytani)
33781

sf-industry-commoncore-omnistudio-analyze

>

David Ryan (weytani)
David Ryan (weytani)
33781

sf-integration

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-lwc

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-metadata

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-permissions

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-soql

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-testing

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-vlocity-build-deploy

>

Shreyas Dhond (ShreyasD)
Shreyas Dhond (ShreyasD)
33781

sf-deploy

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-diagram-mermaid

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-debug

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-ai-agentforce

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-ai-agentforce-testing

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-ai-agentforce-persona

>

salesforceagentforcepersonaidentity
cascadi
cascadi
33781

sf-ai-agentforce-observability

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-datacloud

>

Gnanasekaran Thoppae
Gnanasekaran Thoppae
33781

sf-datacloud-segment

>

Gnanasekaran Thoppae
Gnanasekaran Thoppae
33781

sf-datacloud-harmonize

>

Gnanasekaran Thoppae
Gnanasekaran Thoppae
33781

sf-datacloud-prepare

>

Gnanasekaran Thoppae
Gnanasekaran Thoppae
33781

sf-datacloud-connect

>

Gnanasekaran Thoppae
Gnanasekaran Thoppae
33781

sf-datacloud-act

>

Gnanasekaran Thoppae
Gnanasekaran Thoppae
33781

sf-data

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-connected-apps

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-apex

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

sf-ai-agentscript

>

Jag Valaiyapathy
Jag Valaiyapathy
33781

adding-service-documentation

Documents new Coolify one-click services by creating markdown pages in docs/services/, downloading logos to docs/public/images/services/, and updating List.vue catalog. Use when adding service documentation, creating service pages, onboarding services from templates/compose/, or updating the services catalog with new entries.

coollabsio
coollabsio
334275

disabling-services

Hides or disables a service from the documentation listing while preserving the page for SEO and bookmarks. Use when deprecating services, marking services unavailable, adding disabled:true to List.vue, or adding warning callouts to service pages. Keeps docs/services/ pages accessible via direct URL.

coollabsio
coollabsio
334275

adding-documentation-pages

Creates documentation pages for guides, tutorials, knowledge base articles, and troubleshooting content in docs/. Use when adding how-to guides, writing KB articles, creating troubleshooting docs, adding pages to get-started/, applications/, databases/, knowledge-base/, or integrations/. NOT for service pages - use adding-service-documentation for docs/services/.

coollabsio
coollabsio
334275

renaming-services

Renames a service documentation file and updates all references across docs/services/, List.vue, and nginx/redirects.conf. Use when renaming services, changing service slugs, fixing camelCase to kebab-case, or when service names change in the Coolify repository templates/compose/.

coollabsio
coollabsio
334275

browser-automation

Reliable, composable browser automation using minimal OpenCode Browser primitives.

different-ai
different-ai
32824

codex-subagent

>

am-will
am-will
32815

managing-vulnerabilities

Implementing multi-layer security scanning (container, SAST, DAST, SCA, secrets), SBOM generation, and risk-based vulnerability prioritization in CI/CD pipelines. Use when building DevSecOps workflows, ensuring compliance, or establishing security gates for container deployments.

ancoleman
ancoleman
32650

model-serving

LLM and ML model deployment for inference. Use when serving models in production, building AI APIs, or optimizing inference. Covers vLLM (LLM serving), TensorRT-LLM (GPU optimization), Ollama (local), BentoML (ML deployment), Triton (multi-model), LangChain (orchestration), LlamaIndex (RAG), and streaming patterns.

ancoleman
ancoleman
32650

platform-engineering

Design and implement Internal Developer Platforms (IDPs) with self-service capabilities, golden paths, and developer experience optimization. Covers platform strategy, IDP architecture (Backstage, Port), infrastructure orchestration (Crossplane), GitOps (Argo CD), and adoption patterns. Use when building developer platforms, improving DevEx, or establishing platform teams.

ancoleman
ancoleman
32650

prompt-engineering

Engineer effective LLM prompts using zero-shot, few-shot, chain-of-thought, and structured output techniques. Use when building LLM applications requiring reliable outputs, implementing RAG systems, creating AI agents, or optimizing prompt quality and cost. Covers OpenAI, Anthropic, and open-source models with multi-language examples (Python/TypeScript).

ancoleman
ancoleman
32650

providing-feedback

Implements feedback and notification systems including toasts, alerts, modals, progress indicators, and error states. Use when communicating system state, displaying messages, confirming actions, or showing errors.

ancoleman
ancoleman
32650

operating-kubernetes

Operating production Kubernetes clusters effectively with resource management, advanced scheduling, networking, storage, security hardening, and autoscaling. Use when deploying workloads to Kubernetes, configuring cluster resources, implementing security policies, or troubleshooting operational issues.

ancoleman
ancoleman
32650

resource-tagging

Apply and enforce cloud resource tagging strategies across AWS, Azure, GCP, and Kubernetes for cost allocation, ownership tracking, compliance, and automation. Use when implementing cloud governance, optimizing costs, or automating infrastructure management.

ancoleman
ancoleman
32650

using-document-databases

Document database implementation for flexible schema applications. Use when building content management, user profiles, catalogs, or event logging. Covers MongoDB (primary), DynamoDB, Firestore, schema design patterns, indexing strategies, and aggregation pipelines.

ancoleman
ancoleman
32650

transforming-data

Transform raw data into analytical assets using ETL/ELT patterns, SQL (dbt), Python (pandas/polars/PySpark), and orchestration (Airflow). Use when building data pipelines, implementing incremental models, migrating from pandas to polars, or orchestrating multi-step transformations with testing and quality checks.

ancoleman
ancoleman
32650

theming-components

Provides design token system and theming framework for consistent, customizable UI styling across all components. Covers complete token taxonomy (color, typography, spacing, shadows, borders, motion, z-index), theme switching (CSS custom properties, theme providers), RTL/i18n support (CSS logical properties), and accessibility (WCAG contrast, high contrast themes, reduced motion). This is the foundational styling layer referenced by ALL component skills. Use when theming components, implementing light/dark mode, creating brand styles, customizing visual design, ensuring design consistency, or supporting RTL languages.

ancoleman
ancoleman
32650

testing-strategies

Strategic guidance for choosing and implementing testing approaches across the test pyramid. Use when building comprehensive test suites that balance unit, integration, E2E, and contract testing for optimal speed and confidence. Covers multi-language patterns (TypeScript, Python, Go, Rust) and modern best practices including property-based testing, test data management, and CI/CD integration.

ancoleman
ancoleman
32650

streaming-data

Build event streaming and real-time data pipelines with Kafka, Pulsar, Redpanda, Flink, and Spark. Covers producer/consumer patterns, stream processing, event sourcing, and CDC across TypeScript, Python, Go, and Java. When building real-time systems, microservices communication, or data integration pipelines.

ancoleman
ancoleman
32650

siem-logging

Configure security information and event management (SIEM) systems for threat detection, log aggregation, and compliance. Use when implementing centralized security logging, writing detection rules, or meeting audit requirements across cloud and on-premise infrastructure.

ancoleman
ancoleman
32650

shell-scripting

Write robust, portable shell scripts with proper error handling, argument parsing, and testing. Use when automating system tasks, building CI/CD scripts, or creating container entrypoints.

ancoleman
ancoleman
32650

Page 303 of 1486 · 74265 results

Adoption

Agent Skills are supported by leading AI development tools.

FAQ

Frequently asked questions about Agent Skills.

01

What are Agent Skills?

Agent Skills are reusable, production-ready capability packs for AI agents. Each skill lives in its own folder and is described by a SKILL.md file with metadata and instructions.

02

What does this agent-skills.md site do?

Agent Skills is a curated directory that indexes skill repositories and lets you browse, preview, and download skills in a consistent format.

03

Where are skills stored in a repo?

By default, the site scans the skills/ folder. You can also submit a URL that points directly to a specific skills folder.

04

What is required inside SKILL.md?

SKILL.md must include YAML frontmatter with at least name and description. The body contains the actual guidance and steps for the agent.

05

How can I submit a repo?

Click Submit in the header and paste a GitHub URL that points to a skills folder. We’ll parse it and add any valid skills to the directory.