Beomsu Koh avatar

Beomsu Koh

Community

@goberomsu · 대한민국

55Followers
|
107Public Repos
|
35Published Skills

Agent Skills by Beomsu Koh

Showing 35 vetted skills indexed across 2 GitHub repositories.

GoBeromsuGoBeromsu
2

obsidian-workspace-skill

Document and enforce development conventions for the Obsidian plugin monorepo.

Community
Advanced
GoBeromsuGoBeromsu
2

idea-refine

Guide raw ideas through three structured phases into a markdown one-pager.

Community
Advanced
GoBeromsuGoBeromsu
2

obsidian-propagate

Propagate boiler-template updates to downstream plugins via node scripts.

Community
Advanced
GoBeromsuGoBeromsu
2

debugging-and-error-recovery

Diagnose and fix root causes in failing software scenarios using a structured six-step process.

Community
Advanced
GoBeromsuGoBeromsu
2

using-agent-skills

Orchestrate discovery and invocation of agent skills for end-to-end workflows.

Community
Advanced
GoBeromsuGoBeromsu
2

test-driven-development

Implement a RED-GREEN-REFACTOR workflow to guide code changes with tests.

Community
Advanced
GoBeromsuGoBeromsu
2

incremental-implementation

Breaks large multi-file changes into incremental, independently testable slices with atomic commits and validation steps.

Community
Intermediate
GoBeromsuGoBeromsu
2

api-and-interface-design

Define stable REST/GraphQL interfaces and type contracts with contract-first design.

Community
Intermediate
GoBeromsuGoBeromsu
2

obsidian-runtime-debug

Debug Obsidian plugins in a live vault using eval probes and CDP profiling.

Community
Advanced
GoBeromsuGoBeromsu
2

ci-cd-and-automation

Automate CI/CD quality gates with deterministic GitHub Actions workflows.

Community
Advanced
GoBeromsuGoBeromsu
2

context-engineering

Structure and persist project-wide context rules across agent sessions.

Community
Advanced
GoBeromsuGoBeromsu
2

frontend-ui-engineering

Create reusable UI components following design-system and accessibility guidelines.

Community
Advanced
GoBeromsuGoBeromsu
2

shipping-and-launch

Plan production launches with monitoring, rollback, and staged rollouts.

Community
Advanced
GoBeromsuGoBeromsu
2

spec-driven-development

Create structured specifications with a four-phase workflow before coding.

Community
Advanced
GoBeromsuGoBeromsu
2

code-review-and-quality

Automate multi-dimensional code review across correctness, readability, architecture, security, and performance.

Community
Advanced
GoBeromsuGoBeromsu
2

security-and-hardening

Enforce secure input handling, authentication, and data storage practices in code.

Community
Advanced
GoBeromsuGoBeromsu
2

deprecation-and-migration

Plan deprecation and migration with replacement plans and removal criteria.

Community
Advanced
GoBeromsuGoBeromsu
2

code-simplification

Simplify code while preserving exact behavior through incremental refactoring.

Community
Intermediate
GoBeromsuGoBeromsu
2

performance-optimization

Profile frontend and backend web apps to identify performance bottlenecks.

Community
Advanced
GoBeromsuGoBeromsu
2

browser-testing-with-devtools

Inspect DOM, console, network, and performance in real browsers via Chrome DevTools MCP.

Community
Intermediate
GoBeromsuGoBeromsu
2

git-workflow-and-versioning

Enforce atomic commits and trunk-based development for auditable Git history.

Community
Advanced
GoBeromsuGoBeromsu
2

obsidian-publish

Submit Obsidian plugins to the community releases process with automated PRs.

Community
Advanced
GoBeromsuGoBeromsu
2

documentation-and-adrs

Create Architecture Decision Records with sequential numbering and standard templates.

Community
Advanced
GoBeromsuGoBeromsu

verification-validator

Validate code changes with pytest, webpack, or Playwright tests based on change type.

Community
Intermediate