chrisjq

AICoderNetBeansPlugin — AI skill for Claude Code

AI community

Netbeand IDE Plugin to provide a general Plugin for AI models to the netbeand tool.

How to install AICoderNetBeansPlugin

This entry records only its repository, not the path inside it, so there is no exact command to give. Open chrisjq/AICoderNetBeansPlugin and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What AICoderNetBeansPlugin does

Netbeand IDE Plugin to provide a general Plugin for AI models to the netbeand tool.

Alternatives in AI

  • Repomix — 📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file 22.7k ★
  • Qwen Code — A command-line AI workflow tool adapted from Gemini CLI, optimized for Qwen3-Coder models with enhanced parser 20.8k ★
  • Deepreasoning — A high-performance LLM inference API and Chat UI that integrates DeepSeek R1's CoT reasoning traces with Anthr 5.4k ★

README

AI Coder for NetBeans

**Version compatibility:** Version 1.2.21 supports Claude, GitHub Copilot, and Grok only. If you are running a released version review the documentation at that git tag.

AI Coder is a NetBeans IDE plugin that provides dockable, multi-session AI coding chats with IDE-aware context, project-scoped tools, configurable permissions, and reviewable file changes. It can work with local, CLI-based, SDK-based, ACP, app-server, and OpenAI-compatible backends through one shared chat and tool experience.

Supported backends

Backend Connection Configuration Default status
**Claude** Long-lived claude CLI stream session Executable and model Enabled
**GitHub Copilot** Copilot SDK session Executable and model Enabled
**Grok** Headless grok CLI prompt sessions Executable and model Enabled
**OpenCode** Long-lived opencode acp session Executable, editable/discovered model, and Build or Plan agent mode Enabled
**Codex** Long-lived Codex app-server session Executable, editable model, reasoning effort, and sandbox/approval options Enabled
**Ollama (Local)** OpenAI-compatible HTTP API Base URL, editable/discovered model, and context-management options Implemented; enable in Options. Note: Not as live tested as the other implementations, feel free to send me some hardware I can thrash :)

Each session has its own backend, model, settings, working project, chat history, session instructions, and optional persisted backend session/thread state. Multiple sessions and backends can run at the same time, though their file-, build- and Git-changing work is serialised across the whole plugin — see [Concurrency and li