
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
workspace-init-mcp
Advanced tools
MCP server that initializes VS Code workspaces with documentation governance, Copilot instructions, Agent Skills (agentskills.io), and AI-native project structure
MCP server that initializes workspaces with AI agent instructions, Agent Skills, documentation governance, and project structure — across VS Code, Cursor, Claude Code, and OpenHands.
Just say "initialize workspace" to your LLM — it generates everything automatically based on your project type.
#Learning #WebApp #API #Mobile #DataScience #DevOps #Creative #Library #Monorepo #Consulting #Ecommerce #Fintech #Healthcare #SaaS #IoT
Add to your MCP config and you're done.
settings.json){
"mcp": {
"servers": {
"workspace-init": {
"type": "stdio",
"command": "npx",
"args": ["-y", "workspace-init-mcp"]
}
}
}
}
.vscode/mcp.json){
"servers": {
"workspace-init": {
"type": "stdio",
"command": "npx",
"args": ["-y", "workspace-init-mcp"]
}
}
}
claude_desktop_config.json){
"mcpServers": {
"workspace-init": {
"command": "npx",
"args": ["-y", "workspace-init-mcp"]
}
}
}
Tell your LLM "initialize workspace" and it generates:
.github/copilot-instructions.md — Global AI agent instructions.github/agents/ & .github/skills/ — Agent Skills (50+ agents, 40+ skills).vscode/settings.json & *.instructions.md — Custom instructions (code, test, review, commit, PR).editorconfig & .gitattributes — Cross-editor consistencydocs/ — Documentation governance (work-logs, changelog, ADR, troubleshooting)| Tool | Description |
|---|---|
initialize_workspace | Generate all workspace files |
preview_workspace_init | Preview without creating files |
analyze_workspace | Detect project type & tech stack |
validate_workspace | Check initialization completeness |
list_project_types | List available project types |
get_init_form_schema | Get input form schema |
recommend_agent_skills | Get skill recommendations |
search_agent_skills | Search skill catalog |
install_agent_skills | Install specific skills/agents |
list_agent_skills_catalog | Browse full catalog |
| Type | Label | Best For |
|---|---|---|
learning | 학습/자기개발 | Tutorials, study projects, self-learning |
web-app | 웹 애플리케이션 | Frontend / fullstack web apps |
api | API 서버 | Backend REST / GraphQL services |
mobile | 모바일 앱 | iOS, Android, cross-platform apps |
data-science | 데이터 사이언스 | ML/AI, data analysis, Jupyter notebooks |
devops | DevOps/인프라 | CI/CD, IaC, cloud infrastructure |
creative | 크리에이티브/콘텐츠 | Writing, content creation, documentation |
library | 라이브러리/패키지 | Reusable libraries, npm/pip packages |
monorepo | 모노레포 | Multi-package repositories |
consulting | 컨설팅/SI | IT consulting, proposals, deliverables |
ecommerce | 이커머스/커머스 | Online shopping, payments, order management |
fintech | 핀테크/금융 | Banking, payments, regulatory compliance |
healthcare | 헬스케어/의료 | EMR, health services, HIPAA compliance |
saas | SaaS 플랫폼 | Multi-tenant platforms, subscription billing |
iot | IoT/임베디드 | IoT devices, sensors, edge computing |
other | 기타 | Custom / general-purpose projects |
MIT
FAQs
MCP server that initializes VS Code workspaces with documentation governance, Copilot instructions, Agent Skills (agentskills.io), and AI-native project structure
We found that workspace-init-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.