solidjs-expert

📁 oimiragieo/agent-studio 📅 Jan 27, 2026
14
总安装量
5
周安装量
#23889
全站排名
安装命令
npx skills add https://github.com/oimiragieo/agent-studio --skill solidjs-expert

Agent 安装分布

github-copilot 2
antigravity 2
gemini-cli 2
windsurf 1
clawdbot 1
trae 1

Skill 文档

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.