cardputer-buddy

Manage MicroPython apps on Cardputer devices via USB-serial communication.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/nerinanarine/claudecode-devcontainer --skill cardputer-buddy-nerinanarine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cardputer-buddy
Source: https://github.com/nerinanarine/claudecode-devcontainer/tree/main/.claude/plugins/marketplaces/claude-plugins-official/plugins/cwc-makers/skills/cardputer-buddy
Command: npx skills add https://github.com/nerinanarine/claudecode-devcontainer --skill cardputer-buddy-nerinanarine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of managing MicroPython apps on Cardputer devices, allowing users to add new apps, push changes, and interact with the device without reflashing.

Core Features & Use Cases

  • App Management: Add new apps and update existing ones without reflashing the device.
  • Push Changes: Send a single changed .py file to the device for immediate use.
  • Log Monitoring: Tail device serial logs for debugging and monitoring.
  • REPL Commands: Run one-shot REPL commands for quick testing and debugging.
  • Use Case: Ideal for developers or users who want to quickly iterate on MicroPython apps without the need for reflashing.

Quick Start

Push the 'snake.py' app to the Cardputer device using the cardputer-buddy skill.

Frequently Asked Questions about cardputer-buddy

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

FAQPage Schema
How do I manage MicroPython apps on a Cardputer without reflashing?

You can manage MicroPython apps on a Cardputer by using USB-serial communication to transfer files and execute commands, enabling app installation and updates without reflashing the device.

What is the process for pushing a single changed .py file to a Cardputer?

Pushing a single changed .py file to a Cardputer involves sending the file directly via USB-serial communication, allowing the device to use the updated MicroPython script immediately without a full reflash.

Can I monitor serial logs and run REPL commands on Cardputer devices?

Yes, you can monitor serial logs and run one-shot REPL commands on Cardputer devices via USB-serial, facilitating quick testing, debugging, and real-time log monitoring for MicroPython applications.

Does USB-serial communication support debugging MicroPython scripts on Cardputer?

Yes, USB-serial communication supports debugging MicroPython scripts on Cardputer by allowing you to tail device serial logs and execute one-shot REPL commands for immediate testing and troubleshooting.

What is the best way to iterate on MicroPython applications for Cardputer?

The best way to iterate on MicroPython applications for Cardputer is using USB-serial communication to push individual file changes and run REPL commands, bypassing the need for complete device reflashing.