---
name: Golden Man Kw
slug: golden-man-kw
category: Writing
description: Golden Man Kw provides man page references for command-line tools such as git-log, git-diff, and curl, including options, examples, and related commands.
github: "https://github.com/yusufkaraaslan/Skill_Seekers/tree/development/tests/golden/phase2/man_kw"
language: Python
stars: 14756
forks: 1503
install: "npx degit https://github.com/yusufkaraaslan/Skill_Seekers/tree/development/tests/golden/phase2/man_kw ~/.claude/skills/man_kw"
installs_to: ~/.claude/skills/man_kw
source_path: tests/golden/phase2/man_kw/SKILL.md
collection_size: 25
category_size: 1012
collection_url: "https://dirskills.com/collections/yusufkaraaslan/Skill_Seekers"
added: 2026-08-14T07:12:59.115Z
last_synced: 2026-08-14T07:12:59.115Z
canonical_url: "https://dirskills.com/skills/golden-man-kw"
---

# Golden Man Kw

Golden Man Kw provides man page references for command-line tools such as git-log, git-diff, and curl, including options, examples, and related commands.

**Install:**

```bash
npx degit https://github.com/yusufkaraaslan/Skill_Seekers/tree/development/tests/golden/phase2/man_kw ~/.claude/skills/man_kw
```

## README

# Golden_Man_Kw Man Pages Skill

Use when testing the man golden build

## When to Use This Skill

Use this skill when you need to:
- Understand golden_man_kw command-line tools and their options
- Look up command syntax and usage patterns
- Find examples of common command invocations
- Review available flags and environment variables
- Explore related commands via SEE ALSO references

## Quick Command Reference

### git-log

```
git log [<options>] [<revision-range>] [[--] <path>...]
```

### git-diff

```
git diff [<options>] [<commit>] [--] [<path>...]
```

## Man Page Overview

**Total Man Pages:** 3

**Content Breakdown:**

- **Version Control**: 2 man page(s)
- **Other**: 1 man page(s)

## Common Options

*3 options extracted across all man pages*

### git-log

- `-p` -- Generate patch output.
- `--max-count=<number>` -- Limit the number of commits to output, interacting subtly with pathspec filtering, history simplification, and the --fol...

### curl

- `-s, --silent` -- Silent mode.

## Examples

*3 example(s) extracted from man pages*

### git-log

Show the last three commits

```bash
git log -3
```

### git-log

Prose-only example with no command

### curl

Fetch a page

```bash
curl https://example.com
```

## Related Commands (SEE ALSO)

- `git-diff`
- `git-log`
- `gitk`

## Documentation Statistics

- **Total Man Pages**: 3
- **Total Options**: 3
- **Total Examples**: 3
- **Cross-references**: 3

## Navigation

**Reference Files:**

- `references/version_control_01.md` -- Version Control
- `references/other_02.md` -- Other

See `references/index.md` for complete reference structure.

---

**Generated by Skill Seekers** | Man Page Scraper
