context▌
49 indexed skills · max 10 per page
context-compression
sickn33/antigravity-awesome-skills · Productivity
When agent sessions generate millions of tokens of conversation history, compression becomes mandatory. The naive approach is aggressive compression to minimize tokens per request. The correct optimization target is tokens per task: total tokens consumed to complete a task, including re-fetching costs when compression loses critical information.
openviking-context-database
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection.
golang-context
samber/cc-skills-golang · Backend
golang-context
context-window-management
sickn33/antigravity-awesome-skills · Productivity
Strategies for managing LLM context windows through summarization, trimming, routing, and prioritization. \n \n Covers six core capabilities: context engineering, summarization, trimming, routing, token counting, and prioritization to prevent token limits and context rot \n Implements tiered context strategies that adapt based on context size, and serial position optimization to place critical information at start and end of context \n Avoids common anti-patterns including naive truncation, igno
audit-context-building
trailofbits/skills · Frontend
$23
context-optimization
shipshitdev/library · Productivity
Context optimization extends the effective capacity of limited context windows through strategic compression, masking, caching, and partitioning. The goal is not to magically increase context windows but to make better use of available capacity. Effective optimization can double or triple effective context capacity without requiring larger models or longer contexts.
context-optimization
sickn33/antigravity-awesome-skills · Productivity
Context optimization extends the effective capacity of limited context windows through strategic compression, masking, caching, and partitioning. The goal is not to magically increase context windows but to make better use of available capacity. Effective optimization can double or triple effective context capacity without requiring larger models or longer contexts.
context-engineering
OWNER/REPO · productivity
Optimizes agent context setup for improved output quality during coding sessions.
zoom-out
mattpocock/skills · code
Tell the agent to zoom out and give broader context or a higher-level perspective.
context-engineering-advisor
deanpeters/product-manager-skills · Productivity
Diagnose whether your AI workflows are context stuffing or context engineering, then implement structured practices to improve output quality. \n \n Distinguishes between context stuffing (volume-based) and context engineering (structure-based), with five diagnostic questions to identify Context Hoarding Disorder \n Guides two-layer memory architecture: short-term conversational memory plus long-term persistent memory via vector databases for semantic retrieval \n Implements the Research→Plan→Re