AGENTS.md — AIコーディングエージェント向けオープン仕様
Linux Foundation傘下のAIコーディングエージェント向けオープンフォーマット。開発環境・テスト・PR手順を統一的に記述。
GitHub 60,000
# AGENTS.md — Open Specification
AGENTS.md is a simple, open format for guiding coding agents. Think of it as documentation specifically designed for AI agents — similar to how a README guides human developers.
## Recommended Sections
### Dev environment tips
- Instructions for setting up the development environment
- Package management and workspace configuration
- Project initialization commands
### Testing instructions
- Guidelines for running tests
- CI/CD references and test execution commands
- Quality assurance procedures
### PR instructions
- Standards for pull requests
- Naming conventions
- Pre-commit requirements
## Format
- Standard Markdown syntax
- Headings (##) for section organization
- Bullet points for individual instructions
- Code blocks for commands and technical snippets
## Key Principle
Provide practical, actionable information that agents need to understand your project's workflow, tooling, and contribution standards — complementing rather than replacing existing documentation. こちらもおすすめ
DevOps カテゴリの他のルール
もっとルールを探す
CLAUDE.md、.cursorrules、AGENTS.md、Image Prompts の全 157 ルールをチェック。


