·context-engineering
</>

context-engineering

itsmostafa/llm-engineering-skills

Strategies for managing LLM context windows effectively in AI agents. Use when building agents that handle long conversations, multi-step tasks, tool orchestration, or need to maintain coherence across extended interactions.

4Installs·0Trend·@itsmostafa

Installation

$npx skills add https://github.com/itsmostafa/llm-engineering-skills --skill context-engineering

SKILL.md

Context engineering is the discipline of curating and maintaining the optimal set of tokens during LLM inference. Unlike prompt engineering (crafting individual prompts), context engineering focuses on what information enters the context window and when.

LLMs have limited "attention budgets." As context length increases, models experience context rot—decreased ability to accurately recall information. The goal is finding the smallest possible set of high-signal tokens that maximize desired outcomes.

Key insight: More context isn't better. The right context is better.

Strategies for managing LLM context windows effectively in AI agents. Use when building agents that handle long conversations, multi-step tasks, tool orchestration, or need to maintain coherence across extended interactions. Source: itsmostafa/llm-engineering-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/itsmostafa/llm-engineering-skills --skill context-engineering
Category
</>Dev Tools
Verified
First Seen
2026-02-11
Updated
2026-02-18

Quick answers

What is context-engineering?

Strategies for managing LLM context windows effectively in AI agents. Use when building agents that handle long conversations, multi-step tasks, tool orchestration, or need to maintain coherence across extended interactions. Source: itsmostafa/llm-engineering-skills.

How do I install context-engineering?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/itsmostafa/llm-engineering-skills --skill context-engineering Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/itsmostafa/llm-engineering-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-11