agentsclimarketplace

Context synthesis

Skill QiRebecca/Agentdemo/skills/context_synthesis

From-scratch agent runtime with task graphs, multi-index RAG, memory, typed tools, reusable skills, handoffs, traces, and smoke tests.

Install
npx -y skills add QiRebecca/Agentdemo --skill context_synthesis

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

0.5 KB, 113 tokens by cl100k_base, as published. Nobody here has run it

Context Synthesis

Purpose

Turn retrieved documents and memory into compact working context.

When To Use

Use when a task has retrieval results that need to be summarized before planning or acting.

Inputs

  • retrieved_context: dictionary containing documents, memories, skills, and tools.

Steps

  1. Identify the highest scoring document and memory records.
  2. Extract the concrete workflow guidance.
  3. Keep the summary short.
  4. Preserve source names or paths.

Validation

  • The summary mentions sources.
  • The summary is short.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.