Agent Skill
2/7/2026finishing-a-development-branch
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
L
limaon
0GitHub Stars
1Views
npx skills add limaon/dotfiles
SKILL.md
| Name | finishing-a-development-branch |
| Description | Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup |
Dotfiles setup
This repository has my personal setup files (dotfiles) and scripts made for Arch Linux. These files help me keep my work environment the same for all my projects and make me more productive.
Details
- Distro - Arch Linux
- Shell - bash + Bash-it
- AUR Helper - paru
- Terminal - kitty
- WM - i3
- Status Bar - i3status
- Launcher - dmenu
- Screen Locker - i3lock
- Notification Daemon - dunst
- CLI File Manager - lf
- GUI File Manager - pcmanfm
- Fuzzy finder - fzf
- Image Viewer - sxiv(
nsxiv) - Document Viewer - zathura
- Video player - mpv
- Volume - pulsemixer, pamixer, pavucontrol
- Music - mpd + ncmpcpp
- Screenshots - maim
- Text Editor - neovim
- Youtube Downloader - yt-dlp (youtube-dl fork)
- Scripts - ~/.local/bin/
Installation
- Run the following command below.
bash <(curl -L https://tinyurl.com/tbs4u39a)
- To install the packages from the AUR first install paru
sudo pacman -S --needed base-devel
git clone https://aur.archlinux.org/paru.git
cd paru
makepkg -si
Main Keybindings
Window manager controls
| Keys | Action |
|---|---|
| <kbd>MOD + Enter</kbd> | Open Terminal |
| <kbd>MOD + d</kbd> | Open Launcher |
| <kbd>MOD + q</kbd> | Kill a Window |
| <kbd>MOD + Shift + Space</kbd> | Toggle Floating |
| <kbd>MOD + Shift + e</kbd> | Open PowerMenu |
Credits
Some configurations in this repository were built based on tatsumoto-ren. Thanks to the original author for providing a great foundation and inspiration for my own setup.
Skills Info
Original Name:finishing-a-development-branchAuthor:limaon
Download