CtrlK
BlogDocsLog inGet started
Tessl Logo

axiom-modernize

Use when the user wants to modernize iOS code to iOS 17/18 patterns, migrate from ObservableObject to @Observable, update @StateObject to @State, or adopt modern SwiftUI APIs.

72

Quality

88%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

77%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is highly actionable with concrete detection patterns, code, decision logic, and verification, plus valuable non-obvious exceptions like the GroupSession timing bug and App Intents/WidgetKit false positives. It is held back from a top score by verbosity (a long worked output template) and a monolithic single-file structure with no progressive disclosure into reference files.

Suggestions

Tighten conciseness: replace the ~150-line worked 'Output Format' example with a compact format spec (headers + one short annotated snippet) and trim the one-line 'Why migrate' notes that restate SwiftUI concepts Claude already knows.

Improve progressive disclosure: extract the full per-pattern catalog and/or the output template into a reference file (e.g. references/patterns.md) and keep SKILL.md as a concise overview that links one level deep to it.

Consider moving the Decision Flowchart and False Positives checklist into a separate reference so the main body stays a scannable overview while preserving the detailed guidance as one-level-deep links.

DimensionReasoningScore

Conciseness

Mostly efficient and concrete, but at ~570 lines it includes a ~150-line worked output template and 'Why migrate' notes that restate concepts Claude already knows; it could be tightened, so it does not reach the 'lean, every token earns its place' anchor.

2 / 3

Actionability

Provides specific Grep detection patterns, complete before/after Swift snippets, step-by-step migration instructions, a decision tree/flowchart, and a false-positive checklist — copy-paste ready and executable rather than abstract.

3 / 3

Workflow Clarity

Sequences the work via an Audit Process (Steps 1–3) and a Migration Order (First–Fourth) with an explicit Verification section of test checkpoints for this batch migration; validation is present, so it is not capped at 2.

3 / 3

Progressive Disclosure

Sections are clearly headed and well-organized, but it is a monolithic single file with no bundle files, and the large output-format template plus full pattern catalog are inline content that could be split out — matching 'content that should be separate is inline' rather than 'content appropriately split'.

2 / 3

Total

10

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is concise yet specific, naming concrete modernization actions and pairing them with an explicit 'Use when' trigger in third-person voice. It clearly answers both what the skill does and when to invoke it, with low conflict risk.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'modernize iOS code to iOS 17/18 patterns', 'migrate from ObservableObject to @Observable', 'update @StateObject to @State', 'adopt modern SwiftUI APIs' — matching the anchor for listing several specific concrete actions rather than naming only a domain.

3 / 3

Completeness

Explicit 'Use when the user wants to modernize iOS code...' clause answers when, and the enumerated migrations answer what, satisfying both halves with an explicit trigger; not level 2 because the when is explicit rather than implied.

3 / 3

Trigger Term Quality

Covers natural terms a user would say ('modernize iOS code', 'iOS 17/18', 'ObservableObject', '@StateObject', 'SwiftUI') with good breadth; not merely technical jargon or a single generic phrase.

3 / 3

Distinctiveness Conflict Risk

Occupies a clear iOS/SwiftUI modernization niche with distinct, specific triggers unlikely to fire for unrelated skills; not generic enough to overlap with other skills.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

skill_md_line_count

SKILL.md is long (570 lines); consider splitting into references/ and linking

Warning

Total

15

/

16

Passed

Repository
CharlesWiltgen/Axiom
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.