ai-agent-skills 3.4.3 → 3.4.4
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 +4 -3
- package/package.json +1 -1
- package/skills.json +31 -3
package/README.md
CHANGED
|
@@ -5,10 +5,10 @@ My curated agent skills library.
|
|
|
5
5
|
There are a lot of skills now. These are the ones I actually keep around.
|
|
6
6
|
|
|
7
7
|
<!-- GENERATED:library-stats:start -->
|
|
8
|
-
-
|
|
8
|
+
- 36 skills total
|
|
9
9
|
- 10 shelves
|
|
10
10
|
- 11 house copies
|
|
11
|
-
-
|
|
11
|
+
- 25 cataloged upstream
|
|
12
12
|
<!-- GENERATED:library-stats:end -->
|
|
13
13
|
|
|
14
14
|
The point is not to be a registry. The point is to be a bookshelf.
|
|
@@ -97,7 +97,7 @@ These are the shelves. They are the product.
|
|
|
97
97
|
<!-- GENERATED:shelf-table:start -->
|
|
98
98
|
| Shelf | Skills | What it covers |
|
|
99
99
|
| --- | --- | --- |
|
|
100
|
-
| Frontend |
|
|
100
|
+
| Frontend | 5 | Interface systems, web product craft, and frontend execution. |
|
|
101
101
|
| Backend | 3 | Infra, tooling, application architecture, and codebase depth. |
|
|
102
102
|
| Docs | 6 | Documents, specs, file handling, and long-form output. |
|
|
103
103
|
| Testing | 2 | Review, QA, regression work, and keeping product quality sharp. |
|
|
@@ -171,6 +171,7 @@ Current source mix:
|
|
|
171
171
|
| `wshobson/agents` | 4 |
|
|
172
172
|
| `MoizIbnYousaf/Ai-Agent-Skills` | 3 |
|
|
173
173
|
| `emilkowalski/skill` | 1 |
|
|
174
|
+
| `raphaelsalaja/userinterface-wiki` | 1 |
|
|
174
175
|
| `shadcn-ui/ui` | 1 |
|
|
175
176
|
<!-- GENERATED:source-table:end -->
|
|
176
177
|
|
package/package.json
CHANGED
package/skills.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "3.4.
|
|
3
|
-
"updated": "2026-03-
|
|
4
|
-
"total":
|
|
2
|
+
"version": "3.4.4",
|
|
3
|
+
"updated": "2026-03-25T00:00:00Z",
|
|
4
|
+
"total": 36,
|
|
5
5
|
"workAreas": [
|
|
6
6
|
{
|
|
7
7
|
"id": "frontend",
|
|
@@ -1054,6 +1054,34 @@
|
|
|
1054
1054
|
"labels": [],
|
|
1055
1055
|
"addedDate": "2026-03-21",
|
|
1056
1056
|
"path": ""
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"name": "userinterface-wiki",
|
|
1060
|
+
"description": "UI/UX best practices for web interfaces. Use when reviewing animations, CSS, audio, typography, UX patterns, prefetching, or icon implementations. Covers 11 categories from animation principles to typography. Outputs file:line findings.",
|
|
1061
|
+
"category": "development",
|
|
1062
|
+
"workArea": "frontend",
|
|
1063
|
+
"branch": "Frontend (Community)",
|
|
1064
|
+
"author": "raphaelsalaja",
|
|
1065
|
+
"source": "raphaelsalaja/userinterface-wiki",
|
|
1066
|
+
"license": "MIT",
|
|
1067
|
+
"tier": "upstream",
|
|
1068
|
+
"distribution": "live",
|
|
1069
|
+
"vendored": false,
|
|
1070
|
+
"installSource": "raphaelsalaja/userinterface-wiki/skills",
|
|
1071
|
+
"tags": [],
|
|
1072
|
+
"featured": false,
|
|
1073
|
+
"verified": false,
|
|
1074
|
+
"origin": "curated",
|
|
1075
|
+
"trust": "listed",
|
|
1076
|
+
"syncMode": "live",
|
|
1077
|
+
"sourceUrl": "https://github.com/raphaelsalaja/userinterface-wiki/tree/main/skills",
|
|
1078
|
+
"whyHere": "High-signal UI/UX review skill for interface polish, implementation critique, and stronger frontend craft.",
|
|
1079
|
+
"lastVerified": "",
|
|
1080
|
+
"notes": "",
|
|
1081
|
+
"labels": [],
|
|
1082
|
+
"addedDate": "2026-03-25",
|
|
1083
|
+
"lastCurated": "2026-03-25T00:00:00Z",
|
|
1084
|
+
"path": ""
|
|
1057
1085
|
}
|
|
1058
1086
|
]
|
|
1059
1087
|
}
|