setup-project

Bootstrap new project workspaces with preconfigured MCP servers and skill templates.

4|1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/MattVOLTA/outworkos_diy --skill setup-project-mattvolta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-project
Source: https://github.com/MattVOLTA/outworkos_diy/tree/main/skills/setup-project
Command: npx skills add https://github.com/MattVOLTA/outworkos_diy --skill setup-project-mattvolta

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstraps a new project directory with base configuration files, MCP servers, API connections, and template skills from OutworkOS. Use when setting up a new project, initializing a workspace, or configuring MCP integrations for a new directory.

Core Features & Use Cases

  • Environment validation and directory provisioning for a fresh project workspace.
  • Auto-linking of skills, hooks, and configuration to a new project directory.
  • Optional Supabase integration and end-to-end setup workflow, including vault access checks and test routines.

Quick Start

Invoke the /setup-project <project-name> command to bootstrap a new project directory.

Frequently Asked Questions about setup-project

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bootstrap a new project workspace with MCP server configuration?

To bootstrap a project workspace, this automation validates your environment, provisions the directory, and assembles the .mcp.json file with preconfigured servers. It links shared skill templates and handles vault access checks end-to-end.

What does setting up a project directory with preconfigured MCP servers involve?

Setting up a project directory involves environment validation, directory provisioning, file linking, and .mcp.json assembly. It also optionally configures Supabase integration and backup scripting as part of the end-to-end workflow.

Can I use this project setup automation to configure Supabase integration?

Yes, you can configure Supabase integration. The workspace setup workflow includes optional Supabase configuration and backup scripting alongside vault access checks and file linking for your new project directory.

What's the best way to initialize a fresh workspace and link shared skill templates?

The best way to initialize a workspace is invoking the setup-project command. It automates directory provisioning, auto-links skills, hooks, and configuration files, and pulls template skills from OutworkOS.

Why does my MCP workspace setup require vault access checks?

Vault access checks are required during MCP workspace setup to verify permissions before linking configuration files and template skills. This ensures the environment validation passes and secure directory provisioning succeeds.