agents-context

Load AGENTS.md repository context into agent sessions at startup.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/reiserwang/Coding_Agent --skill agents-context
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agents-context
Source: https://github.com/reiserwang/Coding_Agent/tree/main/.gemini/skills/agents-context
Command: npx skills add https://github.com/reiserwang/Coding_Agent --skill agents-context

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically injects repo-level AGENTS.md context at agent boot to ensure consistent session context across Gemini and Claude runtimes.

Core Features & Use Cases

  • Auto-discovers AGENTS.md at the repo root and loads Architecture, Conventions, Testing, and Danger Zones into agent working context.
  • Provides agents-context:init to scaffold a default AGENTS.md template at the repo root for new projects.
  • Validates and guides updates to AGENTS.md to maintain a complete, up-to-date repo-level context as projects evolve.
  • Use Case: Onboarding a new agent role in a fresh repository to establish a shared context before any tool calls.

Quick Start

Run agents-context:boot at session start to load repository context from AGENTS.md.

Frequently Asked Questions about agents-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I auto-inject repository context at agent startup?

To auto-inject repository context at agent startup, run the boot command to load architecture, conventions, testing, and danger zones sections directly from the AGENTS.md root file into the agent working context.

What is an AGENTS.md file used for in multi-agent collaboration?

An AGENTS.md file is used in multi-agent collaboration to establish a shared repository context, ensuring consistent onboarding and behavior across fresh sessions before any tool calls are executed.

How do I scaffold an AGENTS.md template for a new project?

To scaffold an AGENTS.md template for a new project, run the initialization command to automatically generate a default context file containing architecture, conventions, testing, and danger zones sections at the repo root.

Can I use agents-context to maintain repo-level context for both Gemini and Claude runtimes?

Yes, you can use agents-context to maintain repo-level context for both Gemini and Claude runtimes, ensuring consistent session context is automatically injected across different agent environments.

What sections are required in an AGENTS.md file for the boot sequence to work?

The AGENTS.md file requires Architecture, Conventions, Testing, and Danger Zones sections to successfully execute the defined boot sequence and load complete repository context.