Add initial skills: caldav, netbird, ourgroceries, planka
This commit is contained in:
@@ -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)
|
||||
```
|
||||
Reference in New Issue
Block a user