Create a new agent with AI assistance or manual template
Create a new agent with AI assistance or from a manual template. Use AI mode for quick setup with guided generation, or manual mode for custom templates.
/plugin marketplace add h315uk3/as_you/plugin install h315uk3-as-you@h315uk3/as_youagent-name [--manual]Create a new agent (AI-assisted or manual).
If $ARGUMENTS is empty, display help:
/as-you:create-agent "agent-name" # AI-assisted mode
/as-you:create-agent "agent-name" --manual # Manual mode
/as-you:create-agent "bug-investigator"
/as-you:create-agent "code-reviewer" --manual
If $ARGUMENTS is provided:
agents/{agent-name}.md file---
name: {agent-name}
description: "Clearly describe this agent's role and when it should be used."
tools: Read, Write, Glob, Grep, Bash
model: inherit
color: blue
---
# {Agent Name}
You are a specialized agent responsible for [agent role].
## Responsibilities
[Specific role description]
## Execution Steps
1. Step 1
2. Step 2
3. Step 3
## Reporting Format
[How to report results]
## Notes
- Note 1
- Note 2
agents/{agent-name}.md to add content"Skill tool: "plugin-dev:agent-development"
Task tool:
subagent_type: "component-generator"
prompt: "Create agent '{agent-name}'. Clearly define role and execution steps."
description: "Generate agent component"
/as-you:create-skill "name" - Create skill/as-you:memory-analyze - Analyze patterns