Skip to main content

이 저장소의 skills

laurigates/claude-plugins - 4페이지

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

laurigates/claude-plugins

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

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

Real-time network traffic and per-process bandwidth monitoring. Use when finding which app consumes bandwidth, inspecting active connections, or capturing traffic samples.

원문 언어: 영어

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

Expose a live-adjustable control instead of guessing a magic constant for a parameter the agent cannot itself perceive. Use when tuning visual, audio, or UX output (color, size, position, timing, volume) that only the user can judge.

원문 언어: 영어

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

The `comfy` CLI for ComfyUI: install/update/bisect custom nodes, snapshot/restore state, publish to the registry, run workflows headlessly. Use when the user runs `comfy`, `comfy node`, or `comfy run`.

원문 언어: 영어

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

ComfyUI debug/preview nodes: show text/numbers/JSON/tensor shapes, image previews, counts, VRAM/CPU telemetry, timing. Use when inspecting a value mid-graph without changing it.

원문 언어: 영어

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

ComfyUI Subgraphs, Subgraph Blueprints, and App Mode: creating/publishing subgraphs, why Blueprint instances are snapshots not live refs, turning a workflow into a form UI. Use when deciding how to package a workflow stage.

원문 언어: 영어

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

Programmatically edit ComfyUI workflow JSON: edge-list link rebuilds, link-encoding schemas, preserving the extra block (App Mode config). Use when a workflow JSON is too large to hand-edit or a transform drops state.

원문 언어: 영어

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

Live-smoke a ComfyUI pack in a running instance: browser-driven and headless API-driven checks catch frontend/backend bugs unit tests miss. Use when verifying a pack before opening a registry PR.

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Claude Code changelog analysis for plugin impact. Use when checking new features, breaking changes, or upgrade opportunities from a Claude Code release.

원문 언어: 영어

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

Analyze a codebase for anti-patterns using ast-grep. Use when finding magic numbers, console.logs, var usage, excessive any, eval/innerHTML security issues, or deep nesting.

원문 언어: 영어

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

Scan for hidden failures: swallowed errors (empty catch, || true, 2>/dev/null) and silent degradation (success on zero results). Use when failures vanish or success masks empty output.

원문 언어: 영어

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

Analyze code complexity metrics (cyclomatic, cognitive, function length, coupling). Use when identifying refactoring targets, tracking codebase health, or reviewing large changes.

원문 언어: 영어

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

Find and extract duplicated code into shared abstractions. Use when seeing repeated utilities, copy-pasted components, duplicated hooks, or boilerplate repeated across files.

원문 언어: 영어

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

Classify every regex match before a bulk find-replace/syntax-modernization sweep — four match categories, scoped transform, allowlist-aware verification. Use when bulk-renaming commands/tools/paths or migrating syntax across many files.

원문 언어: 영어

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

Run due blueprint maintenance ambiently at autonomy level 2+. Use when a drift nudge reports blueprint tasks due or suggests /blueprint:autopilot.

원문 언어: 영어

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

Blueprint meta command: determine and execute the next logical action. Use when asked 'what's next?', 'continue blueprint', or 'run blueprint' without a subcommand.

원문 언어: 영어

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

Initialize Blueprint Development structure. Use when bootstrapping docs/blueprint/ with manifest, PRD/ADR/PRP directories, and feature tracking for the first time.

원문 언어: 영어

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

Versioned migration procedures for blueprint format upgrades (v1.x to v3.3). Use when blueprint-upgrade needs version-specific logic, content hashing, or rollback.

원문 언어: 영어

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

Reconcile PRD requirements with a story-audit drift report. Use when marking PRD entries implemented/partial/missing, or promoting code-only stories into the PRD.

원문 언어: 영어

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

Scan blueprint docs and assign missing PRD/ADR/PRP/WO IDs. Use when assigning IDs to docs; --dry-run to preview, --link-issues to create GitHub issues for orphans.

원문 언어: 영어

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

Check for stale generated content and offer regeneration or promotion. Use when syncing blueprint after PRD changes, or reconciling .claude/rules/ drift.

원문 언어: 영어

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

Upgrade blueprint structure to the latest format version. Use when migrating between format versions, enabling monorepo workspaces, or batch upgrading repos.

원문 언어: 영어

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

Create a work-order for isolated subagent execution, optionally linked to a GitHub issue. Use when breaking a PRP into delegatable tasks or spawning from an issue.

원문 언어: 영어

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

Fetch Claude Blog and official Claude Code docs. Use when researching Claude Code capabilities, CLAUDE.md optimization, memory hierarchy, or @import patterns.

원문 언어: 영어

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

Run complete test suite in pyramid order — unit, integration, E2E. Use when running all tests before a PR, generating coverage reports, or doing pre-commit verification.

원문 언어: 영어

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

Debug dead TUI/terminal keybindings — terminal interception (kitty), layout-impossible chords, legacy key aliasing. Use when a configured key does nothing in a TUI, fzf, or shell app.

원문 언어: 영어

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

Hugging Face model downloads without filling root disk — HF_HOME/xet cache redirection, token/gated-repo auth, staging pattern. Use when downloading HF models, hf download errors, ENOSPC during downloads, or GatedRepoError/401s.

원문 언어: 영어

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

Batch taskwarrior operations without the ID-renumbering and stdin foot-guns. Use when closing/triaging/modifying many tasks in one pass, bulk `task done` loops, or scripting task queries.

원문 언어: 영어

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

HTTP API testing with Supertest (TS) and httpx/pytest (Python). Use when the user mentions API testing, Supertest, httpx, REST/GraphQL validation, or HTTP response errors.

원문 언어: 영어

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

Integration testing: Supertest, pytest, Testcontainers. Use when setting up integration tests, creating docker-compose.test.yml, or separating from unit tests.

원문 언어: 영어

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

Sentry error tracking setup. Use when installing the Sentry SDK, fixing hardcoded DSNs, or adding source map upload for frontend, Next.js, Node, or Python.

원문 언어: 영어

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

GitHub Actions workflow standards. Use when checking CI/CD compliance, referencing canonical workflow shapes, or another skill needs workflow structure guidance.

원문 언어: 영어

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

pre-commit hooks setup and validation. Use when installing hooks, configuring frontend/infrastructure/python project types, or migrating to pre-commit.

원문 언어: 영어

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

README.md with logo, badges, features, tech stack sections. Use when creating a README, auditing missing sections, or adding shields.io badges.

원문 언어: 영어

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

release-please workflow setup and auditing. Use when configuring release-please, upgrading release-please-action, or adding a package to a monorepo config.

원문 언어: 영어

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

Skaffold for Kubernetes: port forwarding, dotenvx hooks, API version. Use when fixing 0.0.0.0 binding, adding secret generation hooks, or creating skaffold.yaml.

원문 언어: 영어

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

release-please monorepo config — component tags, per-package extra-files, tag migration. Use when adding packages or fixing duplicate-tag / no-bump failures.

원문 언어: 영어

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

Observability instrumentation: OpenTelemetry traces/metrics, structured logging, Sentry. Use when wiring telemetry, tracing, or logging into a repo.

원문 언어: 영어

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

Interactive selector for infrastructure standards. Use when setting up specific components or building infrastructure incrementally instead of running /configure:all.

원문 언어: 영어

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

Infrastructure compliance status (read-only). Use when checking overall compliance, generating a report, or reviewing project health without making changes.

원문 언어: 영어

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

Repo maintenance — incremental repack, gc, branch pruning, stash cleanup, fsck. Use when asked to clean up the repo, run git maintenance/gc, delete merged branches, prune stashes, or shrink .git.

원문 언어: 영어

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