Explore, search, read, and decompile Java JAR, WAR, EAR, AAR, and Spring Boot fat-jar files via the dejared MCP server. Use this skill whenever the user references a .jar file path, asks what a third-party Java library does, wants to read a config embedded in a JAR (application.yml, spring.factories, MANIFEST.MF), needs class metadata (superclass, annotations, method signatures), is chasing a stack trace into a dependency without source, or is reverse-engineering a plugin/mod/obfuscated artifact. Applies to artifacts in ~/.m2/repository, ~/.gradle/caches, build/libs/, target/, lib/, and libs/. Prefer the dejared MCP tools over jar tf, jar xf, unzip, javap -p, javap -c, javap -v, or running a decompiler manually — even if the user doesn't explicitly ask for "the dejared tools" or "decompilation".
$npx -y skills add hqkh4nh/dejared-mcp --skill jar-analysisInstalls into the current project.
Run `npx skills use "https://github.com/hqkh4nh/dejared-mcp" --skill "hqkh4nh/dejared-mcp/jar-analysis"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hqkh4nh/dejared-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/hqkh4nh/dejared-mcp"` and select the relevant skills, then follow their instructions.