migrate-script

Migrate external JArchi scripts to project conventions with npm integration.

Updated Feb 14, 2026
One-click install
npx skills add https://github.com/ThomasRohde/jarchi-scripting-system --skill migrate-script
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: migrate-script
Source: https://github.com/ThomasRohde/jarchi-scripting-system/tree/main/.claude/skills/migrate-script
Command: npx skills add https://github.com/ThomasRohde/jarchi-scripting-system --skill migrate-script

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of adapting and integrating existing JArchi scripts from external sources into your current project, ensuring consistency and adherence to project conventions.

Core Features & Use Cases

  • Automated Transformation: Converts external scripts to match project templates, logging, and dependency patterns.
  • Dependency Management: Handles npm package integration and GraalJS compatibility.
  • Registry Integration: Creates necessary entries for the script menu system.
  • Use Case: You found a useful JArchi script on GitHub but it doesn't follow your project's structure. Use this Skill to automatically refactor it, making it compatible and ready to use.

Quick Start

Use the migrate-script skill to import the JArchi script located at https://github.com/example/some-jarchi-scripts.

Frequently Asked Questions about migrate-script

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

FAQPage Schema
How do I import external JArchi scripts into my project?

Importing external JArchi scripts requires transforming them to match project conventions, including templating, logging standards, and dependency management. This process also handles npm package integration and creates registry entries for menu system discoverability.

What is the best way to refactor a JArchi script from GitHub to match my project structure?

Refactoring an external JArchi script is best handled by automating its transformation to adhere to your project's specific templates, logging standards, and dependency patterns. This ensures consistency and readiness for immediate use within your current environment.

Does JArchi script migration support npm package integration and GraalJS compatibility?

JArchi script migration supports npm package integration and handles GraalJS compatibility directly. This ensures that external scripts with complex external dependencies are correctly integrated and function within the project's managed environment.

How are migrated JArchi scripts made discoverable in the menu system?

Migrated JArchi scripts are made discoverable by creating necessary registry entries during the integration process. This automatically registers the transformed scripts within the menu system for easy access and execution.

Can I use this approach to standardize logging and dependency patterns for any external JArchi script?

You can use this approach to standardize logging and dependency patterns for any external JArchi script. It converts imported scripts to match your specific project templates and dependency management rules automatically.