Skill Authoring
Design, draft, and refine SKILL.md-based agent skills with clear trigger criteria, execution flow, validation checks, and reusable references. Use when creating a new skill or improving an existing one.
Solid Design Patterns
Choose SolidJS architecture patterns with explicit tradeoffs, migration paths, and deterministic recommendation rules. Use when deciding state ownership, rendering/data flow, or boundary design.
Solid Testing Quality Gates
Define and enforce SolidJS testing and quality gates with deterministic pass/fail criteria. Use when specifying validation strategy for components, routing, SSR, and regressions.
Solid Reviewer
Review SolidJS diffs for correctness, reactivity safety, SSR/hydration risk, and maintainability with deterministic severity ordering. Use when auditing PRs or producing final review findings.
Solid Start Server Runtime
Guide SolidStart server runtime patterns for handlers, middleware, server functions, and request events with explicit runtime constraints. Use for server-side SolidStart architecture and API behavior.
System Prompt Engineer
Author and review system prompts for agent behavior control, instruction precedence, safety constraints, and output contracts. Use when defining or auditing operational prompts for reliability.
Solid Intent Router
Route SolidJS user intent to the correct macro and domain subskill with deterministic keyword precedence and fallback rules. Use when selecting which Solid skill should execute first.
Solid Control Flow Rendering
Select and enforce SolidJS control-flow and rendering primitives with explicit branch semantics. Use for conditional/list rendering, suspense boundaries, and dynamic rendering choices.
Solid Refactor Assistant
Plan and execute SolidJS refactors with explicit invariants, rollback-safe sequencing, and citation-backed verification. Use when changing boundaries, state shape, rendering flow, or public props interfaces.
Solid Component Builder
Build or improve SolidJS components with deterministic reactivity decisions and citation-backed guidance. Use when implementing a component, feature slice, or reusable UI primitive in SolidJS.
Solid Meta Head Management
Apply solid-meta head and metadata primitives with deterministic SSR-safe behavior. Use for title/meta/link/style/base management across route and layout boundaries.
Solid Router Data Navigation
Apply Solid Router routing, navigation, and data APIs with deterministic loading/error and revalidation behavior. Use for route layout, params, query/action, and navigation flows.
Solid State Architecture
Define SolidJS state ownership across signals, stores, and context with explicit coupling boundaries. Use for shared-state and context architecture decisions.
Solid Scaffold Bootstrap
Scaffold SolidJS projects or feature modules with deterministic production defaults and extension points. Use when creating new app layouts, modules, or foundational project structure.
Solid Ssr Hydration Debugger
Diagnose and prevent SolidJS SSR/hydration mismatches with deterministic reproduction and remediation steps. Use for server-client render inconsistencies, hydration errors, and browser-only boundary issues.
Workflow Planner
Transform user requests into structured execution plans with checkpoints, branch logic, and verification gates. Use when tasks need multi-step orchestration and clear progress tracking.
Solid Reactivity Core Expert
Apply SolidJS fine-grained reactivity primitives with strict derivation-vs-side-effect rules. Use for signal/memo/effect/resource decisions and dependency correctness.