| title | AI Tools Collection |
|---|---|
| description | A comprehensive, organized repository of AI-related tools, prompts, instructions, modes, and documentation for personal and professional use. |
AI Tools Collection
A comprehensive, organized repository of AI-related tools, prompts, instructions, modes, and documentation for personal and professional use. This repository features a modern Jekyll-based documentation system that automatically deploys to GitHub Pages.
- Organized Structure: Content categorized by type and purpose for easy navigation
- GitHub Pages Ready: Automatic deployment with modern, responsive design
- Comprehensive Templates: Standardized formats for prompts, instructions, modes, and thoughts
- Search & Discovery: Well-structured metadata and navigation for finding content
- Modular Design: Easy to extend and customize for specific needs
- Automation Tools: Scripts for AI-powered workflows like starred repository analysis
ai-tools/
โโโ prompts/ # AI prompts organized by category
โ โโโ coding/ # Development and code review prompts
โ โโโ writing/ # Content creation and documentation prompts
โ โโโ analysis/ # Data analysis and research prompts
โ โโโ creative/ # Brainstorming and ideation prompts
โ โโโ productivity/ # Planning and optimization prompts
โโโ instructions/ # Step-by-step guides and procedures
โ โโโ setup/ # Installation and configuration guides
โ โโโ usage/ # How-to guides and workflows
โ โโโ best-practices/ # Recommended approaches
โโโ modes/ # AI interaction configurations
โ โโโ development/ # Coding and software development modes
โ โโโ research/ # Information gathering configurations
โ โโโ documentation/ # Technical writing modes
โ โโโ troubleshooting/ # Problem-solving configurations
โโโ docs/ # Comprehensive documentation
โ โโโ guides/ # Detailed tutorials
โ โโโ references/ # Quick reference materials
โ โโโ examples/ # Sample implementations
โโโ scripts/ # Automation scripts for AI workflows
โ โโโ scan_starred_repos.py # GitHub starred repository scanner
โโโ data/ # Output from automation scripts (git-ignored)
โ โโโ example-starred-repos-analysis.md # Example workflow output
โโโ thoughts/ # Personal insights and experiments
โโโ reflections/ # Learning insights and observations
โโโ experiments/ # Testing results and findings
โโโ ideas/ # Future projects and improvements
Curated AI prompts with detailed metadata including:
- Purpose and use cases
- Category and tags for organization
- Usage examples and variations
- Best practices and tips
Step-by-step guides covering:
- Setup and configuration procedures
- Usage workflows and best practices
- Troubleshooting common issues
- Integration with existing tools
AI interaction configurations featuring:
- Optimized system prompts
- Recommended model settings
- Use case specifications
- Integration guidelines
Personal reflections and experiments including:
- Learning insights and observations
- Experimental results and findings
- Future ideas and project plans
- Tool evaluation and comparisons
Automatically scan and analyze your GitHub starred repositories using AI:
Features:
- Fetch all starred repositories via GitHub API
- Extract comprehensive metadata (language, topics, stars, etc.)
- Generate AI-powered descriptions and use cases
- Organize repositories by category and keywords
- Export structured data for easy searching
Quick Start:
# Install dependencies
pip install requests
# Scan your starred repos
export GITHUB_TOKEN="your_token"
python scripts/scan_starred_repos.py --output data/starred-repos.json
# Analyze with AI using the Repository Analyzer prompt
# See instructions/starred-repository-scanner.md for detailsLearn More:
- Getting Started Guide - 5-minute quick start
- Repository Analyzer Prompt - AI prompt for analysis
- Full Instructions - Complete setup guide
- Example Analysis - Workflow demonstration
- Implementation Notes - Design decisions
This repository automatically deploys to GitHub Pages, providing:
- Modern, responsive design
- Automatic navigation generation
- Search and filter capabilities
- Mobile-friendly interface
- SEO optimization
Visit the live site: https://maugx3.github.io/ai-tools
To run the site locally:
# Clone the repository
git clone https://github.com/MauGx3/ai-tools.git
cd ai-tools
# Install dependencies
bundle install
# Start the development server
bundle exec jekyll serve
# Visit http://localhost:4000- Choose the appropriate collection (
_prompts,_instructions,_modes, or_thoughts) - Create a new markdown file using the established naming convention
- Include proper front matter with all required metadata fields
- Follow the content structure established in existing examples
- Test locally before committing changes
This project follows Conventional Commits specification:
- feat: New features
- fix: Bug fixes
- docs: Documentation changes
- style: Code style changes (formatting, etc.)
- refactor: Code refactoring
- test: Adding or updating tests
- chore: Maintenance tasks
Example: feat(prompts): add code review prompt
The changelog is automatically generated from these conventional commits.
- Descriptive titles that clearly indicate purpose
- Complete metadata including categories, tags, and descriptions
- Practical examples demonstrating usage
- Clear documentation explaining when and how to use
- Consistent formatting following established patterns
For detailed documentation, including:
- Getting started guides
- Content creation templates
- Best practices and workflows
- Technical implementation details
Visit the Documentation section or the live site.
Quick links to new Diรกtaxis pages:
- Tutorial (Getting started):
docs/tutorials/getting-started.md - Howโto (Add a prompt or instruction):
docs/how-to/add-a-prompt-or-instruction.md - Reference (Repo structure):
docs/reference/repo-structure.md - Explanation (Design & Memory Bank):
docs/explain/design-and-memory-bank.md
Contribution guidance: see CONTRIBUTING.md for workflow and Conventional Commits.
See CHANGELOG.md for a history of changes to this project.
This project is licensed under the Mozilla Public License 2.0 - see the LICENSE file for details.
For questions, suggestions, or contributions:
- Browse existing content for examples and patterns
- Check the documentation for detailed guides
- Review the issue tracker for known items
- Follow the established content standards when contributing
Organized AI tools for enhanced productivity and learning.