context-engineering

Configure project-wide rules files and context hierarchies for deterministic agent outputs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/hodinhtuankiet/screening-resume-recruitment --skill context-engineering-hodinhtuankiet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-engineering
Source: https://github.com/hodinhtuankiet/screening-resume-recruitment/tree/main/.claude/skills/context-engineering
Command: npx skills add https://github.com/hodinhtuankiet/screening-resume-recruitment --skill context-engineering-hodinhtuankiet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feed agents the right information at the right time. Context is the single biggest lever for agent output quality — too little and the agent hallucinates, too much and it loses focus. Context engineering is the practice of deliberately curating what the agent sees, when it sees it, and how it's structured.

Core Features & Use Cases

  • Level 1: Rules Files (CLAUDE.md and equivalents) persist across sessions to establish project-wide conventions.
  • Context Hierarchy: structure context from most persistent to most transient (Rules Files, Spec / Architecture Docs, Relevant Source Files, Error Output / Test Results, Conversation History).
  • Loading Strategy & Trust: load only relevant sections per task with defined trust levels to avoid context flooding and ensure reproducibility.

Quick Start

Configure a rules file, define the context hierarchy, and load per-task specs and related source files before you begin.

Frequently Asked Questions about context-engineering

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

FAQPage Schema
Why does my AI agent produce inconsistent outputs across different sessions?

Inconsistent AI agent outputs occur when context is not deliberately curated. Applying context engineering delivers the right information at the right time, preventing hallucinations from too little context and loss of focus from too much.

What is context engineering for AI agents?

Context engineering is the practice of deliberately curating what an AI agent sees, when it sees it, and how it is structured. It solves inconsistent outputs by applying a defined context hierarchy and loading strategy.

How do I structure context hierarchy for deterministic agent outputs?

Structure context from most persistent to most transient: Rules Files, Spec or Architecture Docs, Relevant Source Files, Error Output or Test Results, and Conversation History. This hierarchy maintains output quality across tasks.

How do I configure project-wide rules to improve agent output quality?

Configure a rules file like CLAUDE.md to persist project-wide conventions across sessions. Combine this with a defined context hierarchy and per-task specs to guarantee deterministic, high-quality outputs.

How do I avoid context flooding when loading source files for AI agents?

Avoid context flooding by loading only relevant source file sections per task. Establish defined trust levels for loaded context to ensure reproducibility and prevent the agent from losing focus due to excessive information.

When should I use a rules file vs task specs in AI workflows?

Use rules files to establish persistent project-wide conventions across all sessions, and use task specs for transient, specific instructions. Combining both within a structured context hierarchy ensures deterministic agent governance.