Create a Subagent
Create a.md file in one of the following locations:
| Scope | Path | Availability |
|---|---|---|
| User-level | ~/.qoder/agents/<agentName>.md | All projects |
| Project-level | ${project}/.qoder/agents/<agentName>.md | Current project only |
| Field | Required | Description |
|---|---|---|
name | Yes | Unique identifier for the Subagent |
description | Yes | Brief description of functionality and expertise, used for automatic selection |
tools | No | List of allowed tools, comma-separated |
Tools List
| Tool Name | Description |
|---|---|
Shell | Execute shell commands in your environment |
Edit | Make targeted edits to specific files |
Write | Create or overwrite files |
Glob | Find files based on pattern matching |
Grep | Search for patterns in file content |
Read | Read the contents of files |
WebFetch | Fetch content from a specified URL |
WebSearch | Perform web searches with domain filtering |