This repository serves as a community-driven collection of .clinerules & workflows for Cline.
We welcome contributions!
To add your own Cline rule:
- Fork this repository.
- Create a new Markdown file (
.md
) for your rule inside the.clinerules/
directory. - Name your file using
kebab-case
(e.g.,my-awesome-rule.md
). - Add the content of your rule to the file.
- Commit your changes and push them to your fork.
- Submit a Pull Request (PR) to the main repository.
Your contribution will be reviewed, and once approved, it will be merged into the collection.
To add your own Cline workflow:
- Fork this repository.
- Create a new Markdown file (
.md
) for your workflow inside theworkflows/
directory. - Name your file using
kebab-case
(e.g.,my-awesome-workflow.md
). - Add the content of your workflow to the file.
- Commit your changes and push them to your fork.
- Submit a Pull Request (PR) to the main repository.
Your contribution will be reviewed, and once approved, it will be merged into the collection.