context-engineering とは?
新しいセッションを開始するとき、エージェントの出力品質が低下したとき、タスクを切り替えるとき、またはプロジェクトのルール ファイルとコンテキストを設定する必要があるときに使用します。 ソース: addyosmani/agent-skills。
新しいセッションを開始するとき、エージェントの出力品質が低下したとき、タスクを切り替えるとき、またはプロジェクトのルール ファイルとコンテキストを設定する必要があるときに使用します。
コマンドラインで context-engineering AI スキルを開発環境にすばやくインストール
ソース: 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.
新しいセッションを開始するとき、エージェントの出力品質が低下したとき、タスクを切り替えるとき、またはプロジェクトのルール ファイルとコンテキストを設定する必要があるときに使用します。 ソース: addyosmani/agent-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/addyosmani/agent-skills --skill context-engineering新しいセッションを開始するとき、エージェントの出力品質が低下したとき、タスクを切り替えるとき、またはプロジェクトのルール ファイルとコンテキストを設定する必要があるときに使用します。 ソース: addyosmani/agent-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/addyosmani/agent-skills --skill context-engineering インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/addyosmani/agent-skills