(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.
| 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/ 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
nibidor 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.
Install just to run project-specific commands.
cargo install justYou can view the list of available development commands with just -ls.