Skip to content

Comfy-Org/comfy-claude-prompt-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Code Prompt/Command Library

A collection of reusable Claude Code commands for the Comfy-Org team to streamline development workflows.

đź’ˇ Looking for more commands? Check out Awesome Claude Code - a community collection of general-purpose Claude Code commands!

Quick Start

Commands are stored in .claude/commands/ and can be invoked using /project:command-name or /user:command-name.

Commands

Meta Commands

GitHub/Git Commands

Research Commands

Analysis Commands

Notion Commands

Team Commands

ComfyUI Frontend Commands

Utilities

Validation

Development

Testing

System

Blog Management

Validation Commands

Frontend Validation

Minor Precautions

Installation

  1. Clone this repository
  2. Commands are automatically available in your Claude Code session when working in this project
  3. To make commands globally available, copy desired command files to ~/.claude/commands/
  4. Install Gemini CLI (required for large context analysis tasks):
  5. Set up filepath mapping (required for repository analysis commands):
    cd project-summaries-for-agents
    cp filepath-mapping.json.template filepath-mapping.json
    # Edit filepath-mapping.json with your local repository paths
    See project-summaries-for-agents/README.md for details.
  6. Install claude-code-vector-memory (required for memory integration and search):
    • The semantic memory system is required for searching through past conversations
    • Install from: claude-code-vector-memory repository
    • After cloning the repository, navigate to the semantic-memory-system directory and run the setup script:
      cd claude-code-vector-memory/semantic-memory-system
      ./setup.sh
    • The setup script will create a virtual environment, install dependencies, build the initial index, and run a health check
  7. Install Context7 MCP (optional but recommended):
    • Provides official documentation for many libraries via the /research-with-auto-mcp command
    • Install the Context7 MCP server or CLI from its repository and ensure it is running locally when using research commands

Creating New Commands

Use the /user:AGENT-create-command command to generate new commands based on your requirements.

Resources

Development

Contributing

See CONTRIBUTING.md for guidelines on adding new commands.

Tips

  • Commands can include the $ARGUMENTS placeholder to accept parameters
  • Use descriptive filenames with prefixes (e.g., GH-, NOTION-, AGENT-) for better organization
  • Test commands thoroughly before sharing with the team

About

Collection of Claude Code commands and memories for agentic coding.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6