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.mdSkill 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-codeThen reference at resources/claude.md-files/AI-IntelliJ-Plugin/CLAUDE.md
Related Skills
claude-api
Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.
claude-apiclaudeapiai
by Anthropic · anthropic-official-skills
claude-api
Anthropic Claude API patterns for Python and TypeScript. Covers Messages API, streaming, tool use, vision, extended thinking, batches, prompt caching, and Claude Agent SDK. Use when building applications with the Claude API or Anthropic SDKs.
claude-apiclaudeapipython
by affaan-m · everything-claude-code
CLAUDE
AgentHub — Claude Code Instructions
engineeringclaude
by alirezarezvani · alirezarezvani-claude-skills
CLAUDE
C-Level Advisory Skills — Claude Code Guidance
c-level-advisorclaude
by alirezarezvani · alirezarezvani-claude-skills