Pyxel Skill — Development skill for Claude Code
Claude Code skill for retro game development with Pyxel.
How to install Pyxel Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open kitao/pyxel-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Pyxel Skill does
Claude Code skill for retro game development with Pyxel.
Alternatives in Development
- Contributing To Career-Ops — Thanks for your interest in contributing 32.5k ★
- SuperClaude Framework — A configuration framework that enhances Claude Code with specialized commands, cognitive personas, and develop 22k ★
- Feature Dev — Comprehensive feature development with specialized agents 14k ★
README
pyxel-skill
[](https://github.com/kitao/pyxel-skill/actions/workflows/test.yml) [](https://agentskills.io/specification) [](LICENSE)
An [Agent Skill](https://agentskills.io) for building and verifying [Pyxel](https://github.com/kitao/pyxel) games. It guides implementation and verification for the requested game; [pyxel-mcp](https://github.com/kitao/pyxel-mcp) supplies the observation tools it drives.
Version 1.4.2 targets pyxel-mcp >= 1.3.1, Pyxel >= 2.9.6, and Python >= 3.11.
Install
Claude Code
The repository is also a plugin that bundles the pyxel-mcp server configuration:
claude plugin marketplace add kitao/pyxel-skill
claude plugin install pyxel@pyxel-skill
The plugin registers the `pyxel` MCP server as `uvx --from 'pyxel-mcp>=1.3.1' pyxel-mcp`, so do not add the server again by hand. The skill is available as `/pyxel:pyxel` and activates on its own for Pyxel work.
Any agent with the skills CLI
Add the skill:
npx skills add kitao/pyxel-skill
For clients without automatic plugin registration, also follow [MCP setup](#mcp-setup). Claude Code recognizes this skill's plugin manifest and registers the bundled server; for a project install, trust the workspace and enable the server when prompted.
Manual
The installed folder or symlink must be named `pyxel`.
git clone https://github.com/kitao/pyxel-skill.git .claude/skills/pyxel
rm -rf .claude/skills/pyxel/.git
For a shared local clone:
git clone https://github.com/kitao/pyxel-skill.git ~/src/pyxel-skill
# Agent Skills
mkdir -p ~/.agents/skills && ln -s ~/src/pyxel-skill ~/.agents/skills/pyxel
# Codex
mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills" && ln -s ~/src/pyxel-skill "${CODEX_HOM
Related Skills
Epic Cycle
Run the BMAD epic development cycle (sprint planning → stories → retro) using Agent Teams with spawn-on-demand
Gameskill
Capture what this game-development session taught as a reusable skill (project, user or Summer library) so the
Claude Sbox
Claude Code skill for s&box game development. Schema-verified API reference, 10 runnable examples, zero Unity
LibreGameDev Claude Code
20 Claude Code plugins for game development across Godot, Unity, and Unreal
Agent Game Developer
Dispatch hub:game-developer — Game development across all platforms (PC, Web, Mobile, VR/AR).
Retro
Facilitate structured sprint retrospectives with action items
Related Agents
Mobile Engineer
React Native and mobile specialist for Solana game development. Builds cross-platform mobile games using Expo,
Game Developer
Game development across all platforms (PC, Web, Mobile, VR/AR). Use when building games with Unity, Godot, Unr
Game Design Advisor
Provides game design guidance, mechanics suggestions, and creative direction for game development projects