with one click
subinium-agentic-workflow-config
subinium-agentic-workflow-config contains 23 collected skills from subinium, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
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", "๋ง์ผํ๋ ์ด์ค ํ๋ฌ๊ทธ์ธ".
Extracts a structured PRD.md and tactical implementation plan from the current conversation โ captures goals, non-goals, scope, risks, and acceptance criteria. Use when ending a brainstorm before implementation, before invoking the architect agent, or "PRD ๋ฝ์์ค", "๊ธฐํ์ ์ ๋ฆฌ", "์คํ ๋ฌธ์ ์ถ์ถ".
Instantly load project context and suggest actionable next steps. Use at session start instead of open-ended greetings
Full release pipeline โ version bump across all files, branch + PR, tag, GitHub release with structured notes. Supports dual-stack projects (Node + Rust). Use when asked to release, cut a release, bump version, or publish a new version.
Parallel research, comparative audit, or capability transfer analysis on multiple topics, tools, repos, codebases, or frameworks with structured comparison, parity, or feature-harvesting output. Use when asked to research, compare, analyze, audit, extract capabilities, or transfer the best parts of one project into another
Generates OG images and HN/GeekNews/LinkedIn/Twitter launch posts from a project README in a casual viral tone (NOT corporate/AI-sounding). Use when launching, posting "Show HN", or "๊ณต์ ์ฉ ์๋ฃ", "๋ฐ์นญ ํฌ์คํธ", "OG ์ด๋ฏธ์ง ๋ง๋ค์ด์ค", "๊ธฑ๋ด์ค ๊ธ", "ํธ์ ์ด์".
Generates a daily/weekly standup summary from git commits and GitHub PRs across one or all ~/Projects repos. Use when the user asks for a "standup", "์ค๋ ๋ญํ์ด", "์ด๋ฒ ์ฃผ ํ ์ผ", "๋ฐ์ผ๋ฆฌ ๋ฆฌํฌํธ", or end-of-day summary. Supports --all-repos and --week flags.
Detects and migrates Tailwind CSS v3 โ v4 โ finds v3/v4 mixed syntax (silent failure mode flagged in CLAUDE.md), converts tailwind.config.js to @theme CSS-first config, applies @custom-variant for darkMode, runs the official codemod. Use when "Tailwind v4 ์ ๊ทธ๋ ์ด๋", "tailwind ๋ง์ด๊ทธ๋ ์ด์ ", or after upgrading the package. Defaults to dry-run.
Design system conventions for all UI projects โ typography (font pool + combos), color palettes, border radius rules, layout. Apply when scaffolding UI, reviewing design, or starting any frontend work.
Generate and manage CI/CD pipelines โ GitHub Actions, lint/test/build/deploy automation for npm/pip/pnpm projects. Use when asked to set up CI, create a pipeline, add GitHub Actions, automate tests, or configure continuous deployment
Structured code review for PRs and local changes with parallel agent analysis. Use when asked to review code, check changes, audit a diff, or analyze code quality
Run a comprehensive security audit โ OWASP Top 10, secrets detection, dependency vulnerabilities, injection vectors, auth checks
Stage, verify, commit, and push in one command โ smart staging, parallel quality gates, conventional commits, optional deploy. Use when asked to "ship it", "commit and push", or "send it"
Wrap up the current session โ summarize progress, pending tasks, and create a handoff note for the next session. Use when ending a session, switching context, or before /clear
TypeScript/React/Next.js development patterns, performance rules, composition patterns, and App Router conventions
UI/UX prototyping with mock data, component states, visual debugging, and pre-delivery polish. Use when building UI, creating mockups, or prototyping interfaces
Scaffold components, pages, features, and API routes with types, tests, and stories. Use when asked to create a new component, page, feature module, or API route
Systematic approach to debugging โ follow these 8 steps when investigating bugs, errors, or unexpected behavior