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.
npx claudepluginhub andersonlimahw/lemon-ai-hub --plugin gh-expertAudits and improves GitHub Codespaces efficiency: faster startup, lower spend, slim devcontainers, right-sized machines, tuned idle timeout, and scoped prebuilds.
Configures dev containers and GitHub Codespaces with devcontainer.json schema, features, lifecycle hooks, port forwarding, and VS Code customizations.
Reference for GitHub CLI (gh) commands covering repos, issues, PRs, Actions, projects, releases, gists, codespaces, search, secrets, and API operations.