uft-filesystem

Traverse AmigaDOS, FAT12/16, CBM DOS, Apple DOS 3.3, ProDOS, and CP/M filesystems in disk images.

33|3|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/Axel051171/UnifiedFloppyTool --skill uft-filesystem
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uft-filesystem
Source: https://github.com/Axel051171/UnifiedFloppyTool/tree/main/.claude/skills/uft-filesystem
Command: npx skills add https://github.com/Axel051171/UnifiedFloppyTool --skill uft-filesystem

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The uft-filesystem skill addresses the challenge of adding filesystem-layer support for various disk-image formats, enabling file/directory access and navigation.

Core Features & Use Cases

  • Filesystem Layer Integration: Sit above format plugins to interpret sectors as directory entries and files.
  • Format Support: Works with formats like ADF, D64, D81, and more, providing traversal for AmigaDOS, FAT12/16, CBM DOS, Apple DOS 3.3, ProDOS, and CP/M.
  • Use Case: When you need to navigate the file system of an AmigaDOS disk image or extract files from a CBM DOS disk image, this skill allows you to do so efficiently.

Quick Start

To add AmigaDOS OFS/FFS traversal support, use the command: ./uft fs mount /path/to/adf/image

Frequently Asked Questions about uft-filesystem

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I navigate files and directories inside an AmigaDOS disk image?

You can mount the disk image to traverse AmigaDOS files and directories. This skill interprets sectors as directory entries and files, enabling file access and navigation within ADF images.

Can I extract files from a CBM DOS disk image?

Yes, you can extract files from a CBM DOS disk image by adding filesystem traversal capabilities. The skill interprets track data provided by plugins to access files on formats like D64.

Does this filesystem traversal tool support FAT12 and FAT16 formats?

Yes, filesystem traversal supports FAT12 and FAT16 formats. It integrates with disk image formats to interpret sectors as directory entries and files, providing navigation for these legacy filesystems.

What is the best way to add filesystem-layer support to disk image formats?

The best way to add filesystem-layer support is using a skill that sits above format plugins to interpret sectors as directory entries. This enables file and directory access across formats like ADF, D64, and D81.

How do I mount an ADF image to start navigating its contents?

To mount an ADF image and start navigating its contents, use the command `./uft fs mount /path/to/adf/image`. This initiates AmigaDOS OFS/FFS traversal support for file and directory access.

Do I need a specific format plugin to read Apple DOS 3.3 and ProDOS filesystems?

Yes, you need format plugins to provide track data for reading Apple DOS 3.3 and ProDOS filesystems. This skill adds the filesystem layer that interprets those sectors as directory entries and files.