customer-workspace
29
总安装量
29
周安装量
#12499
全站排名
安装命令
npx skills add https://github.com/aktsmm/agent-skills --skill customer-workspace
Agent 安装分布
opencode
24
codex
24
gemini-cli
24
cursor
23
claude-code
22
github-copilot
21
Skill 文档
Customer Workspace Skill
Initialize customer-specific workspaces with information accumulation and meeting notes management.
When to Use
- Customer workspace, inbox, meeting notes
- Setting up per-customer workspaces
- Adding inbox or meeting minutes management
- Implementing auto-classification rules for customer information
Features
| 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 |
Quick Start
# 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)"
Generated Structure
{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
Auto-Routing Patterns
| Pattern | Action |
|---|---|
| “Generated by AI” | â Meeting notes |
| Name + datetime + short text | â Inbox |
Contains From: Date: |
â Inbox |
| Bullet points / short memo | â Inbox |
| Question format | â Normal response |
Default Tags
#network #cost #contract #proposal #ai #container #meeting #support #organization #deadline #internal
Done Criteria
- Workspace folder created
-
_inbox/{YYYY-MM}.mdexists -
_customer/profile.mdconfigured - Auto-routing rules working
Key References
Assets
assets/_templates/– Template filesassets/inbox.prompt.md– Inbox promptassets/convert-meeting-minutes.prompt.md– Meeting notes promptassets/copilot-instructions.md– Auto-routing rules