Beomsu Koh
Community@goberomsu · 대한민국
Agent Skills by Beomsu Koh
Showing 35 vetted skills indexed across 2 GitHub repositories.
obsidian-workspace-skill
Document and enforce development conventions for the Obsidian plugin monorepo.
idea-refine
Guide raw ideas through three structured phases into a markdown one-pager.
obsidian-propagate
Propagate boiler-template updates to downstream plugins via node scripts.
debugging-and-error-recovery
Diagnose and fix root causes in failing software scenarios using a structured six-step process.
using-agent-skills
Orchestrate discovery and invocation of agent skills for end-to-end workflows.
test-driven-development
Implement a RED-GREEN-REFACTOR workflow to guide code changes with tests.
incremental-implementation
Breaks large multi-file changes into incremental, independently testable slices with atomic commits and validation steps.
api-and-interface-design
Define stable REST/GraphQL interfaces and type contracts with contract-first design.
obsidian-runtime-debug
Debug Obsidian plugins in a live vault using eval probes and CDP profiling.
ci-cd-and-automation
Automate CI/CD quality gates with deterministic GitHub Actions workflows.
context-engineering
Structure and persist project-wide context rules across agent sessions.
frontend-ui-engineering
Create reusable UI components following design-system and accessibility guidelines.
shipping-and-launch
Plan production launches with monitoring, rollback, and staged rollouts.
spec-driven-development
Create structured specifications with a four-phase workflow before coding.
code-review-and-quality
Automate multi-dimensional code review across correctness, readability, architecture, security, and performance.
security-and-hardening
Enforce secure input handling, authentication, and data storage practices in code.
deprecation-and-migration
Plan deprecation and migration with replacement plans and removal criteria.
code-simplification
Simplify code while preserving exact behavior through incremental refactoring.
performance-optimization
Profile frontend and backend web apps to identify performance bottlenecks.
browser-testing-with-devtools
Inspect DOM, console, network, and performance in real browsers via Chrome DevTools MCP.
git-workflow-and-versioning
Enforce atomic commits and trunk-based development for auditable Git history.
obsidian-publish
Submit Obsidian plugins to the community releases process with automated PRs.
documentation-and-adrs
Create Architecture Decision Records with sequential numbering and standard templates.
verification-validator
Validate code changes with pytest, webpack, or Playwright tests based on change type.