← 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-001Commit and push all changes to remote
ln-002Analyze session errors and optimization opportunities
ln-010Full environment setup coordinator
ln-011Install or update Codex & Claude CLI
ln-012Register MCP servers, analyze token budget
ln-013Align marketplace plugins and Codex defaults
ln-014Create + audit CLAUDE.md/AGENTS.md
ln-015Standalone cleanup for Claude-side hex-line integration
ln-020Build and query code knowledge graph

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