uft-crc-engine
CommunityCross-check and debug CRC/checksum code for UFT formats
AuthorAxel051171
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a platform for implementing, reviewing, and debugging CRC/checksum code for UFT formats, aiding in accurate data preservation and recovery.
Core Features & Use Cases
- CRC/Checksum Calculation: Computes CRC-16 values for UFT formats, including MFM/FM/Amiga/Apple/DEC.
- Debugging Tools: Offers Python reference implementations for cross-checking CRC calculations without the need for reveng.
- Documentation: Includes a comprehensive guide to CRC families and a workflow for adding new CRC variants.
Quick Start
Run the following command to calculate the CRC-16 for the IBM-3740 family on the provided data:
python3 .claude/skills/uft-crc-engine/scripts/reference/crc_reference.py \
--family ibm-3740 \
--init 0xFFFF \
--input 313233343536373839
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: uft-crc-engine Download link: https://github.com/Axel051171/UnifiedFloppyTool/archive/main.zip#uft-crc-engine Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.