Claude Cursor Skill

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.

LLM Mart · 0 points · 7 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download fcakyon-claude-codex-settings-plugins_github-dev_skills_setup-4632eb3.zip · 0 KB
Part of fcakyon/claude-codex-settings — 83 skills

Install

skills CLI npx skills add https://github.com/fcakyon/claude-codex-settings/tree/main/plugins/github-dev/skills/setup
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install fcakyon-claude-codex-settings@llmmart
Git git clone https://github.com/fcakyon/claude-codex-settings.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole fcakyon/claude-codex-settings collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

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:

  1. Check authentication - gh auth status
  2. Re-login if needed - gh auth login
  3. Check scopes - Ensure the token has repo access
  4. Refresh auth - gh auth refresh
  5. Update gh - brew upgrade gh or equivalent
Files (claude-codex-settings)
  • SKILL.md 1009 B
    ---
    name: setup
    description: 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.
    ---
    
    # GitHub CLI Setup
    
    Configure `gh` CLI for GitHub access.
    
    ## Check Current Status
    
    ```bash
    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:
    
    ```bash
    gh auth login
    ```
    
    Select: GitHub.com -> HTTPS -> Login with browser
    
    ## Verify Authentication
    
    ```bash
    gh auth status
    gh api user --jq '.login'
    ```
    
    ## Troubleshooting
    
    If `gh` commands fail:
    
    1. **Check authentication** - `gh auth status`
    2. **Re-login if needed** - `gh auth login`
    3. **Check scopes** - Ensure the token has repo access
    4. **Refresh auth** - `gh auth refresh`
    5. **Update gh** - `brew upgrade gh` or equivalent
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related