By jspsych
Skills for jsPsych development: building plugins and creating shareable timelines (experiment components).
Guide for creating jsPsych plugins following best practices. Use when the user wants to create a new jsPsych plugin, needs help deciding whether to build a new plugin or use existing ones, or asks questions about jsPsych plugin development. Covers when to build plugins, initialization with npx tool, plugin structure, testing, examples, and documentation.
Guide for creating shareable jsPsych timelines (experiment components). Use when the user wants to create a reusable experimental procedure, task, or component to share in the jspsych-timelines repository, or when they ask about building modular experiment components in jsPsych. Covers the timeline export structure (createTimeline, timelineUnits, utils), initialization, parameterization, documentation, and publishing.
A collection of Agent Skills for building experiments with jsPsych. These skills give AI coding agents (Claude Code, Cursor, Copilot, and others) the conventions and best practices for jsPsych development, loaded automatically when relevant.
| Skill | What it helps with |
|---|---|
jspsych-plugin-builder | Creating jsPsych plugins (v8+) — when to build vs. reuse, initialization, structure, testing, and documentation. |
jspsych-timeline-builder | Creating shareable, parameterized timelines (reusable experiment components) for the jspsych-timelines repository. |
/plugin marketplace add jspsych/skills
/plugin install jspsych@skills
This installs the jspsych plugin, which bundles both skills. Claude loads a skill automatically when your request matches its description, or you can invoke one directly with /jspsych-plugin-builder or /jspsych-timeline-builder.
Using the cross-agent skills CLI:
npx skills add jspsych/skills
Copy any folder under skills/ into your agent's skills directory (for Claude Code, that's ~/.claude/skills/ for personal use or .claude/skills/ in a project).
skills/
├── .claude-plugin/
│ └── marketplace.json # Claude Code plugin marketplace manifest
└── skills/
├── jspsych-plugin-builder/
│ └── SKILL.md
└── jspsych-timeline-builder/
└── SKILL.md
Each skill is a self-contained folder with a SKILL.md (YAML frontmatter + instructions), following the Agent Skills open standard. Skills may also include supporting files (reference docs, examples, scripts) referenced from SKILL.md.
New skills are welcome via pull request. See CONTRIBUTING.md for the skill format, the checklist for adding a skill, and review criteria.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub jspsych/skills --plugin jspsychDesign fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Complete developer toolkit for Claude Code