// Solid.js with TypeScript .cursorrules
Add this skill
npx mdskills install PatrickJS/cursor-solidjs-typescriptSolid.js/TypeScript conventions in JavaScript syntax with basic best practices but no agent instructions
// Solid.js with TypeScript .cursorrules
// Prefer functional components
const preferFunctionalComponents = true;
// Solid.js and TypeScript best practices
const solidjsTypeScriptBestPractices = [ "Use createSignal() for typed reactive state", "Implement proper type definitions for components", "Utilize TypeScript's strict mode", "Use type inference where possible", "Implement interfaces for complex prop types", "Utilize utility types provided by Solid.js", ];
// Folder structure
const folderStructure = src/ components/ pages/ utils/ types/ App.tsx index.tsx public/ index.html tsconfig.json;
// Additional instructions
const additionalInstructions = `
Install via CLI
npx mdskills install PatrickJS/cursor-solidjs-typescriptSolidJS TypeScript is a free, open-source AI agent skill. // Solid.js with TypeScript .cursorrules
Install SolidJS TypeScript with a single command:
npx mdskills install PatrickJS/cursor-solidjs-typescriptThis downloads the skill files into your project and your AI agent picks them up automatically.
SolidJS TypeScript works with Cursor. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.