AI workflows and rules that enhance AI assistance. This repository contains proven, effective configurations that improve AI productivity and workflow automation.
- workflows/: Reusable workflow templates for common tasks in Cline or other agent workflows
- rules/: Rules that improve AI behavior and responses in Cline or other coding agents
-
Clone the repository:
git clone https://github.com/your-username/enhAIncers.git cd enhAIncers -
Link to your Cline setup:
# For Cline rules/workflows ln -s $(pwd)/.clinerules ~/.clinerules/enhAIncers # For Gemini rules/workflows ln -s $(pwd)/.gemini ~/.gemini/enhAIncers
-
Use the workflows:
- Copy workflows from
content/workflows/to your Cline workflows directory - Reference rules from
content/rules/in your Cline configuration
- Copy workflows from
enhAIncers/
├── content/ # Master source directory
│ ├── rules/ # Cline rules that improve AI behavior
│ └── workflows/ # Workflow templates and automation
├── .clinerules/ # Cline symlink configuration
│ ├── rules -> ../content/rules/
│ └── workflows -> ../content/workflows/
├── .gemini/ # Gemini symlink configuration
│ ├── rules -> ../content/rules/
│ └── workflows -> ../content/workflows/
└── README.md
Automatically generates comprehensive visual documentation from chat history. Supports:
- Sequence diagrams - Tool interactions over time
- Data flow diagrams - How information moves between systems
- Workflow diagrams - Process flows with decision points
- Architecture diagrams - System component relationships
Usage: Type /mermaid <type> in chat to generate detailed Mermaid diagrams showing how Cline approached your task.
These workflows and rules are battle-tested configurations that:
- Enhance productivity through proven automation patterns
- Improve AI accuracy with clear behavioral guidelines
- Standardize workflows for consistent, reliable results
- Share knowledge with the community for collective improvement
This project welcomes community contributions! If you have workflows or rules that have proven effective:
- Fork the repository
- Add your workflow/rule to the appropriate
content/directory - Update this README with usage instructions
- Submit a pull request with a clear description
Guidelines:
- Test your workflows thoroughly before contributing
- Document usage patterns and expected outcomes
- Follow existing file naming conventions
- Include examples where helpful
This project is licensed under the GPL-3.0 License - see the LICENSE file for details. This ensures that improvements and derivatives remain open source and benefit the entire community.
- Built on the excellent Cline AI assistant framework
- Inspired by the community-driven approach of sharing effective AI configurations
- Thanks to all contributors who share their proven workflows and rules