Agent Skill
2/7/2026

skill-builder

Claude Code用の新しいskillを作成するためのガイド。skillの目的、構造、ベストプラクティスを統合。新しいskillを作りたいとき、既存skillを改善したいとき、skillの作り方を学びたいときに使用。

N
nananaman
0GitHub Stars
1Views
npx skills add nananaman/dotfiles

SKILL.md

Nameskill-builder
DescriptionClaude Code用の新しいskillを作成するためのガイド。skillの目的、構造、ベストプラクティスを統合。新しいskillを作りたいとき、既存skillを改善したいとき、skillの作り方を学びたいときに使用。

dotfiles

My dotfiles managed by chezmoi

Installation

$ sh -c "$(curl -fsLS chezmoi.io/get)" -- init --apply nananaman

Install Tools

$ chezmoi cd && bash ./scripts/init.sh

This will install and configure:

  • Neovim
  • Fish shell
  • Nushell
  • Wezterm
  • Zsh
  • Additional tools and fonts

Configuration Structure

dot_config/
  ├── chezmoi/        # chezmoi configuration
  ├── cspell/         # spell checking configuration
  ├── fish/           # fish shell configuration
  ├── ghostty/        # ghostty terminal configuration
  ├── lazygit/        # lazygit configuration
  ├── nushell/        # nushell configuration
  ├── nvim/           # neovim configuration
  ├── sheldon/        # shell plugin manager
  ├── sql-formatter/  # SQL formatter configuration
  └── wezterm/        # wezterm terminal configuration

Managing Dotfiles

$ chezmoi diff    # See pending changes
$ chezmoi apply   # Apply changes
$ chezmoi cd      # Navigate to the repository
Skills Info
Original Name:skill-builderAuthor:nananaman