Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

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

security-tools

Security

Repository

thkt/claude-config
3stars

skills/utilizing-cli-tools/SKILL.md

Last Verified

February 1, 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)         |
| CHANGELOG          | [@./references/changelog-tools.md](./references/changelog-tools.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:
816 chars