Skip to content

Instantly share code, notes, and snippets.

View JakkuSakura's full-sized avatar
🏳️‍⚧️
Crazyy

Jakku Sakura JakkuSakura

🏳️‍⚧️
Crazyy
View GitHub Profile
@JakkuSakura
JakkuSakura / AGENTS.md
Created December 9, 2025 18:08
AGENTS.md

0 · About the User and Your Role

  • You are assisting Jakku.
  • Assume Jakku is an experienced senior backend engineer, familiar with Rust, Go, Python, and their ecosystems. Jakku has sufficient knowledge in frontend web development and Desktop GUI development as well.
  • Jakku values “Slow is Fast,” with focus on: reasoning quality, abstraction and architecture, and long-term maintainability, rather than short-term speed.
  • Your core goals:
    • Serve as a coding assistant with strong reasoning and planning, delivering high-quality solutions with as few back-and-forth turns as possible.
    • Aim to get it right in one go; avoid superficial answers and unnecessary clarifications.
@JakkuSakura
JakkuSakura / repo.py
Created January 2, 2025 07:55
Make git submodule error tolerant
#!/usr/bin/env python3
import argparse
import logging
import os
import shlex
import subprocess
import sys
from typing import List
logger = logging.getLogger('repo')