agent-context-engineering

Automate creation and upkeep of agent-context documentation in AGENTS.md and .docs.

9|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/gwenwindflower/dotfiles --skill agent-context-engineering
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-context-engineering
Source: https://github.com/gwenwindflower/dotfiles/tree/main/dot_agents/exact_skills/agent-context-engineering
Command: npx skills add https://github.com/gwenwindflower/dotfiles --skill agent-context-engineering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Author and maintain agent context markdown — AGENTS.md, rules, skills, memory files. Use when creating, editing, or refactoring any agent-focused doc, or after major codebase exploration to capture learning.

Core Features & Use Cases

  • Provides a structured approach to documenting agent context across projects.
  • Encourages progressive disclosure via modular docs in a .docs directory and an index.
  • Supports living documentation practices to keep agent knowledge up-to-date.

Quick Start

Create or update AGENTS.md with project context, goals, structure, key commands, and a concise .docs index to begin progressive disclosure.

Frequently Asked Questions about agent-context-engineering

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

FAQPage Schema
How do I create agent context documentation that guides AI coding assistants?

AGENTS.md files provide AI agents with project context, goals, structure, and key commands to improve code generation accuracy. They act as living documentation that captures codebase exploration learnings and guides agents through modular rules and memory files.

What is progressive disclosure in agent guidance documentation?

Progressive disclosure in agent guidance is a modular documentation pattern using a .docs directory and an index file. It structures agent context so AI agents receive incremental, relevant information rather than a single overwhelming document.

How do I maintain living documentation for AI agents after codebase changes?

Maintaining living documentation for AI agents requires updating AGENTS.md and modular context files after major codebase exploration or refactoring. This practice captures new learnings and keeps agent knowledge current with the evolving project structure.

What should I include in an AGENTS.md file for AI coding agents?

An AGENTS.md file for AI coding agents should include project context, goals, structure, key commands, and a concise .docs index. This structured content provides the foundational context agents need to navigate and contribute to the codebase.

When should I refactor agent-focused documentation?

You should refactor agent-focused documentation after major codebase exploration or when creating, editing any agent context files. This ensures the living documentation accurately captures new structural learnings and maintains modular guidance for AI agents.

Does agent context engineering require any specific frameworks or dependencies?

Agent context engineering requires no external dependencies or frameworks. It uses standard markdown files like AGENTS.md and a .docs directory structure to provide modular guidance for AI agents without additional setup.