AI AGENT ADDONS

Context Engineering

addyosmani/agent-skills

AI agents work best when they have the right information at the right time. This skill shows you how to set up that information clearly and simply. You can improve agent output quality by giving it a rules file, relevant code, and error logs.

Use the context hierarchy to organize what the agent sees. Start with persistent rules that apply to the whole project. Then add specs for the current feature. Then load relevant source files. Finally feed error output as needed. This keeps the agent focused and reduces mistakes.

Add Context Engineering skill to your workflow

Global

mkdir -p ~/.claude/skills/context-engineering

Project

mkdir -p .claude/skills/context-engineering

Source Repository

Stars
67,574
Forks
7,328
Watchers
67,574
License
MIT
Last Push
23 days ago
Created
5 months ago