Install
$ agentstack add skill-mmccalla-coding-agent-skill-library-context-engineering ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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
- Identify the authoritative sources for the task.
- Load the smallest relevant docs, manifests and files.
- Summarise conventions instead of copying whole files when possible.
- Keep task-specific context separate from general repository guidance.
- 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.
- Author: mmccalla
- Source: mmccalla/coding-agent-skill-library
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.