context-engineering

Analyze LLM context utilization and detect degradation patterns.

1|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/hoanghd218/tranvanhoang.com --skill context-engineering-hoanghd218
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: context-engineering
Source: https://github.com/hoanghd218/tranvanhoang.com/tree/main/.claude/skills/context-engineering
Command: npx skills add https://github.com/hoanghd218/tranvanhoang.com --skill context-engineering-hoanghd218

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Context engineering curates the most signal-rich subset of context for LLM tasks, enabling high-quality reasoning with minimal token waste.

Core Features & Use Cases

  • Token budget planning and utilization analysis for LLM sessions
  • Detection of context degradation patterns and poisoning indicators
  • Multi-agent coordination patterns and memory-system integration to maintain coherence
  • Guidance for structuring tools, prompts, and retrieved docs to maximize signal-to-noise ratio

Quick Start

Run context-engineering analysis on your current context to get utilization, health, and optimization guidance.

Frequently Asked Questions about context-engineering

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

FAQPage Schema
What is context engineering for LLM agents and how does it optimize token usage?

Context engineering curates the most signal-rich subset of context for LLM tasks, maximizing reasoning quality while minimizing token consumption. It enforces concise token budgets and structures prompts to maintain high signal-to-noise ratios.

How do I detect context degradation and poisoning indicators in my LLM sessions?

You can detect context degradation by running context-engineering analysis on your current context. This evaluates utilization and health, identifying poisoning indicators and patterns that degrade agent reasoning performance.

How do I plan token budgets for multi-agent workflows with context limits?

Plan token budgets by applying context-aware strategies that enforce concise limits across multi-agent workflows. This ensures agents maintain coherence and operate efficiently within context and rate limit constraints.

Does context engineering work with memory systems and multi-agent coordination?

Yes, context engineering applies directly to memory systems and multi-agent coordination. It provides integration patterns to maintain coherence across agents while optimizing the context retrieved and structured for reasoning.

What is the best way to structure retrieved docs and tools to maximize LLM signal-to-noise ratio?

The best way to maximize signal-to-noise ratio is applying context engineering guidance to structure tools, prompts, and retrieved docs. This curates a signal-rich context subset, minimizing token waste during reasoning.