Hyunsol Park
Community@hpark0011
Hyunsol Park maintains 26 Claude Code skills covering issue-ticket lifecycle management, Convex backend development, multi-agent orchestration, and React/Next.js code quality.
Agent Skills by Hyunsol Park
Showing 26 vetted skills indexed across 1 GitHub repositories.
generate-issue-tickets
Generate structured issue ticket markdown files with validated frontmatter in a ticket workspace.
project-debug
Diagnose bugs through a five-phase observe-hypothesize-narrow-fix-verify debugging protocol.
convex-setup-auth
Configures Convex authentication with provider wiring, identity mapping, and access control.
review-code
Reviews pending code changes against repo conventions and produces a prioritized findings report.
triage-issue-tickets
Reviews ticket files and cancels or completes outdated ones based on codebase state.
config-audit
Audit Claude Code configuration files against actual codebase patterns and flag stale rules.
convex-migration-helper
Plans and executes Convex schema and data migrations using widen-migrate-narrow workflows.
create-plan
Creates structured implementation plans with YAML frontmatter and Playwright verification steps.
resolve-issue-tickets
Resolves issue tickets in parallel waves using executor and verifier agents with feedback loops.
maintain-agents-md
Creates, reviews, and updates AGENTS.md and CLAUDE.md project-instructions files.
convex
Routes general Convex requests to the appropriate project-specific Convex skill.
agent-orchestration
Orchestrates multi-agent workflows to implement new features from free-text requirements.
create-skill
Scaffolds, validates, and packages new SKILL.md skill units from a template.
greyboard-markdown
Opens Markdown files in the Greyboard desktop application on macOS.
react-form-builder
Create type-safe React forms using react-hook-form, Zod schemas, and Next.js server actions.
orchestrate-implementation
Executes spec-driven implementation plans with orchestrated executor and verifier agent waves.
create-codebase-expert
Scaffold self-improving codebase expert agents with specs, memory files, and enforcement hooks.
review-pr
Fetch and assess GitHub PR review comments for the current branch.
convex-create-component
Creates reusable Convex components with isolated tables and app-facing APIs.
convex-quickstart
Scaffolds new Convex projects or integrates Convex into existing frontend applications.
retro
Analyzes Claude Code session transcripts and scores them against development process rules.
vercel-react-best-practices
Applies Vercel's performance optimization rules when writing or refactoring React and Next.js code.
researching-best-practices
Researches industry best practices across multiple sources and produces a verified synthesis with codebase gap analysis.
new-worktree
Creates a git worktree with dependencies, environment files, and a provisioned Convex dev deployment.
Frequently Asked Questions About Hyunsol Park
FAQPage SchemaWhat 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.