dotfiles

redirwin/dotfiles
★ 0 stars JavaScript AI/LLM Updated today
Portable dotfiles for AI coding-agent setup, with personal slash commands, user-scoped skills, and MCP servers. Windows and macOS installers sync prompts and skills into Claude Code, OpenAI Codex, and VS Code/Copilot, and MCP servers into all four plus Cursor.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dotfiles": {
      "command": "npx",
      "args": [
        "-y",
        "redirwin/dotfiles"
      ]
    }
  }
}

README Excerpt

Personal config that follows me from machine to machine. Currently scoped to user-level slash commands, shared agent skills, and MCP servers for AI coding tools; can grow to cover shell, git, and editor config later. ``` dotfiles/ install.ps1 Windows installer - syncs prompts, skills, MCP servers, and Claude settings into each agent's user-level config