Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
programming-swift-skill logo

programming-swift-skill

the-unofficial-swift-programming-language-skill

documentationClaude Codeby Kyle Hughes

Summary

The complete content of The Swift Programming Language book.

Install to Claude Code

/plugin install programming-swift-skill@the-unofficial-swift-programming-language-skill

Run in Claude Code. Add the marketplace first with /plugin marketplace add kylehughes/the-unofficial-swift-programming-language-skill if you haven't already.

README.md

The Unofficial Swift Programming Language Skill

![Agent Skill](https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview) ![Latest Release](https://github.com/kylehughes/the-unofficial-swift-programming-language-skill/releases)

The Swift Programming Language, packaged as a Skill for LLMs.

About

The Unofficial Swift Programming Language Skill provides the complete content of The Swift Programming Language in the structured Skill format used by Claude.

Installation

Claude Code

Personal Usage

To install this Skill for your personal use in Claude Code:

1. Add the marketplace:

   /plugin marketplace add kylehughes/the-unofficial-swift-programming-language-skill

2. Install the Skill:

   /plugin install programming-swift-skill@the-unofficial-swift-programming-language-skill

Project Configuration

To automatically provide this Skill to everyone working in a repository, configure the repository's .claude/settings.json:

{
  "enabledPlugins": {
    "programming-swift-skill@the-unofficial-swift-programming-language-skill": true
  },
  "extraKnownMarketplaces": {
    "the-unofficial-swift-programming-language-skill": {
      "source": {
        "source": "github",
        "repo": "kylehughes/the-unofficial-swift-programming-language-skill"
      }
    }
  }
}

When team members open the project, Claude Code will prompt them to install the Skill.

Manual Installation

You can download the pre-packaged release for use in other environments (e.g. Claude Desktop).

1. Go to the Releases page. 2. Download the programming-swift.zip file from the latest release. 3. Import the Skill into your environment (e.g. ask Claude how).

The raw Skill content is also available in this repository's programming-swift directory.

Releases

This Skill is automatically updated nightly to match the official documentation. A new version is released only when the upstream content changes.

Version numbers follow the format SWIFT_VERSION-YYYY-MM-DD (e.g., 6.2.1-2025-11-21).

Development

Build from Source

You can generate the Skill package locally using the provided Python script. The script has no external dependencies and is what is used to generate the pre-packaged releases.

python3 package.py

This will clone the official repository and generate a programming-swift directory and programming-swift.zip archive in your current working directory.

Options

| Option | Description | | :--- | :--- | | --output DIR, -o DIR | Specify output directory (default: ./programming-swift) | | --keep-temp | Do not delete the temporary git clone after packaging | | --dry-run | Simulate operations without writing files |

Contributions

The Unofficial Swift Programming Language Skill is not accepting source contributions at this time. Bug reports will be considered.

Author

Kyle Hughes

[![Bluesky][bluesky_image]][bluesky_url] [![LinkedIn][linkedin_image]][linkedin_url] [![Mastodon][mastodon_image]][mastodon_url]

[bluesky_image]: https://img.shields.io/badge/Bluesky-0285FF?logo=bluesky&logoColor=fff [bluesky_url]: https://bsky.app/profile/kylehugh.es [linkedin_image]: https://img.shields.io/badge/LinkedIn-0A66C2?logo=linkedin&logoColor=fff [linkedin_url]: https://www.linkedin.com/in/kyle-hughes [mastodon_image]: https://img.shields.io/mastodon/follow/109356914477272810?domain=https%3A%2F%2Fmister.computer&style=social [mastodon_url]: https://mister.computer/@kyle

License & Attribution

The Unofficial Swift Programming Language Skill is available under the MIT License. See LICENSE for details.

The content contained within the generated Skill is sourced from The Swift Programming Language by Apple Inc. and the Swift project authors, and is distributed under the Apache 2.0 License.

Related plugins

Browse all →