cyberneticlibrary

Migrate Python projects to Go

py2goskillsetup L40
vanducng/skills
What it does

Migrate Python to idiomatic Go

Best for

Migrating a Python project to Go when you need idiomatic Go patterns with automated playbook routing by project type (CLI, HTTP, worker, etc).

Inputs
  • · Python project directory
  • · project type specification
Outputs
  • · Go project structure
  • · migrated code
  • · conversion mapping
Requires
  • · Go SDK
  • · conversion tools
Preconditions
  • · Python 3+ project with identifiable type
Failure modes
  • · ambiguous project type → wrong playbook
  • · mixed patterns in codebase
Trust signals
  • · Ships stdlib-only tools
  • · Open source: vanducng/skills