Adding latest skills
This commit is contained in:
parent
b2e557b095
commit
a83139acef
|
|
@ -0,0 +1,33 @@
|
||||||
|
# MOP Skills 🐙
|
||||||
|
|
||||||
|
This repository contains a collection of specialized **Claude Skills**. These skills extend Claude's capabilities with domain-specific knowledge, workflows, and automated reporting.
|
||||||
|
|
||||||
|
## Repository Structure
|
||||||
|
|
||||||
|
```
|
||||||
|
.
|
||||||
|
├── AGENTS.md # This file (purpose and overview)
|
||||||
|
├── skills/ # Dedicated directory for individual skills
|
||||||
|
│ ├── nerd-report/ # Personal report generator for Moritz Graf
|
||||||
|
│ └── skill-creator/ # Toolkit for creating and validating new skills
|
||||||
|
└── ...
|
||||||
|
```
|
||||||
|
|
||||||
|
## Available Skills
|
||||||
|
|
||||||
|
### [nerd-report](skills/nerd-report/SKILL.md)
|
||||||
|
A professional "Octobot Journalist" that generates daily, weekly, and monthly reports for Moritz Graf.
|
||||||
|
- **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.
|
||||||
|
|
||||||
|
### [skill-creator](skills/skill-creator/SKILL.md)
|
||||||
|
Guidelines and scripts to help developers build high-quality, token-efficient Claude skills.
|
||||||
|
|
||||||
|
## How to use
|
||||||
|
Add individual skill directories to your Claude context. Each skill is self-contained within its directory and driven by its `SKILL.md` file.
|
||||||
|
|
||||||
|
## Creating New Skills
|
||||||
|
Use the templates and scripts in `skills/skill-creator` to bootstrap new skills:
|
||||||
|
```bash
|
||||||
|
python3 skills/skill-creator/scripts/init_skill.py <name> --path skills/
|
||||||
|
```
|
||||||
Loading…
Reference in New Issue