Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/github:examplescreate-issues/references/The summary Claude sees in its command listing — used to decide when to auto-load this command
# Commit Message Examples ## Feature with Standard Structure ## Bug Fix with Regression Test ## Breaking Change
feat(auth): add google oauth login flow
- Introduce Google OAuth 2.0 for user sign-in
- Add backend callback endpoint `/auth/google/callback`
- Update login UI with Google button and loading state
Add a new authentication option improving cross-platform
sign-in.
Closes #42. Linked to #38 and PR #45
fix(api): handle null payload in session refresh
- Validate payload before accessing `user.id`
- Return proper 400 response instead of 500
- Add regression test for null input
Prevents session refresh crash when token expires.
Fixes #105
feat(auth): migrate to oauth 2.0
- Replace basic auth with OAuth 2.0 flow
- Update authentication middleware
- Add token refresh endpoint
BREAKING CHANGE: Authentication API now requires OAuth 2.0 tokens. Basic auth is no longer supported.
Closes #120. Linked to #115 and PR #122
npx claudepluginhub rootial/dotclaude --plugin github/examplesProvides examples of how to use the Claude Code plugin system, including command definitions, argument handling, and tool integration patterns.
/examplesDisplays a gallery of orchestration workflow examples from documentation and template files, then offers next-step actions like running or creating workflows.