← Back to all plugins

Setup Environment

One-command setup for multi-agent workflows

Install CLI agents, configure MCP servers, align marketplace plugins across agents, and audit instruction files. The coordinator is runtime-backed, resumable, and writes durable environment state only after verification passes.

$ /plugin marketplace add levnikolaevich/claude-code-skills
$ /plugin install setup-environment@levnikolaevich-skills-marketplace Copy

Skills

Skills for development environment setup and maintenance.

Skill IDDescription
ln-001Commits and pushes all changes (staged, unstaged, untracked) to remote. Use when you need a...
ln-002Analyzes current or recent session for errors, inefficiencies, and improvement opportunities...
ln-010Installs agents, configures MCP servers, aligns marketplace plugins, creates and audits...
ln-011Installs or updates Codex CLI and Claude Code. Use when CLI agents need installation or update.
ln-012Use when installing MCP packages and configuring Claude-side MCP registration, hooks,...
ln-013Use when installing or verifying this marketplace in Claude and Codex, aligning selected...
ln-014Creates AGENTS.md canonical and CLAUDE.md @AGENTS.md stub; audits token budget, cache...
ln-015Use when removing Claude-side hex-line integration surfaces such as MCP registration,...
ln-020Builds and queries code knowledge graph for dependency analysis, references,...

How it works

ln-010 scans your environment once and builds a selective dispatch plan → ln-011 installs or updates CLI agents → ln-012 registers MCP servers and runs budget analysis → ln-013 aligns settings for Claude and Codex → ln-014 audits instruction files for quality.

The workers stay standalone-capable and return machine-readable summaries. ln-010 verifies those summaries before writing .hex-skills/environment_state.json.

Quick start

# Full environment setup
ln-010-dev-environment-setup

# Push all changes to remote
ln-001-push-all