skills/skill-executor/presets/create-agent/SKILL.md
Create a new specialized AI agent with custom prompts and tools
npx skillsauth add fatby/duncrew create-agentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a new specialized AI agent with customized capabilities, prompts, and tool access. This skill helps you define domain-specific agents that can be reused for particular tasks.
Understand the Requirements
Design the Agent Configuration
Create the Agent Definition File
.duncrew/agents/{agent_name}/config.json with:
{
"name": "agent-name",
"description": "Agent description",
"system_prompt": "Custom system prompt...",
"tools": ["tool1", "tool2"],
"temperature": 0.7,
"max_tokens": 4096
}
Add Custom Instructions (Optional)
INSTRUCTIONS.md with detailed guidanceVerify the Agent
Create a Code Review Agent:
Agent Name: code-reviewer
Purpose: Review code for bugs, security issues, and best practices
Tools: search_codebase, search_symbol, read_file
Create a Documentation Agent:
Agent Name: doc-writer
Purpose: Generate and maintain project documentation
Tools: search_codebase, read_file, write_file
tools
Use the webSearch tool to find information online.
development
Query weather information for any location.
tools
Send WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
tools
Start voice calls via the OpenClaw voice-call plugin.