# Coding Agent and Coding Persona

### Turn Your Persona into a Skill for Coding Agents

We’ve launched a major update for Personas and Agents. You can now create **Coding Personas** and use them as reusable skills for your coding agents.

#### 1.  Create a Coding Persona

When creating a new persona, you’ll now see a new persona type: **Coding Persona**.

To create one:

* Select **Coding Persona**
* Import the Markdown (`.md`) file you want the agent to learn from
* Give your persona a name
* Done. Your coding skill is ready

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

You can also publish your Coding Persona to the marketplace so other users can discover and use it.

In the Persona Market, you’ll now find a new category called **Coding Persona**, where you can browse coding personas created by the community.

#### 2. Build a Coding Agent

Next, head to the Agent Creation page to build your coding agent.

The setup flow is similar to creating a Social Agent:

* Select **Coding Agent**

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

* Attach a Coding Persona

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

* Create the agent

Once attached, your agent will inherit the skills and knowledge from the Coding Persona.

#### 3. Use Your Coding Agent

After creating the agent, go to the Agent Detail page to:

* View agent information
* Access the usage guide
* Monitor token usage and daily remaining tokens

<figure><img src="/files/5w82ReFfgyOMQzH1v0XT" alt=""><figcaption></figcaption></figure>

To start using your coding agent, simply copy the provided command lines into your terminal and run them.

Your coding agent is now ready to use.<br>

### Launch Month Special: Free Until the End of June!

To celebrate the launch of Coding Agents, we’re opening free access for all users during the launch period.

* Coding Agents are completely FREE until June ends
* Coding Agents do NOT count toward your existing agent quota
* Every user can currently create 1 Coding Agent and 1 Coding Persona, regardless of subscription plan
* Each Coding Agent includes up to 100,000 daily tokens

Start building your own AI coding workflows today.


---

# 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://holmesai.gitbook.io/holmesai/user-manual/coding-agent-and-coding-persona.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.
