ssiumha

ssiumha

@ssiumha

GitHub
50 Skills
450 Total Stars
February 2026 Joined

Public Skills

ci-cd

by ssiumha

Sets up CI/CD workflows locally (Justfile, lint, test) and GitLab CI pipelines. Use for test automation, pre-commit hooks, or local CI setup. For GitHub Actions, use github-action skill.

CI/CD 9 3mo ago

tidy

by ssiumha

Performs small structural code cleanups (tidyings). Use when preparing code changes, removing dead code, reducing nesting, or cleaning up before feature work.

Agents 9 3mo ago

github-action

by ssiumha

GitHub Actions workflow 작성 종합 가이드. Use when creating/modifying GitHub Actions workflows, custom actions, reusable workflows, release automation, or CI/CD security hardening.

Automation 9 3mo ago

dep-graph

by ssiumha

Analyzes file-level import dependencies and generates interactive vis-network HTML report. Use when visualizing dependency graphs, analyzing import structure, checking circular dependencies, or understanding module relationships.

Analytics 9 3mo ago

claude-best-practices

by ssiumha

Claude Code 운용 베스트 프랙티스. 위임 판단, 백그라운드 실행, 컨텍스트 관리, 블로킹 최소화 패턴. Use when optimizing Claude Code workflows, deciding delegation strategy, or managing context window. Do NOT use for Claude Code setup/configuration (use claude-guide instead).

Automation 9 3mo ago

agent-creator

by ssiumha

Creates and manages custom Claude Code sub-agents. Use when automating workflows as dedicated agents, delegating recurring tasks, or modifying .claude/agents/ files.

Agents 9 3mo ago

ascii-diagram

by ssiumha

복잡도에 따라 ASCII art 또는 Mermaid 다이어그램을 선택하여 생성. Use when visualizing architecture, drawing diagrams, explaining structure visually, or 도식화/다이어그램 요청 시. 중간 복잡도는 ASCII art 우선.

API Dev 9 3mo ago

claude-guide

by ssiumha

Guides Claude Code setup and configuration. Use when setting up CLAUDE.md, rules, hooks, skills, or agents structure, reviewing configuration, or organizing prompt architecture.

API Dev 9 3mo ago

good-spec

by ssiumha

Provides spec writing guidelines with 6 core areas and boundary system. Use when writing SPEC.md, defining requirements, creating project specifications, 요구사항 정의, or 스펙 작성.

Git & VCS 9 3mo ago

pj-init

by ssiumha

Initializes multi-repo workspace CLAUDE.md. Use when managing multiple repositories as a single project.

Docs Gen 9 3mo ago

isms

by ssiumha

ISMS-P certification preparation. Use when preparing for ISMS-P audit, checking compliance items, creating checklists, or planning implementation. 인증 준비, 항목 조회.

Agents 9 3mo ago

plan-creator

by ssiumha

Creates dependency-based task execution plans with parallel orchestration. Use when planning complex tasks, breaking down work into steps, 계획 수립, 3+ tasks with dependencies, unclear execution order, or parallel work identification needed.

API Dev 9 3mo ago

code-metrics

by ssiumha

Measures code structure metrics (coupling, cohesion, complexity, call graph). Use when analyzing code quality quantitatively, checking architectural health, or reviewing structural changes.

Processing 9 3mo ago

tree-sitter

by ssiumha

AST parsing, S-expression queries, tag extraction via tree-sitter CLI. Use when parsing code into AST, extracting tags, visualizing syntax trees, or performing structural analysis beyond ast-grep.

Processing 9 3mo ago

code-review-python

by ssiumha

Python type hints and typing review checklist. Injected into code-reviewer agent for Python projects. Use when reviewing Python code for type safety or auditing type annotations.

Code Review 9 3mo ago

lint-audit

by ssiumha

Audits lint errors, type checks, dead code, and commit hygiene. Use when checking project health, running lint/type checks, or finding unused code.

Code Review 9 3mo ago

claude-agent-sdk

by ssiumha

Builds Claude Agent SDK agents in Python. Use when creating custom tools, hooks, sub-agents, or MCP integrations with the Agent SDK. Python 에이전트 구축 시 사용.

Agents 9 3mo ago

tdd-practices

by ssiumha

Applies TDD workflow to development. Use when writing tests before code, implementing features test-first, fixing bugs via failing test, or refactoring with test coverage. Detects AI anti-patterns.

Auth 9 3mo ago

skill-creator

by ssiumha

Creates and manages Claude Code skills. Use when creating new skills, updating existing skills, or converting repeated prompts into reusable skill packages.

CLI Tools 9 3mo ago

reflect

by ssiumha

방향 수정 신호 감지 및 세션 전체 회고. Use when detecting course correction signals ("아니/잠깐/근데"), session retrospective, or reviewing overall progress. /reflect 또는 "회고해줘"로 수동 호출.

CI/CD 9 3mo ago

code-review-typescript

by ssiumha

TypeScript type safety review checklist. Injected into code-reviewer agent for TypeScript/TSX projects. Use when reviewing TypeScript code for type safety or auditing type definitions.

Code Review 9 3mo ago

team-setup

by ssiumha

Sets up Claude Code agent teams with role-based composition. Use when creating dev teams, defining team roles, or organizing multi-agent collaboration. Do NOT use for single sub-agent creation (use agent-creator instead).

Agents 9 3mo ago

skill-installer

