docs: update AGENTS.md to include rvv-regensburg skill

This commit is contained in:
Moritz Graf 2026-02-22 21:14:59 +01:00
parent 0c20fa5cb4
commit 33087fb371
1 changed files with 6 additions and 1 deletions

View File

@ -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.