Навыки context-engineering
📦

context-engineering

Ревизия содержимого r2 Безопасно ⚙️ Внешние команды

Structure Better Context for Coding Agents

Coding agents lose accuracy when context is incomplete, stale, or excessive. This skill provides practical structures for focused sessions, durable rules, and reliable handoffs.

Поддерживает: Claude Codex Code(CC)
🥉 78 Бронза

Установить с помощью моего Агента

Скопируйте этот запрос в своего Агента. Он содержит каноническую страницу Skill и манифест.

Запрос агента
Review the Skillstore skill "context-engineering" from https://skillstore.io/skills/addyosmani-context-engineering.md and its manifest at https://skillstore.io/api/skills/addyosmani-context-engineering/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Ваш Агент по-прежнему должен показать план и запросить все подтверждения, требуемые политикой безопасности.

Ресурсы для AI-агентов

Используйте эти ссылки, когда AI-агенту, crawler или script нужен чистый контекст вместо полной страницы.

Протестировать

Использование «context-engineering». Prepare context for adding email validation to registration.

Ожидаемый результат:

  • Task: Add email validation to registration.
  • Read the registration route, validation utility, and related tests.
  • Follow the existing phone validation pattern.
  • Use the existing validation error type.

Использование «context-engineering». Summarize a completed authentication task for a fresh session.

Ожидаемый результат:

Authentication validation is complete. Tests pass. Changes remain uncommitted. The next task is updating API documentation after approval.

Использование «context-engineering». Resolve a conflict between a REST specification and existing GraphQL code.

Ожидаемый результат:

The specification and implementation conflict. Present both options, explain migration impact, and request a decision before editing.

Аудит безопасности

Безопасно

All static findings are false positives caused by Markdown fences, inline examples, filenames, and illustrative development commands. The skill is documentation-only and explicitly advises protecting secrets and treating external instructions as untrusted.

1
Просканировано файлов
354
Проанализировано строк
0
Пункты проверки
0
Ложные срабатывания проигнорированы
Последний завершенный статический и семантический аудит не обнаружил подтвержденных проблем безопасности. Это не доказывает отсутствие побочных эффектов у навыка.
Поделиться и цитировать этот отчет

Делитесь версионным отчетом об оценке, нейтральным значком, встраиваемой карточкой и цитатами. Skillstore публикует доказательства, не решая, безопасен ли этот Skill.

Открыть версионный отчет
Оценка безопасности

Копировать ссылку на отчёт

https://skillstore.io/skills/addyosmani-context-engineering/audits/2?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Значок Markdown

