Context Engineering
Curates what the agent sees, in five layers from rules file to chat history.
Install
npx skills add addyosmani/agent-skills --skill context-engineering
Yeni oturum açarken, ajanın çıktı kalitesi düşmeye başladığında ya da bir depoyu ajan çalışmasına hazırlarken
- Author
- Addy Osmani
- License
- MIT
Treats context as a hierarchy ordered from persistent to transient: rules files, then specs and architecture notes, then task-relevant source files, then error output, and the conversation itself at the bottom. The rules file gets the most attention because it is the only layer loaded on every session. Intended for the point where output quality starts slipping — hallucinated APIs, ignored conventions — or when preparing a repository for agent work.
Similar skills
context-guard
SkillWarns before the context window fills, while there is still room.
scope-guard
SkillCatches an edit that lands outside the project you are in.
Generative Media Skills
SkillImage, video and audio generation wired into a coding agent through a single CLI.
Comments(0)
Sign in to comment