スキル 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 エージェント、クローラー、スクリプトがページ全体ではなく整理されたコンテキストを必要とする場合は、これらのリンクを使ってください。

テストする

「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
誤検知を無視
最新の完了済み静的・セマンティック監査では、確認済みのセキュリティ検出事項は見つかりませんでした。これは、スキルに副作用がないことを証明するものではありません。
監査者: codex 監査履歴を表示 →
このレポートを共有・引用

バージョン付き評価レポート、中立的なバッジ、埋め込みカード、引用を共有できます。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

メンテナンスの新しさ

2026/9/19

利用状況

1 ダウンロード · 0 閲覧

ファイル構成

📄 SKILL.md

addyosmani のその他のスキル

すべて表示
すべて表示