Add README with repo structure overview
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Claude Skills — Helloprint
|
||||
|
||||
Skills repository for Claude, organized by Helloprint's value chain processes.
|
||||
|
||||
## Structure
|
||||
|
||||
```
|
||||
├── shared/ # Skills available to everyone
|
||||
├── add-products/ # Skills for the Add Products process
|
||||
├── source-products/ # (future) Source Products skills
|
||||
├── sell-products/ # (future) Sell Products & Services skills
|
||||
├── deliver-products/ # (future) Deliver Products skills
|
||||
├── get-paid/ # (future) Get Paid & Be Compliant skills
|
||||
└── serve-customers/ # (future) Serve Customers skills
|
||||
```
|
||||
|
||||
## How it works
|
||||
|
||||
Each skill is a folder containing:
|
||||
|
||||
- `SKILL.md` — the skill prompt and instructions
|
||||
- Any supporting files (scripts, configs, templates, data)
|
||||
|
||||
Claude syncs with this repo via the Gitea MCP connector.
|
||||
Reference in New Issue
Block a user