Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By sjungling
Develop iOS/macOS apps in Swift with auto-activating expert guidance for SwiftUI, UIKit, Core Data, Combine, architectures, debugging, and Xcode tasks. Automate code linting/formatting with swift-format and Periphery, build/run projects on simulators, and generate symbol graph documentation.
npx claudepluginhub sjungling/sjungling-claude-plugins --plugin swift-engineerBuild symbol graph documentation for the current Xcode project. Runs docbuild, extracts symbol graphs, transforms to CSVs, and updates project CLAUDE.md. Use when the /generate-docs command dispatches to this agent.
Format and lint Swift code using swift-format. Iteratively fixes lint issues until clean. Use when the /swift-lint command dispatches to this agent.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent skills for building, debugging, profiling, testing, refactoring, and shipping Swift apps across Apple platforms.
Expert Swift 6.2 + SwiftUI for iOS 26, macOS 26, iPadOS 26, watchOS 26, visionOS 26, tvOS 26 with Liquid Glass, @Observable, actors, SwiftData inheritance
Agents and skills for Swift app development on iOS.
A collection of agents and commands to aid in the planning, implementation, documentation and testing of Swift/TCA code.
39 skills spanning Apple Kit frameworks from AccessorySetupKit to WidgetKit, plus CarPlay
iOS and Swift development with SwiftUI views and models
Code review and worktree workflow commands
Skills for working with structured data using SQLite and other data tools during complex workflows and debugging
Technical documentation specialist for README files, API docs, user guides, specifications, and release notes with Obsidian vault management
Expert CLI/TUI design consultant for command structure, visual design, accessibility, and UX patterns
Sends Claude Code notifications to a Tailscale endpoint
A personal collection of Claude Code plugins — skills, commands, agents, and hooks that extend what Claude Code can do out of the box.
Covers iOS/Swift development, technical writing and PDF generation, CLI design, git workflows, tmux session management, structured data handling, and push notifications over Tailscale.
Add this marketplace to Claude Code, then install any plugin you want:
# add the marketplace
/plugin marketplace add https://github.com/sjungling/sjungling-claude-plugins
# install a plugin
/plugin install technical-writer@sjungling-plugins
Browse the available plugins in the plugins/ directory. Each plugin has its own plugin.json describing what it provides.
Each plugin lives under plugins/ and can contain any combination of:
plugins/<name>/
├── .claude-plugin/plugin.json # name, version, description
├── skills/ # auto-activated context and workflows
├── commands/ # slash commands
├── agents/ # specialized subagents
└── hooks/ # event-driven automation
See the Claude Code plugin docs for details on the plugin system.