# 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.

- Skill: `comfy-org/comfyui-code-search` (Agent Skill)
- Install (CLI): `npx skillmds@latest add comfy-org/comfyui-code-search`
- Raw SKILL.md: https://api.skillmd.com/api/skills/comfy-org/comfyui-code-search/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Comfy-Org (https://skillmd.com/u/comfy-org)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/comfy-org/comfyui-code-search

---


# ComfyUI Code Search

Search for code patterns, functions, and implementations:
prbot code search --query "<search terms>"

NOTE: Does NOT support --limit parameter. Results are automatically paginated.

Examples:
prbot code search --query "binarization" --repo Comfy-Org/ComfyUI
prbot code search --query "authentication function"
prbot code search --query "video transcription whisper"

Best practices:

- Use specific function names or patterns for better results.
- Specify repo when you know which repository to search.
- Review results and cite file paths and line numbers.

