Skip to content

Instantly share code, notes, and snippets.

View alexrigler's full-sized avatar

Alex Rigler alexrigler

View GitHub Profile
@alexrigler
alexrigler / capabilities.txt
Created March 10, 2025 00:46 — forked from jlia0/agent loop
Manus tools and prompts
# Manus AI Assistant Capabilities
## Overview
I am an AI assistant designed to help users with a wide range of tasks using various tools and capabilities. This document provides a more detailed overview of what I can do while respecting proprietary information boundaries.
## General Capabilities
### Information Processing
- Answering questions on diverse topics using available information
- Conducting research through web searches and data analysis
@alexrigler
alexrigler / route.ts
Created December 26, 2024 08:46 — forked from clarkg/route.ts
Stack Auth webhook
import { NextResponse } from "next/server";
import { Webhook } from "svix";
import { z } from "zod";
import { client } from "@/edgedb";
import { deleteUser } from "@/src/queries/deleteUser.query";
import { upsertUser } from "@/src/queries/upsertUser.query";
const SelectedTeamSchema = z.object({
created_at_millis: z.number(),