context-injection

Installation
SKILL.md

Context Injection

What This Skill Covers

Non-obvious correctness and efficiency problems when injecting external context into Claude prompts. Assumes you already have retrieved chunks and know how to call the API.


Formatting: Structure the Model Can Parse

Unstructured context blobs degrade answer quality. Wrap each chunk so the model can reason about provenance and boundaries:

<context>
<source id="1" title="Stripe Docs: Webhooks" url="https://stripe.com/docs/webhooks">
Webhook events are sent as POST requests. Your endpoint must respond with 2xx within 30 seconds.
</source>
<source id="2" title="Internal Runbook: Payments" url="notion://payments-runbook">
Retry logic is handled by the queue, not the webhook handler.
Related skills

More from blunotech-dev/agents

Installs
1
GitHub Stars
2
First Seen
Apr 22, 2026