Skip to content

Commit 3e84fd3

Browse files
chore: update marketplace configuration
1 parent 50d117c commit 3e84fd3

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,24 @@
2727
"description": "React Native upgrade workflow covering updated templates, dependencies, and common pitfalls. Use when migrating a React Native app to a newer release.",
2828
"source": "./",
2929
"skills": ["./skills/upgrading-react-native"]
30+
},
31+
{
32+
"name": "rn-new-architecture-migration",
33+
"description": "React Native New Architecture migration guide focusing on XCFramework distribution for brownfield iOS apps. Covers bridge initialization, Hermes embedding, and Swift Package distribution.",
34+
"source": "./",
35+
"skills": ["./skills/rn-new-architecture-migration"]
36+
},
37+
{
38+
"name": "rn-testing-and-debugging",
39+
"description": "E2E testing framework comparison (Detox vs Maestro) and API failure simulation using MITMProxy. Covers CI setup, test authoring, and response overriding.",
40+
"source": "./",
41+
"skills": ["./skills/rn-testing-and-debugging"]
42+
},
43+
{
44+
"name": "rn-native-ios-tooling",
45+
"description": "iOS dependency manager comparison (SPM vs Carthage vs CocoaPods), OSS licensing tools for mobile apps, and Objective-C to Swift migration strategies.",
46+
"source": "./",
47+
"skills": ["./skills/rn-native-ios-tooling"]
3048
}
3149
]
3250
}

0 commit comments

Comments
 (0)