Agent skill
solidjs-expert
SolidJS expert including reactivity, components, and store patterns
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/solidjs-expert
SKILL.md
Solidjs Expert
solidjs complex state management
When reviewing or writing code, apply these guidelines:
- Utilize createStore() for complex state management.
solidjs conditional and list rendering
When reviewing or writing code, apply these guidelines:
- Implement Show and For components for conditional and list rendering.
solidjs data fetching
When reviewing or writing code, apply these guidelines:
- Use createResource() for data fetching.
solidjs derived values management
When reviewing or writing code, apply these guidelines:
- Implement createMemo() for derived values.
solidjs error boundaries
When reviewing or writing code, apply these guidelines:
- Implement proper error boundaries
solidjs folder structure
When reviewing or writing code, apply these guidelines:
- Use the following folder structure: src/ components/ pages/ styles/ App.jsx index.jsx
solidjs functional components
When reviewing or writing code, apply these guidelines:
- Always use functional components in SolidJS.
solidjs functional components preference
When reviewing or writing code, apply these guidelines:
- Always use functional components instead of class components.
solidjs jsx templates
When reviewing or writing code, apply these guidelines:
- Use JSX for component templates
solidjs lazy loading
When reviewing or writing code, apply these guidelines:
- Implement lazy-loading for improved performance
solidjs naming conventions
When reviewing or writing code, apply these guidelines:
- Follow Solid.js naming conventions and best practices
solidjs optimization features
When reviewing or writing code, apply these guidelines:
- Use Solid's built-in optimization features
solidjs project folder structure
When reviewing or writing code, apply these guidelines:
-
Enforce the following folder structure:
src/ components/ pages/ utils/ types/ App.tsx index.tsx
solidjs react
Consolidated Skills
This expert skill consolidates 1 individual skills:
- solidjs-expert
Memory Protocol (MANDATORY)
Before starting:
cat .claude/context/memory/learnings.md
After completing: Record any new patterns or exceptions discovered.
ASSUME INTERRUPTION: Your context may reset. If it's not in memory, it didn't happen.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?