customer-workspace/SKILL.md
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 skillsauth add aktsmm/agent-skills customer-workspaceInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Initialize customer-specific workspaces with information accumulation and meeting notes management.
| 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 From: Date: | → 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 exists_customer/profile.md configuredassets/_templates/ - Template filesassets/inbox.prompt.md - Inbox promptassets/convert-meeting-minutes.prompt.md - Meeting notes promptassets/copilot-instructions.md - Auto-routing rulesdevelopment
Generate draw.io editable diagrams (.drawio, .drawio.svg) from text, images, or Excel. Orchestrates 3-agent workflow (Analysis → Manifest → SVG generation) with quality gates. Use when creating architecture diagrams, flowcharts, sequence diagrams, or converting existing images to editable format. Supports Azure/AWS cloud icons.
data-ai
Set up a reusable book-writing workspace with AI agents, instructions, prompts, and scripts. Use when creating a new book or technical writing project, bootstrapping a manuscript repository, or preparing a Markdown + Re:VIEW + PDF workflow. Triggers on "book writing workspace", "technical book project", "執筆ワークスペース", "book manuscript repo", and "Re:VIEW workspace".
documentation
Create, review, and update Prompt and agents and workflows. Covers 5 workflow patterns, agent delegation, Handoffs, Context Engineering. Use for any .agent.md file work or multi-agent system design. Triggers on 'agent workflow', 'create agent', 'ワークフロー設計'.
tools
Guide for creating VS Code extensions from scratch to Marketplace publication. Use when: (1) Creating a new VS Code extension, (2) Adding commands, keybindings, or settings to an extension, (3) Publishing to VS Code Marketplace, (4) Troubleshooting extension activation or packaging issues, (5) Building TreeView or Webview UI, (6) Setting up extension tests.