Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add instructions/devoxx/devoxxgenieideaplugin/agents-mdgit clone --depth 1 https://github.com/devoxx/DevoxxGenieIDEAPluginWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.02849 | $0.02849 |
| Opus 5 | $0.01425 | $0.01425 |
| Sonnet 5 | $0.00570 | $0.00570 |
| Haiku 4.5 | $0.00285 | $0.00285 |
Grade A, and why
DevoxxGenieIDEAPlugin AGENTS.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 282 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file provides guidance to AI agents when working with code in this repository.
Project Overview
DevoxxGenie is a Java-based LLM Code Assistant plugin for IntelliJ IDEA that integrates with both local LLM providers (Ollama, LMStudio, GPT4All, Llama.cpp, Exo) and cloud-based LLMs (OpenAI, Anthropic, Mistral, Groq, Gemini, DeepInfra, DeepSeek, OpenRouter, Azure OpenAI, Amazon Bedrock). The plugin supports advanced features like RAG (Retrieval-Augmented Generation), MCP (Model Context Protocol) servers, web search, and agentic programming capabilities.
Build & Development Commands
Building
./gradlew buildPlugin # Build plugin (creates ZIP in build/distributions/)
./gradlew clean # Clean build artifacts
./gradlew shadowJar # Create shadow JAR with dependencies
Testing
./gradlew test # Run all tests
./gradlew test --tests ClassName # Run specific test class
./gradlew test --tests ClassName.methodName # Run single test method
./gradlew verifyPlugin # Verify plugin (includes tests)
Running & Publishing
./gradlew runIde # Run IntelliJ IDEA with plugin for testing
./gradlew publishPlugin # Publish to JetBrains Marketplace (requires PUBLISH_TOKEN env var)
Task Automation (using Taskfile)
task build # Build the plugin
task test # Run tests
task run-ide # Run IDE with plugin
task generate-changelog VERSION=0.8.0 # Generate changelog from merged PRs
task preview-changes VERSION=0.8.0 # Preview changelog without committing
Core Architecture
Multi-Module Structure
- Root module: Main IntelliJ plugin code (
src/main/java/com/devoxx/genie/) - Core module: Shared utilities being refactored (see
core/README.md- issue #564) - Docusaurus: Documentation website (
docusaurus/)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 282 lines · 2,849 tokens per session scan A bea91ee45986
DevoxxGenieIDEAPlugin AGENTS.md is an instructions file published in the GitHub repository devoxx/DevoxxGenieIDEAPlugin (677 stars, last pushed 5d ago), licensed MIT. It adds 2,849 tokens to every session, about $0.0142 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
parlant CLAUDE.md
Instructions for emcie-co/parlant: This is the main repo of Parlant (https://parlant.io).
opencode-bar AGENTS.md
Instructions for opgginc/opencode-bar, covering important restriction, coding rules, branding guides, ui styling rules and explicit 'used' or 'left'.
optio CLAUDE.md
Instructions for jonwiggins/optio, covering claude.md, what is optio?, architecture, pod-per-repo with worktrees and worktree lifecycle.
freellmpool AGENTS.md
Instructions for 0xzr/freellmpool, covering agent instructions, how to work in this project, starting work, for complex features (multi-file, spec-driven) and available skills.
imagine-mcp CLAUDE.md
Instructions for n24q02m/imagine-mcp, covering imagine-mcp, architecture, tool signatures, model selection and transport modes.
co-op AGENTS.md
Instructions for Afnanksalal/co-op, covering co-op agent guide, product contract, workspace map, required checks and engineering rules.