addy-context-engineering

Load hierarchical rules and specs into persistent and task-scoped contexts.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/japurcell/skills --skill addy-context-engineering
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: addy-context-engineering
Source: https://github.com/japurcell/skills/tree/main/skills/addy-context-engineering
Command: npx skills add https://github.com/japurcell/skills --skill addy-context-engineering

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Optimizes how an AI agent sees and uses information by deliberately curating persistent and task-specific context to prevent hallucinations, drift, and misalignment.

Core Features & Use Cases

  • Hierarchical context loading: organize rules, architecture docs, and relevant source files from persistent project-wide context to task-scoped context.
  • Rules-driven guidance: load AGENTS.md or equivalent rules containers to enforce conventions and boundaries across sessions.
  • Context layering for sessions and tasks: support persistent rules plus per-feature specs and file references to adapt to changing work scopes.
  • Use Case: Starting a new development session with project conventions applied automatically to ensure consistent behavior.

Quick Start

Create a project-wide AGENTS.md with your conventions and load it as persistent context before starting any task.

Frequently Asked Questions about addy-context-engineering

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

FAQPage Schema
How do I optimize AI agent context to prevent output drift and hallucinations?▼

Prevent AI output quality decline by enforcing hierarchical context loading of rules, specs, and relevant files. This deliberately curates persistent and task-scoped context to maintain predictable agent behavior and guardrails when switching between tasks or projects.

How do I set up persistent project conventions for a new AI coding session?▼

Start a new development session with project conventions applied automatically by creating a project-wide AGENTS.md rules container. Loading this as persistent context enforces conventions and boundaries across all sessions for consistent behavior.

Why does my AI agent output quality decline when switching between tasks?▼

Agent output quality declines when switching between tasks or projects due to lost hierarchical context layering. Applying persistent rules plus per-feature specs and relevant file references adapts the agent to changing work scopes and restores predictable behavior.

What is hierarchical context loading for AI agents?▼

Hierarchical context loading organizes rules, architecture docs, and relevant source files from persistent project-wide context down to task-scoped context. This rules-driven guidance supports per-feature specs and file references to adapt the agent to changing work scopes.

Do I need an AGENTS.md file to enforce coding conventions across AI sessions?▼

You need an AGENTS.md or equivalent rules container to enforce coding conventions and boundaries across AI sessions. Loading it as persistent context provides rules-driven guidance that establishes predictable behavior and guardrails for the agent.

Can I layer context for specific features while keeping persistent rules active?▼

Layer context for specific features by supporting persistent project-wide rules alongside per-feature specs and file references. This context layering adapts to changing work scopes while maintaining conventions and predictable agent behavior across sessions.