Claude Code Plugins

Community-maintained marketplace

Feedback

vagrant-config-generator

@ehtbanton/ClaudeSkillsRepo
0
0

Generate Vagrant configuration files for local development environments. Triggers on "create vagrantfile", "generate vagrant config", "vagrant setup", "local vm config".

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name vagrant-config-generator
description Generate Vagrant configuration files for local development environments. Triggers on "create vagrantfile", "generate vagrant config", "vagrant setup", "local vm config".

Vagrant Config Generator

Generate Vagrant configuration files for reproducible development environments.

Output Requirements

File Output: Vagrantfile Format: Valid Ruby Vagrantfile Standards: Vagrant 2.x

When Invoked

Immediately generate a complete Vagrantfile for the development environment.

Example Invocations

Prompt: "Create Vagrantfile for Node.js development" Output: Complete Vagrantfile with Ubuntu, Node.js, and port forwarding.