@its-thepoe/design-motion-principles 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.
Files changed (2) hide show
  1. package/README.md +23 -0
  2. package/package.json +2 -1
package/README.md ADDED
@@ -0,0 +1,23 @@
1
+ # @its-thepoe/design-motion-principles
2
+
3
+ **Agent Skill** — structured **motion and interaction** audits using lenses inspired by **Emil Kowalski**, **Jakub Krehel**, and **Jhey Tompkins** (context-aware weighting). Includes checklists and deep reference files under `references/`.
4
+
5
+ ## Install into your agents
6
+
7
+ ```bash
8
+ npx @its-thepoe/skills@latest install design-motion-principles
9
+ ```
10
+
11
+ ## Contents
12
+
13
+ - `SKILL.md` — audit workflow
14
+ - `audit-checklist.md`
15
+ - `references/` — per-designer and topical guides
16
+
17
+ ## Docs
18
+
19
+ - [Repository](https://github.com/its-thepoe/skills)
20
+
21
+ ## License
22
+
23
+ MIT
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "@its-thepoe/design-motion-principles",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Agent Skill: motion and interaction design audit (Emil Kowalski, Jakub Krehel, Jhey Tompkins lenses).",
5
5
  "license": "MIT",
6
6
  "keywords": ["agent-skills", "motion", "animation", "accessibility", "cursor"],
7
7
  "files": [
8
+ "README.md",
8
9
  "SKILL.md",
9
10
  "audit-checklist.md",
10
11
  "package.json",