> ## Documentation Index
> Fetch the complete documentation index at: https://anthale.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Anthale Agent Skills

> Install Anthale agent skills for AI coding agents and use them for security reviews, workflow hardening, and repeatable implementation guidance.

Install Anthale agent skills to give AI coding agents repeatable workflows for security review and implementation work.

Anthale Agent Skills are task-focused skill packs for coding agents and assistants. A skill changes how the agent approaches a job across the session. It keeps the same review method, checks, and output shape active while the agent works.

## Installation

Install the skill package with:

```text theme={null}
npx skills add anthalehq/anthale-agent-skills
```

## Available skills

<Columns cols={2}>
  <Card title="Prompt Injection Hardening" icon="shield-alert" href="/docs/build-with-ai/agent-skills/prompt-injection-hardening">
    Help an agent inspect and harden existing agents, chatbots, RAG systems, MCP integrations, and tool workflows for
    source-to-sink prompt injection paths.
  </Card>
</Columns>

## When to use a skill

* Use a skill when the agent should keep one review workflow active through the session.
* Use it when you want repeatable checks while the agent audits, edits, or reviews code.
* Use it when you want stable output across multiple reviews.
* Pair it with Documentation MCP when the agent also needs live Anthale docs lookup.

## What skills are for

* Skills are not runtime detectors or inline guardrails.
* Skills do not replace application authorization, validation, or approval flows.
* Skills are durable task guidance for the agent.
* Skills can be used with Anthale or in codebases that do not use Anthale yet.

## Learn More

* [Prompt Injection Hardening](/docs/build-with-ai/agent-skills/prompt-injection-hardening)
* [Documentation MCP](/docs/build-with-ai/mcps/documentation-mcp)
* [anthale-agent-skills on GitHub](https://github.com/anthalehq/anthale-agent-skills)
* [Agent Skills specification](https://agentskills.io/home)
