Initialize a comprehensive Julia package development environment with XP workflow. Creates iterations/, pairing-artifacts/, spikes/ for XP iterations, plus resources/ directory. Automatically generates PROGRESS.md for TODO tracking and CLAUDE.md as project command center. Supports creating new packages or wrapping existing ones.
/plugin marketplace add ehgus/julia-claude-code-template/plugin install ehgus-julia-claude-code-template@ehgus/julia-claude-code-template<PackageName> [Description]# Prerequisite Before execution, "$1" should be camel case string and not be ended with ".jl". For example, instead of "new-benchmark", "NewBenchmark" is correct. "NewBenchmark.jl" is not acceptible. If it do not satify that, do not execute it and terminate this process. # Context ## 1. Confirm Julia exists. Check the julia command exist using !`julia --version`. When emitting not found error, please inform the user to "install Julia first" and terminate this process. ## 2. Check package existence based on description parameter. - Check that "$1.jl/" directory does whether exist using ...