> This page location: Docs > Reference > Agent Skills
> Full index for agents: https://www.semantius.com/llms.txt

# Agent Skills

> Agent Skills for working with Semantius models from coding agents.

- **URL**: https://www.semantius.com/docs/agent-skills

---

**Agent Skills** let coding agents do real work on your Semantius platform: generate models, evolve schemas, configure RBAC, and deploy changes. They install into any agent that supports the Agent Skills format.

## What Skills Do

Each skill is a structured, repeatable procedure an agent can invoke:

- **[Business Analyst](https://www.semantius.com/docs/models/create.md)**: build a custom model from scratch by interviewing the domain.
- **Schema Editor**: add, rename, or refactor entities and fields without breaking existing data ([Customize or Extend](https://www.semantius.com/docs/models/create.md#customize-or-extend-an-existing-model) flow).
- **RBAC Configurator**: define roles, permissions, and access policies.
- **[Deployer](https://www.semantius.com/docs/models/deploy.md)**: roll changes forward to a live environment when you're ready.
- **[Optimizer](https://www.semantius.com/docs/models/optimize.md)**: reverse-engineer a live module back into a markdown spec to audit and refine.

Skills give agents a vocabulary and a workflow, instead of leaving them to improvise. The artifact they produce is a [semantic model](https://www.semantius.com/docs/models.md) file.

## Installation

[Install the Semantius CLI and skills](https://www.semantius.com/docs/agent-skills/installation.md) into your agent of choice. The skills are agent-agnostic: anything that supports Agent Skills can use them.

Among the agents we test against:

- **OpenClaw**
- **Claude Code**

If your agent supports Agent Skills, it works.

The skills also call into your platform's [MCP connectors](https://www.semantius.com/docs/mcp-connectors.md) under the hood, so make sure those are wired up too.

## Ready-to-Use Models

Skills are also how ready-to-use models are installed and customized. You can pull a [published template](https://www.semantius.com/docs/models/templates.md) into your platform, fork it, and let the skills handle the migration steps so the underlying data stays consistent.

## Next Steps

- **[Installation →](https://www.semantius.com/docs/agent-skills/installation.md)**: install the CLI, set credentials, and add the skills to your agent.
- **[Create a Model →](https://www.semantius.com/docs/models/create.md)**: build a custom semantic model from scratch.
- **[Templates →](https://www.semantius.com/docs/models/templates.md)**: browse curated models you can deploy as-is.
- **[Deploy →](https://www.semantius.com/docs/models/deploy.md)**: ship a model to a live Semantius instance.
- **[Optimize →](https://www.semantius.com/docs/models/optimize.md)**: pull a live module back into a markdown spec.

---

## Related

- [Installation](https://www.semantius.com/docs/mcp-connectors/installation.md)
- [Installation](https://www.semantius.com/docs/agent-skills/installation.md)
- [Docs home](https://www.semantius.com/docs.md)
- [Full index for agents](https://www.semantius.com/llms.txt)
