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 件を表示しています。