Add Repository

    Add your own repository to the marketplace to share your tools, prompts, and models with the community.

    Repository Information

    A clear, descriptive name for your repository.

    Describe what users can expect to find in your repository.

    The URL to your GitHub repository. Must be a public repository.

    Repository Structure

    Repository Requirements
    Your repository must follow our structure guidelines to be properly indexed:
    • Include a manifest.json file in the root directory
    • Each item must have its own directory with a metadata.json file
    • All items must specify compatibility information
    • README.md file with installation and usage instructions

    Example Repository Structure

    repository/
    ├── manifest.json
    ├── README.md
    ├── item1/
    │   ├── metadata.json
    │   ├── index.js
    │   └── README.md
    ├── item2/
    │   ├── metadata.json
    │   ├── main.py
    │   └── README.md
    └── ...

    Contact Information

    We'll use this to contact you about your repository.