BeClaude

swift-engineer

New
7Community RegistryGeneralby Scott

Community PluginView Source

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
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/swift-engineer.md https://raw.githubusercontent.com/sjungling/claude-plugins/main/SKILL.md
3
Invoke in Claude Code
/swift-engineer
View source on GitHub

Frequently Asked Questions

What is swift-engineer?

How to install swift-engineer?

To install swift-engineer, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /swift-engineer.

What is swift-engineer best for?

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