Hyunsol Park avatar

Hyunsol Park

Community

@hpark0011

4Followers
|
6Public Repos
|
26Published Skills

Hyunsol Park maintains 26 Claude Code skills covering issue-ticket lifecycle management, Convex backend development, multi-agent orchestration, and React/Next.js code quality.

Skills Distribution
DomainDeveloper To...Claude Code Skill .. (30%)Convex Backend Dev.. (25%)Issue Ticket & Pla.. (20%)Multi-Agent Orches.. (15%)

Agent Skills by Hyunsol Park

Showing 26 vetted skills indexed across 1 GitHub repositories.

hpark0011hpark0011

generate-issue-tickets

Generate structured issue ticket markdown files with validated frontmatter in a ticket workspace.

Community
Advanced
hpark0011hpark0011

project-debug

Diagnose bugs through a five-phase observe-hypothesize-narrow-fix-verify debugging protocol.

Community
Intermediate
hpark0011hpark0011

convex-setup-auth

Configures Convex authentication with provider wiring, identity mapping, and access control.

Community
Advanced
hpark0011hpark0011

review-code

Reviews pending code changes against repo conventions and produces a prioritized findings report.

Community
Advanced
hpark0011hpark0011

triage-issue-tickets

Reviews ticket files and cancels or completes outdated ones based on codebase state.

Community
Basic
hpark0011hpark0011

config-audit

Audit Claude Code configuration files against actual codebase patterns and flag stale rules.

Community
Intermediate
hpark0011hpark0011

convex-migration-helper

Plans and executes Convex schema and data migrations using widen-migrate-narrow workflows.

Community
Advanced
hpark0011hpark0011

create-plan

Creates structured implementation plans with YAML frontmatter and Playwright verification steps.

Community
Intermediate
hpark0011hpark0011

resolve-issue-tickets

Resolves issue tickets in parallel waves using executor and verifier agents with feedback loops.

Community
Advanced
hpark0011hpark0011

maintain-agents-md

Creates, reviews, and updates AGENTS.md and CLAUDE.md project-instructions files.

Community
Intermediate
hpark0011hpark0011

convex

Routes general Convex requests to the appropriate project-specific Convex skill.

Community
Basic
hpark0011hpark0011

agent-orchestration

Orchestrates multi-agent workflows to implement new features from free-text requirements.

Community
Advanced
hpark0011hpark0011

create-skill

Scaffolds, validates, and packages new SKILL.md skill units from a template.

Community
Intermediate
hpark0011hpark0011

greyboard-markdown

Opens Markdown files in the Greyboard desktop application on macOS.

Community
Basic
hpark0011hpark0011

react-form-builder

Create type-safe React forms using react-hook-form, Zod schemas, and Next.js server actions.

Community
Intermediate
hpark0011hpark0011

orchestrate-implementation

Executes spec-driven implementation plans with orchestrated executor and verifier agent waves.

Community
Advanced
hpark0011hpark0011

create-codebase-expert

Scaffold self-improving codebase expert agents with specs, memory files, and enforcement hooks.

Community
Advanced
hpark0011hpark0011

review-pr

Fetch and assess GitHub PR review comments for the current branch.

Community
Intermediate
hpark0011hpark0011

convex-create-component

Creates reusable Convex components with isolated tables and app-facing APIs.

Community
Advanced
hpark0011hpark0011

convex-quickstart

Scaffolds new Convex projects or integrates Convex into existing frontend applications.

Community
Intermediate
hpark0011hpark0011

retro

Analyzes Claude Code session transcripts and scores them against development process rules.

Community
Advanced
hpark0011hpark0011

vercel-react-best-practices

Applies Vercel's performance optimization rules when writing or refactoring React and Next.js code.

Community
Intermediate
hpark0011hpark0011

researching-best-practices

Researches industry best practices across multiple sources and produces a verified synthesis with codebase gap analysis.

Community
Advanced
hpark0011hpark0011

new-worktree

Creates a git worktree with dependencies, environment files, and a provisioned Convex dev deployment.

Community
Advanced

Frequently Asked Questions About Hyunsol Park

FAQPage Schema
What tasks can I accomplish with hpark0011's skill collection?▼

You can manage the full issue-ticket lifecycle (generate, triage, resolve), scaffold and audit Claude Code skills and AGENTS.md files, build Convex backends with auth and migrations, orchestrate multi-agent feature implementation, debug with a hypothesis-first cycle, and apply Vercel React/Next.js performance guidelines.

Who is the target user for these skills?▼

Software engineers working in Claude Code monorepos, especially teams building Convex-backed React/Next.js applications. The skills suit developers who want disciplined planning, code review against project rules, ticket-driven execution, and self-improving codebase expert agents.

How are these skills invoked at runtime?▼

Skills are invoked via slash commands like /generate-issue-tickets, /project-debug, /retro, or /new-worktree, or triggered by natural phrases such as 'create a ticket' or 'review my changes'. Some, like config-audit and create-codebase-expert, disable model invocation and run deterministically.

Are these skills open source and what do they cost?▼

The vercel-react-best-practices skill is explicitly MIT-licensed and authored by Vercel. Other skills carry no stated license in the manifest. All are free to invoke within a Claude Code environment; no paid dependencies are declared in the frontmatter.

What prerequisites or dependencies do these skills require?▼

Skills assume a Claude Code project with .claude/skills/, workspace/tickets/, and workspace/plans/ directories. Convex skills require a Convex app (npm create convex@latest, npx convex dev). greyboard-markdown requires the Greyboard macOS app, and create-plan uses Playwright for verification.