devrel-tooling
Installation
SKILL.md
DevRel Tooling
Build the tools your developers reach for daily — CLIs they tab-complete without thinking, API collections they import on day one.
Two domains:
| Domain | What you build | When to use |
|---|---|---|
| CLI tools | Command-line interfaces with subcommands, flags, completions, interactive prompts | "Build a CLI", "add a command", "shell completions", "progress bar" |
| API collections | Postman/OpenAPI artifacts generated from your codebase | "Generate Postman collection", "export API endpoints", "create collection from routes" |
State which domain you need, or describe what you're building.
CLI tools
For expanded implementation patterns per language (Node.js/commander, Python/click+typer, Go/cobra), load
references/cli-patterns.md.