// NativeScript .cursorrules
Add this skill
npx mdskills install PatrickJS/cursor-nativescriptProvides basic NativeScript coding guidelines but lacks actionable agent instructions
1// NativeScript .cursorrules23// NativeScript best practices45const nativeScriptBestPractices = [6 "Utilize @nativescript/core features and APIs where applicable",7 "Utilize common web APIs where applicable",8 "Implement proper navigation using NativeScript Navigation",9 "Use NativeScript's assets folder for images, sounds or videos and use the fonts folder for custom fonts",10 "Implement proper error handling where possible"11];1213// Folder structure1415const folderStructure = `16src/17 assets/18 components/19 services/20 utils/21`;2223// Additional instructions2425const additionalInstructions = `261. Use TypeScript for type safety272. Use @nativescript/secure-storage for sensitive data283. Use @nativescript/biometrics for anything related to biometrics294. Always use nativescript-fonticon for font icons305. Follow NativeScript best practices for performance31`;
Full transparency — inspect the skill content before installing.