بنقرة واحدة
quick-start
// Instantly load project context and suggest actionable next steps. Use at session start instead of open-ended greetings
// Instantly load project context and suggest actionable next steps. Use at session start instead of open-ended greetings
Thin slash-command wrapper around the i18n-nfc-auditor agent — audits Korean/CJK string handling for NFC/NFD Unicode normalization mismatches across filenames, URLs, attachments, and DB paths. Use when "한글 파일 깨짐", "Supabase 첨부 안 됨", "한글 파일명 문제", or after Supabase/Vercel deploy.
Thin slash-command wrapper around the migration-reviewer agent — audits SQL/Prisma/Supabase/sqlx/Drizzle migration files for data loss, lock contention, missing indexes, and rollback safety. Use before db push, before Supabase deploy, or "마이그레이션 리뷰", "DB 스키마 검토".
Audit and curate the per-project memory system at ~/.claude/projects/<encoded-cwd>/memory/ — finds duplicates, stale entries, missing-pointer files, oversized MEMORY.md, and entries that violate the user/feedback/project/reference taxonomy. Use when memory feels noisy, before /clear of a long-running project, or when memories stop influencing behavior.
Traces all references to a feature flag/gate across the codebase and produces a removal PR draft. Use when ramping up a flag, removing a kill switch, or "feature flag 정리", "플래그 제거", "킬스위치 제거". Auto-detects flag system (GrowthBook, LaunchDarkly, env vars, custom dictionary). Read-only — produces a draft markdown file, never runs gh pr create.
Performance triage entry point — bundle analysis, build profiling, Lighthouse CI, Next.js Cache Components inspection. Use when asked "why is X slow", "perf 분석", "번들 사이즈 확인", "Lighthouse 점수", "빌드 시간 측정". Delegates deep root-cause analysis to perf-researcher agent.
Scaffolds a Claude Code plugin with .claude-plugin/marketplace.json + plugin.json + a starter skill/agent/hook + GitHub Actions validator — codifies the vibesubin maintenance pattern. Use when creating a new plugin, publishing to a marketplace, or "플러그인 만들어줘", "claude code plugin scaffold", "마켓플레이스 플러그인".
| name | quick-start |
| description | Instantly load project context and suggest actionable next steps. Use at session start instead of open-ended greetings |
| author | subinium |
| user-invocable | true |
| disable-model-invocation | true |
Jump into productive work immediately. No greetings, no open-ended questions.
/quick-start
Run all of these simultaneously:
git log --oneline -10 — recent commitsgit status --short — uncommitted workgit branch --show-current — active branchgit diff --stat HEAD~3..HEAD — recent changes summaryCLAUDE.md if it exists in the project rootpackage.json or Cargo.toml or pyproject.toml — project identitycargo check --all-features 2>&1 | tail -5npm run test 2>&1 | tail -5pytest --co -q 2>&1 | tail -5gh issue list --state open --limit 5 (if in a git repo with remote)## [Project Name] — [Branch]
**Last 3 commits:**
- [commit 1]
- [commit 2]
- [commit 3]
**Status:** [clean / N uncommitted files]
**Failing tests:** [none / list]
**Suggested next steps:**
1. [Most obvious next action based on context]
2. [Second suggestion]
3. [Third suggestion]