// Solid.js Basic Setup .cursorrules
Add this skill
npx mdskills install PatrickJS/cursor-solidjs-basicProvides basic Solid.js conventions but lacks actionable instructions and trigger conditions
// Solid.js Basic Setup .cursorrules
// Prefer functional components
const preferFunctionalComponents = true;
// Solid.js best practices
const solidjsBestPractices = [ "Use createSignal() for reactive state", "Utilize createEffect() for side effects", "Implement createMemo() for derived values", "Use createResource() for data fetching", "Implement Show and For components for conditional and list rendering", "Utilize createStore() for complex state management", ];
// Folder structure
const folderStructure = src/ components/ pages/ utils/ App.jsx index.jsx public/ index.html;
// Additional instructions
const additionalInstructions = `
Install via CLI
npx mdskills install PatrickJS/cursor-solidjs-basicSolidJS Basic is a free, open-source AI agent skill. // Solid.js Basic Setup .cursorrules
Install SolidJS Basic with a single command:
npx mdskills install PatrickJS/cursor-solidjs-basicThis downloads the skill files into your project and your AI agent picks them up automatically.
SolidJS Basic works with Cursor. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.