context

Organize project context into `.agent`, `memory-bank`, and `AGENTS.md` files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/abner-magal/mcp-video-audio --skill context-abner-magal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context
Source: https://github.com/abner-magal/mcp-video-audio/tree/main/.opencode/skills/context
Command: npx skills add https://github.com/abner-magal/mcp-video-audio --skill context-abner-magal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of AI agents losing context, wasting tokens, and performing inefficiently due to unmanageable project information. It provides a structured, token-efficient way for AI agents to access and utilize project knowledge.

Core Features & Use Cases

  • Structured Documentation: Organizes project information into .agent (external memory), memory-bank (persistent state), and AGENTS.md (machine instructions).
  • Token Efficiency: Reduces token waste by enabling progressive disclosure of information.
  • Use Case: When starting a new task, an AI agent can quickly read .agent/README.md to understand the project's architecture and available documentation, then load only the necessary files, leading to faster and more accurate task completion.

Quick Start

Use the context skill to initialize the project context system for a new project.

Frequently Asked Questions about context

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

FAQPage Schema
How do I stop AI agents from losing project context and wasting tokens?

AI context management uses a unified framework integrating structured external memory (`.agent`), persistent cross-session documentation (`memory-bank`), and standardized machine-readable instructions (`AGENTS.md`) to organize project knowledge and prevent information loss.

How does progressive disclosure optimize token usage for AI agents?

Progressive disclosure optimizes token usage by structuring project documentation so AI agents read a README first to understand architecture, then load only necessary files, preventing the token waste caused by processing unmanageable project information at once.

What is the best way to maintain persistent state for AI agents across sessions?

The best way to maintain persistent state is using a memory-bank documentation system, which stores cross-session project context and enables AI agents to resume tasks efficiently without losing prior architectural knowledge or progress.

Do I need specific folder structures to use an AI context system?

Yes, implementing a unified AI context system requires adherence to specific folder structures and standardized file formats like `.agent` for external memory and `AGENTS.md` for machine instructions to manage project context effectively.

How do I initialize a project context system for an AI agent?

To initialize a project context system, use the context skill to generate the required folder structures and documentation files, establishing a unified framework that organizes project knowledge for standardized AI agent access.

When should I use standardized machine-readable instructions for AI agents?

Use standardized machine-readable instructions like `AGENTS.md` when providing AI agents with consistent project guidelines, ensuring structured documentation and token-efficient access to external memory across multiple tasks.