From gitgud
Views or modifies GitGud plugin settings such as task frequency, daily skips, difficulty, and enabled state.
How this command is triggered — by the user, by Claude, or both
Slash command
/gitgud:gg-configThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Configuration
View and modify GitGud settings.
## Usage
## Examples
Script output:
!`node "${CLAUDE_PLUGIN_ROOT}/scripts/config.js" $ARGUMENTS`View and modify GitGud settings.
/gg-config # Show current configuration
/gg-config <setting> <value> # Change a setting
/gg-config frequency 15 # Set task frequency to every 15 requests
/gg-config daily_skips 5 # Allow 5 skips per day
/gg-config difficulty hard # Set difficulty to hard
/gg-config enabled false # Disable the plugin
Script output:
!node "${CLAUDE_PLUGIN_ROOT}/scripts/config.js" $ARGUMENTS
npx claudepluginhub MissingPackage/gitgud --plugin gitgud/SKILLConfigures Git user identity and project commit scopes, validates scope naming conventions, and generates a local Git configuration file with abbreviated scopes.
/cc-scheduleGenerates optimized, guardrailed prompts for engineering maintenance blueprints like PR review, CI triage, and dep audit, deployable to desktop, cloud, or loop. Supports --list, --dry-run, and blueprint selection.
/git-teacherGuides non-developers through Git/GitHub workflows with friendly, pedagogical responses. Supports setup, status, commit, push, PR, and help subcommands.
/suggest-automationAnalyzes recent git commit history to detect repeated patterns and suggests automation opportunities (commands, skills, or agents). Can also generate selected automation files.