Loading...
Loading...
Customer workspace initialization skill. Provides inbox (information accumulation), meeting minutes management, and auto-classification rules. Use for "setup customer workspace" or "add inbox feature" requests.
npx skill4agent add aktsmm/agent-skills customer-workspace| Feature | Description |
|---|---|
| Inbox | Paste chat/email for auto-classification |
| Meeting Notes | Convert Teams AI notes to template format |
| Auto-Routing | Route input based on pattern detection |
| Customer Profile | Centralized customer information |
# Basic
.\scripts\Initialize-CustomerWorkspace.ps1 -CustomerName "Contoso Inc"
# Full options
.\scripts\Initialize-CustomerWorkspace.ps1 `
-CustomerName "Contoso Inc" `
-ContractType "MACC" `
-ContractPeriod "2025/04 - 2028/03" `
-KeyContacts "John Doe (Infra Lead)"{workspace}/
├── .github/
│ ├── copilot-instructions.md ← Auto-routing rules
│ └── prompts/ ← Inbox, meeting notes
├── _inbox/{YYYY-MM}.md ← Inbox files
├── _customer/profile.md ← Customer profile
└── _templates/ ← Templates| Pattern | Action |
|---|---|
| "Generated by AI" | → Meeting notes |
| Name + datetime + short text | → Inbox |
Contains | → Inbox |
| Bullet points / short memo | → Inbox |
| Question format | → Normal response |
#network#cost#contract#proposal#ai#container#meeting#support#organization#deadline#internal_inbox/{YYYY-MM}.md_customer/profile.mdassets/_templates/assets/inbox.prompt.mdassets/convert-meeting-minutes.prompt.mdassets/copilot-instructions.md