mcpbeat

Golden Man

yusufkaraaslan/golden-man

Use when testing the man golden build

2k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
14681
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/yusufkaraaslan/Skill_Seekers --skill golden-man

What comes with it

6 067 bytes besides the instruction
references/curl_02.md
references/git_01.md
references/index.md

The instruction itself

16 sections, as written by the author

Golden_Man 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 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:

  • Git: 2 man page(s)
  • Curl: 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

git log -3

git-log

Prose-only example with no command

curl

Fetch a page

curl https://example.com
  • git-diff
  • git-log
  • gitk

Documentation Statistics

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

Reference Files:

  • references/git_01.md -- Git
  • references/curl_02.md -- Curl

See references/index.md for complete reference structure.


Generated by Skill Seekers | Man Page Scraper

How to use it

Copy the folder

Take yusufkaraaslan/golden-man from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.