setup-environment

Setup environment: Install CLI agents (Codex, Gemini, Claude), configure MCP servers, sync settings across agents, audit instruction files. One-command setup for multi-agent workflows.

Content Preview
{
  "name": "setup-environment",
  "description": "Setup environment: Install CLI agents (Codex, Gemini, Claude), configure MCP servers, sync settings across agents, audit instruction files. One-command setup for multi-agent workflows.",
  "source": "./",
  "strict": false,
  "skills": [
    "./skills-catalog/ln-001-push-all",
    "./skills-catalog/ln-002-session-analyzer",
    "./skills-catalog/ln-010-dev-environment-setup",
    "./skills-catalog/ln-011-agent-installer",
    "./skills-catalog/l
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/setup-environment.md \
  https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/main/.claude-plugin/marketplace.json

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/levnikolaevich/claude-code-skills

Then reference at .claude-plugin/marketplace.json

Related Skills