Skip to main content
Run any Skill in Manus
with one click
GitHub repository

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 collected
23
Stars
14
updated
2026-04-27
Forks
0
Occupation coverage
9 occupation categories ยท 100% classified
repository explorer

Skills in this repository

audit-i18n-nfc
software-developers

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.

2026-04-27
audit-migration
database-architects

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 ์Šคํ‚ค๋งˆ ๊ฒ€ํ† ".

2026-04-27
memory-curate
software-developers

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.

2026-04-27
cleanup-flag
software-developers

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.

2026-04-27
perf-triage
software-developers

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.

2026-04-27
plugin-scaffold
software-developers

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", "๋งˆ์ผ“ํ”Œ๋ ˆ์ด์Šค ํ”Œ๋Ÿฌ๊ทธ์ธ".

2026-04-27
prd-extract
project-management-specialists

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 ๋ฝ‘์•„์ค˜", "๊ธฐํš์„œ ์ •๋ฆฌ", "์ŠคํŽ™ ๋ฌธ์„œ ์ถ”์ถœ".

2026-04-27
quick-start
software-developers

Instantly load project context and suggest actionable next steps. Use at session start instead of open-ended greetings

2026-04-27
release
software-developers

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.

2026-04-27
research
software-developers

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

2026-04-27
share-assets
market-research-analysts-and-marketing-specialists-131161

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 ์ด๋ฏธ์ง€ ๋งŒ๋“ค์–ด์ค˜", "๊ธฑ๋‰ด์Šค ๊ธ€", "ํŠธ์œ— ์ดˆ์•ˆ".

2026-04-27
standup
software-developers

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.

2026-04-27
tailwind-v4-migrator
software-developers

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.

2026-04-27
ui-style
graphic-designers

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.

2026-04-27
ci-cd
software-developers

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

2026-02-16
code-review
software-quality-assurance-analysts-and-testers

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

2026-02-16
security-audit
information-security-analysts

Run a comprehensive security audit โ€” OWASP Top 10, secrets detection, dependency vulnerabilities, injection vectors, auth checks

2026-02-16
ship
software-developers

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"

2026-02-16
session-wrap
executive-secretaries-and-executive-administrative-assistants

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

2026-02-09
ts-react
software-developers

TypeScript/React/Next.js development patterns, performance rules, composition patterns, and App Router conventions

2026-02-08
ui-mockup
web-and-digital-interface-designers

UI/UX prototyping with mock data, component states, visual debugging, and pre-delivery polish. Use when building UI, creating mockups, or prototyping interfaces

2026-02-08
scaffold
software-developers

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

2026-02-08
systematic-debugging
software-developers

Systematic approach to debugging โ€” follow these 8 steps when investigating bugs, errors, or unexpected behavior

2026-02-08