PokeSwift
Safe Swift game port fixes, extraction, and refactors
All Skills in This Repository (3)
Pure Emerald Level Indicatorspokeswift-extractor-contract-change
Validate PokeSwift extraction changes against data contracts and schemas.
pokeswift-tuist-refactor-guard
Plan and validate Swift refactors within the Tuist workspace and target graph.
pokeswift-parity-fix
Trace PokeSwift parity regressions from pokered assembly through PokeExtractCLI, Content/Red, PokeCore, and PokeUI.
Frequently Asked Questions
FAQPage SchemaHow to install PokeSwift skills?▼
Run `npx skills add Dimillian/PokeSwift --all -g -y` in your terminal to install all skills in this suite globally.
How to fix Pokemon Red parity bugs in Swift?▼
The parity-fix skill traces the bug from the original disassembly through extraction and runtime layers, then fixes the first layer that diverges from expected behavior.
How to refactor Swift files without breaking Tuist?▼
The refactor-guard skill plans changes within existing module boundaries and regenerates the Tuist workspace after any file moves to prevent stale project references.
Can I edit generated game content files directly?▼
No. These skills enforce fixing the extractor and regenerating content instead of hand-editing generated artifacts, keeping the pipeline deterministic.
Do these skills work with Claude Code and Codex?▼
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Codex, Cursor, and other compatible coding environments.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core