Skip to content

Commit 409139d

Browse files
stephanjclaude
andcommitted
docs(readme): announce Skills support with link to blog post
Add a πŸ†• banner pointing to the Commands vs Skills blog post and a quick-links entry, so README visitors discover the new portable SKILL.md mechanism and the Custom Prompts β†’ Commands rename shipped in v1.5.0 (#1040, #1041). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2fe1eca commit 409139d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
Devoxx Genie is a fully Java-based LLM Code Assistant plugin for IntelliJ IDEA, designed to integrate with local LLM providers such as [Ollama](https://ollama.com/), [LMStudio](https://lmstudio.ai/), [GPT4All](https://gpt4all.io/index.html), [Llama.cpp](https://github.com/ggerganov/llama.cpp) and [Exo](https://github.com/exo-explore/exo) but also cloud based LLM's such as [OpenAI](https://openai.com), [Anthropic](https://www.anthropic.com/), [Mistral](https://mistral.ai/), [Groq](https://groq.com/), [Gemini](https://aistudio.google.com/app/apikey), [DeepInfra](https://deepinfra.com/dash/deployments), [DeepSeek](https://www.deepseek.com/), [Kimi](https://platform.moonshot.ai/), [GLM](https://open.bigmodel.cn/), [OpenRouter](https://www.openrouter.ai/), [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) and [Amazon Bedrock](https://aws.amazon.com/bedrock)
1111

12+
**πŸ†• [Skills](https://genie.devoxx.com/blog/commands-and-skills)** β€” Drop portable `SKILL.md` files into `~/.devoxxgenie/skills/`, `<project>/.devoxxgenie/skills/`, `.claude/skills/` or `.agents/skills/` and the LLM activates them mid-conversation when relevant. The same files work in Claude Code, Codex and Gemini β€” and Custom Prompts have been renamed to **Commands** to make the distinction clear.
13+
1214
**πŸ†• [Security Scanning](https://genie.devoxx.com/docs/features/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!
1315

1416
**πŸ†• [Spec Driven Development (SDD)](https://genie.devoxx.com/docs/features/spec-driven-development)** β€” 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.
@@ -37,6 +39,7 @@ Quick links:
3739
- [Installation Guide](https://genie.devoxx.com/docs/category/installation) - Local and cloud LLM setup
3840
- [Configuration](https://genie.devoxx.com/docs/category/configuration) - API keys, settings, and customization
3941
- [Features](https://genie.devoxx.com/docs/category/features) - Explore all capabilities
42+
- [Skills & Commands](https://genie.devoxx.com/blog/commands-and-skills) - LLM-activated SKILL.md files (portable across Claude Code, Codex, Gemini) and renamed slash Commands
4043
- [Security Scanning](https://genie.devoxx.com/docs/features/security-scanning) - Gitleaks, OpenGrep and Trivy as LLM agent tools with auto-backlog task creation
4144
- [Agent Mode](https://genie.devoxx.com/docs/features/agent-mode) - Autonomous code tools with parallel sub-agents
4245
- [Spec Driven Development](https://genie.devoxx.com/docs/features/spec-driven-development) - Task management with Backlog.md, Kanban Board, and Agent implementation

0 commit comments

Comments
Β (0)