SkillWorks

Skills

Subagents

Plugins

Marketplaces

SkillWorks

Skills

Subagents

Plugins

Marketplaces

Submit a repo

SkillWorks

Skills

Subagents

Plugins

Marketplaces

Submit a repo

Loading

Also from Kynth Studios

Built for the same person as SkillWorks

Toolproof

Independent measurement of AI agent tooling

toolproof.kynth.studio

BlockDex

Search public shadcn registries, item by item

blockdex.kynth.studio

KitGrade

SaaS starter kits, scored on what can be checked

kitgrade.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

SkillWorks

Built by

Kynth Studios

the studio behind Toolproof, BlockDex and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Browse

Skills
Subagents
Plugins
Marketplaces
CLAUDE.md examples

Rankings

Best subagents
Best plugins
Most installed
Will not load

The index

Search
Categories
How we score

Reference

Submit a repository
Sponsor a section
Listings JSON
Privacy

© 2026 SkillWorks. A Kynth Studios product. Changelog

SkillWorks

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

SkillWorks

Built by

Kynth Studios

the studio behind Toolproof, BlockDex and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Browse

Skills
Subagents
Plugins
Marketplaces
CLAUDE.md examples

Rankings

Best subagents
Best plugins
Most installed
Will not load

The index

Search
Categories
How we score

Reference

Submit a repository
Sponsor a section
Listings JSON
Privacy

© 2026 SkillWorks. A Kynth Studios product. Changelog

SkillWorks

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

SkillWorks

Built by

Kynth Studios

the studio behind Toolproof, BlockDex and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Browse

Skills
Subagents
Plugins
Marketplaces
CLAUDE.md examples

Rankings

Best subagents
Best plugins
Most installed
Will not load

The index

Search
Categories
How we score

Reference

Submit a repository
Sponsor a section
Listings JSON
Privacy

© 2026 SkillWorks. A Kynth Studios product. Changelog

SkillWorks

SkillWorks

Skills

Subagents

Plugins

Marketplaces

SkillWorks

Skills

Subagents

Plugins

Marketplaces

Submit a repo

SkillWorks

Skills

Subagents

Plugins

Marketplaces

Submit a repo

Subagents/Mobile/svetzal/guidelines

swift-craftsperson

svetzal/guidelines
SubagentLoads cleanly

Use this agent when working with Swift code in any context—whether building iOS/macOS/watchOS/tvOS apps, server-side Swift projects, or Swift libraries.…

Scores
74
out of 100 · grade B+

2026-08-20

Works

40% of the score

94/100

  • Description is 3463 characters; the documented listing cap is 1,536.

Maintained

25% of the score

94/100

  • no commits in the last 12 weeks
  • no license file

Adopted

20% of the score

4/100

  • 1 stars on the source repo.

Documented

15% of the score

81/100

  • 1,525 words with worked examples.
Loads cleanly. Every structural check Claude Code needs to register this passed. Last commit 2 days ago.

What the check found

Every finding on this listing, and what each one means for whether it loads.
FindingWhat it means
Long descriptionThe description runs past the practical length ceiling and may be truncated.
No licenseThe repository ships no license file, so the reuse terms are unclear.

What it says it does

Use this agent when working with Swift code in any context—whether building iOS/macOS/watchOS/tvOS apps, server-side Swift projects, or Swift libraries. Invoke this agent for:\n\n- **Implementation work** - New features, refactoring, bug fixes in Swift codebases\n- **Quality assurance** - Code review, testing (Swift Testing or XCTest), SwiftLint/SwiftFormat compliance, dependency security audits\n- **Architecture decisions** - Choosing between value/reference types, protocol-oriented design, composition strategies, async/await patterns\n- **Documentation sync** - Ensuring DocC catalogs and markdown docs reflect current implementation\n- **Testing strategy** - Writing behaviour-focused tests, creating test doubles, async test patterns\n- **Build and dependency management** - Working with SwiftPM, Package.swift, modularization, dependency updates\n- **Final review** - Before committing, ensuring all quality gates pass (tests, linting, formatting, security)\n\n**Examples of when to use:**\n\n<example>\nContext: User is building a new feature for their iOS app and has just written the business logic.\nuser: "I've implemented the order processing logic in OrderProcessor.swift. Here's the code..."\nassistant: "Let me use the swift-craftsperson agent to review this implementation for Swift idioms, test coverage, and adherence to functional core principles."\n<commentary>\nSince the user has completed implementation work in Swift, delegate to swift-craftsperson to ensure the code follows value type patterns, is properly tested with Swift Testing, and separates pure logic from I/O.\n</commentary>\n</example>\n\n<example>\nContext: User wants to add a new dependency to their Swift package.\nuser: "I need to add Alamofire for networking in my SwiftPM package"\nassistant: "I'm going to use the swift-craftsperson agent to help you add this dependency correctly and review security implications."\n<commentary>\nSwiftPM dependency management requires expertise in Package.swift structure and understanding security implications. The swift-craftsperson will ensure the dependency is added correctly, suggest protocol-based abstractions for the networking layer, and run appropriate security checks.\n</commentary>\n</example>\n\n<example>\nContext: Agent should proactively review Swift code quality during development.\nuser: "Please implement a function to validate email addresses"\nassistant: "Here's an email validation function using Swift's regex capabilities..."\n<function implementation omitted>\nassistant: "Now let me use the swift-craftsperson agent to review this implementation for Swift best practices and add comprehensive tests."\n<commentary>\nEven though the user didn't explicitly request review, the swift-craftsperson should proactively ensure the code follows Simple Design Heuristics, has Swift Testing coverage, and uses idiomatic Swift patterns.\n</commentary>\n</example>\n\n<example>\nContext: User is refactoring existing code to improve testability.\nuser: "This view model has too many dependencies and is hard to test"\nassistant: "Let me use the swift-craftsperson agent to refactor this following functional core/imperative shell principles."\n<commentary>\nRefactoring for testability requires deep understanding of Swift composition patterns, protocol-oriented design, and separation of pure logic from side effects. The swift-craftsperson will guide this architectural improvement.\n</commentary>\n</example>

