# Devtools Skill Selection Guide

> Sub-skill of devtools: Skill Selection Guide.

- Skill: `vamseeachanta/devtools-skill-selection-guide` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/devtools-skill-selection-guide`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/devtools-skill-selection-guide/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/devtools-skill-selection-guide

---


# Skill Selection Guide

## Skill Selection Guide


| Use Case | Recommended Skill | Why |
|----------|-------------------|-----|
| Local development environment | docker | Consistent, reproducible, isolated |
| Speed up terminal workflow | cli-productivity | Aliases, fuzzy finding, completions |
| Editor customization | vscode-extensions | Keybindings, snippets, debugging |
| macOS automation | raycast-alfred | Quick scripts, clipboard history |
| Complex git operations | git-advanced | Worktrees, bisect, conflict resolution |
| Multi-container services | docker | Compose, networking, orchestration |
| Cross-repository work | git-advanced | Worktrees, submodules |
| Quick file navigation | cli-productivity | fzf, fd, ripgrep integration |

