Home / habitat-thinking / ai-literacy-superpowers · ai-literacy-superpowers/skills/context-engineering/SKILL.md · GitHub

context-engineering skillA

context-engineering is agent-read markdown (skill) from habitat-thinking/ai-literacy-superpowers: This skill should be used when the user asks about "writing conventions", "codebase context", "HARNESS.md context section", "convention documentation", "how to write enforceable rules", or needs guidance on the Context section of HARNESS.md..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Context Engineering

Context engineering is the practice of curating the knowledge an LLM
needs to work effectively in a codebase. Good context makes the
difference between an LLM that follows project conventions and one that
generates plausible but inconsistent code.

Birgitta Boeckeler's key insight: the code design itself is a huge part
of the context. Well-structured code communicates intent; the harness
documentation makes that intent explicit and enforceable.

## The Context Section of HARNESS.md

The Context section serves three audiences simultaneously:

1. **New team members** read it to understand the project's stack and
   conventions
2. **LLM agents** read it as structured input when reviewing code or
   generating enforcement
3. **The plugin** reads it to understand what tools might be appropriate
   for enforcement

### Stack Declaration

Declare the factual baseline: languages, build system, test framework,
container strategy. Keep this section factual — no aspirations, just
what is true today. The `harness-discoverer` agent populates this
during `/harness-init`.

### Conventions

Conventions are the core of context engineering. Each convention must be
…

Read the whole file at its exact version.

How to install

