Skip to content

Unique-Divine/jiyuu

Repository files navigation

Unique-Divine/自由 (jiyuu)

(1) Rigorous notes and solutions for core algorithms and computing fundamentals broken down for deliberate practice with Anki. (2) A monorepo of libraries and CLI tools I use regularly as a software engineer.

⚡jiyuu

Path Description
📂 ai-skills Cursor/LLM agent skills for recurring workflows, repo navigation, PRs, chain queries, and data lookups
📂 algos Algorithm practice problems with Go implementations and Anki-formatted notes for deliberate practice
📂 ctxcat File to context convertor for pasing files to feed LLMs. Similar to cat and bat.
📂 gocovmerge Go coverage profile merger with modern CLI features
📂 mdtoc Markdown table of contents (TOC) generator
📂 winfixtext Fixes Windows encoding issues and corrupted LLM text outputs
📂 ts-pkg/bash Production TypeScript scripting library (bun install @uniquedivine/bash) for robust scripts with Bun runtime
📂 ts-pkg/jiyuu TypeScript package mimicking Rust/Go functionality
📂 discord-nibiru Discord moderation bot for Nibiru community
📦 scripts Scripts crate in Rust
├── justfile Runs project-specific commands

ai-skills

ai-skills/ contains reusable agent skills for Cursor/LLM workflows. Each skill is a small, task-focused directory with a SKILL.md entrypoint and, when needed, supporting docs like reference.md, REFERENCE.md, examples.md, or schema notes.

Current skills cover workflows such as:

  • writing commit messages and PR summaries
  • routing work across related repos
  • querying Nibiru via nibid or EVM RPC
  • querying indexer, Sai GraphQL, REST, and Postgres-backed data sources
  • checking governance proposals and upgrade status

In practice, this directory is the repo's library of operational playbooks for repeatable AI-assisted tasks.

Hacking

Install just to run project-specific commands.

cargo install just

You can view the list of available development commands with just -ls.

Ref: github.com/casey/just

About

(1) Rigorous notes and solutions for core algorithms and computing fundamentals broken down for deliberate practice with Anki. (2) A monorepo of libraries and CLI tools I use regularly as a software engineer.

Topics

Resources

License

Stars

Watchers

Forks

Contributors