Skip to content

mtkhawaja/agent-guidelines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Guidelines

A collection of agent guidelines intended to be copied and adapted on a per-project basis.

AGENTS.md

Agent Specific Notes

Junie

According to the JetBrains documentation:

By default, Junie looks for agent guidelines at .junie/guidelines.md in the root folder of the configured project. If you want to use an AGENTS.md file, or a guidelines.md file at a custom file path, set Guidelines path in Settings | Tools | Junie | Project Settings.

When working with agents in addition to Junie such as Codex or Claude Code, it is handy to keep the main AGENTS.md in the .junie folder and symlink the agent-specific AGENTS.md to the project root.

#!/usr/bin/env bash

ln -s .junie/AGENTS.md AGENTS.md

References

About

Comprehensive coding and agent guidelines for AI-assisted development workflows. Includes detailed conventions for Java, logging, testing, validation, time handling, error handling, and agent behavior to ensure consistent, testable, and high-quality code generation by AI coding agents.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors