From swiftui-dev
Directory for storing agent definition files that Claude can delegate tasks to, with each agent specified in a Markdown file.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
swiftui-dev:agents/readmeThe summary Claude sees when deciding whether to delegate to this agent
Place agent definition files (`.md`) in this directory. ```markdown --- name: agent-name description: What this agent does tools: Read, Write, Glob, Grep --- Agent instructions here... ``` See `content/plugins/homebrew-dev/agents/homebrew-expert.md` for reference.
Place agent definition files (.md) in this directory.
---
name: agent-name
description: What this agent does
tools: Read, Write, Glob, Grep
---
Agent instructions here...
See content/plugins/homebrew-dev/agents/homebrew-expert.md for reference.
npx claudepluginhub arustydev/agents --plugin swiftui-dev2plugins reuse this agent
First indexed Mar 28, 2026
Specialized agent for managing AI prompts on prompts.chat: search the library, save new prompts, and improve prompt quality with AI assistance.
Analyzes blind comparison results to determine why one skill outperformed another, evaluating instruction following, tool usage, and edge case handling. Generates actionable improvement suggestions for the losing skill.