Skills are folders of instructions, scripts, and resources that AI agents can discover and use to perform at specific tasks.
This repository contains skills that I've created or found on the web to enhance the capabilities of various Agent Harnesses across a wide range of instructions.
I use these skills to improve code quality, streamline workflows, automate tasks, take notes, systematically handle repetitive tasks, and much more.
There are currently 7 skills available:
- browser-use: Automates browser interactions for navigation, form filling, screenshots, cookies, and data extraction with a persistent CLI-driven browser session.
- es: Provides a practical workflow for using the Everything CLI on Windows to find files and folders instantly. It standardizes command flags for rich CSV output and supports advanced searches by extension, size, date, attributes, and path.
- ffmpeg-toolset: A structured guide for audio/video processing with ffmpeg and ffprobe, including conversion, trimming, filtering, subtitles, and stream operations. It emphasizes reliable command patterns, compatibility tips, and troubleshooting references.
- python: Defines modern Python best practices with strong typing, Python 3.10+ syntax, and clean architecture conventions. It standardizes tooling around
uv, Ruff-friendly style, async patterns, FastAPI for APIs, and Loguru for logging. - resense: Reverse-engineered hardware control CLI for Acer Nitro AN515-58 laptops — fan speed, keyboard lighting, operation mode, display settings, sound presets, and system status.
- skill-creator: Helps create, refine, and evaluate Agent Skills following the agentskills.io open standard, from scaffolding to evaluation.
- youtube-transcript: Extracts YouTube transcripts into markdown using
defuddle parse, then formats them into note-friendly output. It includes a clear workflow for verification, title/header insertion, and basic troubleshooting when transcripts are unavailable.
I may add new skills or adjust/improve existing ones in the future, as needed.
All skills are released under the Unlicense. You are free to use these as you wish and customize them to suit your needs.