Every number above came out of reading the file and its repository. Nothing is a judgement call, nothing is a model’s opinion, and nothing can be paid for. The full method is published. Source last committed 2026-08-17.

The record

Type
Subagent
Category
Mobile
Repository
svetzal/guidelines
Last commit
2 days ago · 2026-08-17
Repository stars
1
Installs
not in the skills.sh registry
Licence
none declared
Instruction length
1,525 words
Bundled files
0
View the source on GitHub

Also in svetzal/guidelines

Other artifacts published from the same repository.
ArtifactScoreWhat the check foundTypeReachLast commit
presentation-image-generatorsvetzal/guidelines
78
No licenseSkill1 stars2 days ago
slidev-presentationsvetzal/guidelines
78
No licenseSkill1 stars2 days ago
cli-uxsvetzal/guidelines
77
No licenseSkill1 starsyesterday
typescript-craftspersonsvetzal/guidelines
76
No licenseSubagent1 stars2 days ago
uvsvetzal/guidelines
75
No licenseSkill1 stars2 days ago
elixir-phoenix-craftspersonsvetzal/guidelines
74
Long descriptionSubagent1 starsyesterday

Other mobile subagents

Browse all
Same category, same type, ranked by score.
ArtifactScoreWhat the check foundCategoryReachLast commit
kotlin-revieweraffaan-m/ECC
92
cleanMobile242k starstoday
swift-build-resolveraffaan-m/ECC
92
cleanMobile242k starstoday
kotlin-build-resolveraffaan-m/ECC
91
cleanMobile242k starstoday
swift-revieweraffaan-m/ECC
91
cleanMobile242k starstoday
gem-designer-mobilegithub/awesome-copilot
89
cleanMobile38k starstoday
gem-implementer-mobilegithub/awesome-copilot
89
cleanMobile38k starstoday

Put this measurement in your README

A badge carrying how many listings this index holds from the repository and how many pass every static structural check. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.

SkillWorks badge

[![SkillWorks](https://toolproof.kynth.studio/badge/skillworks/svetzal/guidelines.svg)](https://skillworks.kynth.studio/?q=svetzal%2Fguidelines)

Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:

Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.

Also from Kynth Studios

Built for the same person as SkillWorks

Toolproof

Independent measurement of AI agent tooling

toolproof.kynth.studio

BlockDex

Search public shadcn registries, item by item

blockdex.kynth.studio

KitGrade

SaaS starter kits, scored on what can be checked

kitgrade.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

SkillWorks

Built by

Kynth Studios

the studio behind Toolproof, BlockDex and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Browse

Skills
Subagents
Plugins
Marketplaces
CLAUDE.md examples

Rankings

Best subagents
Best plugins
Most installed
Will not load

The index

Search
Categories
How we score

Reference

Submit a repository
Sponsor a section
Listings JSON
Privacy

© 2026 SkillWorks. A Kynth Studios product. Changelog

SkillWorks

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

SkillWorks

Built by

Kynth Studios

the studio behind Toolproof, BlockDex and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Browse

Skills
Subagents
Plugins
Marketplaces
CLAUDE.md examples

Rankings

Best subagents
Best plugins
Most installed
Will not load

The index

Search
Categories
How we score

Reference

Submit a repository
Sponsor a section
Listings JSON
Privacy

© 2026 SkillWorks. A Kynth Studios product. Changelog

SkillWorks

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

SkillWorks

Built by

Kynth Studios

the studio behind Toolproof, BlockDex and KitGrade

part of Toolproof, the measurement layer for AI agent tooling

Browse

Skills
Subagents
Plugins
Marketplaces
CLAUDE.md examples

Rankings

Best subagents
Best plugins
Most installed
Will not load

The index

Search
Categories
How we score

Reference

Submit a repository
Sponsor a section
Listings JSON
Privacy

© 2026 SkillWorks. A Kynth Studios product. Changelog

SkillWorks