// NativeScript .cursorrules
Add this skill
npx mdskills install PatrickJS/cursor-nativescriptProvides basic NativeScript coding guidelines but lacks actionable agent instructions
// NativeScript .cursorrules
// NativeScript best practices
const nativeScriptBestPractices = [ "Utilize @nativescript/core features and APIs where applicable", "Utilize common web APIs where applicable", "Implement proper navigation using NativeScript Navigation", "Use NativeScript's assets folder for images, sounds or videos and use the fonts folder for custom fonts", "Implement proper error handling where possible" ];
// Folder structure
const folderStructure = src/ assets/ components/ services/ utils/;
// Additional instructions
const additionalInstructions = `
Install via CLI
npx mdskills install PatrickJS/cursor-nativescriptNativeScript is a free, open-source AI agent skill. // NativeScript .cursorrules
Install NativeScript with a single command:
npx mdskills install PatrickJS/cursor-nativescriptThis downloads the skill files into your project and your AI agent picks them up automatically.
NativeScript works with Cursor. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.