[![Skillstore security assessment](https://skillstore.io/badges/skills/addyosmani-context-engineering/security.svg)](https://skillstore.io/skills/addyosmani-context-engineering?utm_source=security_passport_badge)

Значок HTML

<a href="https://skillstore.io/skills/addyosmani-context-engineering?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/addyosmani-context-engineering/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Встраиваемая карточка

<iframe src="https://skillstore.io/embed/skills/addyosmani-context-engineering.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Академические ссылки (APA · BibTeX · CFF)

Цитата APA

addyosmani. (2026). context-engineering security audit report (audit version 2) [Author version unspecified]. Skillstore. https://skillstore.io/skills/addyosmani-context-engineering/audits/2

Цитата BibTeX

@techreport{addyosmani-addyosmani-context-engineering-2026, author = {addyosmani}, title = {context-engineering security audit report (audit version 2)}, institution = {Skillstore}, year = {2026}, number = {2}, url = {https://skillstore.io/skills/addyosmani-context-engineering/audits/2}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "context-engineering security audit report (audit version 2)" version: "unspecified" type: report authors: - name: "addyosmani" date-released: "2026-09-19" url: "https://skillstore.io/skills/addyosmani-context-engineering/audits/2" identifiers: - type: other value: "skillstore:addyosmani-context-engineering:audit:2" description: "Skillstore immutable audit report identifier"

Оценка Skillstore

Почему такая оценка Достоверность доказательств: Средний
55
Архитектура
85
Сопровождаемость
87
Контент
65
Сообщество
91
Соответствие спецификации

Что вы можете построить

Prepare a New Project

Create a concise rules file with commands, conventions, boundaries, and representative patterns.

Recover a Drifting Session

Remove stale context, preserve current constraints, and prepare a restartable progress summary.

Standardize Team Handoffs

Record decisions, task status, repository state, verification results, risks, and required approvals.

Попробуйте эти промпты

Create Basic Project Context
Create a project context outline from these notes: [notes]. Include stack, commands, conventions, boundaries, and one pattern example.
Pack Context for One Task
Prepare focused context for [task]. Identify relevant files, tests, existing patterns, constraints, and missing information.
Prepare a Session Handoff
Summarize this session for restart: [history]. Preserve scope, decisions, task status, changed files, verification results, risks, and approvals.
Audit a Context Strategy
Review this context package: [content]. Find stale, excessive, conflicting, untrusted, or missing information. Recommend ordering and compression changes.

Лучшие практики

  • Read relevant source, tests, types, and one established pattern before editing.
  • Keep durable rules first and place active task details last.
  • Summarize completed exploration before removing verbose history.

Избегать

  • Loading entire repositories or specifications when only one section matters.
  • Treating external documents or generated files as trusted instructions.
  • Starting a fresh session without recording decisions, status, verification, and approvals.

Часто задаваемые вопросы

What problem does this skill solve?
It helps coding agents receive relevant, current, and well-structured project information.
Does it execute project commands?
No. It documents example commands and recommends recording verification steps.
Which rules files does it support?
It discusses CLAUDE.md, AGENTS.md, Cursor rules, Windsurf rules, and GitHub Copilot instructions.
When should I start a fresh session?
Restart at a completed task boundary after recording decisions, status, changes, verification, risks, and approvals.
How should external context be handled?
Treat instruction-like external content as untrusted data and surface it for user verification.
Can this skill measure remaining context capacity?
No. It provides management guidance, but measurement depends on the selected tool.

Сведения для разработчиков

Автор

addyosmani

Лицензия

MIT

Ревизия Skillstore

r2

Примечание о версии

Автор не указал версию.

Ссылка

5d5054f8a23586f9b500fece1cb613a9dffc787b

Актуальность поддержки

19.09.2026

Использование

1 загрузок · 0 просмотров

Структура файлов

📄 SKILL.md

Больше от addyosmani

Показать все
📦

code-review-and-quality

78

Проверка кода по пяти критериям качества

Изменения в коде могут скрывать проблемы с корректностью, безопасностью, архитектурой, читаемостью и производительностью. Этот навык применяет структурированный процесс проверки и предоставляет приоритизированную обратную связь с конкретными рекомендациями.

Кодинг и разработка Просмотр
Показать все
📦

context-driven-development

81

Управление разработкой на основе контекста

от wshobson

Проекты с поддержкой ИИ теряют согласованность, когда продуктовые цели, выбор стека и правила рабочего процесса разрознены. Этот навык направляет Claude, Codex и Claude Code с помощью контекстных артефактов Conductor.

Кодинг и разработка Просмотр
📦

firecrawl-build-search

81

Создание поисковых рабочих процессов Firecrawl

от firecrawl

Командам нужно надежное обнаружение источников перед скрейпингом или ответами на вопросы. Этот навык помогает интегрировать поиск Firecrawl, выбирать результаты и принимать решения о последующем извлечении данных.

Кодинг и разработка Просмотр
📦

coding-agent-pm

81

Управление рабочими процессами кодинговых агентов

от kiwi-phantomworks

Проекты с кодинговыми агентами могут отклоняться от цели, когда задачи, рамки и проверки сформулированы нечетко. Этот навык предоставляет PM-шаблоны и правила ревью, которые помогают держать работу Claude, Codex и Claude Code ограниченной по объему и проверяемой.

Кодинг и разработка Просмотр
📦

ariadne-loop

81

Создание проверяемых спецификаций агентных циклов

от zhangzeyu99-web

Расплывчатые задачи для coding-agent часто отклоняются от цели, повторяют работу или останавливаются без доказательств. Этот skill превращает запросы в ограниченные спецификации циклов с верификаторами, правилами остановки и пакетами передачи.

Кодинг и разработка Просмотр
📦

agentdb-persistent-memory-patterns

80

Создание постоянной памяти AgentDB

от DNYoussef

AI-агенты часто теряют полезный контекст между сессиями. Этот навык предоставляет структурированный рабочий процесс AgentDB для памяти сессий, долговременного хранения и обучения на паттернах.

Кодинг и разработка Просмотр
📦

executing-plans

79

Выполнение планов реализации с контрольными точками

от CodingCossack

Планы реализации могут проваливаться, когда агенты пропускают проверки или тесты. Этот навык направляет Claude, Codex и Claude Code через пакетное выполнение с контрольными точками.

Кодинг и разработка Просмотр