@its-thepoe/design-engineering 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 +22 -0
  2. package/package.json +2 -2
package/README.md ADDED
@@ -0,0 +1,22 @@
1
+ # @its-thepoe/design-engineering
2
+
3
+ **Agent Skill** — **design engineering**: motion, easing, component feel, and UI polish (Emil Kowalski–style craft). Use for reviews, micro-interactions, and “why does this feel off” passes.
4
+
5
+ ## Install into your agents
6
+
7
+ ```bash
8
+ npx @its-thepoe/skills@latest install design-engineering
9
+ ```
10
+
11
+ ## Contents
12
+
13
+ - `SKILL.md` — review format and principles
14
+ - `LOVABLE.md` — condensed notes for Lovable-style workflows
15
+
16
+ ## Docs
17
+
18
+ - [Repository](https://github.com/its-thepoe/skills)
19
+
20
+ ## License
21
+
22
+ MIT
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@its-thepoe/design-engineering",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Agent Skill: UI craft — motion, easing, component feel, polish (design engineering).",
5
5
  "license": "MIT",
6
6
  "keywords": ["agent-skills", "design-engineering", "motion", "ui", "cursor"],
7
- "files": ["SKILL.md", "LOVABLE.md", "package.json"],
7
+ "files": ["README.md", "SKILL.md", "LOVABLE.md", "package.json"],
8
8
  "exports": {
9
9
  ".": "./SKILL.md",
10
10
  "./SKILL.md": "./SKILL.md",