From swiftui-dev
Directory for defining custom subagents via Markdown files with YAML frontmatter for name, description, allowed tools (e.g., Read, Write, Glob, Grep), and instructions. Place .md files here; invoked via @README.
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-devManages AI prompt library on prompts.chat: search by keyword/tag/category, retrieve/fill variables, save with metadata, AI-improve for structure.
Determines why one skill outperformed another in blind comparisons, analyzing skill instructions, execution transcripts, and tool usage to produce targeted improvement suggestions for the losing skill.