One-click install
npx skills add https://github.com/MarvinCui/NeuroForge --skill jspsych
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jspsych
Source: https://github.com/MarvinCui/NeuroForge/tree/main/NeuroForge/skills/jspsych
Command: npx skills add https://github.com/MarvinCui/NeuroForge --skill jspsych

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Help you design and reason about browser-based behavioral experiments in jsPsych, including how to structure timelines, choose plugins, and interpret exported trial data without making unsafe or overly confident assumptions.

Core Features & Use Cases

  • Timeline & trial planning: Draft experiment structures around jsPsych timelines, trial types, and reaction-time style tasks.
  • Plugin and trial metadata review: Identify what fields and parameters to track (e.g., trial_type, response, rt, accuracy) and how they flow into exported datasets.
  • Safe routing to next analysis steps: Recommend how to route exported behavioral tables toward statistics or modeling while flagging what must be validated first.

Quick Start

Use the jspsych skill to plan a jsPsych experiment timeline and review what your exported trial data should contain before you run analysis.

Frequently Asked Questions about jspsych

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a behavioral experiment timeline using jsPsych?

To design a behavioral experiment timeline using jsPsych, you translate your trial structure and reaction-time task requirements into safe documentation guidance. This involves planning timeline variables, trial types, and metadata fields before execution.

What jsPsych plugin should I choose for reaction time data collection?

Choosing a jsPsych plugin for reaction time data requires reviewing plugin parameters to ensure they capture trial_type, response, and rt fields accurately. You must validate plugin behavior against current official documentation.

How do I review trial metadata in exported jsPsych behavioral data?

Reviewing trial metadata in exported jsPsych behavioral data involves inspecting fields like accuracy, rt, and trial_type to understand data flow. You verify that exported datasets contain necessary parameters before routing to statistics.

Can I route exported jsPsych data directly to Bayesian modeling workflows?

You can route exported jsPsych data to Bayesian modeling workflows after validating behavioral tables. The process flags what must be checked first, ensuring reaction-time and accuracy data meet statistical assumptions.

Are there limitations when relying on jsPsych documentation for plugin selection?

Yes, limitations exist when relying on jsPsych documentation for plugin selection: you must enforce cautions about version-specific behavior. Avoid unauthorized modification of user data and always confirm parameters against current official sources.