loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

vibe-coding-configuration

MCP Tool

AndrewChang-cpu/vibe-coding-configuration

Bootstrapper scripts for setting up an AI agent configs (Claude Code, Cursor, GitHub Copilot) in any new/existing project

Install

$ npx loaditout add AndrewChang-cpu/vibe-coding-configuration

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "vibe-coding-configuration": {
      "command": "npx",
      "args": [
        "-y",
        "vibe-coding-configuration"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Vibe Coding Configuration

Bootstraps a consistent AI agent environment in any project. Run once per project to generate config files for Claude Code, Cursor, GitHub Copilot, and the OpenAI Agents spec (AGENTS.md).

What it does
  • Creates .vibe/rules.md — project context (fill in after setup)
  • Creates .vibe/mcp-triggers.md — tells agents when to use which MCP tools
  • Creates .vibe/todo.md and .vibe/lessons.md — task tracking and self-correction log
  • Generates CLAUDE.md, AGENTS.md, .github/copilot-instructions.md — agent instruction files
  • Generates .cursor/mcp.json and .cursor/rules/ — Cursor IDE config
  • Registers MCP servers with the Claude CLI
Prerequisites
  • Node.js (for npx MCP servers)
  • Claude CLI installed and authenticated
  • A .env file in the project root with:
  GITHUB_PERSONAL_ACCESS_TOKEN=your_token
  CONTEXT7_API_KEY=your_key
Usage

Linux / macOS

bash vibe-setup.sh

Windows (PowerShell, run from the project root)

.\vibe-setup-windows.ps1

> If PowerShell blocks execution, run: Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

After setup

The generated files contain TODO placeholders. Use one of the prompts below to fill them in. Copy the relevant prompt and paste it into your AI agent as your first message in the project.

Existing Project

Use this when running the bootstrapper on a codebase that already exists.

I've just run the vibe-setup script in this project. Several config files were generated with
TODO placeholders that need to be filled in based on the actual codebase. Your job is to analyze
the project and populate them. Do not guess — read the actual files.

Work through the following steps in order:

1. **Explore the codebase**
   - Read the directory structure (top-level and key subdirectories)
   - Read package.json, any lockfiles, config files (tsconfig, eslint, etc.)
   - Identify the stack: languages, frameworks, maj

Tags

aiai-agentsautomationclaudeclaude-codecopilotcursordeveloper-toolsmcpproductivityprompt-engineering

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated26 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/22/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/AndrewChang-cpu/vibe-coding-configuration)](https://loaditout.ai/skills/AndrewChang-cpu/vibe-coding-configuration)