1---2name: devtools-available-skills3description: Sub-skill of devtools: Available Skills.4---56# Available Skills78## Available Skills91011| Skill | Description | Key Features |12|-------|-------------|--------------|13| [docker](./docker/SKILL.md) | Container development workflows | Compose, multi-stage builds, volumes, networking |14| [cli-productivity](./cli-productivity/SKILL.md) | Shell efficiency patterns | Aliases, functions, fzf, history, completions |15| [vscode-extensions](./vscode-extensions/SKILL.md) | VS Code customization | Extensions, keybindings, tasks, debugging |16| [raycast-alfred](./raycast-alfred/SKILL.md) | macOS launcher automation | Scripts, workflows, clipboard, snippets |17| [git-advanced](./git-advanced/SKILL.md) | Advanced git operations | Worktrees, bisect, reflog, rerere, hooks |18| [uv-package-manager](./uv-package-manager/SKILL.md) | Fast Python package management | venv, sync, lock files, pip replacement |19| [pyproject-toml](./pyproject-toml/SKILL.md) | Python project configuration | Build system, dependencies, tool settings |