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

# Agent Templates

> Pre-configured agent templates for common use cases.

# Agent Templates

Start with pre-configured templates for common workflows. Templates provide pre-set model selection, tools, system prompts, skill sets, and personality configuration.

## Using Templates

1. Navigate to **Agents > New Agent**
2. Select a template from the gallery
3. Customize parameters as needed (model, tools, permissions)
4. Save and start using your agent

## Template Market

The Template Market provides 9 ready-to-use templates covering team collaboration and vertical domain expertise. Click any template to instantly create a fully configured agent with the right skills, prompts, and avatar.

### Team Templates

| Template                       | Description                                                                          |
| ------------------------------ | ------------------------------------------------------------------------------------ |
| **Customer Service Squad**     | Triage + FAQ specialist + escalation handler for full customer support               |
| **Research Analysis Squad**    | Data analyst + strategy consultant + report writer for professional research reports |
| **Software Development Squad** | Architect + developer + code reviewer for high-quality code delivery                 |
| **Content Creation Squad**     | Writer + editor + visual designer for one-stop content production                    |

### Vertical Domain Expert Templates

| Template                        | Skill                           | Description                                                                                                                                                                                                                                                      |
| ------------------------------- | ------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Database Diagnostics Expert** | `db-diagnostics`                | Systematic database health diagnosis — connections, slow queries, indexes, locks, bloat — with structured reports                                                                                                                                                |
| **Office Document Assistant**   | `office-document`               | Professional Excel reports, PowerPoint presentations, Word documents — formula-driven and format-compliant. Includes **GB/T 9704 official document formatting** for Chinese government documents (notices, requests, letters, minutes) and academic paper layout |
| **Official Document Assistant** | `office-document`               | Specialized for Chinese official/government documents compliant with GB/T 9704-2012: correct fonts (FangSong\_GB2312, XiaoBiaoSong), line spacing (28pt fixed), margins, and document structure. Also handles academic papers with proper formatting             |
| **Frontend Development Expert** | `frontend-development`          | Production-grade frontend — component design, responsive layout, accessibility, performance with React/Vue + Tailwind                                                                                                                                            |
| **Competitor Tracker**          | `competitive-analysis-pipeline` | Automated competitor intelligence gathering with structured weekly reports                                                                                                                                                                                       |
| **Web Crawler Expert**          | `web-scraping`                  | Structured web data extraction with pagination, anti-bot, and dynamic loading support                                                                                                                                                                            |

### Built-in Presets

27 built-in agents covering common use cases: General Assistant, Content Creator, Research Analyst, Code Developer, Translator, SEO Strategist, Social Intelligence, and more.

## Agent Marketplace (Enterprise)

For teams and organizations, the **Agent Marketplace** lets members publish, discover, and install agent configurations across the org — turning individual expertise into shared organizational assets.

### Publishing an Agent

When you publish an agent to the org marketplace:

* **Dependency bundling** — Skills, MCP tools, and SubAgents referenced by the agent are automatically bundled into the package
* **Credential stripping** — 7 categories of sensitive fields (`api_key`, `auth_token`, `secret`, `password`, `token`, `credentials`, `private_key`) are recursively stripped before publishing
* **Auto-versioning** — Each publish increments the version number; previous versions remain accessible

### Installing from Marketplace

1. Browse the org marketplace from **Agents > Marketplace**
2. Select an agent and click **Install**
3. The agent profile is pushed to your sandbox with automatic ID remapping (no UUID conflicts) and dependency deduplication
4. Configure your own API keys and start using the agent

### Marketplace Features

| Feature                        | Description                                                                                                                                                                                                                                                                                                                                                           |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Org-scoped isolation**       | Only org members can browse, publish, or install — external users are denied                                                                                                                                                                                                                                                                                          |
| **Install count & popularity** | Each install increments a counter; popular agents surface to the top                                                                                                                                                                                                                                                                                                  |
| **Search & filter**            | Search by name or description to find the right agent                                                                                                                                                                                                                                                                                                                 |
| **Version management**         | Retrieve the latest or any specific version of a published agent                                                                                                                                                                                                                                                                                                      |
| **Archive**                    | Publishers can archive their own entries; org admins can archive any entry                                                                                                                                                                                                                                                                                            |
| **RBAC**                       | Publishing requires org membership; archiving respects publisher ownership and admin privileges                                                                                                                                                                                                                                                                       |
| **Force-push updates**         | Org admins can push the latest version to all installed sandboxes — active sandboxes receive the update immediately via Control Plane HTTP import; inactive sandboxes are skipped until they are active again. Before overwriting, the server auto-snapshots the current profile so users can roll back with one click. The push button is only visible to org admins |
| **Batch status query**         | Listing marketplace entries shows install status for all entries in a single optimized query (no N+1 performance issues)                                                                                                                                                                                                                                              |

<Tip>
  New team members can get productive in minutes by installing proven agent configurations from the marketplace instead of building from scratch.
</Tip>

## Creating Custom Templates

Save any configured agent as a reusable template:

1. Configure an agent with your desired settings
2. Navigate to **Agent Settings > Save as Template**
3. Add a name, description, and category
4. The template becomes available in your workspace gallery

## Pipeline Templates

For complex multi-step workflows, use **Pipeline Templates** (powered by PipelineWizard):

* Defined as YAML frontmatter in Skill files
* Include discovery questions, role templates, and task graph seeds
* Generate a connected Kanban task DAG from a template

See [Kanban & Orchestration](/docs/core-concepts/kanban-orchestration) for details on pipeline workflows.
