SkillAgentSearch skills...

GitClient

A git client plugin for xed-editor

Install / Use

/learn @Xed-Editor/GitClient
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Git plugin for Xed-Editor

This is plugin for Xed-Editor (Karbon).

Setup

Follow these steps to set up the repository and build your plugin:

1. Clone the Repository

Start by cloning this repository and navigating into its directory:

git clone https://github.com/Xed-Editor/GitClient
cd pluginTemplate
mkdir -p sdk

2. Download the SDK

  1. Download the latest sdk.jar.zip from the GitHub actions.

    Note: If certain APIs or Classes are not available in your plugin then just update the SDK jar.

  2. Unzip it and Place the downloaded ** sdk.jar** file into the app/libs directory of the project

3. Build the Plugin

Run the following command to build your plugin:

bash gradlew assembleRelease

4. Locate the Build Output

After a successful build, your plugin will be available at:

app/build/outputs/apk/release/app-release-unsigned.apk

there should be a file with .apk extension this is your final file. you can install this from the app

View on GitHub
GitHub Stars29
CategoryDevelopment
Updated16d ago
Forks6

Languages

Kotlin

Security Score

75/100

Audited on Mar 13, 2026

No findings