Files
Salon_Assistant/agents/hermes/skills-manifest/manifest.yaml
T
Ty 0198ab6881 Implement install stages S3–S5: package, policy, and skills sync.
Attach/onboard sandbox from agents/hermes, additive OpenShell policy overlays, and nemohermes skill install for scaffold skills. No doctor/connect and no push.
2026-07-27 12:13:25 -07:00

83 lines
3.0 KiB
YAML

# agents/hermes/skills-manifest/manifest.yaml
# Lumina skills manifest — which skills ship with the Hermes profile.
#
# This manifest is used by the install script (S5) to determine which
# skill directories to sync into the sandbox via nemohermes skill install.
#
# Skills are organized by domain. Each entry maps to a directory under
# skills/ in the repository root.
skills:
# ── Daily operations ──────────────────────────────────────────────────
- name: daily-board
domain: operations
description: "Today's salon board: appointments, tasks, priorities"
- name: availability
domain: operations
description: "Check and display appointment availability"
- name: service-menu
domain: operations
description: "Service catalog and pricing"
- name: retail-stock
domain: operations
description: "Retail product inventory levels"
# ── Client management ─────────────────────────────────────────────────
- name: client-card
domain: clients
description: "Client profile and history"
- name: draft-client-message
domain: clients
description: "Draft outbound messages to clients (draft-first)"
# ── Books / finance ───────────────────────────────────────────────────
- name: books-snapshot
domain: books
description: "QuickBooks snapshot: P&L, balance, cash"
- name: ar-open-invoices
domain: books
description: "Accounts receivable: open invoices"
- name: ap-bills-due
domain: books
description: "Accounts payable: bills due"
- name: vendor-spend
domain: books
description: "Vendor spending summary"
- name: vendor-inbox
domain: books
description: "Vendor communications and documents"
- name: draft-invoice
domain: books
description: "Draft invoices for clients (draft-first)"
# ── Social / marketing ────────────────────────────────────────────────
- name: social-draft
domain: social
description: "Draft social media posts (draft-first; vision aux)"
- name: weekly-digest
domain: social
description: "Weekly business digest for the owner"
# ── System ────────────────────────────────────────────────────────────
- name: remember-forget
domain: system
description: "Confirm-to-remember persistence; forget entries"
- name: setup-education
domain: system
description: "Owner-safe connect education and capability report"
- name: publish-boundary-test
domain: system
description: "Boundary test: verify publish/send denials"