setup

Guides interactive six-step configuration of Artibot language, permissions, MCP servers, and Git automation.

3|2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/Yoodaddy0311/artibot --skill setup-yoodaddy0311
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/Yoodaddy0311/artibot/tree/main/plugins/artibot/skills/setup
Command: npx skills add https://github.com/Yoodaddy0311/artibot --skill setup-yoodaddy0311

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? New Artibot installations require coordinated edits across multiple configuration files (CLAUDE.local.md, settings.json, artibot.config.json, .mcp.json, git-autopilot.json), and manual editing risks malformed JSON, lost permissions, or skipped security decisions. ## Core Features & Use Cases - Six-Step Interactive Wizard: Walks through language selection, development environment, Agent Teams and Swarm, permissions, MCP servers (Context7, Playwright), and Git automation levels, with every step skippable. - Guarded Permission Changes: Adds tools to settings.json without removing existing entries, and requires explicit confirmation before enabling dangerouslySkipPermissions or full Git autopilot. - Use Case: After installing Artibot for the first time, run the wizard to set Korean as the response language, enable Agent Teams, activate the Context7 MCP server, and configure safe-mode Git auto-commits in one guided session. ## Quick Start Run the Artibot setup wizard to configure my language, permissions, MCP servers, and Git automation step by step.

Frequently Asked Questions about setup

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

FAQPage Schema
How do I run the Artibot initial setup wizard?▼

Run /setup or /artibot setup in Claude Code to start the six-step interactive wizard. Each step can be skipped by pressing enter, which keeps the default value for that setting.

How do I change the Artibot response language to Korean or English?▼

Use Step 1 of the setup wizard to select Korean, English, or Japanese. The wizard updates the Communication Language section of CLAUDE.local.md by uncommenting the chosen language line.

Does the setup wizard overwrite my existing settings.json permissions?▼

No, the wizard only appends new tools to the permissions.allow array and never removes existing entries. Any permission change requires explicit user confirmation at a checkpoint before being written.

Can I enable Git auto-commit and auto-push with Artibot?▼

Yes, Step 6 offers manual, Safe, and Full automation modes written to git-autopilot.json. Safe mode auto-commits but confirms pushes, while Full mode enables auto-push and auto-merge after an explicit confirmation checkpoint.

When should I not run the Artibot setup wizard?▼

Do not re-run the wizard on already-configured projects where Artibot is operational. It is intended for first installs or deliberate configuration resets, not routine development sessions.