DimillianDimillianCommunity·3 Agent Skills Included

PokeSwift

Safe Swift game port fixes, extraction, and refactors

Guides safe changes to a native macOS Pokemon Red port built in Swift. Traces gameplay parity bugs from disassembly data through extraction, content loading, and runtime layers to the true root cause. Prevents broken builds by enforcing Tuist workspace regeneration, module ownership boundaries, and correct validation after refactors.
npx skills add Dimillian/PokeSwift --all -g -y
Available:

Instructs your AI agent on module ownership, source-of-truth boundaries, and the exact build, extraction, and test commands to use when modifying this Swift game port.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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