mcpbeat

Setup

fcakyon/claude-codex-settings-github-dev-setup

This skill should be used when the user asks "how to setup GitHub CLI", "configure gh", "gh auth not working", "GitHub CLI connection failed", "gh CLI error", or needs help with GitHub authentication.

252 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
955
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/fcakyon/claude-codex-settings --skill setup

The instruction itself

5 sections, as written by the author

GitHub CLI Setup

Configure gh CLI for GitHub access.

Check Current Status

gh auth status

Report one of these states:

  • gh is not authenticated and needs login
  • gh is authenticated, including the current username if available

Login Flow

If authentication is missing or broken, guide the user through:

gh auth login

Select: GitHub.com -> HTTPS -> Login with browser

Verify Authentication

gh auth status
gh api user --jq '.login'

Troubleshooting

If gh commands fail:

  • Check authentication - gh auth status
  • Re-login if needed - gh auth login
  • Check scopes - Ensure the token has repo access
  • Refresh auth - gh auth refresh
  • Update gh - brew upgrade gh or equivalent

How to use it

Copy the folder

Take fcakyon/claude-codex-settings-github-dev-setup 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.