Cline Community Prompts

repository·main·Indexed 22 days ago

https://github.com/cline/prompts

A community-driven collection of rules and workflows designed for use with the Cline AI coding assistant. Users can apply these prompts via the Prompts Library in the Cline extension or contribute new rules and workflows by submitting pull requests to the .clinerules/ and workflows/ directories.

Tokens
260
Snippets
0
Records
3
Agent score
29%

What's inside cline-prompts

  1. Add a new Cline workflow to the community collection

    main

    To contribute a new workflow, follow these steps:

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

    Once approved, your workflow will be merged into the official collection.

  2. Add a new Cline rule to the community collection

    main

    To contribute a new rule, follow these steps:

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

    Once approved, your rule will be merged into the official collection.