CLI tools guide (git, gh, npm). Use when: git操作, gh コマンド, npm スクリプト, HEREDOC コミット, CHANGELOG.
From shipnpx claudepluginhub thkt/dotclaude --plugin toolkitThis skill is limited to using the following tools:
references/changelog-tools.mdreferences/gh-github-cli.mdreferences/git-essentials.mdreferences/npm-scripts.mdProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
| Category | Reference |
|---|---|
| Version Control | ${CLAUDE_SKILL_DIR}/references/git-essentials.md |
| GitHub | ${CLAUDE_SKILL_DIR}/references/gh-github-cli.md |
| Package Management | ${CLAUDE_SKILL_DIR}/references/npm-scripts.md |
| CHANGELOG | ${CLAUDE_SKILL_DIR}/references/changelog-tools.md |
| Action | Command |
|---|---|
| Status | git status --short |
| Diff | git diff --staged |
| Branch | git branch --show-current |
| Log | git log --oneline -10 |
git commit -m "$(cat <<'EOF'
feat(auth): add OAuth authentication
EOF
)"