# Skills

### Claude Skills

*Claude Skills* are a new modular feature in Anthropic’s Claude AI that lets Claude dynamically load folders of instructions, scripts, and resources to handle specialized tasks more consistently and efficiently—such as generating formatted documents, applying brand‑specific styles, analyzing data, or running custom workflows—by teaching the model how to perform these tasks in a repeatable way without needing long, repeated prompts.

{% embed url="<https://www.anthropic.com/_next/image?url=https%3A%2F%2Fwww-cdn.anthropic.com%2Fimages%2F4zrzovbb%2Fwebsite%2Fddd7e6e572ad0b6a943cacefe957248455f6d522-1650x929.jpg&w=3840&q=75>" %}

> A skill is a directory containing a SKILL.md file that contains organized folders of instructions, scripts, and resources that give agents additional capabilities.

#### Skills Marketplace

{% embed url="<https://github.com/ComposioHQ/awesome-claude-skills>" %}

{% embed url="<https://skillsmp.com/>" %}

{% embed url="<https://skills.sh/trending>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aiandbusiness.com/learn/skills.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
