A community collection of custom AI commands for Firebender.
π Learn about commands: Firebender Commands Documentation
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.
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.
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.
demo.gif
ordemo.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
- Fork this repository
- Add your command folder with all files
- Submit a pull request
Join the Community:
- π¬ Discord Community