magisk-module

Generate templates and build scripts for Android root modules.

Updated May 13, 2026
One-click install
npx skills add https://github.com/14ag/claude-skills --skill magisk-module
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: magisk-module
Source: https://github.com/14ag/claude-skills/tree/main/magisk-module
Command: npx skills add https://github.com/14ag/claude-skills --skill magisk-module

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables users to develop comprehensive, cross-compatible root modules for Android device customization, simplifying the process of creating, packaging, and deploying modules across multiple root managers.

Core Features & Use Cases

  • Module scaffolding: Provides structured templates for module creation targeting Magisk, KernelSU, SukiSU-Ultra, and APatch.
  • Package building: Automates packaging of modules into ZIP files with all required components.
  • Configuration and compatibility: Assists in writing consistent module.prop, customize.sh, and deployment scripts that work across Android versions and root environments.
  • Use Case: A developer wants to create a module that supports multiple root managers with a single ZIP package, ensuring broad device coverage and easy updates.

Quick Start

Use this skill to generate a skeleton for a Magisk module including all essential files and templates.

Frequently Asked Questions about magisk-module

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

FAQPage Schema
How do I create a root module compatible with both Magisk and KernelSU?

To create a root module compatible with Magisk and KernelSU, you need to generate standardized configuration files like module.prop and customize.sh that ensure consistent deployment across multiple Android root environments.

What files are required for Android root module packaging?

Required files for Android root module packaging include module.prop for metadata, customize.sh for deployment, and build scripts to automate zipping components into an installable package.

Can I build a single ZIP package that supports APatch and SukiSU-Ultra?

Yes, you can build a single ZIP package supporting APatch and SukiSU-Ultra by using automatically generated templates and deployment scripts designed for cross-platform Android root environment compatibility.

How do I automate system modification overlays for Android root?

Automate system modification overlays by generating structured module templates and build scripts that handle property patching and custom overlays without manual file configuration.

Does this module development approach work across different Android versions?

Yes, this module development approach works across different Android versions by generating configuration files and deployment scripts that maintain consistency across various root environments.