AgentStack
SKILL verified Apache-2.0 Self-run

Context Engineering

skill-mmccalla-coding-agent-skill-library-context-engineering · by mmccalla

Use when a task needs the right repository, file and document context assembled without unnecessary noise.

No reviews yet
0 installs
12 views
0.0% view→install

Install

$ agentstack add skill-mmccalla-coding-agent-skill-library-context-engineering

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Context Engineering? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Context Engineering

When to use

Use this skill when starting a session, switching tasks, or preparing context for a workflow that depends on the right local files and guidance.

Objective

Load enough context to work accurately while avoiding irrelevant material that dilutes attention or exceeds the useful scope.

Procedure

  1. Identify the authoritative sources for the task.
  2. Load the smallest relevant docs, manifests and files.
  3. Summarise conventions instead of copying whole files when possible.
  4. Keep task-specific context separate from general repository guidance.
  5. Refresh context only when the task shape or evidence changes.

Rules

  • Do not paste the whole repository into context by default.
  • Do not rely on stale assumptions when better source files exist.
  • Do not mix instructions, evidence and speculation without labelling them.
  • Prefer explicit file references over memory.

Example

For a validator change, load the validator, its tests, the library contract and only the skill files affected by the new rule. Do not load unrelated UX or reliability skills unless the failing evidence points there. If a later test reveals more affected files, refresh context and record why the scope expanded.

References

Verification

  • [ ] Context sources selected and justified.
  • [ ] Excluded or truncated context noted.
  • [ ] Token or noise trade-offs stated.
  • [ ] Residual context gaps or risks reported.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.