From c2681eb78754e7f7bbfdc8af724f542616cce5d5 Mon Sep 17 00:00:00 2001 From: jevb Date: Mon, 30 Mar 2026 14:23:39 +0200 Subject: [PATCH] docs: add repo copilot assets section to CLAUDE.md and README Documents auto-applied instructions and on-demand skills available in .github/instructions/ and .claude/skills/. --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 59396db1..150e164c 100644 --- a/README.md +++ b/README.md @@ -235,6 +235,33 @@ Detailed docs live in the `docs/brain/` Obsidian vault: - [Contributing](docs/brain/08-Guides/CONTRIBUTING.md) - [Security](docs/brain/08-Guides/SECURITY.md) +## Repo Copilot Assets + +This repo includes project-shared Copilot instructions and skills under +`.github/instructions/` and `.claude/skills/`. + +Auto-applied instructions cover: + +- admin panel workflows +- database and migration rules +- DM authorization rules +- Go server conventions +- protocol and API synchronization +- Tauri frontend and Rust backend conventions +- testing expectations +- vault workflow and project-brain updates + +On-demand repo skills cover: + +- reconnection and replay bugs +- LiveKit voice and video integration +- E2E tier selection +- config and secret-safe setup changes +- observability and debugging workflows +- Windows-specific desktop integration paths + +For the full list and one-line descriptions, see [CLAUDE.md](CLAUDE.md). + ## Tech Stack | Component | Technology |