Agent Skill
2/7/2026

create-skill

新規スキルのSKILL.mdテンプレートを生成しディレクトリを作成する。「スキルを作りたい」「新しいコマンドを追加したい」時に使用。

G
gunubin
1GitHub Stars
2Views
npx skills add gunubin/dotfiles

SKILL.md

Namecreate-skill
Description新規スキルのSKILL.mdテンプレートを生成しディレクトリを作成する。「スキルを作りたい」「新しいコマンドを追加したい」時に使用。

Dotfiles

macOS Homebrew Fish Shell Neovim Tmux

Terminal screenshot

My personal development environment managed with GNU Stow, Homebrew, and Make.

Features

  • GNU Stow — Symlink-based dotfile management
  • Brewfile — Declarative package management via Homebrew Bundle
  • Makefile — One-command setup and teardown

Packages

Shell & Prompt

PackageDescription
FishUser-friendly interactive shell
StarshipCross-shell prompt

Terminal

PackageDescription
GhosttyGPU-accelerated terminal emulator
iTerm2macOS terminal emulator
tmuxTerminal multiplexer
workmuxGit worktree + tmux workflow manager

Editor & IDE

PackageDescription
NeovimHyperextensible text editor
IntelliJ IDEAJetBrains IDE settings

CLI Tools

PackageDescription
batA cat clone with syntax highlighting
ezaA modern replacement for ls
yaziTerminal file manager
Claude CodeAI coding assistant

System

PackageDescription
GitVersion control configuration
Karabiner-ElementsmacOS keyboard customizer (config generated via karabiner.ts in karabiner-config/)

Prerequisites

Installation

Quick Start

git clone https://github.com/gunubin/dotfiles.git
cd dotfiles
make install

Individual Commands

CommandDescription
make installCreate symlinks for all packages
make brew-bundleInstall Homebrew dependencies from Brewfile
make updateRe-sync all symlinks (clean + install)
make cleanRemove all symlinks

Git Configuration

User-specific Git settings (name, email) should be stored in ~/.gitconfig.local, which is not tracked by this repository.

[user]
    name = YOUR_NAME
    email = YOUR_EMAIL
Skills Info
Original Name:create-skillAuthor:gunubin