Skip to content

BenPerel/enhAIncers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

enhAIncers

AI workflows and rules that enhance AI assistance. This repository contains proven, effective configurations that improve AI productivity and workflow automation.

📋 What's Inside

  • 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

🚀 Quick Setup

  1. Clone the repository:

    git clone https://github.com/your-username/enhAIncers.git
    cd enhAIncers
  2. 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
  3. Use the workflows:

    • Copy workflows from content/workflows/ to your Cline workflows directory
    • Reference rules from content/rules/ in your Cline configuration

📁 Repository Structure

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

🔧 Current Workflows

Mermaid Diagram Generation (/mermaid)

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.

🤝 Philosophy

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

🔄 Contributing

This project welcomes community contributions! If you have workflows or rules that have proven effective:

  1. Fork the repository
  2. Add your workflow/rule to the appropriate content/ directory
  3. Update this README with usage instructions
  4. 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

📋 License

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.

🙏 Acknowledgments

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors