From smg
Routes to the right SMG skill based on context — orient, implement, review, or ship. Also supports subcommands for codebase mapping, contribution readiness, and PR review.
How this command is triggered — by the user, by Claude, or both
Slash command
/smg:smgThe summary Claude sees in its command listing — used to decide when to auto-load this command
Analyze the user's current context and intent, then invoke the appropriate skill: - Codebase structure, "where does X live", crate layout, how subsystems relate → invoke smg:map - Commit, PR preparation, quality gates, "am I ready to submit" → invoke smg:contribute - PR URL, "review this", diff analysis, code review → invoke smg:review-pr - Implement, add, build, fix, create, modify any feature → invoke smg:implement Default to `smg:implement` when intent involves writing code. If the intent is ambiguous, ask which action they need: orient, implement, review, or ship.
Analyze the user's current context and intent, then invoke the appropriate skill:
Default to smg:implement when intent involves writing code.
If the intent is ambiguous, ask which action they need: orient, implement, review, or ship.
npx claudepluginhub lightseekorg/smg-dev-guide --plugin smg/codexDelegates coding tasks to OpenAI Codex CLI for autonomous execution via natural language prompts, handling code refactoring, testing, bug fixes, explanations, features, and reviews.
/implementImplements discussed feature from chat or args using full agent workflow without tickets: loads skills, plans, codes, tests, creates open PR (steps 0-9 nonstop).
/architectProvides system design, architecture definition, review, and technical decision oversight for the specified request.
/studyStudies changes in the current branch to deeply understand the project's ongoing work and prepare for upcoming tasks.
/ns-contextRoutes user intent to the appropriate codebase-intelligence skill — maps codebase structure, generates knowledge graphs, updates docs, or recalls/captures learnings.
/setup-workflowDefine team git workflow, code review process, and development procedures.