Skip to main content
Comfy-Org
GitHub 제작자 프로필

Comfy-Org

7개 GitHub 저장소에서 수집된 64개 skills를 저장소 단위로 보여줍니다.

수집된 skills
64
저장소
7
업데이트
2026년 9월 7일
저장소 지도

skills가 있는 위치

수집된 skill 수가 많은 주요 저장소와 이 제작자 카탈로그 내 비중, 직업 분포를 보여줍니다.

저장소 탐색

저장소와 대표 skills

video-read
소프트웨어 개발자기타 컴퓨터 관련 직업

Analyze video files (screen recordings, demos, walkthroughs) using AI vision models. Use when you need to understand, describe, or extract information from video content. Supports local files and Slack-hosted videos.

2026년 3월 19일
video-read
소프트웨어 개발자기타 컴퓨터 관련 직업

Analyze video files (screen recordings, demos, walkthroughs) using AI vision models. Use when the user wants to understand, describe, or extract information from video content. Supports local files and Slack-hosted videos.

2026년 3월 19일
comfyui-code-search
컴퓨터 프로그래머

Search code across ComfyUI repositories using comfy-codesearch service. Including all Comfy-Org repos and Community made Custom Node Repos on GitHub.

2026년 2월 4일
github-issue-search
소프트웨어 개발자

Search for issues and pull requests across Comfy-Org repositories.

2026년 2월 4일
github-changes-via-pr-bot
소프트웨어 개발자

Safely make code changes by spawning a coding sub-agent that opens a PR.

2026년 2월 4일
notion-docs-search
소프트웨어 개발자비서 및 행정 보조원(법률, 의료 및 임원 제외)

Find and cite relevant Notion pages from the Comfy-Org workspace.

2026년 2월 4일
comfyui-registry-search
소프트웨어 개발자

Search for custom nodes and extensions in the ComfyUI registry.

2026년 2월 4일
comfy-org-repo-reading-read-only
소프트웨어 개발자

Clone and inspect Comfy-Org repositories for analysis and citations (no direct pushing).

2026년 2월 4일
수집된 skill 19개 중 8개를 표시합니다.
recovering-poisoned-asset-cache
네트워크·컴퓨터 시스템 관리자

Diagnose and recover users stuck on a blank page or endless splash screen because a CDN or browser has pinned a 404 for a boot chunk. Covers confirming the diagnosis, the origin-side fix, the edge purge, and forcing every asset URL to rotate when a redeploy…

2026년 9월 1일
removing-typescript-suppressions
소프트웨어 개발자

Replaces @ts-expect-error and @ts-ignore directives with minimal type-safe fixes. Use when removing TypeScript compiler suppressions.

2026년 8월 27일
backport-management
소프트웨어 개발자

Manages cherry-pick backports across stable release branches. Discovers candidates from Slack/git, analyzes dependencies, resolves conflicts via worktree, and logs results. Use when asked to backport, cherry-pick to stable, manage release branches, do stable…

2026년 8월 27일
publishing-a-new-package
소프트웨어 개발자

Publishes a new package from this monorepo to npm under @comfyorg and proves it is consumable from another repo. Covers workflow scaffolding, the first-publish 404, catalog: rewriting, trusted publishing, and the consumer smoke test. Use when adding a package…

2026년 8월 27일
writing-storybook-stories
웹 개발자

Write or update Storybook stories for Vue components in ComfyUI_frontend. Use when adding, modifying, reviewing, or debugging `.stories.ts` files, Storybook docs, component demos, or visual catalog entries.

2026년 8월 27일
codegen-transform
소프트웨어 품질 보증 분석가·테스터

Transforms raw Playwright codegen output into ComfyUI convention-compliant tests. Use when: user pastes raw codegen, asks to convert raw Playwright code, refactor recorded tests, or rewrite to project conventions. Triggers on: transform codegen, convert raw…

2026년 8월 24일
disabling-ai-attribution
기타 컴퓨터 관련 직업

Disables commit, pull request, and session attribution in contributors' local Claude Code and Amp settings, and checks Codex workspace policy. Use when configuring an AI coding tool to avoid attribution in repository history.

2026년 8월 23일
consolidating-test-setup
소프트웨어 품질 보증 분석가·테스터

Consolidates repeated test setup and teardown into the narrowest shared lifecycle owner. Use when test files repeat initialization, cleanup, environment management, fixtures, or equivalent test doubles.

2026년 8월 12일
수집된 skill 18개 중 8개를 표시합니다.
comfy-build-authoring
소프트웨어 개발자

Reference skill cited by comfy-build. Read it with `comfy skills show comfy-build-authoring` when authoring a comfy-build.yaml definition by hand — the user has no ComfyUI install to scan, or you are editing a spec's models and customNodes directly. Covers…

