Skip to content

Instantly share code, notes, and snippets.

View nmarch213's full-sized avatar
💭
Grindin' ⚙️🔥

Nicholas March nmarch213

💭
Grindin' ⚙️🔥
View GitHub Profile
@nmarch213
nmarch213 / create_handoff.md
Created November 13, 2025 19:01
A modification of humanlayers create_handoff that will prompt user to auto spawn codelayer with the prompt to continue handoff
description Create handoff document for transferring work to another session

Create Handoff

You are tasked with writing a handoff document to hand off your work to another agent in a new session. You will create a handoff document that is thorough, but also concise. The goal is to compact and summarize your context without losing any of the key details of what you're working on.

Process

import axios from 'axios';
export default function() {
axios.get('http://localhost:3000/getUniversityCoreInfo').
then(function(response){
console.log(response)
})
return [
{ institution: "UWF", id: 1},