pyodide-exercise
Create browser-based Python exercises using Pyodide. Use for interactive coding without local setup.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install mjunaidca-robolearn-pyodide-exercise
Repository
Skill path: .claude/skills/pyodide-exercise
Create browser-based Python exercises using Pyodide. Use for interactive coding without local setup.
Open repositoryBest for
Primary workflow: Ship Full Stack.
Technical facets: Full Stack.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: mjunaidca.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install pyodide-exercise into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/mjunaidca/robolearn before adding pyodide-exercise to shared team environments
- Use pyodide-exercise for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
--- name: "pyodide-exercise" description: "Create browser-based Python exercises using Pyodide. Use for interactive coding without local setup." version: "0.1.0" status: "placeholder" --- # Pyodide Exercise Skill **Purpose**: Create interactive Python exercises that run in the browser using Pyodide. ## When to Use - Creating hands-on coding exercises - Building Tier 1 alternatives for GPU-required content - Making robotics concepts accessible without hardware ## Capabilities | Feature | Support | |---------|---------| | Python 3.11 | Full | | NumPy | Yes | | Matplotlib | Yes (inline) | | Custom modules | Via micropip | | MockROS | Custom bridge | ## Exercise Structure ``` <PythonRunner> - Initial code (editable) - Test cases (hidden or visible) - Expected output - Hints (progressive) </PythonRunner> ``` ## Output - PythonRunner component with exercise - Pre-loaded imports - Test validation logic - Success/failure feedback ## Integration - Used by lesson-generator for interactive exercises - Works with MockROSBridge for ROS simulation - Integrated with RobotViewer for visualization --- **Status**: Placeholder - To be implemented for interactive lab component (Phase 6).