CLAUDE

AI Integration Plugin Development Guide

Content Preview
# AI Integration Plugin Development Guide

## Build Commands
- `./gradlew build` - Build the entire project
- `./gradlew test` - Run all tests
- `./gradlew test --tests "com.didalgo.intellij.chatgpt.chat.metadata.UsageAggregatorTest"` - Run a specific test class
- `./gradlew test --tests "*.StandardLanguageTest.testDetection"` - Run a specific test method
- `./gradlew runIde` - Run the plugin in a development IDE instance
- `./gradlew runPluginVerifier` - Verify plugin compatibility with differe
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/CLAUDE.md \
  https://raw.githubusercontent.com/hesreallyhim/awesome-claude-code/main/resources/claude.md-files/AI-IntelliJ-Plugin/CLAUDE.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/hesreallyhim/awesome-claude-code

Then reference at resources/claude.md-files/AI-IntelliJ-Plugin/CLAUDE.md

Related Skills