dotfiles
Go development, shell scripting, and media conversion workflows
All Skills in This Repository (13)
Pure Emerald Level Indicatorsnix-profile
Manage Nix profiles with the nix profile command.
commit
Analyze git diffs and generate Conventional Commits messages.
image-convert
Convert images between formats with quality and resizing options.
video-mute
Strip audio tracks from video files using ffmpeg.
go-performance
Identify and analyze performance bottlenecks in Go programs through profiling and benchmarking.
video-to-webp
Convert video files to animated WebP with ffmpeg and img2webp.
bash
Format and lint bash scripts using shfmt and shellcheck.
skill-creator
Create Claude AI agent skills with design patterns and resource management.
go-doc
Fetch Go package documentation with the go doc command.
go-simplify
Automate simplification and refinement of Go code while preserving functionality.
border-trim-extend
Trim and extend image borders with ImageMagick using specified colors and widths.
charmtone
Generate CSS, SCSS, and Vim color variables from the CharmTone palette.
Frequently Asked Questions
FAQPage SchemaHow to install meowgorithm dotfiles skills?โผ
Run `npx skills add meowgorithm/dotfiles --all -g -y` in your terminal to install all skills globally.
How to convert a video to animated WebP?โผ
Use the video-to-webp skill, which runs ffmpeg and img2webp with control over fps, width, quality, and trimming to produce compact animated WebP files.
How to migrate a Go TUI app to Bubble Tea v2?โผ
The bubble-tea-v2 skill rewrites import paths, applies breaking API changes, and iterates on build errors until your Charm v1 project compiles on v2.
Can these skills control terminal sessions?โผ
Yes. The tmux skill creates sessions, sends commands and keystrokes to panes, and reads output, letting your agent interact with REPLs, servers, and editors.
Do these skills work without coding experience?โผ
Yes. Once installed, your agent handles the underlying commands based on plain-English requests like muting a video or committing changes.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core