Getting Started with AI Tools

Welcome to the AI Tools collection! This guide will help you get started with using and contributing to this repository.

What’s Inside

This repository contains four main types of content:

  1. Prompts: Ready-to-use AI prompts for various tasks
  2. Instructions: Step-by-step guides for tools and workflows
  3. Modes: AI configuration settings for different use cases
  4. Thoughts: Personal insights and experimental findings

Quick Start

Using the Content

  1. Browse by Category: Navigate using the main menu to find content by type
  2. Search and Filter: Use the categorization system to find specific tools
  3. Copy and Adapt: Most content is designed to be copied and customized
  4. Learn and Iterate: Use the examples as starting points for your own tools

Local Setup (Optional)

If you want to run the site locally or contribute content:

git clone https://github.com/MauGx3/ai-tools.git
cd ai-tools
bundle install
bundle exec jekyll serve

Using Prompts

Prompts are located in the _prompts directory and organized by category:

Each prompt includes:

Following Instructions

Instructions provide step-by-step guides for:

Each instruction includes:

Configuring Modes

Modes define optimized AI interaction settings for specific use cases:

Each mode includes:

Understanding Thoughts

Thoughts capture personal insights, experiments, and ideas:

Each thought includes:

Contributing Guidelines

Adding New Content

  1. Choose the appropriate collection type
  2. Create a file with descriptive naming
  3. Include complete front matter metadata
  4. Follow established content patterns
  5. Test and validate your additions

Content Quality Standards

File Organization

Collection Structure:
├── _prompts/
│   └── category-specific-name.md
├── _instructions/
│   └── type-specific-procedure.md
├── _modes/
│   └── use-case-configuration.md
└── _thoughts/
    └── topic-insight-or-experiment.md

Metadata Templates

Each content type has specific front matter requirements. See the existing files for examples, or check the documentation for complete templates.

Best Practices

For Using AI Tools

  1. Start with Examples: Use existing content as templates
  2. Customize for Context: Adapt prompts and instructions for your specific needs
  3. Iterate and Improve: Refine your approach based on results
  4. Document Your Learning: Consider contributing insights back to the collection

For Contributing Content

  1. Quality over Quantity: Focus on useful, well-documented content
  2. Test Before Sharing: Validate that your content works as intended
  3. Provide Context: Explain when and why to use specific tools
  4. Maintain Currency: Keep content updated and relevant

Getting Help

If you need assistance:

  1. Browse Similar Content: Look for related examples and patterns
  2. Check Documentation: Review the guides and references
  3. Review Existing Issues: See if your question has been addressed
  4. Ask Questions: Open an issue for complex problems or suggestions

Next Steps

  1. Explore the Collections: Browse through different content types
  2. Try Some Examples: Use existing prompts and instructions
  3. Customize for Your Needs: Adapt content for your specific use cases
  4. Share Your Experience: Consider contributing your own tools and insights

Happy learning and building with AI tools!