Skip to main content

이 저장소의 skills

laurigates/claude-plugins - 8페이지

SkillsMP는 laurigates/claude-plugins에서 414개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

laurigates/claude-plugins

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

직업 분류
네트워크·컴퓨터 시스템 관리자
설명

macOS EndpointSecurity/EDR high CPU & battery drain. Use when Kandji ESF / XProtect pegs a core; trace the exec storm via powermetrics + eslogger.

원문 언어: 영어

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

Config sync across FVH repos: extract, diff, propagate tooling improvements. Use when syncing workflows or configs across multiple repos.

원문 언어: 영어

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

odiff pixel-by-pixel image diffing. Use when comparing screenshots, detecting visual regressions, diffing before/after PNGs, asserting golden images.

원문 언어: 영어

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

List ADRs as a markdown table with title, status, date, domain. Use when generating an ADR index, auditing ADR status, or reviewing all architecture decisions.

원문 언어: 영어

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

List blueprint documents (ADRs, PRDs, PRPs) with frontmatter metadata. Use when listing docs, auditing statuses, or generating an index for project documentation.

원문 언어: 영어

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

Generate project-specific rules from PRDs with path-scoped frontmatter. Use when auto-creating architecture, testing, or quality rules from docs/prds/.

원문 언어: 영어

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

Checklist for security, correctness, and performance review. Use when reviewing PRs, checking for secrets/injection, verifying error handling, or auditing N+1 queries.

원문 언어: 영어

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

Systematic debugging for memory, performance, and system-level issues. Use when diagnosing memory leaks, tracing syscalls with strace/eBPF, profiling, or reasoning about races.

원문 언어: 영어

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

Python code quality with ruff and ty. Use when the user mentions ruff, ty, linting, formatting, type checking, or Python code style.

원문 언어: 영어

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

Python linting with ruff. Fast linting, rule selection, auto-fixing, and config. Use when checking Python code quality, enforcing standards, or finding bugs.

원문 언어: 영어

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

Automated dev loop — run tests, file issues for failures, TDD fix on branch, open PR, watch CI. Use when running a continuous dev loop, autonomous TDD, or fix-and-PR cycles.

원문 언어: 영어

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

Property-based testing with fast-check (TS/JS) and Hypothesis (Python). Use when generating test data, finding edge cases, testing properties, or writing QuickCheck-style tests.

원문 언어: 영어

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

Conventional commit format, staging, and message conventions. Use when writing commit messages, staging files, grouping changes, or auto-detecting linked issues.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

WCAG 2.1/2.2 compliance, ARIA patterns, keyboard nav, focus management, a11y testing. Use when implementing accessible components or user mentions WCAG/ARIA/screen readers.

원문 언어: 영어

업데이트
직업 분류
그래픽 디자이너
설명

Design tokens and CSS custom properties: theme systems, dark mode, component libraries. Use when implementing design systems or user mentions tokens, CSS variables, or theming.

원문 언어: 영어

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

Advanced Bevy ECS: complex queries, system scheduling, change detection, and performance tuning. Use when optimizing Bevy architecture or implementing complex game systems.

원문 언어: 영어

업데이트
직업 분류
작가·저자기술 작가
설명

Create a blog post via guided prompts with git context auto-populated. Use when writing a quick update, retrospective, tutorial, deep dive, or devlog entry.

원문 언어: 영어

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

Generate or update CLAUDE.md from blueprint artifacts. Use when adding team instructions, converting inline content to @imports, or setting up CLAUDE.local.md.

원문 언어: 영어

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

Move generated artifact to custom layer to preserve manual edits. Use when promoting a generated rule, preserving .claude/rules/ changes, or stopping sync warnings.

원문 언어: 영어

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

Manage modular rules in .claude/rules/ with path-specific globs. Use when adding or listing rules, syncing with CLAUDE.md, or validating path frontmatter.

원문 언어: 영어

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

Track feature implementation against requirements with hierarchical FR codes and TODO.md sync. Use when linking features to PRDs or recalculating completion stats.

원문 언어: 영어

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

Find and replace code patterns structurally with ast-grep. Use when matching code by AST structure, finding functions with specific signatures, or detecting anti-patterns regex cannot match.

원문 언어: 영어

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

Detect dead code, unused exports, unreachable branches, and orphaned files. Use when reducing maintenance burden, cleaning up after refactors, or auditing codebase health.

원문 언어: 영어

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

Analyze test quality: smells, empty assertions, flaky patterns, coverage gaps. Use when tests are unreliable, coverage is misleading, or after major refactors.

원문 언어: 영어

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

Collect codebase health attributes as structured JSON. Use when assessing project health before routing to specialized agents via attributes-route.

원문 언어: 영어

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

Codebase health dashboard with scores and severity for docs, testing, security, and CI/CD. Use when wanting a health overview or terminal-style summary with action suggestions.

원문 언어: 영어

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

Route to specialized agents (security, test, refactor, docs) based on codebase health attributes by severity. Use when the user has attribute data and wants automated remediation.

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자데스크톱 출판 전문가
설명

Convert Markdown to Google Chat formatting. Use when formatting messages for Google Chat or converting Markdown documents to Google Chat syntax.

원문 언어: 영어

업데이트
직업 분류
워드 프로세서 및 타자수
설명

Guidelines for drafting GitHub issues using What/Why/How format. Use when creating issues, drafting tickets, or writing bug reports with concise and positive framing.

원문 언어: 영어

업데이트
직업 분류
웹 개발자
설명

Version badge UI showing build version, git commit, and changelog in a tooltip. Use when adding version visibility for support or debugging. Works with React, Vue, Svelte, and JS.

원문 언어: 영어

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

Code coverage: thresholds and reporters for Vitest, Jest, pytest, Rust. Use when setting thresholds, adding Codecov/Coveralls, or wiring lcov/HTML reports.

원문 언어: 영어

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

Dead-code detection: Knip, Vulture, cargo-machete, deadcode. Use when setting up unused-code scanning, migrating tools, or adding dead-code CI checks.

원문 언어: 영어

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

EditorConfig and VS Code workspace settings for team consistency. Use when setting up format-on-save, recommended extensions, or debug configurations.

원문 언어: 영어

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

Feature flags with OpenFeature and providers (GOFF, flagd, LaunchDarkly). Use when setting up the SDK, configuring a relay proxy, or adding flag test helpers.

원문 언어: 영어

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

Multi-repo workspace rules: read-only fixtures, upstream/downstream pairs. Use when dispatching agents across sibling repos or editing another repo's .claude/.

원문 언어: 영어

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

OpenFeature vendor-agnostic feature flag SDK: installation, evaluation, providers. Use when implementing feature flags, A/B testing, or progressive rollouts.

원문 언어: 영어

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

Container development — Docker, multi-stage builds, Skaffold, non-root users, Alpine/slim images, security hardening. Use when working with Docker, Dockerfiles, docker-compose, or container security.

원문 언어: 영어

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

Create and publish releases via release-please or manual GitHub releases. Use when cutting a release, tagging a version, or setting up release-please config.

원문 언어: 영어

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

Go container optimization — scratch/distroless images, static binaries, CGO, ldflags, trimpath (846MB to 2.5MB). Use when working with Go containers or optimizing Go image sizes.

원문 언어: 영어

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

Node.js container optimization — Alpine, multi-stage builds, node_modules caching, BuildKit mounts (900MB to ~100MB). Use when working with Node.js containers or optimizing image sizes.

원문 언어: 영어

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