claude: add ucnl-market-memory skill; domain-route obsidian-memory
- Новый skill ucnl-market-memory для репо ucnlmarket/ucnl-market-memory (маркетинг и продажи UCN) - В obsidian-memory добавлено domain routing: личное → obsidian-vault, UCN sales/marketing → ucnl-market-memory - Description обоих skills обновлены для корректного triggering - README верхнего уровня обновлён
This commit is contained in:
@@ -9,8 +9,9 @@ Custom skills for Claude.ai (claude.ai → Settings → Skills).
|
||||
| **bulletproof** | 12-stage adaptive dev workflow (research → deploy). Adapted for Python/Docker/Traefik/MikroTik/embedded stacks, Gitea CI/CD, SonarQube. Based on Bulletproof v5.0 by Artemiy Miller. |
|
||||
| **embedded-firmware-engineer** | Bare-metal & RTOS firmware: ESP32/ESP-IDF, STM32 HAL/LL, Nordic nRF, FreeRTOS, Zephyr. NASA/JPL Power of Ten rules, banned functions, DMA/cache coherence, GPIO policy, watchdog strategy, brown-out testing. |
|
||||
| **my-python-senior** | Senior-level Python engineer for systems, containers, LLM workflows, networking, and file processing. |
|
||||
| **obsidian-memory** | Protocol for using `creator/obsidian-vault` (Gitea repo) as Claude's long-term memory. Vault layout, frontmatter conventions, Gitea REST API mechanics, write-permission boundaries. |
|
||||
| **obsidian-memory** | Protocol for using `creator/obsidian-vault` (Gitea repo) as Claude's long-term memory for the user's **personal** projects (infra, embedded, 1C-consulting, lotus-eletre, etc.). Vault layout, frontmatter conventions, Gitea REST API mechanics, write-permission boundaries, domain routing vs `ucnl-market-memory`. |
|
||||
| **pcb-ai-engineer** | Code-driven schematic & PCB design using Circuit-Synth (Python) → KiCad → Altium. Universal STM-family abstraction with `family → package → pinmap → capabilities` data model. |
|
||||
| **ucnl-market-memory** | Protocol for using `ucnlmarket/ucnl-market-memory` (Gitea repo) as Claude's long-term memory for **UCN marketing and sales** (clients, distributors, leads, trade shows, pricing, uWave/Zima2/uSpeak/USBL product marketing, export deals, regional markets). Multi-user (creator / d.zaitsev / v.vinogradova). `sensitive: true` flag for commercial data. Strict domain routing vs `obsidian-memory`. |
|
||||
|
||||
## Structure
|
||||
|
||||
@@ -37,13 +38,15 @@ claude-skills/
|
||||
│ └── systems.md
|
||||
├── obsidian-memory/
|
||||
│ └── SKILL.md
|
||||
└── pcb-ai-engineer/
|
||||
├── SKILL.md
|
||||
├── main.py
|
||||
├── mcu_core.py
|
||||
├── mcu_db.py
|
||||
├── mcu_peripherals.py
|
||||
└── power.py
|
||||
├── pcb-ai-engineer/
|
||||
│ ├── SKILL.md
|
||||
│ ├── main.py
|
||||
│ ├── mcu_core.py
|
||||
│ ├── mcu_db.py
|
||||
│ ├── mcu_peripherals.py
|
||||
│ └── power.py
|
||||
└── ucnl-market-memory/
|
||||
└── SKILL.md
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user