What problem does it solve?
This Skill helps you quickly understand what is inside a Java archive or compiled class file without manually unpacking or decoding it.
Core Features & Use Cases
- JAR Inspection: List archive contents and reveal package structure for dependency analysis or debugging.
- Manifest Reading: View the manifest to identify metadata such as version information and entry points.
- Class Decompilation: Convert compiled class files back into readable Java source when you need to study implementation details.
- Use Case: If you receive a third-party library and need to understand how it works, you can inspect the archive, check the manifest, and decompile a specific class to review its logic.
Quick Start
Ask the jar-explorer skill to inspect myapp.jar, show its manifest, and decompile com.example.Main into a source folder.