Agent Skill
2/7/2026

claude-ecosystem

Claude Code ecosystem expertise. Modules: CLI tool (setup, slash commands, MCP servers, hooks, plugins, CI/CD), extensibility (agents, skills, output styles creation), CLAUDE.md (project instructions, optimization). Actions: configure, troubleshoot, create, deploy, integrate, optimize Claude Code. Keywords: Claude Code, Anthropic, CLI tool, slash command, MCP server, Agent Skill, hook, plugin, CI/CD, enterprise, CLAUDE.md, agentic coding, agent, skill, output-style, SKILL.md, subagent, Task tool, project instructions, token optimization. Use when: learning Claude Code features, configuring settings, creating skills/agents/hooks, setting up MCP servers, troubleshooting issues, CI/CD integration, initializing or optimizing CLAUDE.md files.

S
samhvw8
12GitHub Stars
1Views
npx skills add samhvw8/dotfiles

SKILL.md

Nameclaude-ecosystem
DescriptionClaude Code ecosystem expertise. Modules: CLI tool (setup, slash commands, MCP servers, hooks, plugins, CI/CD), extensibility (agents, skills, output styles creation), CLAUDE.md (project instructions, optimization). Actions: configure, troubleshoot, create, deploy, integrate, optimize Claude Code. Keywords: Claude Code, Anthropic, CLI tool, slash command, MCP server, Agent Skill, hook, plugin, CI/CD, enterprise, CLAUDE.md, agentic coding, agent, skill, output-style, SKILL.md, subagent, Task tool, project instructions, token optimization. Use when: learning Claude Code features, configuring settings, creating skills/agents/hooks, setting up MCP servers, troubleshooting issues, CI/CD integration, initializing or optimizing CLAUDE.md files.

Dotfiles Setup

A comprehensive dotfiles setup script that configures development environments for both macOS and Linux systems.

Quick Install

Basic installation:

curl -L https://raw.githubusercontent.com/samhvw8/dotfiles/master/setup.sh | bash

With command line options:

curl -L https://raw.githubusercontent.com/samhvw8/dotfiles/master/setup.sh | bash -s -- [OPTIONS]

Installation Options

  • -m, --minimal: Minimal installation with fewer packages and tools
  • -n, --no-sudo: Install without sudo privileges
  • -h, --help: Display help message

Examples:

# Minimal installation
curl -L https://raw.githubusercontent.com/samhvw8/dotfiles/master/setup.sh | bash -s -- -m

# Installation without sudo
curl -L https://raw.githubusercontent.com/samhvw8/dotfiles/master/setup.sh | bash -s -- -n

# Minimal installation without sudo
curl -L https://raw.githubusercontent.com/samhvw8/dotfiles/master/setup.sh | bash -s -- -m -n

Features

Core Setup

  • XDG base directory structure
  • Git configuration
  • ZSH as default shell (Linux)
  • Homebrew (macOS)
  • Rosetta 2 (macOS ARM)

Tools & Utilities

  • chezmoi for dotfiles management
  • fzf for fuzzy finding
  • mise for runtime version management
  • tmux with plugin manager (full installation)
  • Miniconda for Python environment management (full installation)

Additional Features in Full Installation

  • Development tools and build essentials
  • Python pip and related packages
  • FiraCode Nerd Font (Linux)
  • Additional system utilities

System Requirements

  • macOS or Linux (Debian/Ubuntu-based)
  • Internet connection
  • Git
  • curl

Note

The script automatically detects your operating system and installs the appropriate packages and configurations. Use the minimal installation option (-m) for a lighter setup or the no-sudo option (-n) when you don't have sudo privileges.

Skills Info
Original Name:claude-ecosystemAuthor:samhvw8