Works with the AI tools you already use
Agent Context Engineer
by Timoranjes
Teaches AI coding agents the discipline of context engineering — designing what information the agent sees, when, and in what format — to dramatically reduce token waste, prevent session amnesia, and
Free
About this skill
Teaches AI coding agents the discipline of context engineering — designing what information the agent sees, when, and in what format — to dramatically reduce token waste, prevent session amnesia, and produce more reliable output. Covers the three-layer context architecture (project docs → session state → real-time retrieval), CLAUDE.md/cursor rules design patterns, context compression strategies, and anti-amnesia protocols. For developers using Claude Code, Cursor, Codex CLI, or any AI coding agent who are tired of agents "forgetting everything" between sessions and burning tokens on irrelevant information.
Details
How to install
Drop the file into your AI Agent. Works with Claude, Cursor, ChatGPT, and 20+ more.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Creator
Frequently Asked Questions
Browse More Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
synthesizing-institutional-knowledge
Builds the organizational memory schema your AI agent needs to answer why — capturing decision provenance, causal chains, and event context that embedding-based retrieval permanently discards.

OpenAPI and Request Collection Builder
Turn your API's route and handler code into a spec-compliant OpenAPI 3.1 document and a ready-to-import request collection — paths, referenced schemas, auth, error responses, examples, and a variable-driven collection with the base URL and token wired up. Derived from your code, not invented.
code-reviewer
Reviews your code for bugs, security vulnerabilities, logic errors, performance issues, and style violations. Organizes findings by severity and suggests fixes with code examples.