Skip to content

Krishnan-Raghavan/chatmodes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatmodes Directory

This folder contains reusable agent modes to help with coding, development, and project work. Each .chatmode.md file defines a mode with a name, description, prompt, and settings.

How to Use

  • Symlink for instant access:
    ln -s ~/chatmodes /path/to/your/project/.github/chatmodes
  • Copy specific modes:
    cp ~/chatmodes/code-review.chatmode.md /path/to/your/project/.github/chatmodes/
  • Configure your tools: Set your agent/chat tool to use ~/chatmodes/ as the mode directory if supported.

Workflow

  1. Open the desired .chatmode.md file and read the prompt and settings.
  2. Use the prompt as your agent's system prompt, or load the file if your tool supports it.
  3. Switch modes as needed for different tasks.
  4. Edit or add new modes to fit your workflow.

Available Modes

  • Code Review: Senior developer code review assistant
  • Debugging Assistant: Debugging helper for diagnosing and fixing errors
  • Documentation Writer: Generates and improves code and project documentation
  • Test Generator: Generates robust unit and integration tests
  • Refactoring Assistant: Suggests refactoring for readability, performance, and maintainability
  • Stack Overflow Search: Finds relevant Stack Overflow answers for errors or topics
  • Learning/Explainer: Explains code, concepts, or algorithms in simple terms
  • Project Bootstrapper: Suggests minimal project structure and initial files
  • DevOps Helper: Assists with DevOps tasks, CI/CD, and automation
  • API Design Advisor: Guides API design and best practices
  • Security Review: Reviews code and systems for security issues
  • Brainstorming/Ideation Agent: Helps brainstorm new ideas and designs
  • Project Documentation Assistant: Assists with overall project documentation, guides, and READMEs
  • Architecting Agent: Provides system and software architecture guidance

Tips

  • Keep this folder updated as you add new modes.
  • Share with teammates or sync across machines for consistent workflows.
  • Document new modes with clear names and descriptions.

About

🤖 Custom AI agents for development workflows - 30+ specialized prompts for coding (Python, Java, TypeScript, React, Go, Rust), cloud platforms (AWS, Azure, GCP), databases, code review, security, and debugging. Enhance VS Code with expert-level AI assistance.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors