# Go Mod

> Go Mod

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

---

# /go-mod

Manage Go modules.

## Instructions

Tidy up the Go modules:

```bash
go mod tidy
```

This will add missing dependencies and remove unused ones.

