using-bgs-archive

Detect, extract, and repack Bethesda BA2/BSA archives for MO2 modding workflows.

11|3|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/BB-84C/bgs-modding-superpowers --skill using-bgs-archive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-bgs-archive
Source: https://github.com/BB-84C/bgs-modding-superpowers/tree/main/plugins/bgs-modding-superpowers/skills/using-bgs-archive
Command: npx skills add https://github.com/BB-84C/bgs-modding-superpowers --skill using-bgs-archive

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually handling Bethesda BA2/BSA archives for game modding is error-prone, with common pitfalls including writing packed archives to protected game directories, misjudging asset precedence, and attempting unsupported archive packing operations that break mods.

Core Features & Use Cases

  • Archive Inspection & Detection: Automatically detect archive family, version, format, compression type, and entry count for any supported BSA/BA2 file.
  • Safe Asset Extraction: Extract filtered archive assets to designated staging or MO2 mod folders, avoiding clutter and conflicts in game Data directories.
  • MO2 Overlay Packing: Pack modified assets into supported archive formats placed directly in MO2 mod overlay folders for safe testing and deployment.
  • Asset Precedence Guidance: Built-in judgment rules and KB integration help modders resolve common asset loading conflicts without misapplying plugin order fixes.
  • Use Case: A modder fixing a missing texture can use this skill to extract only texture assets from a game BA2 archive, edit the files, and repack them into their MO2 mod folder without risking corruption of their base game installation.

Quick Start

Use the using-bgs-archive skill to extract all mesh assets from the 'Fallout4 - Meshes.ba2' archive to your MO2 mod staging folder for inspection and editing.

Frequently Asked Questions about using-bgs-archive

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

FAQPage Schema
How do I extract assets from a Bethesda BA2 or BSA archive without writing to the game Data directory?

To extract BA2 or BSA archive assets safely, you can extract filtered files directly to a designated staging or Mod Organizer 2 mod folder, keeping your base game Data directory untouched and preventing conflicts.

Can I pack modified assets into a BA2 archive for an MO2 mod overlay?

Yes, you can pack modified assets into supported BA2 or BSA archive formats and place them directly in your MO2 mod overlay folders for safe testing and deployment.

How do I resolve asset precedence conflicts when loading multiple Bethesda BA2 or BSA archives?

Resolving asset precedence conflicts for BA2 and BSA archives requires built-in judgment rules and knowledge base integration, helping you address loading conflicts without misapplying plugin order fixes.

What information can I get from inspecting a Bethesda BSA or BA2 archive file?

Inspecting a BSA or BA2 archive automatically detects its family, version, format, compression type, and entry count, giving you a complete overview of the archive's internal structure.

Does this archive tool support both BSA and BA2 formats for Bethesda game modding?

Yes, the tool supports both BSA and BA2 formats with read and write capabilities, applying to Bethesda Game Studios modders who need to inspect, extract, or repack archive contents.

Why does my mod break when I pack modified assets into a game directory's BA2 archive?

Packing archives directly into protected game directories causes errors and mod corruption; instead, repack modified assets into MO2 overlay folders to ensure safe archive operations.