Cline Community Prompts

February 11, 2026 ยท View on GitHub

A community-driven collection of rules and workflows for Cline. Browse and apply these prompts directly from the Prompts Library inside the Cline extension.

Contributing

We welcome contributions!

Contributing Rules

To add your own Cline rule:

  1. Fork this repository.
  2. Create a new Markdown file (.md) for your rule inside the .clinerules/ directory.
  3. Name your file using kebab-case (e.g., my-awesome-rule.md).
  4. Add the content of your rule to the file.
  5. Commit your changes and push them to your fork.
  6. Submit a Pull Request (PR) to the main repository.

Your contribution will be reviewed, and once approved, it will be merged into the collection.

Contributing Workflows

To add your own Cline workflow:

  1. Fork this repository.
  2. Create a new Markdown file (.md) for your workflow inside the workflows/ directory.
  3. Name your file using kebab-case (e.g., my-awesome-workflow.md).
  4. Add the content of your workflow to the file.
  5. Commit your changes and push them to your fork.
  6. Submit a Pull Request (PR) to the main repository.

Your contribution will be reviewed, and once approved, it will be merged into the collection.