# Commands + Skills

Overview

Slash commands are shortcuts that control Claude's behavior during an interactive session. They come in several types:

* **Built-in commands**: Provided by Claude Code (`/help`, `/clear`, `/model`)
* **Skills**: User-defined commands created as `SKILL.md` files (`/optimize`, `/pr`)
* **Plugin commands**: Commands from installed plugins (`/frontend-design:frontend-design`)
* **MCP prompts**: Commands from MCP servers (`/mcp__github__list_prs`)

> **Note**: Custom slash commands have been merged into skills. Files in `.claude/commands/` still work, but skills (`.claude/skills/`) are now the recommended approach. Both create `/command-name` shortcuts. See the Skills Guide for the full reference.

{% hint style="info" %}
List of Command Templates : <https://app.aitmpl.com/commands>
{% endhint %}

<div data-full-width="true"><figure><img src="/files/FKxtG1Qyw5ygM9Ep28J9" alt=""><figcaption></figcaption></figure></div>

{% hint style="warning" %}
List of Skills Template: <https://app.aitmpl.com/skills>&#x20;
{% endhint %}

<div data-full-width="true"><figure><img src="/files/Y8jtSusrYRsBv1YmoBdb" alt=""><figcaption></figcaption></figure></div>

***

{% hint style="success" %}
**A small request:**

Would You like donate a small amount : [**Click Here**](https://forms.gle/S1FJaEpzGcnMQbm77)

*If you find value in what we’re doing, please **subscribe to My YouTube channel** & Newsletter and **share this initiative** with others in your network. Together, we can build a stronger tech community.*&#x20;

**Want to learn a topic like this? \[**[**Subscribe to My YouTube Channel**](https://www.youtube.com/@LearnCodewithPS5638)**]**

**Code & Career Golpo Newsletter:** [Subscribe to My Newsletter](https://www.linkedin.com/newsletters/code-career-golpo-7309186050084544512/)
{% endhint %}

<figure><img src="/files/iYdS5HsfBYQDIiG5DPSt" alt=""><figcaption></figcaption></figure>


---

# 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://sumontas-organization.gitbook.io/claude-code-handbook-sumonta056/basics/interactive-blocks.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.
