Agent skill

toolbars

Modern SwiftUI toolbar patterns including customizable toolbars, search integration, transition effects, and platform-specific behavior. Use when implementing or customizing toolbars in SwiftUI.

Ravi Shankar589★ · 1 repos on radarProfile →
claude-coderead-onlyMIT
Install
npx skills add rshankras/claude-code-apple-skills --skill toolbars --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Allowed tools: ReadGlobGrep
Path: skills/swiftui/toolbars/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 589
Language: Swift

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SwiftUI Toolbars Modern toolbar patterns for SwiftUI apps. Covers customizable toolbars, enhanced search integration, new placements, transition effects, and platform-specific considerations. ## When This Skill Activates Use this skill when the user: - Wants to add or customize toolbars - Asks about customizable/user-configurable toolbars - Needs search field in toolbar with specific placement - Wants toolbar item transitions or animations - Asks about toolbar placements (bottomBar, largeSubtitle, etc.) - Needs platform-specific toolbar behavior (iOS vs macOS) - Wants to reposition system toolbar items (search, sidebar) ## Decision Tree ``` What toolbar feature do you need? | +- User-customizable toolbar (add/remove/reorder items) | +- Use .toolbar(id:) with ToolbarItem(id:) | +- Search field in toolbar | +- Minimize to button -> .searchToolbarBehavior(.minimize) | +- Reposition search -> DefaultToolbarItem(kind: .search, placement:) | +- Toolbar transition/animation | +- Zoom transition from toolbar item -> .matchedTransitionSource(id:in:) | +- Hide glass background -> .sharedBackgroundVisibility(.hidden) | +- Custom subtitle area content | +- Use ToolbarItem(placement: .largeSu

What's inside
Steps it walks through
  1. When This Skill Activates
  2. Decision Tree
  3. API Availability
  4. Customizable Toolbars
  5. Toolbar Spacers
  6. Anti-Patterns
  7. Enhanced Search Integration
  8. Minimized Search
  9. Repositioning Search
  10. System-Defined Toolbar Items
  11. Large Subtitle Placement
  12. Transition Effects
  13. Matched Transition from Toolbar
  14. Glass Background Control
More from claude-code-apple-skills
All skills →
About this skill
What does the toolbars skill do?

Modern SwiftUI toolbar patterns including customizable toolbars, search integration, transition effects, and platform-specific behavior. Use when implementing or customizing toolbars in SwiftUI.

How do I install it?

Run `npx skills add rshankras/claude-code-apple-skills --skill toolbars --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From rshankras/claude-code-apple-skills, a repository with 589 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going