context-building

Solid

Assemble a minimal, high-signal execution context bundle from already-retrieved memory, governed artefacts, and applicable rules. Activate after memory-retrieve and before any reasoning or execution skill.

Web & Frontend 155 stars 28 forks Updated 2 days ago NOASSERTION

Install

View on GitHub

Quality Score: 80/100

Stars 20%
73
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
83
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Context Building ## Purpose / When to Activate Activate when context is fragmented or multiple memory sources need to be merged before a complex task: - After `memory-retrieve` when inputs come from multiple memory files - Before planning or implementation skills on complex, multi-artefact Stories - When previous context bundles are stale or need restructuring For simple, single-artefact tasks, an agent may reason directly without this skill. This skill does not retrieve knowledge �� it **structures and composes** already-selected inputs into a focused bundle. --- ## Process 1. Validate inputs are scoped and minimal 2. Remove duplicated or overlapping information 3. Prioritize: acceptance criteria, constraints, decisions, current artefacts 4. Structure the bundle in canonical order: - Current Objective - Governed Artefacts (Epics / Stories / Plans) - Acceptance Criteria & Constraints - Applicable Rules - Relevant Memory 5. Enforce minimal token footprint --- ## Outputs ``` === EXECUTION CONTEXT === OBJECTIVE: ... ARTEFACTS: ... ACCEPTANCE & CONSTRAINTS: ... RULES: ... RELEVANT MEMORY: ... ========================= ``` No prose. No fluff. No hidden reasoning. --- ## Quality Checks - Context is focused and task-specific - No irrelevant memory included - No artefacts outside scope - Token usage minimized - All constraints explicit --- ## Non-Goals This skill must NOT: - Retrieve memory (use `memory-retrieve` first) - Infer missing artefact...

Details

Author
Fr-e-d
Repository
Fr-e-d/GAAI-framework
Created
5 months ago
Last Updated
2 days ago
Language
Shell
License
NOASSERTION

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

context-fundamentals

This skill should be used to explain or reason about the foundational concepts of context engineering: what context is, the anatomy of a context window, how attention mechanics work, the U-shaped attention curve, why context quality matters more than quantity, and the mental models needed to interpret every other context-engineering decision. Use this for conceptual explanation, onboarding, and background reading. Route operational work to the specialized skills: debugging attention failures goes to context-degradation, token-efficiency work goes to context-optimization, conversation summarization goes to context-compression, and project-shape decisions go to project-development.

18 Updated today
docxology
AI & Automation Featured

context-fundamentals

This skill should be used when the user asks to "understand context", "explain context windows", "design agent architecture", "debug context issues", "optimize context usage", or discusses context components, attention mechanics, progressive disclosure, or context budgeting. Provides foundational understanding of context engineering for AI agent systems.

2,489 Updated 5 days ago
foryourhealth111-pixel
Data & Documents Solid

filesystem-context

This skill should be used when agent work needs file-backed context: durable scratchpads, tool-output offloading, just-in-time discovery, cross-agent handoff files, filesystem memory, or cleanup policies for context stored outside the prompt.

18 Updated today
docxology