https://github.com/devoxx/devoxx-ai-skill
Devoxx / VoxxedDays talks, speakers and schedule SKILL
https://github.com/devoxx/devoxx-ai-skill
claude codex gemini plugin skill skill-md
Last synced: 6 days ago
JSON representation
Devoxx / VoxxedDays talks, speakers and schedule SKILL
- Host: GitHub
- URL: https://github.com/devoxx/devoxx-ai-skill
- Owner: devoxx
- License: mit
- Created: 2026-06-07T09:02:10.000Z (11 days ago)
- Default Branch: main
- Last Pushed: 2026-06-07T11:22:31.000Z (11 days ago)
- Last Synced: 2026-06-07T12:20:59.992Z (11 days ago)
- Topics: claude, codex, gemini, plugin, skill, skill-md
- Homepage: https://m.devoxx.com
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Devoxx / VoxxedDays Plugin
A Claude plugin marketplace for Devoxx and VoxxedDays conferences.
## Installation
In Claude Code:
```
/plugin marketplace add devoxx/devoxx-ai-skill
/plugin install devoxx-voxxed-cfp@devoxx-plugins
```
In the Claude desktop app (Cowork), add the marketplace under Settings → Capabilities.
## Using with Codex CLI / Gemini CLI
The skill follows the cross-agent `SKILL.md` standard, so it also works in OpenAI
Codex CLI and Google Gemini CLI. Only the plugin/marketplace wrappers are
Claude-specific — copy the skill folder itself:
```bash
git clone https://github.com/devoxx/devoxx-ai-skill
# Codex CLI (personal skills; use .codex/skills/ in a project for per-repo)
cp -r claude-plugin/plugins/devoxx-voxxed-cfp/skills/devoxx-voxxed-cfp ~/.codex/skills/
# Gemini CLI (user skills; use .gemini/skills/ in a workspace for per-repo)
cp -r claude-plugin/plugins/devoxx-voxxed-cfp/skills/devoxx-voxxed-cfp ~/.gemini/skills/
```
Then just ask a Devoxx/Voxxed question and the skill auto-activates. In Codex CLI
you can also invoke it explicitly with `$devoxx-voxxed-cfp` (list skills with
`/skills`). The skill only needs `curl` and `python3` shell access — no API keys.
## Plugins
### devoxx-voxxed-cfp
Ask plain-language questions about any Devoxx or VoxxedDays conference — speakers,
talks, schedules, rooms, tracks — answered live from the events' public CFP APIs
(`{event-slug}.cfp.dev`), with event discovery via devoxxians.com. Every talk and
speaker in an answer links to its page on m.devoxx.com.
Examples:
- "When is the next Devoxx?"
- "When are the CFPs opening for these events?"
- "Who is speaking about Kubernetes at Devoxx UK?"
- "What's on Wednesday in Room 8 at Devoxx Belgium?"
- "Most popular AI talks at Voxxed Zurich"
- "What are the main topics on Wednesday at Devoxx Belgium 2025?"
### Example Prompt
"When are the CFPs opening for these events?"

## Releasing updates
Bump `version` in `plugins/devoxx-voxxed-cfp/.claude-plugin/plugin.json` on every
release — users only receive updates when that field changes.
## License
[MIT](LICENSE)