Skip to content

firebenders/commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Firebender Commands

A community collection of custom AI commands for Firebender.

πŸ‘‰ Learn about commands: Firebender Commands Documentation

Repository Purpose

This repository exists so people can share their useful Firebender commands with the community. Each command is stored in its own folder for easy browsing and copying.

Repository Structure

Commands in this repository are organized as:

command-name/
β”œβ”€β”€ command-name.md              # The actual command prompt/instructions
β”œβ”€β”€ firebender.json             # Configuration for this specific command
β”œβ”€β”€ command-name-instructions.md # Setup instructions and usage guide
β”œβ”€β”€ demo.gif                     # Optional: Demo of the command in action
β”œβ”€β”€ setup-screenshot.png         # Optional: Screenshots for setup steps
└── examples/                    # Optional: Additional example files

Additional files are encouraged! Include images, GIFs, example outputs, or any other files that help users understand and use your command effectively.

Contributing a Command

1. Create Your Command Folder

Create a folder named your-command-name with these three required files:

your-command-name.md - The command content:

# Your Command Title

Write clear, specific instructions for what the AI should do.

firebender.json - Configuration for this repository:

{
  "commands": [
    {
      "name": "your command name",
      "path": "./your-command-name.md",
      "model": "default",
      "mode": "auto"
    }
  ]
}

your-command-name-instructions.md - Setup guide:

# Your Command Name - Setup Instructions

## Overview
What this command does.

## Setup
1. Step-by-step instructions
2. How to configure
3. How to test

## Usage
When and how to use this command.

2. Add Supporting Files (Encouraged)

  • demo.gif or demo.mp4 - Show the command in action
  • Screenshots for setup steps or expected outputs
  • Example files or folders that demonstrate usage
  • Any other documentation that helps users

3. Submit Your Command

  1. Fork this repository
  2. Add your command folder with all files
  3. Submit a pull request

Join the Community:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published