agent-skill-manager 2.12.0 → 2.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -6
- package/data/bundles/ios-release.json +45 -10
- package/data/skill-index/AvdLee_Core-Data-Agent-Skill.json +147 -0
- package/data/skill-index/AvdLee_Swift-Concurrency-Agent-Skill.json +147 -0
- package/data/skill-index/AvdLee_Swift-Testing-Agent-Skill.json +147 -0
- package/data/skill-index/AvdLee_SwiftUI-Agent-Skill.json +429 -0
- package/data/skill-index/AvdLee_Xcode-Build-Optimization-Agent-Skill.json +1121 -0
- package/data/skill-index/Dimillian_Skills.json +2605 -0
- package/data/skill-index/Egonex-AI_Understand-Anything.json +1317 -0
- package/data/skill-index/addyosmani_agent-skills.json +3965 -0
- package/data/skill-index/garrytan_gstack.json +8814 -0
- package/data/skill-index/ivan-magda_uikit-expert-skill.json +147 -0
- package/data/skill-index/mvanhorn_last30days-skill.json +147 -0
- package/data/skill-index/rudrankriyam_app-store-connect-cli-skills.json +3726 -0
- package/data/skill-index/santifer_career-ops.json +147 -0
- package/data/skill-index/twostraws_Swift-Concurrency-Agent-Skill.json +147 -0
- package/data/skill-index/twostraws_Swift-Testing-Agent-Skill.json +147 -0
- package/data/skill-index/twostraws_SwiftData-Agent-Skill.json +147 -0
- package/data/skill-index/twostraws_SwiftUI-Agent-Skill.json +147 -0
- package/data/skill-index-resources.json +154 -1
- package/dist/agent-skill-manager.js +2 -2
- package/dist/{chunk-5MMJGI6J.js → chunk-HY3VQ3SV.js} +1 -1
- package/dist/{src-NB45CVD2.js → src-3UQIRSQN.js} +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
<p align="center">
|
|
26
26
|
<a href="#get-started-in-30-seconds"><strong>Get Started in 30 Seconds →</strong></a>
|
|
27
27
|
|
|
|
28
|
-
<a href="https://luongnv.com/asm
|
|
28
|
+
<a href="https://luongnv.com/asm/#/skills"><strong>Browse 3,800+ Skills Online →</strong></a>
|
|
29
29
|
</p>
|
|
30
30
|
|
|
31
31
|
---
|
|
32
32
|
|
|
33
33
|
### 🌐 ASM Catalog — Browse Skills in Your Browser
|
|
34
34
|
|
|
35
|
-
Don't want to install anything yet? **[Explore the full skill catalog online →](https://luongnv.com/asm
|
|
35
|
+
Don't want to install anything yet? **[Explore the full skill catalog online →](https://luongnv.com/asm/#/skills)**
|
|
36
36
|
|
|
37
|
-
Search, filter by category or repo, and copy install commands — all from a single page. No signup, no backend, no tracking. Share filtered views via URL (e.g.
|
|
37
|
+
Search, filter by category or repo, and copy install commands — all from a single page. No signup, no backend, no tracking. Share filtered views via URL (e.g. `#/skills?q=code-review&cat=development`).
|
|
38
38
|
|
|
39
39
|
---
|
|
40
40
|
|
|
@@ -436,7 +436,11 @@ If you have multiple `asm` binaries on `PATH` (for example, a leftover install f
|
|
|
436
436
|
|
|
437
437
|
A curated list of skill repositories you can install with a single command. Over **2,800 skills** available across these collections:
|
|
438
438
|
|
|
439
|
-
|
|
439
|
+
### Top agent skills repositories
|
|
440
|
+
|
|
441
|
+
ASM now indexes the requested top starred agent-skill collections: [`obra/superpowers`](https://github.com/obra/superpowers), [`anthropics/skills`](https://github.com/anthropics/skills), [`garrytan/gstack`](https://github.com/garrytan/gstack), [`Egonex-AI/Understand-Anything`](https://github.com/Egonex-AI/Understand-Anything), [`addyosmani/agent-skills`](https://github.com/addyosmani/agent-skills), [`mattpocock/skills`](https://github.com/mattpocock/skills), [`santifer/career-ops`](https://github.com/santifer/career-ops), [`nextlevelbuilder/ui-ux-pro-max-skill`](https://github.com/nextlevelbuilder/ui-ux-pro-max-skill), [`Leonxlnx/taste-skill`](https://github.com/Leonxlnx/taste-skill), and [`mvanhorn/last30days-skill`](https://github.com/mvanhorn/last30days-skill). Use `asm search <term>` to discover individual skills, then install a collection with `asm install github:owner/repo`.
|
|
442
|
+
|
|
443
|
+
> **Last updated:** 2026-06-18
|
|
440
444
|
|
|
441
445
|
| Repository | Description | Stars | Skills |
|
|
442
446
|
| ----------------------------------------------------------------------------------- | ------------------------------------------------------------------- | -----: | -----: |
|
|
@@ -707,7 +711,7 @@ asm index ingest github:anthropics/skills
|
|
|
707
711
|
asm index search "frontend design" --json
|
|
708
712
|
```
|
|
709
713
|
|
|
710
|
-
**Skill bundles** — install a curated set of skills in one command. Pre-defined bundles ship with ASM for common workflows (frontend, devops, iOS release, content writing). Browse them at [luongnv.com/asm
|
|
714
|
+
**Skill bundles** — install a curated set of skills in one command. Pre-defined bundles ship with ASM for common workflows (frontend, devops, iOS release, content writing). Browse them at [luongnv.com/asm/#/bundles](https://luongnv.com/asm/#/bundles) or list them locally:
|
|
711
715
|
|
|
712
716
|
```bash
|
|
713
717
|
asm bundle list --predefined
|
|
@@ -732,7 +736,9 @@ asm bundle create my-workflow
|
|
|
732
736
|
asm bundle export my-workflow ./my-workflow.json
|
|
733
737
|
```
|
|
734
738
|
|
|
735
|
-
A bundle is a JSON file with a `name`, `description`, `author`, and a list of `skills` (each with `name` + `installUrl`). The schema is validated on install — see `src/utils/types.ts` (`BundleManifest`). You can also assemble a custom bundle visually on the website's [/bundles](https://luongnv.com/asm
|
|
739
|
+
A bundle is a JSON file with a `name`, `description`, `author`, and a list of `skills` (each with `name` + `installUrl`). The schema is validated on install — see `src/utils/types.ts` (`BundleManifest`). You can also assemble a custom bundle visually on the website's [/bundles](https://luongnv.com/asm/#/bundles) page and export it as JSON.
|
|
740
|
+
|
|
741
|
+
**iOS/Swift catalog note:** ASM indexes public, installable Swift and Apple-platform skill repos from maintainers such as Hacking with Swift (`twostraws`), Antoine van der Lee (`AvdLee`), Dimillian, Rudrank Riyam, and Ivan Magda. Use `asm bundle install ios-release` for a curated SwiftUI, concurrency, testing, persistence, Xcode build, App Store, and release-management starter set, or search the catalog for `swift`, `swiftui`, `swift testing`, `uikit`, `swiftdata`, or `app store connect` to install individual skills. Sources that are private, landing-page-only, or do not expose discoverable `SKILL.md` content are not added as enabled catalog entries.
|
|
736
742
|
|
|
737
743
|
</details>
|
|
738
744
|
|
|
@@ -1,11 +1,51 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
3
|
"name": "ios-release",
|
|
4
|
-
"description": "iOS
|
|
4
|
+
"description": "iOS and Swift workflow: SwiftUI, concurrency, testing, persistence, Xcode build optimization, App Store checks, and release management.",
|
|
5
5
|
"author": "ASM",
|
|
6
6
|
"createdAt": "2025-01-01T00:00:00.000Z",
|
|
7
|
-
"tags": ["ios", "mobile", "release", "appstore"],
|
|
7
|
+
"tags": ["ios", "swift", "swiftui", "mobile", "release", "appstore"],
|
|
8
8
|
"skills": [
|
|
9
|
+
{
|
|
10
|
+
"name": "swiftui-pro",
|
|
11
|
+
"installUrl": "github:twostraws/SwiftUI-Agent-Skill:swiftui-pro",
|
|
12
|
+
"description": "Review SwiftUI code for modern API, maintainability, and performance best practices"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "swift-concurrency-pro",
|
|
16
|
+
"installUrl": "github:twostraws/Swift-Concurrency-Agent-Skill:swift-concurrency-pro",
|
|
17
|
+
"description": "Review async/await, actors, Sendable, and Swift concurrency correctness"
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"name": "swift-testing-pro",
|
|
21
|
+
"installUrl": "github:twostraws/Swift-Testing-Agent-Skill:swift-testing-pro",
|
|
22
|
+
"description": "Write, review, and improve Swift Testing suites"
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "swiftdata-pro",
|
|
26
|
+
"installUrl": "github:twostraws/SwiftData-Agent-Skill:swiftdata-pro",
|
|
27
|
+
"description": "Write, review, and improve SwiftData code"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "swiftui-expert-skill",
|
|
31
|
+
"installUrl": "github:AvdLee/SwiftUI-Agent-Skill:swiftui-expert-skill",
|
|
32
|
+
"description": "Expert SwiftUI guidance for state, composition, performance, and API migrations"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "core-data-expert",
|
|
36
|
+
"installUrl": "github:AvdLee/Core-Data-Agent-Skill:core-data-expert",
|
|
37
|
+
"description": "Expert Core Data guidance for persistence, migrations, concurrency, and performance"
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"name": "uikit-expert",
|
|
41
|
+
"installUrl": "github:ivan-magda/uikit-expert-skill:uikit-expert",
|
|
42
|
+
"description": "Expert UIKit guidance for view controllers, Auto Layout, collection views, and SwiftUI bridging"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"name": "xcode-build-orchestrator",
|
|
46
|
+
"installUrl": "github:AvdLee/Xcode-Build-Optimization-Agent-Skill:skills/xcode-build-orchestrator",
|
|
47
|
+
"description": "Coordinate Xcode build benchmarking, analysis, optimization, and verification"
|
|
48
|
+
},
|
|
9
49
|
{
|
|
10
50
|
"name": "release-manager",
|
|
11
51
|
"installUrl": "github:luongnv89/skills:skills/release-manager",
|
|
@@ -17,14 +57,9 @@
|
|
|
17
57
|
"description": "Audit iOS/macOS app projects against App Store Review Guidelines"
|
|
18
58
|
},
|
|
19
59
|
{
|
|
20
|
-
"name": "
|
|
21
|
-
"installUrl": "github:
|
|
22
|
-
"description": "
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"name": "vscode-extension-publisher",
|
|
26
|
-
"installUrl": "github:luongnv89/skills:skills/vscode-extension-publisher",
|
|
27
|
-
"description": "Publish VS Code extensions to the Visual Studio Marketplace"
|
|
60
|
+
"name": "asc-app-create-ui",
|
|
61
|
+
"installUrl": "github:rudrankriyam/app-store-connect-cli-skills:skills/asc-app-create-ui",
|
|
62
|
+
"description": "Automate App Store Connect app record creation when public APIs are unavailable"
|
|
28
63
|
}
|
|
29
64
|
]
|
|
30
65
|
}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
{
|
|
2
|
+
"repoUrl": "https://github.com/AvdLee/Core-Data-Agent-Skill.git",
|
|
3
|
+
"owner": "AvdLee",
|
|
4
|
+
"repo": "Core-Data-Agent-Skill",
|
|
5
|
+
"updatedAt": "2026-06-18T13:46:00.748Z",
|
|
6
|
+
"skillCount": 1,
|
|
7
|
+
"skills": [
|
|
8
|
+
{
|
|
9
|
+
"name": "core-data-expert",
|
|
10
|
+
"description": "Expert Core Data guidance (iOS/macOS): stack setup, fetch requests & NSFetchedResultsController, saving/merge conflicts, threading & Swift Concurrency, batch operations & persistent history, migrations, performance, and NSPersistentCloudKitContainer/CloudKit sync.",
|
|
11
|
+
"version": "0.0.0",
|
|
12
|
+
"license": "",
|
|
13
|
+
"creator": "",
|
|
14
|
+
"compatibility": "",
|
|
15
|
+
"allowedTools": [],
|
|
16
|
+
"installUrl": "github:AvdLee/Core-Data-Agent-Skill:core-data-expert",
|
|
17
|
+
"relPath": "core-data-expert",
|
|
18
|
+
"verified": true,
|
|
19
|
+
"tokenCount": 1011,
|
|
20
|
+
"evalSummary": {
|
|
21
|
+
"overallScore": 70,
|
|
22
|
+
"grade": "C",
|
|
23
|
+
"categories": [
|
|
24
|
+
{
|
|
25
|
+
"id": "structure",
|
|
26
|
+
"name": "Structure & completeness",
|
|
27
|
+
"score": 7,
|
|
28
|
+
"max": 10
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "description",
|
|
32
|
+
"name": "Description quality",
|
|
33
|
+
"score": 4,
|
|
34
|
+
"max": 10
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": "prompt-engineering",
|
|
38
|
+
"name": "Prompt engineering",
|
|
39
|
+
"score": 4,
|
|
40
|
+
"max": 10
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "context-efficiency",
|
|
44
|
+
"name": "Context efficiency",
|
|
45
|
+
"score": 9,
|
|
46
|
+
"max": 10
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "safety",
|
|
50
|
+
"name": "Safety & guardrails",
|
|
51
|
+
"score": 10,
|
|
52
|
+
"max": 10
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": "testability",
|
|
56
|
+
"name": "Testability",
|
|
57
|
+
"score": 5,
|
|
58
|
+
"max": 10
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "naming",
|
|
62
|
+
"name": "Naming & conventions",
|
|
63
|
+
"score": 10,
|
|
64
|
+
"max": 10
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"evaluatedAt": "2026-06-18T13:46:00.746Z",
|
|
68
|
+
"evaluatedVersion": "0.0.0"
|
|
69
|
+
},
|
|
70
|
+
"evalSummaries": {
|
|
71
|
+
"quality": {
|
|
72
|
+
"providerId": "quality",
|
|
73
|
+
"providerVersion": "1.0.0",
|
|
74
|
+
"schemaVersion": 1,
|
|
75
|
+
"passed": true,
|
|
76
|
+
"overallScore": 70,
|
|
77
|
+
"grade": "C",
|
|
78
|
+
"categories": [
|
|
79
|
+
{
|
|
80
|
+
"id": "structure",
|
|
81
|
+
"name": "Structure & completeness",
|
|
82
|
+
"score": 7,
|
|
83
|
+
"max": 10
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"id": "description",
|
|
87
|
+
"name": "Description quality",
|
|
88
|
+
"score": 4,
|
|
89
|
+
"max": 10
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"id": "prompt-engineering",
|
|
93
|
+
"name": "Prompt engineering",
|
|
94
|
+
"score": 4,
|
|
95
|
+
"max": 10
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"id": "context-efficiency",
|
|
99
|
+
"name": "Context efficiency",
|
|
100
|
+
"score": 9,
|
|
101
|
+
"max": 10
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"id": "safety",
|
|
105
|
+
"name": "Safety & guardrails",
|
|
106
|
+
"score": 10,
|
|
107
|
+
"max": 10
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "testability",
|
|
111
|
+
"name": "Testability",
|
|
112
|
+
"score": 5,
|
|
113
|
+
"max": 10
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "naming",
|
|
117
|
+
"name": "Naming & conventions",
|
|
118
|
+
"score": 10,
|
|
119
|
+
"max": 10
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"evaluatedAt": "2026-06-18T13:46:00.746Z",
|
|
123
|
+
"evaluatedVersion": "0.0.0"
|
|
124
|
+
},
|
|
125
|
+
"skill-best-practice": {
|
|
126
|
+
"providerId": "skill-best-practice",
|
|
127
|
+
"providerVersion": "1.1.0",
|
|
128
|
+
"schemaVersion": 1,
|
|
129
|
+
"passed": false,
|
|
130
|
+
"overallScore": 69,
|
|
131
|
+
"grade": "C",
|
|
132
|
+
"categories": [
|
|
133
|
+
{
|
|
134
|
+
"id": "validation",
|
|
135
|
+
"name": "Deterministic validation",
|
|
136
|
+
"score": 9,
|
|
137
|
+
"max": 13
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"evaluatedAt": "2026-06-18T13:46:00.746Z",
|
|
141
|
+
"evaluatedVersion": "0.0.0"
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"bundles": []
|
|
147
|
+
}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
{
|
|
2
|
+
"repoUrl": "https://github.com/AvdLee/Swift-Concurrency-Agent-Skill.git",
|
|
3
|
+
"owner": "AvdLee",
|
|
4
|
+
"repo": "Swift-Concurrency-Agent-Skill",
|
|
5
|
+
"updatedAt": "2026-06-18T13:45:59.502Z",
|
|
6
|
+
"skillCount": 1,
|
|
7
|
+
"skills": [
|
|
8
|
+
{
|
|
9
|
+
"name": "swift-concurrency",
|
|
10
|
+
"description": "Diagnose Swift Concurrency issues, refactor callback-based code to async/await, and guide Swift 6 migration when working with tasks, actors, @MainActor, Sendable, data races, thread safety, or concurrency-related compiler and linter warnings.",
|
|
11
|
+
"version": "0.0.0",
|
|
12
|
+
"license": "",
|
|
13
|
+
"creator": "",
|
|
14
|
+
"compatibility": "",
|
|
15
|
+
"allowedTools": [],
|
|
16
|
+
"installUrl": "github:AvdLee/Swift-Concurrency-Agent-Skill:swift-concurrency",
|
|
17
|
+
"relPath": "swift-concurrency",
|
|
18
|
+
"verified": true,
|
|
19
|
+
"tokenCount": 3427,
|
|
20
|
+
"evalSummary": {
|
|
21
|
+
"overallScore": 80,
|
|
22
|
+
"grade": "B",
|
|
23
|
+
"categories": [
|
|
24
|
+
{
|
|
25
|
+
"id": "structure",
|
|
26
|
+
"name": "Structure & completeness",
|
|
27
|
+
"score": 7,
|
|
28
|
+
"max": 10
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "description",
|
|
32
|
+
"name": "Description quality",
|
|
33
|
+
"score": 7,
|
|
34
|
+
"max": 10
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": "prompt-engineering",
|
|
38
|
+
"name": "Prompt engineering",
|
|
39
|
+
"score": 10,
|
|
40
|
+
"max": 10
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "context-efficiency",
|
|
44
|
+
"name": "Context efficiency",
|
|
45
|
+
"score": 7,
|
|
46
|
+
"max": 10
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "safety",
|
|
50
|
+
"name": "Safety & guardrails",
|
|
51
|
+
"score": 10,
|
|
52
|
+
"max": 10
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": "testability",
|
|
56
|
+
"name": "Testability",
|
|
57
|
+
"score": 5,
|
|
58
|
+
"max": 10
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "naming",
|
|
62
|
+
"name": "Naming & conventions",
|
|
63
|
+
"score": 10,
|
|
64
|
+
"max": 10
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"evaluatedAt": "2026-06-18T13:45:59.500Z",
|
|
68
|
+
"evaluatedVersion": "0.0.0"
|
|
69
|
+
},
|
|
70
|
+
"evalSummaries": {
|
|
71
|
+
"quality": {
|
|
72
|
+
"providerId": "quality",
|
|
73
|
+
"providerVersion": "1.0.0",
|
|
74
|
+
"schemaVersion": 1,
|
|
75
|
+
"passed": true,
|
|
76
|
+
"overallScore": 80,
|
|
77
|
+
"grade": "B",
|
|
78
|
+
"categories": [
|
|
79
|
+
{
|
|
80
|
+
"id": "structure",
|
|
81
|
+
"name": "Structure & completeness",
|
|
82
|
+
"score": 7,
|
|
83
|
+
"max": 10
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"id": "description",
|
|
87
|
+
"name": "Description quality",
|
|
88
|
+
"score": 7,
|
|
89
|
+
"max": 10
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"id": "prompt-engineering",
|
|
93
|
+
"name": "Prompt engineering",
|
|
94
|
+
"score": 10,
|
|
95
|
+
"max": 10
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"id": "context-efficiency",
|
|
99
|
+
"name": "Context efficiency",
|
|
100
|
+
"score": 7,
|
|
101
|
+
"max": 10
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"id": "safety",
|
|
105
|
+
"name": "Safety & guardrails",
|
|
106
|
+
"score": 10,
|
|
107
|
+
"max": 10
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "testability",
|
|
111
|
+
"name": "Testability",
|
|
112
|
+
"score": 5,
|
|
113
|
+
"max": 10
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "naming",
|
|
117
|
+
"name": "Naming & conventions",
|
|
118
|
+
"score": 10,
|
|
119
|
+
"max": 10
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"evaluatedAt": "2026-06-18T13:45:59.500Z",
|
|
123
|
+
"evaluatedVersion": "0.0.0"
|
|
124
|
+
},
|
|
125
|
+
"skill-best-practice": {
|
|
126
|
+
"providerId": "skill-best-practice",
|
|
127
|
+
"providerVersion": "1.1.0",
|
|
128
|
+
"schemaVersion": 1,
|
|
129
|
+
"passed": false,
|
|
130
|
+
"overallScore": 77,
|
|
131
|
+
"grade": "C",
|
|
132
|
+
"categories": [
|
|
133
|
+
{
|
|
134
|
+
"id": "validation",
|
|
135
|
+
"name": "Deterministic validation",
|
|
136
|
+
"score": 10,
|
|
137
|
+
"max": 13
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"evaluatedAt": "2026-06-18T13:45:59.500Z",
|
|
141
|
+
"evaluatedVersion": "0.0.0"
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"bundles": []
|
|
147
|
+
}
|
|
@@ -0,0 +1,147 @@
|
|
|
1
|
+
{
|
|
2
|
+
"repoUrl": "https://github.com/AvdLee/Swift-Testing-Agent-Skill.git",
|
|
3
|
+
"owner": "AvdLee",
|
|
4
|
+
"repo": "Swift-Testing-Agent-Skill",
|
|
5
|
+
"updatedAt": "2026-06-18T13:46:00.082Z",
|
|
6
|
+
"skillCount": 1,
|
|
7
|
+
"skills": [
|
|
8
|
+
{
|
|
9
|
+
"name": "swift-testing-expert",
|
|
10
|
+
"description": "Expert guidance for Swift Testing: test structure, #expect/#require macros, traits and tags, parameterized tests, test plans, parallel execution, async waiting patterns, and XCTest migration. Use when writing new Swift tests, modernizing XCTest suites, debugging flaky tests, or improving test quality and maintainability in Apple-platform or Swift server projects.",
|
|
11
|
+
"version": "0.0.0",
|
|
12
|
+
"license": "",
|
|
13
|
+
"creator": "",
|
|
14
|
+
"compatibility": "",
|
|
15
|
+
"allowedTools": [],
|
|
16
|
+
"installUrl": "github:AvdLee/Swift-Testing-Agent-Skill:swift-testing-expert",
|
|
17
|
+
"relPath": "swift-testing-expert",
|
|
18
|
+
"verified": true,
|
|
19
|
+
"tokenCount": 1176,
|
|
20
|
+
"evalSummary": {
|
|
21
|
+
"overallScore": 79,
|
|
22
|
+
"grade": "C",
|
|
23
|
+
"categories": [
|
|
24
|
+
{
|
|
25
|
+
"id": "structure",
|
|
26
|
+
"name": "Structure & completeness",
|
|
27
|
+
"score": 7,
|
|
28
|
+
"max": 10
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"id": "description",
|
|
32
|
+
"name": "Description quality",
|
|
33
|
+
"score": 5,
|
|
34
|
+
"max": 10
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": "prompt-engineering",
|
|
38
|
+
"name": "Prompt engineering",
|
|
39
|
+
"score": 8,
|
|
40
|
+
"max": 10
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "context-efficiency",
|
|
44
|
+
"name": "Context efficiency",
|
|
45
|
+
"score": 9,
|
|
46
|
+
"max": 10
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"id": "safety",
|
|
50
|
+
"name": "Safety & guardrails",
|
|
51
|
+
"score": 9,
|
|
52
|
+
"max": 10
|
|
53
|
+
},
|
|
54
|
+
{
|
|
55
|
+
"id": "testability",
|
|
56
|
+
"name": "Testability",
|
|
57
|
+
"score": 7,
|
|
58
|
+
"max": 10
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"id": "naming",
|
|
62
|
+
"name": "Naming & conventions",
|
|
63
|
+
"score": 10,
|
|
64
|
+
"max": 10
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"evaluatedAt": "2026-06-18T13:46:00.075Z",
|
|
68
|
+
"evaluatedVersion": "0.0.0"
|
|
69
|
+
},
|
|
70
|
+
"evalSummaries": {
|
|
71
|
+
"quality": {
|
|
72
|
+
"providerId": "quality",
|
|
73
|
+
"providerVersion": "1.0.0",
|
|
74
|
+
"schemaVersion": 1,
|
|
75
|
+
"passed": true,
|
|
76
|
+
"overallScore": 79,
|
|
77
|
+
"grade": "C",
|
|
78
|
+
"categories": [
|
|
79
|
+
{
|
|
80
|
+
"id": "structure",
|
|
81
|
+
"name": "Structure & completeness",
|
|
82
|
+
"score": 7,
|
|
83
|
+
"max": 10
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"id": "description",
|
|
87
|
+
"name": "Description quality",
|
|
88
|
+
"score": 5,
|
|
89
|
+
"max": 10
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"id": "prompt-engineering",
|
|
93
|
+
"name": "Prompt engineering",
|
|
94
|
+
"score": 8,
|
|
95
|
+
"max": 10
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"id": "context-efficiency",
|
|
99
|
+
"name": "Context efficiency",
|
|
100
|
+
"score": 9,
|
|
101
|
+
"max": 10
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"id": "safety",
|
|
105
|
+
"name": "Safety & guardrails",
|
|
106
|
+
"score": 9,
|
|
107
|
+
"max": 10
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"id": "testability",
|
|
111
|
+
"name": "Testability",
|
|
112
|
+
"score": 7,
|
|
113
|
+
"max": 10
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"id": "naming",
|
|
117
|
+
"name": "Naming & conventions",
|
|
118
|
+
"score": 10,
|
|
119
|
+
"max": 10
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"evaluatedAt": "2026-06-18T13:46:00.075Z",
|
|
123
|
+
"evaluatedVersion": "0.0.0"
|
|
124
|
+
},
|
|
125
|
+
"skill-best-practice": {
|
|
126
|
+
"providerId": "skill-best-practice",
|
|
127
|
+
"providerVersion": "1.1.0",
|
|
128
|
+
"schemaVersion": 1,
|
|
129
|
+
"passed": false,
|
|
130
|
+
"overallScore": 69,
|
|
131
|
+
"grade": "C",
|
|
132
|
+
"categories": [
|
|
133
|
+
{
|
|
134
|
+
"id": "validation",
|
|
135
|
+
"name": "Deterministic validation",
|
|
136
|
+
"score": 9,
|
|
137
|
+
"max": 13
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"evaluatedAt": "2026-06-18T13:46:00.075Z",
|
|
141
|
+
"evaluatedVersion": "0.0.0"
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"bundles": []
|
|
147
|
+
}
|