docs: update AGENTS.md to include rvv-regensburg skill
This commit is contained in:
parent
0c20fa5cb4
commit
33087fb371
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue