Skip to content

Commit 6a18531

Browse files
committed
feat: update skill invocation command and migrate refactor skill to new structure
1 parent ea406b5 commit 6a18531

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ If you're already using `react-native-reanimated` or React Native's `Animated` A
3232
npx skills add appandflow/react-native-ease
3333
```
3434

35-
Then invoke the skill in your agent (e.g., `/refactor` in Claude Code).
35+
Then invoke the skill in your agent (e.g., `/react-native-ease-refactor` in Claude Code).
3636

3737
The skill will:
3838

skills/refactor/SKILL.md renamed to skills/react-native-ease-refactor/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: refactor
2+
name: react-native-ease-refactor
33
description: Scan for Animated/Reanimated code and migrate to EaseView
44
user-invocable: true
55
---

0 commit comments

Comments
 (0)