Skip to content

ClankerGuru/clkx-agents

Repository files navigation

clkx-agents

Build Maven Central License: MIT

Gradle settings plugins for AI coding agents -- Claude Code, GitHub Copilot, OpenAI Codex, and OpenCode.

Modules

Module Plugin ID Tasks README
:exec -- -- exec/README.md
:claude zone.clanker.claude 13 claude/README.md
:copilot zone.clanker.copilot 9 copilot/README.md
:codex zone.clanker.codex 13 codex/README.md
:opencode zone.clanker.opencode 18 opencode/README.md

Install the CLIs

# Claude Code
bun install -g @anthropic-ai/claude-code

# GitHub Copilot
brew install --cask copilot-cli      # or: bun install -g @github/copilot

# OpenAI Codex
brew install --cask codex            # or: bun install -g @openai/codex

# OpenCode
brew install opencode                # or: bun install -g opencode-ai

Quick Start

Apply the plugin for the agent you want to use in settings.gradle.kts:

plugins {
    id("zone.clanker.claude") version "<version>"
}

claude {
    model = "opus"
    effort = "high"
}

Then run tasks from the command line:

./gradlew claude-run -Pprompt="Fix the build"

Claude Code

./gradlew claude-run -Pprompt="Fix the build"
./gradlew claude-resume -PsessionId="abc123"
./gradlew claude-auth
./gradlew claude-version
./gradlew claude-doctor

See claude/README.md for all 13 tasks and configuration options.

GitHub Copilot

./gradlew copilot-run -Pprompt="Refactor the data layer"
./gradlew copilot-resume -PsessionId="abc123"
./gradlew copilot-init
./gradlew copilot-auth
./gradlew copilot-version

See copilot/README.md for all 9 tasks and configuration options.

OpenAI Codex

./gradlew codex-exec -Pprompt="Add unit tests"
./gradlew codex-review -Pbase="main"
./gradlew codex-auth
./gradlew codex-version

See codex/README.md for all 13 tasks and configuration options.

OpenCode

./gradlew opencode-run -Pprompt="Explain this codebase"
./gradlew opencode-stats -Pdays="7"
./gradlew opencode-auth
./gradlew opencode-version

See opencode/README.md for all 18 tasks and configuration options.

Building

./gradlew build

License

MIT -- see LICENSE.

About

Gradle plugins for AI coding agents — Claude, Copilot, Codex, OpenCode

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages