@danieljvdm/dev-kit 1.0.0 → 1.0.1
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/package.json +1 -1
- package/skill-sources.jsonc +1 -0
- package/skill-sources.lock.json +5 -1
package/package.json
CHANGED
package/skill-sources.jsonc
CHANGED
package/skill-sources.lock.json
CHANGED
|
@@ -5,9 +5,10 @@
|
|
|
5
5
|
"id": "emilkowalski-skills",
|
|
6
6
|
"repository": "https://github.com/emilkowalski/skills.git",
|
|
7
7
|
"ref": "main",
|
|
8
|
-
"resolved": "
|
|
8
|
+
"resolved": "e879241fab3cdb22e8d95587cdbf40b57a88d7da",
|
|
9
9
|
"skillsPath": "skills",
|
|
10
10
|
"include": [
|
|
11
|
+
"animate-expo",
|
|
11
12
|
"animation-vocabulary",
|
|
12
13
|
"apple-design",
|
|
13
14
|
"emil-design-eng",
|
|
@@ -18,6 +19,7 @@
|
|
|
18
19
|
"review-animations"
|
|
19
20
|
],
|
|
20
21
|
"skills": [
|
|
22
|
+
"animate-expo",
|
|
21
23
|
"animation-vocabulary",
|
|
22
24
|
"apple-design",
|
|
23
25
|
"emil-design-eng",
|
|
@@ -28,6 +30,7 @@
|
|
|
28
30
|
"review-animations"
|
|
29
31
|
],
|
|
30
32
|
"descriptions": {
|
|
33
|
+
"animate-expo": "Build animations in React Native and Expo, making the decisions in the order that determines whether they feel right — should it animate, which thread it runs on, which properties, spring or timing, how the gesture hands off, how it degrades. Writes the implementation with Reanimated, Gesture Handler, Expo Router and expo-haptics. Use when animating anything in an Expo app, adding gestures, sheets, screen transitions, press feedback or haptics, or fixing motion that stutters on device. For web animation use `animate`.",
|
|
31
34
|
"animation-vocabulary": "Reverse-lookup glossary that turns a vague description of a web animation or motion effect into its exact term (\"the bouncy thing when a popover opens\" → Pop in; \"the iOS rubber-band scroll\" → Rubber-banding). Use when the user asks \"what's it called when…\", or describes a motion effect without knowing its name and wants the right word to prompt an AI or designer with. For naming an effect, not designing or building one.",
|
|
32
35
|
"apple-design": "Apple's approach to interface design and fluid, physical motion, translated for the web. Use when building or reviewing gesture-driven UI, spring animations, drag/swipe/sheet interactions, momentum and interruptible transitions, translucent materials and depth, typography (optical sizing, tracking, leading), reduced-motion, or the design foundations (feedback, spatial consistency, restraint) behind Apple-style interfaces.",
|
|
33
36
|
"emil-design-eng": "This skill encodes Emil Kowalski's philosophy on UI polish, component design, animation decisions, and the invisible details that make software feel great.",
|
|
@@ -38,6 +41,7 @@
|
|
|
38
41
|
"review-animations": "Reviews animation and motion code against a high craft bar derived from Emil Kowalski's design engineering philosophy. Default to flagging; approval is earned."
|
|
39
42
|
},
|
|
40
43
|
"digests": {
|
|
44
|
+
"animate-expo": "sha256:c9ad6c07908409ed2fa9fecf288196e77325be2cf29e5a03b8aaaecb451709a2",
|
|
41
45
|
"animation-vocabulary": "sha256:d270769a8a19c8ff48489c118e19d5f86113c6acfdd0e981116ffd74b01b9e6b",
|
|
42
46
|
"apple-design": "sha256:dabc421a391bd6b2ba0d004a8f4d4a1b632fc003a45d4676ab9f2ade8099fc7b",
|
|
43
47
|
"emil-design-eng": "sha256:cedac6e0b7ff8ca471d5d2b35dc7d91f13b57ff57c4395822e677f0df7ecebc8",
|