@buivietphi/skill-mobile-mt 2.2.0 → 2.2.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/AGENTS.md CHANGED
@@ -184,7 +184,7 @@ The agent reads the task, then decides which extra file to load:
184
184
  ```yaml
185
185
  skill:
186
186
  name: skill-mobile-mt
187
- version: "2.2.0"
187
+ version: "2.2.1"
188
188
  author: buivietphi
189
189
  category: engineering
190
190
  tags:
@@ -525,7 +525,7 @@ npx @buivietphi/skill-mobile-mt --init all # → all files
525
525
  {
526
526
  "id": "skill-mobile-mt",
527
527
  "name": "skill-mobile-mt",
528
- "version": "2.2.0",
528
+ "version": "2.2.1",
529
529
  "author": "buivietphi",
530
530
  "category": "engineering",
531
531
  "description": "Master Senior Mobile Engineer. Patterns from 30+ production repos (200k+ GitHub stars) + research from top 53k+ star skill repos. Cardinal rules, self-critique loops, leverage pyramid, verification-first, decision matrix, codebase scan strategy, grounded code review (anti-false-positive), git-aware debugging, task extraction protocol, multi-fix execution, UI fix protocol, completion re-check. React Native, Flutter, iOS, Android.",
package/README.md CHANGED
@@ -72,73 +72,6 @@ Reads your current project first, then follows **your** conventions:
72
72
  - Clones the most similar existing feature when scaffolding new ones
73
73
  - Never suggests migrations or imposes different architecture
74
74
 
75
- ## Humanizer — Mobile Copy
76
-
77
- Installed automatically alongside the main skill. Removes AI writing patterns from mobile app text.
78
-
79
- ```
80
- @humanizer-mobile
81
- ```
82
-
83
- Use for: app store descriptions, release notes, error messages, onboarding, push notifications, permission prompts, paywall copy.
84
-
85
- **App Store Description**
86
- ```
87
- ❌ "TaskFlow is a powerful, comprehensive task management application that
88
- seamlessly integrates with your existing workflow."
89
-
90
- ✅ "TaskFlow keeps your team's work in one place. Add tasks, assign them,
91
- set deadlines — everything syncs in real time. Works with Slack and Notion."
92
- ```
93
-
94
- **Release Notes**
95
- ```
96
- ❌ "Version 2.1.0 introduces significant enhancements to the overall user
97
- experience including robust improvements to performance and reliability."
98
-
99
- ✅ "2.1.0
100
- - Faster load times on older Android devices (was 4s, now 1.2s)
101
- - Fixed crash when opening notifications while offline
102
- - Dark mode now remembers your setting between sessions"
103
- ```
104
-
105
- **Error Messages**
106
- ```
107
- ❌ "We apologize for the inconvenience. An unexpected error has occurred."
108
-
109
- ✅ "Couldn't save — no internet connection.
110
- [Try again] [Save for later]"
111
- ```
112
-
113
- **Push Notifications**
114
- ```
115
- ❌ "You have received a new message from a team member."
116
- ✅ "Alex commented on "Landing page redesign""
117
- ```
118
-
119
- **Paywall**
120
- ```
121
- ❌ "Unlock the full potential of our comprehensive premium features."
122
-
123
- ✅ "Go Pro
124
- • Unlimited projects (free plan: 3)
125
- • Team sharing
126
- [Start 7-day free trial]"
127
- ```
128
-
129
- Covers 24 AI patterns across: content inflation, chatbot artifacts, style issues, mobile-specific copy (App Store limits, permission prompts, rating requests, subscription CTAs).
130
-
131
- ### Works with all agents
132
-
133
- | Agent | Invocation |
134
- |-------|-----------|
135
- | Claude Code | `@humanizer-mobile` |
136
- | Gemini CLI | `@humanizer-mobile` |
137
- | Codex / Kimi / Antigravity | `@humanizer-mobile` |
138
- | Cline / Roo Code / Cursor / Windsurf / Copilot | Paste the text and say "humanize this app copy" |
139
-
140
- ---
141
-
142
75
  ## Quick Start Examples
143
76
 
144
77
  ### Step 1: Install the skill
@@ -568,6 +501,17 @@ your-project/
568
501
  | **Kiro** | Reads `.kiro/steering/` from project root | `npx skill-mobile-mt --init kiro` |
569
502
  | **Antigravity** | Reads from `~/.agents/skills/` | `npx skill-mobile-mt --antigravity` |
570
503
 
504
+ ## Companion Skill
505
+
506
+ **humanizer-mobile** is auto-installed alongside the main skill. It humanizes AI-generated mobile copy — app store descriptions, release notes, error messages, push notifications, paywall text.
507
+
508
+ ```
509
+ @humanizer-mobile
510
+ > "Humanize this app store description"
511
+ ```
512
+
513
+ ---
514
+
571
515
  ## License
572
516
 
573
517
  MIT — by [buivietphi](https://github.com/buivietphi)
package/SKILL.md CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: skill-mobile-mt
3
3
  description: "Master Senior Mobile Engineer. Patterns from 30+ production repos (200k+ GitHub stars: Ignite, Expensify, Mattermost, Immich, AppFlowy, Now in Android, TCA). Use when: building mobile features, fixing mobile bugs, reviewing mobile code, mobile architecture, React Native, Flutter, iOS Swift, Android Kotlin, mobile performance, mobile security audit, mobile code review, app release. Two modes: (1) default = pre-built production patterns, (2) 'project' = reads current project and adapts."
4
- version: "2.2.0"
4
+ version: "2.2.1"
5
5
  author: buivietphi
6
6
  priority: high
7
7
  user-invocable: true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buivietphi/skill-mobile-mt",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Master Senior Mobile Engineer skill for AI agents. Pre-built patterns from 30+ production repos. React Native, Flutter, iOS, Android. Supports Claude, Cline, Cursor, Windsurf, Copilot, Codex, Gemini, Kimi, Kilo Code, Kiro, Antigravity.",
5
5
  "author": "buivietphi",
6
6
  "license": "MIT",