Latest version
mdr add habitat-thinking/ai-literacy-superpowers/context-engineering@git:20260406.60a61ca
Exact content
mdr add habitat-thinking/ai-literacy-superpowers/context-engineering@sha256:3fbd44a4785832e3

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_iph6igj4wvhsa3o5.svg)](https://markdownregistry.com/a/art_iph6igj4wvhsa3o5)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260406.60a61ca latest2026-04-06 60a61ca 4,220 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4220 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

habitat-thinking/ai-literacy-superpowers · 106 stars · license NOASSERTION · pushed 2026-09-20 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_iph6igj4wvhsa3o5
GET https://markdownregistry.com/api/v1/resolve?ref=habitat-thinking/ai-literacy-superpowers/context-engineering
GET https://markdownregistry.com/api/v1/blob/3fbd44a4785832e34f327c585ffd36a2b1e128b726944216553c992da446129b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from habitat-thinking/ai-literacy-superpowers

constraints rules
habitat-thinking/ai-literacy-superpowers · .cursor/rules/constraints.mdc · Architectural constraints synced from HARNESS.md
git:20260826.7eba676 · audit A · 106 stars
conventions rules
habitat-thinking/ai-literacy-superpowers · .cursor/rules/conventions.mdc · Project conventions synced from HARNESS.md
git:20260415.d0763a2 · audit A · 106 stars
AGENTS.md agents
habitat-thinking/ai-literacy-superpowers · AGENTS.md
git:20260814.d94de33 · audit A · 106 stars
CLAUDE.md claude
habitat-thinking/ai-literacy-superpowers · CLAUDE.md
git:20260826.7eba676 · audit A · 106 stars
advocatus-diaboli skill
habitat-thinking/ai-literacy-superpowers · ai-literacy-superpowers/skills/advocatus-diaboli/SKILL.md · Use when acting as the adversarial spec reviewer — raises steel-manned objections across six categories before plan…
git:20260826.7eba676 · audit A · 106 stars
ai-literacy-assessment skill
habitat-thinking/ai-literacy-superpowers · ai-literacy-superpowers/skills/ai-literacy-assessment/SKILL.md · This skill should be used when the user asks to "assess AI literacy", "run an assessment", "check literacy level"…
git:20260716.ca45e3c · audit A · 106 stars
auto-enforcer-action skill
habitat-thinking/ai-literacy-superpowers · ai-literacy-superpowers/skills/auto-enforcer-action/SKILL.md · Use when setting up automatic PR constraint enforcement via GitHub Actions — covers the advisory-vs-blocking split…
git:20260615.36b92f7 · audit A · 106 stars
carpaccio skill
habitat-thinking/ai-literacy-superpowers · ai-literacy-superpowers/skills/carpaccio/SKILL.md · Use when acting as the cadence governor — slices a raw task description into thin, end-to-end-complete pieces before…
git:20260526.40e858f · audit A · 106 stars
choice-cartographer skill
habitat-thinking/ai-literacy-superpowers · ai-literacy-superpowers/skills/choice-cartographer/SKILL.md · Use when acting as the decision-archaeology agent — surfaces decisions a spec has made (including the silent ones)…
git:20260813.d867c7c · audit A · 106 stars
coda skill
habitat-thinking/ai-literacy-superpowers · ai-literacy-superpowers/skills/coda/SKILL.md · Use when closing an agentic session deliberately rather than by attrition — carries the four-step ritual (survey, park…
git:20260812.cecd058 · audit A · 106 stars
cognitive-reservoir skill
habitat-thinking/ai-literacy-superpowers · ai-literacy-superpowers/skills/cognitive-reservoir/SKILL.md · Use when watching the human verifier rather than the output — defines the observable proxies, the…
git:20260811.05a775b · audit A · 106 stars
component-design-with-tdad skill
habitat-thinking/ai-literacy-superpowers · ai-literacy-superpowers/skills/component-design-with-tdad/SKILL.md · Use when designing a new plugin component (skill, agent, command, or backing script) for the ai-literacy-superpowers…
git:20260510.3655852 · audit A · 106 stars

Every file in habitat-thinking/ai-literacy-superpowers

Other files named context-engineering

context-engineering skill
addyosmani/agent-skills · skills/context-engineering/SKILL.md · Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching…
git:20260907.226bdd3 · audit A · 98,554 stars
context-engineering skill
a5c-ai/babysitter · library/methodologies/gsd/skills/context-engineering/SKILL.md · Context window monitoring and budget management. Keeps orchestrator at 15-30% context usage while subagents get full…
v1.0.0 · audit A · 1,809 stars
context-engineering skill
a5c-ai/babysitter · library/methodologies/everything-claude-code/skills/context-engineering/SKILL.md · Dynamic context injection, mode switching (dev/review/research), selective loading, and strategic compaction for token…
git:20260601.da7723a · audit A · 1,809 stars
context-engineering skill
hashgraph-online/awesome-codex-plugins · plugins/Colin4k1024/tsp/skills/context-engineering/SKILL.md · 项目级上下文工程框架:通过 PROJECT / REQUIREMENTS / ROADMAP / STATE 四层文档 为每个任务建立结构化上下文,控制 token 预算,防止上下文腐烂, 确保跨会话连续性。与…
git:20260512.6523792 · audit A · 1,074 stars
context-engineering skill
shashankswe2020-ux/whoop-mcp · .github/skills/context-engineering/SKILL.md · Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching…
git:20260410.1a22ea0 · audit A · 158 stars
context-engineering skill
aaaaqwq/agi-super-team · plugins/agi-super-team-codex/skills/context-engineering/SKILL.md · Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching…
git:20260721.4bfa205 · audit A · 98 stars
context-engineering skill
nota-america/forgecat-agent-profiles · profiles/addyosmani/agent-skills/for-cursor/.cursor/skills/context-engineering/SKILL.md · Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching…
git:20260916.3a6b22e · audit A · 85 stars
context-engineering skill
nota-america/forgecat-agent-profiles · profiles/addyosmani/agent-skills/for-codex/.agents/skills/context-engineering/SKILL.md · Optimizes agent context setup. Use when starting a new session, when agent output quality degrades, when switching…
git:20260916.3a6b22e · audit A · 85 stars

Browse by kind, by grade A, or by owner.