Ide Plugins Common
Description
Common code used by the JFrog Idea Plugin and the JFrog Eclipse plugin
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Ide Plugins Common [](https://github.com/jfrog/ide-plugins-common/actions/workflows/test.yml)
This project includes the common code used by the [JFrog Idea Plugin](https://github.com/jfrog/jfrog-idea-plugin) and the [JFrog Eclipse plugin](https://github.com/jfrog/jfrog-eclipse-plugin).
Building and Testing the Sources
After cloning the project, update submodules:
git submodule init
git submodule update
To build the code using the Gradle wrapper in Linux/Unix run:
> ./gradlew clean build
To build the code using the Gradle wrapper in Windows run:
> gradlew clean build
To build the code using the environment Gradle run:
> gradle clean build
To build the code without running the tests, add to the "clean build" command the "-x test" option, for example:
> ./gradlew clean build -x test
Code Contributions
We welcome community contribution through pull requests.
Release Notes
The release notes are available [here](RELEASE.md#release-notes).
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11