jade-utility-consumer-onboarder

Extract Java sources from a JADE project ZIP and generate a baseline test-config.json.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/TheRealSeber/PolishedJADEite --skill jade-utility-consumer-onboarder
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jade-utility-consumer-onboarder
Source: https://github.com/TheRealSeber/PolishedJADEite/tree/main/.claude/skills/jade-utility-consumer-onboarder
Command: npx skills add https://github.com/TheRealSeber/PolishedJADEite --skill jade-utility-consumer-onboarder

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill removes the manual setup work involved in bringing an external JADE project into the consumer playground, preserving source structure and producing a usable verification config in one pass.

Core Features & Use Cases

  • ZIP Ingestion: Extracts a supplied project archive and copies only Java sources into a named consumer-playground directory.
  • Source Layout Detection: Handles common Maven, Gradle, and plain-project layouts by locating the correct Java source root automatically.
  • Test Config Bootstrap: Generates a baseline test-config.json with boot arguments, classpath dependencies, timeout settings, and expected output markers.
  • Use Case: Use it when you need to import a JADE project for runtime verification, create a repeatable playground copy, or standardize onboarding for agent-based consumer tests.

Quick Start

Use the jade-utility-consumer-onboarder skill to import the attached JADE ZIP into consumer-playground with your chosen project name and agent class, then generate the initial test-config.json.

Frequently Asked Questions about jade-utility-consumer-onboarder

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

FAQPage Schema
How do I import a JADE project from a ZIP file into a consumer playground?

To import a JADE project, you extract the supplied ZIP archive, filter for Java sources, and copy them into a named consumer-playground directory while preserving the package structure and skipping binaries or IDE artifacts.

How do I generate a test-config.json for a JADE agent project?

You generate a baseline test-config.json by extracting the JADE project sources and synthesizing the config with boot arguments, classpath dependencies, timeout settings, and expected output markers for runtime verification.

Does the JADE onboarding process support both Maven and Gradle source layouts?

Yes, JADE project onboarding automatically detects and handles common Maven, Gradle, and flat source layouts by locating the correct Java source root during the ZIP extraction process.

What is the best way to set up runtime verification for an external JADE project?

The best way to set up runtime verification is importing the external JADE project into a consumer playground, which generates a repeatable workspace copy and bootstraps a standardized test-config.json.

What files are skipped during JADE project ZIP extraction for playground setup?

During ZIP extraction for playground setup, the process skips test files, binary files, and IDE artifacts, copying only Java source files to maintain a clean runtime verification environment.

Can I wire agent-class boot arguments automatically when onboarding a JADE project?

Yes, you can wire agent-class boot arguments automatically through optional configuration settings during the test-config.json synthesis phase of the JADE project onboarding process.