Agent skill
context-engineering
Context engineering knowledge base for designing context stacks, memory, retrieval, orchestration, and AI system reliability in a Codex-compatible way.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/context-engineering-avav25-ai-assets
SKILL.md
Context Engineering
Use this skill when designing or reviewing how context is assembled for AI systems.
Use Cases
- Context stack design
- Retrieval and RAG planning
- Memory design
- Multi-step orchestration
- AI system reliability reviews
Core Principle
Deliver the smallest high-signal context that makes the task solvable and safe.
Layers
Think in layers:
- System policy
- Developer instructions
- Tool contracts
- Runtime state
- Retrieved knowledge
- Memory
- Examples
- Output contract
Repository Mapping
- Root and scoped
AGENTS.md-> developer instructions and runtime context .agents/skills/*-> reusable task workflows and knowledge- Project files and retrieved docs -> knowledge context
- Structured outputs or explicit response formats -> output contract
Companion Resources
context-stack-model.mdmemory-engineering.mdagent-harness-patterns.mdrag-engineering.mdmulti-agent-patterns.mdproduction-checklists.mdreference-templates.mdprivacy-compliance-ai.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?