2026년 9월 1일
comfy-build-failures
소프트웨어 개발자

Reference skill cited by comfy-build. Read it with `comfy skills show comfy-build-failures` when a build failed, a push or release was refused, or an importer printed advisories you need to interpret. Covers every advisory key a scan, snapshot or workflow…

2026년 9월 1일
comfy-build-pins
소프트웨어 개발자

Reference skill cited by comfy-build. Read it with `comfy skills show comfy-build-pins` when deciding what belongs in a comfy-build.yaml's pipDependencies, or when a build failed on a dependency conflict. Covers which pins to delete and which to keep, the…

2026년 9월 1일
comfy-build
네트워크·컴퓨터 시스템 관리자

Build a custom ComfyUI environment on the Comfy developer platform with comfy-cli: turn a local install, a ComfyUI Desktop snapshot, a workflow JSON, or nothing but a Dockerfile, a Modal script or a sentence into a committed comfy-build.yaml and a green…

2026년 9월 1일
comfy-deploy-failures
네트워크·컴퓨터 시스템 관리자

Reference skill cited by comfy-deploy. Read it with `comfy skills show comfy-deploy-failures` when a deploy command was refused, a deployment will not reach ready, a job failed, or a deployment is stuck in stop_failed. Maps every deploy_* error code to what…

2026년 9월 1일
comfy-deploy
소프트웨어 개발자

Run a Comfy Build release as a serverless deployment with comfy-cli. Use whenever the user wants to deploy, serve, host, or expose a ComfyUI build as an endpoint, scale or stop workers, submit a workflow to a deployment, check whether a deployment is healthy…

2026년 9월 1일
comfy
소프트웨어 개발자

Generate images, videos, audio, and 3D via ComfyUI — CLI surface, workflow creation hierarchy (template → fragment → raw JSON), domain gotchas, cloud auth, multi-stage orchestration.

2026년 8월 31일
comfy-director
오디오 및 비디오 기술자

Use when asked to make a narrative video — an ad, brand film, short, trailer, music video, or any multi-shot clip that tells a story (not a single shot or loop). Also use when a video was rejected for "no story", "doesn't flow", "feels like a montage", or…

2026년 8월 21일
수집된 skill 10개 중 8개를 표시합니다.
managing-mcp-index
미분류

Builds and maintains templates/index.mcp.json for Comfy Cloud MCP tools. Covers deterministic sync from index.json, AI-generated English descriptions, model registry profiles, template cache, recommend/freshness overrides, and API node scanning. Use when…

2026년 9월 7일
managing-templates
소프트웨어 개발자

Manages ComfyUI workflow templates end-to-end: add new templates and rename existing ones (files, index metadata, bundles, i18n, package sync). Use when asked to: add a template, create a new template, submit a workflow, rename a template, retitle a template…

2026년 8월 27일
managing-releases
네트워크·컴퓨터 시스템 관리자

Manages releases for this repository: how version bumps, PyPI publishing, and GitHub releases work. Covers the release label, publish.yml / version-check.yml pipelines, auto-bump rules, frozen legacy media bundles, PyPI quota gates, and…

2026년 8월 26일
managing-translations
시장조사 분석가·마케팅 전문가

Manages internationalization and translations for ComfyUI workflow templates. Syncs translations, adds new languages, checks translation coverage, and manages locale files. Use when asked to: translate, add translations, sync translations, check translations,…

2026년 8월 20일
managing-use-case-pages
시장조사 분석가·마케팅 전문가

Creates and edits SEO use-case landing pages at comfy.org/workflows/use-cases. Guides keyword clearance, workflow supply checks, App Mode verification, the page registry entry, editorial content, quality gates, and the PR. Use when asked to: add a use case…

2026년 8월 13일
importing-subgraphs
소프트웨어 개발자

Imports and registers subgraph blueprints into the ComfyUI workflow_templates repository. Handles placing blueprint JSON files, adding thumbnails, running the import/sync pipeline, and validating results. Use when asked to: import a subgraph, add a blueprint,…

2026년 6월 22일
managing-bundles
소프트웨어 개발자

Manages template bundles, categories, and ordering in the ComfyUI template repository. Moves templates between bundles, reorders templates, creates or renames categories. Use when asked to: move a template, change category, reorder templates, organize…

2026년 6월 22일
managing-thumbnails
소프트웨어 개발자

Manages thumbnail and preview images for ComfyUI workflow templates. Adds, replaces, validates, and audits thumbnails. Use when asked to: add a thumbnail, replace a preview image, update template image, fix missing thumbnail, check thumbnails, audit…

2026년 6월 22일
수집된 skill 10개 중 8개를 표시합니다.
저장소 7개 중 7개 표시
모든 저장소를 표시했습니다