stan
Community@kubrickcode · Seoul, Republic of Korea
Kubrickcode provides Claude Code skills for Git commit generation, PR preparation, code review, E2E testing, and bilingual Korean-English development documentation.
Agent Skills by stan
Showing 40 vetted skills indexed across 4 GitHub repositories.
agent-creator
Create and validate Claude Code custom agent markdown files with scoped tools and models.
commit
Generates Conventional Commits-compliant messages in Korean and English from staged git changes.
validate-parser
Compare SpecVital parser test counts against framework CLI ground truths.
adr
Creates and updates Korean Architecture Decision Records in docs/decisions with numbered Markdown files.
workflow-execute
Execute a specific commit from plan.md and generate a Korean summary document.
ui-ux-improve
Analyzes frontend code and UI trends to generate actionable UI/UX improvement reports.
ultra-think
Analyzes complex problems through multi-perspective evaluation with calibrated confidence levels.
epic-analyze
Decompose large-scale projects into independent sub-tasks with dependency analysis and risk assessment.
prepare-pr
Generates bilingual PR titles and descriptions from git commit history.
dead-code-cleanup
Detect and safely remove unused exports, deprecated code, and orphaned files from codebases.
comment-review
Review code comments and remove unnecessary ones while preserving legitimate documentation.
handover
Generate a markdown conversation summary for handoff to another AI agent.
workflow-analyze
Analyzes issues and generates structured analysis.md documents comparing solution approaches.
code-review
Review git changes or commits using code-reviewer and architect-reviewer agents.
e2e-ui-research
Researches frontend apps via Playwright browser exploration and generates bilingual E2E test scenario documentation.
e2e-ui-execute
Implements Playwright UI E2E tests sequentially with bilingual bug reporting.
epic-plan
Creates an execution roadmap with phases, milestones, and per-task guides from epic analysis documents.
skill-creator
Create, validate, and package Claude skill units with scripts and templates.
review-pr
Reviews GitHub pull requests and resolves outstanding review comments using the GitHub CLI.
validate-domain-hints
Detect noise patterns and statistical anomalies in DomainHints extraction from code.
workflow-plan
Generates commit-level implementation plans with vertical slicing and test classification from task requirements.
workflow-auto
Chains analyze, plan, execute, and commit phases into one uninterrupted workflow.
e2e-ui-fix
Fixes UI bugs from E2E test reports with Playwright MCP verification and regression tests.
workflow-validate
Validates technical feasibility through prototypes, tests, and research before implementation.
Frequently Asked Questions About stan
FAQPage SchemaWhat 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.