Agent Skill
2/7/2026find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
J
junyeongh
0GitHub Stars
1Views
npx skills add junyeongh/dotfiles
SKILL.md
| Name | find-skills |
| Description | Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill. |
Dotfiles
# Clone this repository to your home directory
cd ~/dotfiles
# For NixOS environment, run
nixos-rebuild switch --flake .#nixos
# For non-NixOS environment,
# Install Nix and home-manager using nix flake
nix --extra-experimental-features "nix-command flakes" \
run nixpkgs#home-manager -- switch --flake .#{attribute-name}
# Then, run the following command to apply configurations
dotter undeploy # Unlink all
dotter deploy # Link all
Nix
sh <(curl -L https://nixos.org/nix/install) --daemon
# Install home-manager using nix-channel
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
nix-shell '<home-manager>' -A install
# Uninstall home-manager installed using nix-channel
nix-channel --remove home-manager
nix-channel --update
# (Optional) Clean up generations
nix-collect-garbage -d
# To update packages, run
cd ~/dotfiles
# For NixOS environment, rebuild the system
sudo nixos-rebuild switch --flake .#{attribute-name}
# For non-NixOS environment, apply home-manager configurations
home-manager switch --flake .#{attribute-name}
Skills Info
Original Name:find-skillsAuthor:junyeongh
Download