Free SKILL.md scraped from GitHub. Clone the repo or copy the file directly into your Claude Code skills directory.
npx versuz@latest install tippinggame-f8framework-tests-aiskills-f8framework-skills-tools-f8-tools-converter-workfgit clone https://github.com/TippingGame/F8Framework.gitcp F8Framework/SKILL.MD ~/.claude/skills/tippinggame-f8framework-tests-aiskills-f8framework-skills-tools-f8-tools-converter-workf/SKILL.md--- name: f8-tools-converter-workflow description: Use when working with Converter tools — type conversion helpers and data format conversion utilities in F8Framework. --- # Converter Tools Workflow ## Use this skill when - The task involves type conversions between common data formats. - The user needs numeric, string, or Unity type conversion helpers. ## Path resolution 1. Source: Assets/F8Framework/Runtime/Utility/Converter.cs (~5KB) ## Sources of truth - Source file: Assets/F8Framework/Runtime/Utility/Converter.cs ## Key capabilities - Numeric type conversions (int ↔ float ↔ string) - Unity type conversions (Vector ↔ string, Color ↔ string) - Safe conversion with fallback defaults - Batch conversion utilities ## Workflow 1. Use `Converter` class static methods. 2. No initialization needed — pure utility methods. 3. Safe methods return default values on conversion failure. ## Output checklist - Conversion method identified. - Input/output types verified. - Fallback handling documented.