setup

Verify development environment setup, environment variables, tools, and MCP server accessibility.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/michelve/hugin-cowork --skill setup-michelve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/michelve/hugin-cowork/tree/main/skills/setup
Command: npx skills add https://github.com/michelve/hugin-cowork --skill setup-michelve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill ensures your development environment is correctly set up, preventing common configuration errors and toolchain issues before you start coding.

Core Features & Use Cases

  • Environment Variable Checks: Verifies essential variables like FIGMA_API_KEY.
  • Tool Availability: Confirms necessary command-line tools and npm packages are installed.
  • MCP Server Configuration: Validates that all required MCP servers are accessible and configured.
  • Use Case: Before starting a new feature, run /setup to confirm your Figma API key is set, the TypeScript language server is available, and all necessary MCP servers are running.

Quick Start

Run the setup skill to verify your development environment configuration.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I verify my development environment configuration before starting a feature?

To verify your development environment configuration, run a setup check that confirms essential environment variables like FIGMA_API_KEY, installed tools like typescript-language-server, and MCP server accessibility to prevent toolchain issues before coding.

Can I check if required MCP servers are accessible and configured?

Yes, you can check if required MCP servers are accessible. The setup process validates connectivity for servers including context7, playwright, figma, miro-mcp, and shadcn to ensure development prerequisites are met.

What environment variables and npm packages does the setup process validate?

The setup process validates essential environment variables like FIGMA_API_KEY and confirms necessary command-line tools and npm packages, specifically checking for typescript-language-server availability to ensure toolchain readiness.

Why do I need to verify environment variables and MCP servers before coding?

You need to verify environment variables and MCP servers before coding to ensure prerequisites like API key availability and package installations are met, preventing configuration errors and toolchain issues that disrupt development.

Does the environment setup check work with Figma and Playwright MCP servers?

Yes, the environment setup check works with Figma and Playwright MCP servers. It explicitly validates accessibility and configuration for figma and playwright, alongside context7, miro-mcp, and shadcn, ensuring server connections are operational.