Skip to main content

klen/dotfiles

SkillsMP는 klen/dotfiles에서 32개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

최근 기록된 소스 활동
SkillsMP 카탈로그 업데이트
수집된 skills
32
GitHub 스타
5
GitHub 포크
0

수집된 skill 32개 중 32개를 표시합니다.

직업 분류
프로젝트 관리 전문가
설명

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Evaluate test coverage and fill real gaps with high-value tests.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Use the `gh` CLI for all GitHub interactions — issues, PRs, discussions, releases, repos, Actions, and API calls. Prefer `gh` over direct web browsing, web search, or raw git/HTTPS API calls whenever the target is on GitHub. Avoid cloning repos to read files;…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Browser automation CLI for AI agents. Use for website interaction tasks such as navigating pages, filling forms, clicking buttons, screenshots, scraping, testing web apps, logins, or other programmatic browser actions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Implement one task or scoped change: make the change, add valuable tests, and verify it works.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Debug systematically: observe, hypothesize, test, fix, verify.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Break a spec into small, implementation-ready tasks. Use when a spec exists and the work needs execution order, acceptance criteria, and verification.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Refactor code to simplify it without changing behavior.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Review concrete changes and report evidence-backed bugs, regressions, and risks.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Write a short implementation spec before coding. Use when starting new work, when requirements are unclear, or when a change needs explicit boundaries.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 품질 보증 분석가·테스터
설명

Use test-first development for behavioral changes. Write a failing test, make it pass, then simplify.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides Tailwind CSS v4 patterns for buttons and components. Use this skill when creating components with variants, choosing between CVA/tailwind-variants, or configuring Tailwind v4's CSS-first approach.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides when to abstract vs duplicate code. Use this skill when creating shared utilities, deciding between DRY/WET approaches, or refactoring existing abstractions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Structure commit messages following the Conventional Commits specification. Use when drafting commit messages before coding or reviewing commit message quality.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply CSS container queries for component-based responsive design. Use when implementing responsive components that adapt to their container size rather than viewport size.

원문 언어: 영어

업데이트
직업 분류
경영 분석가프로젝트 관리 전문가
설명

Conduct root cause analysis using the Five Whys technique. Use when investigating problems, debugging issues, understanding failures, analyzing churn, or finding the underlying cause of any issue.

원문 언어: 영어

업데이트
직업 분류
경영 분석가
설명

Apply graph-based thinking to visualize complex relationships and solve problems non-linearly. Use when mapping dependencies, analyzing systems, exploring interconnected concepts, or designing architectures.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가경영 분석가
설명

Structure complex questions into testable hypotheses. Use when validating product ideas, debugging problems, planning experiments, or breaking down ambiguous challenges into actionable research.

원문 언어: 영어

업데이트
직업 분류
시장조사 분석가·마케팅 전문가
설명

Understand customer motivations through job theory. Use when defining product strategy, conducting user research, identifying competitors, writing user stories, or reframing features around customer progress.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Apply language-agnostic naming conventions using the A/HC/LC pattern. Use when naming variables, functions, or reviewing code for naming consistency.

원문 언어: 영어

업데이트
직업 분류
경영 분석가시장조사 분석가·마케팅 전문가
설명

Guides PEST (Political, Economic, Social, Technological) analysis for strategic planning. Use when analyzing external macro-environmental factors or evaluating business decisions.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides proper usage of the key prop in React lists. Use this skill when rendering lists, mapping arrays to components, or troubleshooting list-related state bugs.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides proper usage of the useCallback hook in React. Use this skill when optimizing function references, passing callbacks to memoized components, or preventing unnecessary re-renders.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides proper usage of "use client" directive in React/Next.js. Use this skill when adding client components, troubleshooting Server Component errors, or deciding where to place the client boundary.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides proper usage of React useState hook. Use this skill when adding state to components, deciding between useState vs alternatives, or troubleshooting state update issues.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides when NOT to use useEffect and suggests better alternatives. Use when reviewing React code, troubleshooting performance, or considering useEffect for derived state or form resets.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides TypeScript best practices for type safety, code organization, and maintainability. Use this skill when configuring TypeScript projects, deciding on typing strategies, writing async code, or reviewing TypeScript code quality.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides when to use interface vs type in TypeScript. Use this skill when defining object types, extending types, or choosing between interface and type aliases.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides proper usage of TypeScript's satisfies operator vs type annotations. Use this skill when deciding between type annotations (colon) and satisfies, validating object shapes while preserving literal types, or troubleshooting type inference issues.

원문 언어: 영어

업데이트
직업 분류
프로젝트 관리 전문가
설명

Anti-patterns and mistakes to avoid as a product manager. Use when evaluating leadership behaviors, improving team dynamics, reflecting on management practices, or onboarding new product managers.

원문 언어: 영어

업데이트
수집된 skill 32개 중 32개를 표시합니다.