From d2bde9e7ae858818db229f283b15b085c2a8ed2d Mon Sep 17 00:00:00 2001 From: Anthony Cardinale Date: Wed, 25 Mar 2026 07:57:21 -0400 Subject: [PATCH] docs: remove broken links to swiftui-pro and frontend-design Co-Authored-By: Claude Opus 4.6 --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 5cde63b..10ddfd1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # swift-front -A Claude Code skill for building distinctive, production-grade SwiftUI interfaces. Combines bold aesthetic direction from [frontend-design](https://github.com/anthropics/claude-code-plugins/tree/main/skills/frontend-design) with modern SwiftUI correctness from [swiftui-pro](https://github.com/nicklama/swiftui-pro), grounded in Apple's Human Interface Guidelines. +A Claude Code skill for building distinctive, production-grade SwiftUI interfaces. Combines bold aesthetic direction with modern SwiftUI correctness, grounded in Apple's Human Interface Guidelines. ## What it does @@ -49,11 +49,6 @@ swift-front/ The `data/` directory contains a structured JSON extraction of [Apple's Human Interface Guidelines](https://developer.apple.com/design/human-interface-guidelines/) (134 articles). The curated `references/` files distill the most design-relevant content into scannable markdown. For edge cases, the skill instructs Claude to search the index and read from the full category files. -## Pairs with - -- **[swiftui-pro](https://github.com/nicklama/swiftui-pro)** — After building with swift-front, use swiftui-pro for full API correctness review -- **[frontend-design](https://github.com/anthropics/claude-code-plugins/tree/main/skills/frontend-design)** — The web equivalent; swift-front adapts its design philosophy for Apple platforms - ## License MIT