Claude Code Plugins

Community-maintained marketplace

Feedback

solid-component-generator

@ehtbanton/ClaudeSkillsRepo
0
0

Generate SolidJS components with TypeScript and reactive primitives. Triggers on "create solid component", "generate solidjs component", "solid component", "solidjs file".

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name solid-component-generator
description Generate SolidJS components with TypeScript and reactive primitives. Triggers on "create solid component", "generate solidjs component", "solid component", "solidjs file".

SolidJS Component Generator

Generate SolidJS components with TypeScript and signals.

Output Requirements

File Output: *.tsx component files Format: Valid SolidJS TSX Standards: SolidJS 1.8+, TypeScript

When Invoked

Immediately generate a complete SolidJS component.

Example Invocations

Prompt: "Create SolidJS button component" Output: Complete Button.tsx with reactivity.