14-day longest streak
Terry Nyberg I build Stuffolio, a Universal iOS/iPadOS/macOS app, under Coffee & Code LLC. The open-source Claude Code skills below have come out of shipping it — each solving a…
Terry Nyberg
I build Stuffolio, a Universal iOS/iPadOS/macOS app, under Coffee & Code LLC. The open-source Claude Code skills below have come out of shipping it — each solving a real problem I hit taking a 600-file Swift app through App Store review. Free and open source.
---
🛠️ Claude Code Skills
Each skill is its own repo — install just the ones you want.
🔍 Find the bugs linters can't
Pattern-based linters (SwiftLint and friends) check each file against a rule catalog. These skills are behavioral — they read *across* files to catch bugs that live in the handoffs, where every individual file is locally correct but the loop silently breaks.
| Skill | What it does |
|-------|--------------|
| radar-suite v2.1.1 ⭐17 | Six audit skills for iOS/Swift apps: SwiftData/Core Data models, navigation reachability, backup/restore round-trips, time-bomb code that breaks on aged data, and visual quality — plus a capstone that grades the codebase ship/no-ship. Every finding cites a real file:line. |
| workflow-audit v3.0.0 ⭐52 | Traces what a user *trying to accomplish a task* actually experiences, screen by screen — catching dead ends, dismiss traps, and broken flows that no single-file check can see. |
| bug-prospector v1.0.0 ⭐2 | Hunts for hidden bugs that pattern matchers miss: logic errors, broken assumptions, unhandled state transitions, and places where code quietly drifts from its intent. |
| bug-echo v1.1.1 | After you fix a bug, finds and rates *other instances of the same pattern* — because the one you just fixed is rarely the only one. |
⚡ Work better with Claude Code
| Skill | What it does |
|-------|--------------|
| prompter v1.0.0 | Rewrites your prompt for clarity, typos, and actionability — but only when it would actually help, and it shows you the rewrite first. Preserves your voice; holds back on prompts that are already clear. |
| unforget v0.2.0 ⭐5 | A single source of truth for deferred work, in one UNFORGET.md per project. Solves the failure mode where punted work gets logged in five places and then nobody can find it at release time. |
| skill-reviewer v0.3.0 ⭐23 | Candid, structured reviews of Claude Code skills before you publish — discoverability, safety, architecture, parseability — with file:line citations instead of vague praise. |
| tutorial-creator v2.0.0 ⭐22 | Generates annotated code-reading tutorials from *your own* codebase, tracks the concepts you've learned, and turns them into shareable teaching artifacts. |
---
📦 Install
Each skill installs independently. Add its marketplace, then install:
bash
# Example: radar-suite
/plugin marketplace add Terryc21/radar-suite
/plugin install radar-suite
Swap radar-suite for any skill above (workflow-audit, prompter, unforget, etc.). Several are also under review for the official community marketplace — once approved, they'll install as @claude-community.
---
☕ About
If a skill catches a real bug or saves you a release, a coffee is appreciated — but an issue report about what worked or didn't is worth more.
- 🌐 stuffolio.app
- 📦 All skills are Apache 2.0 or MIT licensed
-
workflow-audit ★ PINNED
Claude Code skill for Xcode SwiftUI workflow auditing
Swift ★ 54 25d agoExplain → -
radar-suite ★ PINNED
5 audit skills for Claude Code that find bugs in your Swift/SwiftUI app before your users do. One install, complete audit pipeline.
Shell ★ 18 22d agoExplain → -
tutorial-creator ★ PINNED
Generate personalized coding lessons from your own codebase. A Claude Code skill: three surfaces (tutorial / vocab / status), six writing-to-learn entries, audience-facing path with six venue templates. v2.0.0 released 2026-05-10.
★ 23 25d agoExplain → -
unforget ★ PINNED
A Claude Code skill — single source of truth for deferred work. Don't lose track of what you've punted.
Python ★ 8 25d agoExplain → -
bug-prospector ★ PINNED
Bug Prospector — Mine for hidden bugs that pattern-based auditors miss — logic errors, broken assumptions, state machine gaps, and semantic fragility
★ 3 25d agoExplain → -
prompter ★ PINNED
A Claude Code skill that rewrites your prompts for clarity before they run.
★ 2 8d agoExplain → -
xcode-workflow-skills ▣
Xcode/Claude Code Skills
Swift ★ 49 2mo agoExplain → -
Xcode-tools
Useful tools for Xcoders
★ 25 2mo agoExplain → -
skill-reviewer
Candid reviews of Claude Code skills. File:line citations. Ranked actions. No filler.
★ 23 2mo agoExplain → -
XcodeResources
Helpful examples, tools, and Markdown guides for Swift and Xcode projects.
★ 18 2mo agoExplain → -
Xcode-swift-CheatSheet-for-Beginners
Comprehensive Xcode & Swift reference guide for beginners with 105+ terms, SwiftUI modifiers, and examples
HTML ★ 5 2mo agoExplain → -
one-star-risk
A Claude Code skill: re-score audit findings for App Store one-star-review risk. A judgment lens with named, overridable triggers and a pluggable review-grounding seam.
★ 1 14d agoExplain → -
inspect-before-install
A Claude Code skill that audits a third-party repo before you run its install command. Inspect first, execute second.
Shell ★ 0 14d agoExplain → -
stuffolio-site
Stuffolio App Site
HTML ★ 0 22d agoExplain → -
bug-echo
Claude Code skill that finds and rates other instances of a bug you just fixed, then presents options to fix them after explicit user approval
★ 0 25d agoExplain → -
Terryc21
Profile
★ 0 25d agoExplain → -
data-model-radar ▣
Audits SwiftData/Core Data model layer for field completeness, serialization gaps, relationship integrity, semantic ambiguity, dead fields, and migration safety. 5th skill in the radar family — foundation layer that runs before other audit skills
★ 0 3mo agoExplain → -
capstone-radar ▣
Unified A-F grading and ship/no-ship decisions for the 5-skill radar family. Aggregates findings from data-model
★ 0 2mo agoExplain →
No repos match these filters.