BeClaude

swift-engineer

New
7Community RegistryGeneralby Scott

First seen 5/22/2026

Overview

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.

Getting started

Add this marketplace to Claude Code, then install any plugin you want:

bash
# 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.

Plugin anatomy

Each plugin lives under plugins/ and can contain any combination of:

code
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.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install swift-engineer@<marketplace>

3
Manage with /plugin
/plugin
View source on GitHub

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is swift-engineer?

How to install swift-engineer?

To install swift-engineer: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install swift-engineer@<marketplace>. Finally, /plugin in Claude Code.

What is swift-engineer best for?

swift-engineer is a plugin categorized under General. Created by Scott.