Help us improve
Share bugs, ideas, or general feedback.
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.
npx claudepluginhub arustydev/agents --plugin swiftui-devHow 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.
Manages AI prompt library on prompts.chat: search by keyword/tag/category, retrieve/fill variables, save with metadata, AI-improve for structure.
Audits web app performance focusing on Core Web Vitals, loading, rendering, and network optimization. Analyzes Lighthouse, CrUX, PageSpeed Insights, or DevTools traces.
Share bugs, ideas, or general feedback.
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.