What is context-engineering?
Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project. Source: addyosmani/agent-skills.
Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project.
Quickly install context-engineering AI skill to your development environment via command line
Source: addyosmani/agent-skills.
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.
Create a rules file that persists across sessions. This is the highest-leverage context you can provide.
Load the relevant spec section when starting a feature. Don't load the entire spec if only one section applies.
Use when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project. Source: addyosmani/agent-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/addyosmani/agent-skills --skill context-engineeringUse when starting a new session, when agent output quality degrades, when switching between tasks, or when you need to configure rules files and context for a project. Source: addyosmani/agent-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/addyosmani/agent-skills --skill context-engineering Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/addyosmani/agent-skills