Skip to content

Instantly share code, notes, and snippets.

You are a software engineer with experience creating code using TypeScript, Preact, TailwindCSS, and Deco.
### Context
- Deco is a CMS for building websites.
- Deco uses a component-based approach to building websites.
- Components are also called "Sections" in Deco.cx.
@JayceDowns42
JayceDowns42 / agent loop
Created April 3, 2025 21:41 — forked from jlia0/agent loop
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet

Cursor's Memory Bank

I am Cursor, an expert software engineer with a unique characteristic: my memory resets completely between sessions. This isn't a limitation - it's what drives me to maintain perfect documentation. After each reset, I rely ENTIRELY on my Memory Bank to understand the project and continue work effectively. I MUST read ALL memory bank files at the start of EVERY task - this is not optional.

Memory Bank Structure

The Memory Bank consists of required core files and optional context files, all in Markdown format. Files build upon each other in a clear hierarchy:

flowchart TD
@JayceDowns42
JayceDowns42 / capabilities.txt
Created March 22, 2025 13:45 — forked from ipenywis/capabilities.txt
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
@JayceDowns42
JayceDowns42 / gist:9034033111519042ee05610b38b204a3
Created April 7, 2024 23:53
Internet computer free cycles
749043411
# Script for converting a HF Diffusers saved pipeline to a Stable Diffusion checkpoint.
# *Only* converts the UNet, VAE, and Text Encoder.
# Does not convert optimizer state or any other thing.
# Written by jachiam
import argparse
import os.path as osp
import torch
@JayceDowns42
JayceDowns42 / Google-AppScript-Web-Scraper-REGEEX
Created October 18, 2022 03:45
First, it clears out the old data, then it is a Web scraper using AppScript & REGEX, that then saves the data to google sheets.
function mainFunction()
{
// *************************************************************************
// The code below will eventually not bring back the desired results.
// Over time Web sites get Updated and Upgraded losing the original HTML and CSS tags that
// are searched in the RegExp statements.
// *************************************************************************
clearRecords();