Add initial skills: caldav, netbird, ourgroceries, planka

This commit is contained in:
Bobby
2026-04-01 14:29:17 +01:00
commit cd5694aa13
7 changed files with 1121 additions and 0 deletions
+38
View File
@@ -0,0 +1,38 @@
# Claude Code Skills
A collection of Claude Code skills for use with the agent-bobby setup.
## Usage
Clone this repo into your `.claude/skills/` directory:
```bash
git clone https://gitea.dcglab.co.uk/steve/skills ~/.claude/skills
```
Or clone individual skills:
```bash
git clone https://gitea.dcglab.co.uk/steve/skills /tmp/skills
cp -r /tmp/skills/caldav ~/.claude/skills/
```
## Skills
| Skill | Description |
|-------|-------------|
| `caldav` | Sync and query CalDAV calendars using vdirsyncer + khal |
| `netbird` | Manage NetBird private mesh networks via the REST API |
| `ourgroceries` | Manage OurGroceries shopping lists |
| `planka` | Manage Planka project boards using the pcli CLI |
## Structure
Each skill follows the standard Claude Code skill format:
```
<skill-name>/
SKILL.md # Skill definition and instructions
scripts/ # Helper scripts (optional)
references/ # Reference documentation (optional)
```