stan avatar

stan

Community

@kubrickcode · Seoul, Republic of Korea

8Followers
|
22Public Repos
|
40Published Skills

Kubrickcode provides Claude Code skills for Git commit generation, PR preparation, code review, E2E testing, and bilingual Korean-English development documentation.

Skills Distribution
DomainDeveloper To...Git & Pull Request.. (30%)Code Quality & Rev.. (25%)E2E UI Testing wit.. (20%)Architecture & Pla.. (15%)

Agent Skills by stan

Showing 40 vetted skills indexed across 4 GitHub repositories.

kubrickcodekubrickcode
1

agent-creator

Create and validate Claude Code custom agent markdown files with scoped tools and models.

Community
Intermediate
kubrickcodekubrickcode
1

commit

Generates Conventional Commits-compliant messages in Korean and English from staged git changes.

Community
Intermediate
kubrickcodekubrickcode
1

validate-parser

Compare SpecVital parser test counts against framework CLI ground truths.

Community
Advanced
kubrickcodekubrickcode
1

adr

Creates and updates Korean Architecture Decision Records in docs/decisions with numbered Markdown files.

Community
Intermediate
kubrickcodekubrickcode
1

workflow-execute

Execute a specific commit from plan.md and generate a Korean summary document.

Community
Intermediate
kubrickcodekubrickcode
1

ui-ux-improve

Analyzes frontend code and UI trends to generate actionable UI/UX improvement reports.

Community
Intermediate
kubrickcodekubrickcode
1

ultra-think

Analyzes complex problems through multi-perspective evaluation with calibrated confidence levels.

Community
Intermediate
kubrickcodekubrickcode
1

epic-analyze

Decompose large-scale projects into independent sub-tasks with dependency analysis and risk assessment.

Community
Advanced
kubrickcodekubrickcode
1

prepare-pr

Generates bilingual PR titles and descriptions from git commit history.

Community
Intermediate
kubrickcodekubrickcode
1

dead-code-cleanup

Detect and safely remove unused exports, deprecated code, and orphaned files from codebases.

Community
Advanced
kubrickcodekubrickcode
1

comment-review

Review code comments and remove unnecessary ones while preserving legitimate documentation.

Community
Intermediate
kubrickcodekubrickcode
1

handover

Generate a markdown conversation summary for handoff to another AI agent.

Community
Basic
kubrickcodekubrickcode
1

workflow-analyze

Analyzes issues and generates structured analysis.md documents comparing solution approaches.

Community
Intermediate
kubrickcodekubrickcode
1

code-review

Review git changes or commits using code-reviewer and architect-reviewer agents.

Community
Intermediate
kubrickcodekubrickcode
1

e2e-ui-research

Researches frontend apps via Playwright browser exploration and generates bilingual E2E test scenario documentation.

Community
Advanced
kubrickcodekubrickcode
1

e2e-ui-execute

Implements Playwright UI E2E tests sequentially with bilingual bug reporting.

Community
Intermediate
kubrickcodekubrickcode
1

epic-plan

Creates an execution roadmap with phases, milestones, and per-task guides from epic analysis documents.

Community
Intermediate
kubrickcodekubrickcode
1

skill-creator

Create, validate, and package Claude skill units with scripts and templates.

Community
Intermediate
kubrickcodekubrickcode
1

review-pr

Reviews GitHub pull requests and resolves outstanding review comments using the GitHub CLI.

Community
Intermediate
kubrickcodekubrickcode
1

validate-domain-hints

Detect noise patterns and statistical anomalies in DomainHints extraction from code.

Community
Advanced
kubrickcodekubrickcode
1

workflow-plan

Generates commit-level implementation plans with vertical slicing and test classification from task requirements.

Community
Intermediate
kubrickcodekubrickcode
1

workflow-auto

Chains analyze, plan, execute, and commit phases into one uninterrupted workflow.

Community
Intermediate
kubrickcodekubrickcode
1

e2e-ui-fix

Fixes UI bugs from E2E test reports with Playwright MCP verification and regression tests.

Community
Advanced
kubrickcodekubrickcode
1

workflow-validate

Validates technical feasibility through prototypes, tests, and research before implementation.

Community
Intermediate

Frequently Asked Questions About stan

FAQPage Schema
What tasks can I automate using kubrickcode's skills?▼

You can generate bilingual commit messages and PR descriptions, review git diffs for quality issues, remove dead code and unused exports, clean up unnecessary comments, run Playwright E2E UI tests, and produce ADRs, blueprints, and work execution plans.

Who are kubrickcode's skills designed for?▼

They target software engineers and teams using Claude Code who work in bilingual Korean-English environments, especially developers managing Git workflows, pull request reviews, frontend E2E testing, and architecture documentation in Next.js, React, NestJS, Go, or TypeScript projects.

How do kubrickcode's skills run in practice?▼

Skills are invoked inside Claude Code sessions, many with disable-model-invocation for manual triggering. They use scoped permissions such as Bash(git:*), Bash(gh:*), Read, Grep, and Write, and chain phases like workflow-analyze, workflow-plan, workflow-execute, and commit.

Are kubrickcode's skills open source?▼

The skills are published publicly under the kubrickcode GitHub account with 22 public repositories. The skill-creator skill references complete license terms in an included LICENSE.txt file; check each repository for its specific licensing terms before redistribution.

What prerequisites do kubrickcode's skills require?▼

A Claude Code environment with Git is required. E2E skills need Playwright MCP, PR review skills need the GitHub CLI (gh) and GitHub MCP access, and dead-code cleanup expects npm, pnpm, yarn, Go, or TypeScript toolchains depending on the project.