Back to Skills

utilizing-cli-tools

verified

CLI tools guide for git, gh, npm, and other development tools. Use when executing git commands, managing branches, or when user mentions CLI, コマンドライン, バージョン管理, ブランチ, コミット.

View on GitHub

Marketplace

thkt-development-workflows

thkt/claude-config

Plugin

development-skills

Development Skills

Repository

thkt/claude-config
3stars

skills/utilizing-cli-tools/SKILL.md

Last Verified

January 22, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/thkt/claude-config/blob/main/skills/utilizing-cli-tools/SKILL.md -a claude-code --skill utilizing-cli-tools

Installation paths:

Claude
.claude/skills/utilizing-cli-tools/
Powered by add-skill CLI

Instructions

# CLI Tools Guide

## References

| Category           | Reference                                                         |
| ------------------ | ----------------------------------------------------------------- |
| Version Control    | [@./references/git-essentials.md](./references/git-essentials.md) |
| GitHub             | [@./references/gh-github-cli.md](./references/gh-github-cli.md)   |
| Package Management | [@./references/npm-scripts.md](./references/npm-scripts.md)       |

## Quick Reference

### Git

| Action | Command                     |
| ------ | --------------------------- |
| Status | `git status --short`        |
| Diff   | `git diff --staged`         |
| Branch | `git branch --show-current` |
| Log    | `git log --oneline -10`     |

### HEREDOC Commit

```bash
git commit -m "$(cat <<'EOF'
feat(auth): add OAuth authentication
EOF
)"
```

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
730 chars