From 33087fb37181a1e803ba4f42122ae4503a2ea5c8 Mon Sep 17 00:00:00 2001 From: Moritz Graf Date: Sun, 22 Feb 2026 21:14:59 +0100 Subject: [PATCH] docs: update AGENTS.md to include rvv-regensburg skill --- AGENTS.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 05233d5..2d7f759 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -9,8 +9,8 @@ This repository contains a collection of specialized **Claude Skills**. These sk ├── AGENTS.md # This file (purpose and overview) ├── skills/ # Dedicated directory for individual skills │ ├── nerd-report/ # Personal report generator for Moritz Graf +│ ├── rvv-regensburg/ # Real-time public transport for Regensburg │ └── skill-creator/ # Toolkit for creating and validating new skills -└── ... ``` ## Available Skills @@ -20,6 +20,11 @@ A professional "Octobot Journalist" that generates daily, weekly, and monthly re - **Topics:** IT News, GCP, AI (Anthropic/OpenAI), Hacker News, Regensburg Local News. - **Special Features:** Monday catch-up, Drill-down ("Tell me more"), Gardening (Hochbeet), Supermarket Shopping Guide. +### [rvv-regensburg](skills/rvv-regensburg/SKILL.md) +Real-time public transport information for Regensburg (RVV). Provides departures, stop finding, and journey planning via direct API access. +- **Features:** Real-time departures with delay info, connection search, Stop ID resolver. +- **Tools:** Includes `rvv_query.py` for direct EFA API interaction. + ### [skill-creator](skills/skill-creator/SKILL.md) Guidelines and scripts to help developers build high-quality, token-efficient Claude skills.