Skills2026年5月14日·1 分钟阅读

DevoxxGenie — Local LLM Coding for IntelliJ

An IntelliJ IDEA plugin that uses local LLMs for coding assistance, with a security-focused tool menu; verified 648★, pushed 2026-05-14.

Agent 就绪

先审查再安装

这个资产需要先审查。复制的指令会要求 Agent dry-run、列出写入项,确认后再继续。

Needs Confirmation · 66/100策略:需确认
Agent 入口
任意 MCP/CLI Agent
类型
Skill
安装
Single
信任
信任等级:Established
入口
Asset
先审查命令
npx -y tokrepo@latest install 8a417189-5047-5870-afcc-89092c03f782 --target codex

先 dry-run,确认写入项后再运行此命令。

介绍

DevoxxGenie 是 IntelliJ IDEA 插件:可用本地 LLM 做编码辅助,并提供安全工具菜单(如 Trivy/Gitleaks);已验证 648★,更新于 2026-05-14。

Best for: 想在 IntelliJ 中使用本地 LLM 辅助编码,并顺手集成安全扫描工具的开发者

Works with: IntelliJ 系列 IDE;README 提到可通过 brew 安装 gitleaks/opengrep/trivy 等工具

Setup time: 10-20 minutes

Key facts (verified)

  • GitHub:648 stars · 86 forks;最近更新 2026-05-14。
  • 许可证:MIT;作者头像与仓库链接均已通过 GitHub API 复核。
  • README 中可对照的入口:Install in IntelliJ Marketplace

Main

  • 优先本地化:本地 LLM + IDE 上下文可减少敏感代码外发的需求。

  • 把安全工具当护栏:在 review 流程里跑 gitleaks/opengrep/trivy,提前暴露常见问题。

  • 固化可重复流程:例如 生成 → 测试 → 扫描 → 重构,而不是在 IDE 内随意聊天式改代码。

  • 把模型与运行环境要求写清楚:让团队机器上的插件行为更一致。

README (excerpt)

DevoxxGenie

X GitHub Repo stars JetBrains Plugin Rating Documentation

Devoxx Genie is a fully Java-based LLM Code Assistant plugin for IntelliJ IDEA, designed to integrate with local LLM providers such as Ollama, LMStudio, GPT4All, Llama.cpp and Exo but also cloud based LLM's such as OpenAI, Anthropic, Mistral, Groq, Gemini, DeepInfra, DeepSeek, Kimi, GLM, OpenRouter, Azure OpenAI and Amazon Bedrock

🆕 Security Scanning — Run Gitleaks (secret detection), OpenGrep (SAST) and Trivy (dependency CVEs) directly from the LLM agent. Findings are automatically created as prioritised tasks in the Spec Browser for tracking and remediation!

🆕 Spec Driven Development (SDD) — Define tasks in Backlog.md, browse them in the Spec Browser with Task List and Kanban Board views, then let the Agent implement them autonomously! Use the Agent Loop to run multiple tasks in a single batch with dependency ordering and automatic advancement.

🆕 AI-powered Inline Code Completion — Get context-aware code suggestions as you type using Fill-in-the-Middle (FIM) models via Ollama or LM Studio!

Source-backed notes

  • README 的工具表格列出 Gitleaks/OpenGrep/Trivy,并给出 brew install ... 示例命令。
  • 仓库为 MIT 许可证且近期更新(已通过 GitHub API 复核)。
  • 仓库定位为 IntelliJ IDEA 插件(由 README 与项目结构说明)。

FAQ

  • 一定要 Homebrew 吗?:不一定:Homebrew 主要用于安装可选的安全工具;插件本身在 IntelliJ 里安装。
  • 是开源的吗?:是:MIT 许可证(已通过 GitHub API 复核)。
  • 这些工具用来干嘛?:README 列出 gitleaks/opengrep/trivy,用于 secrets/SAST/依赖安全扫描流程。
🙏

来源与感谢

Created by devoxx. Licensed under MIT.

devoxx/DevoxxGenieIDEAPlugin — ⭐ 648

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产