raysurfer
Installation
SKILL.md
Raysurfer Code Caching Skill
You have access to Raysurfer, a code caching system that stores and retrieves code from prior AI agent executions. Always check the cache before writing new code and upload successful results afterward.
Environment
- API Base URL:
https://api.raysurfer.com - Auth: Bearer token via the
RAYSURFER_API_KEYenvironment variable - All API calls use
Content-Type: application/json
Workflow
Follow this sequence for every coding task:
Step 1: Search the Cache
Before writing any code, search for existing cached solutions.
To also include community public snippets (crawled from GitHub), add the X-Raysurfer-Public-Snips: true header.