by ssiumha

프로젝트별 외부 skill 설치 및 관리. Use when installing external skills, importing skills from other projects, or managing skill dependencies.

Agents 9 3mo ago

process-management

by ssiumha

Manages long-running processes via overmind/Procfile. Use when starting servers, daemons, workers, or managing Procfile configuration.

API Dev 9 3mo ago

efsr

by ssiumha

전자금융감독규정(EFSR) compliance preparation. Use when preparing for electronic financial regulation audit, 조항 조회, 체크리스트 생성, or 이행 계획 수립.

Agents 9 3mo ago

project-context

by ssiumha

Generates project context (code structure + architecture intent). Use when starting sessions, understanding codebase structure, onboarding to a project, after major refactoring, or delegating complex work to agents.

Auth 9 3mo ago

worker-orchestrator

by ssiumha

Manages parallel Claude instances via tmux for multi-worktree development. Use when spawning workers, checking status, collecting results, or coordinating parallel tasks.

Auth 9 3mo ago

git-worktree

by ssiumha

Manages git worktrees for parallel development. Use when creating feature branches, switching between tasks, managing multiple work streams, or cleaning up after PR merge.

Code Review 9 3mo ago

tmux-agent

by ssiumha

Automates tmux pane/window orchestration for Claude instances. Use when running dev servers in separate panes, monitoring logs across panes, checking process status, sending commands to other panes, or when background tasks need persistent terminal output instead of run_in_background.

CLI Tools 9 3mo ago

deployment

by ssiumha

Automates deployments and infrastructure management. Use for PM2, Helmfile/K8s, Ansible playbooks, database config, monitoring setup, or multi-server automation.

Database 9 3mo ago

qmd

by ssiumha

Searches local markdown notes and documents using qmd CLI. Use when searching notes, querying documents, managing collections, or retrieving document content.

CLI Tools 9 4mo ago

hooks-setup

by ssiumha

Configures Claude Code hooks for projects and skills. Use when setting up lint, test, or format hooks in .claude/ directory, or applying hook recipes to skills via SKILL.md frontmatter.

CLI Tools 9 4mo ago

prompt-review

by ssiumha

Refines user prompts through structured dialogue to produce executable prompts with delegation plans. Use when user requests are vague or multi-file, or manually via /prompt-review or /refine.

Auth 9 4mo ago

mise-config

by ssiumha

Generates mise.toml project configuration. Use when setting up project tools, environment variables, or task automation with mise.

Automation 9 4mo ago

rule-creator

by ssiumha

Creates and manages Claude Code rules files. Use when creating .claude/rules/ files or applying conditional rules to specific files/situations.

API Dev 9 4mo ago

agent-browser

by ssiumha

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Agents 9 4mo ago

test-guidelines

by ssiumha

Guides test writing and review. Use when writing new tests, reviewing existing tests, or diagnosing mock overuse (see Workflow 2).

Kubernetes 9 4mo ago

ui-design-principles

by ssiumha

UI 디자인 기본 원칙 가이드. Use when creating UI components, writing frontend code, reviewing designs, or avoiding AI-looking interfaces.

Accessibility 9 4mo ago

git-conflict

by ssiumha

Resolves Git conflicts (rebase, merge, cherry-pick, stash). Use when encountering merge conflicts during any Git operation.

CLI Tools 9 4mo ago

devops-docker

by ssiumha

Creates Docker configurations and compose files. Use when containerizing apps, setting up Docker dev environment, writing Dockerfile/compose.yaml, or building multi-stage images.

Docker 9 4mo ago

ast-grep

by ssiumha

Creates ast-grep patterns for structural code search. Use when finding functions/classes by structure, refactoring code, or when grep returns too many false positives.

CLI Tools 9 4mo ago

bdd-practices

by ssiumha

Writes behavior specifications in Gherkin format. Use when defining features from user perspective or creating acceptance tests.

Auth 9 4mo ago

command-creator

by ssiumha

Creates slash commands for repeated workflows. Use when defining batch processing, pipelines, or checklist-based automation.

Automation 9 4mo ago

fzf-patterns

by ssiumha

Provides fzf command patterns and configurations. Use when writing fzf commands, interactive filters, or pipeline compositions.

CLI Tools 9 4mo ago

ddd-design-docs

by ssiumha

Provides DDD layered architecture patterns. Use when designing domain-centric systems or structuring complex business logic.

API Dev 9 4mo ago

ldoc

by ssiumha

Manages project knowledge base and TODO tracking. Use when recording decisions (ADR), creating TODOs, updating knowledge docs, checking "what to do", or organizing project documentation.

CLI Tools 9 4mo ago

cli-guidelines

by ssiumha

Provides CLI design guidelines and best practices. Use when developing command-line tools, designing flags, help text, or error messages.

CLI Tools 9 4mo ago

review-security

by ssiumha

Reviews code for security vulnerabilities. Use when implementing auth, handling user input, adding APIs, or before deployment. Checks OWASP Top 10, credentials, injection.

Auth 9 4mo ago

spring-boot-standards

by ssiumha

Provides Spring Boot API development standards. Use when implementing response formats, logging, i18n, or exception handling patterns.

API Dev 9 4mo ago

literate-docs

by ssiumha

Adds docstrings, comments, and WHY/DECISION tags to code. Use when documenting functions/classes with language-specific standards (JSDoc, PEP 257, GoDoc).

Comments 9 4mo ago