Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/gh-expert:gh-codespaceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create, list, view, connect to, and manage codespaces.
Create, list, view, connect to, and manage codespaces.
gh codespace create --repo <owner/repo> --branch <branch> --machine <type>gh codespace listgh codespace view [--codespace <name>]gh codespace stop [--codespace <name>]gh codespace delete [--codespace <name>]gh codespace ssh [--codespace <name>]gh codespace cp <source> <dest>gh codespace ports forward <port>[:<local-port>]gh codespace ports visibility <port>:<org|public|private>gh codespace ports listgh codespace code [--codespace <name>]gh codespace rebuild [--codespace <name>]gh codespace logs [--codespace <name>]gh codespace jupyter [--codespace <name>]Triggered when user says "codespace", "create codespace", "list codespaces", "ssh codespace".
Check existing codespaces before creating new ones. Use --machine to specify resource size.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin gh-expert