npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

uteuk

v0.1.2

Published

AI-assisted Second Brain CLI — install and manage Uteuk in your Obsidian vault

Downloads

226

Readme

Uteuk

Uteuk (Basa Sunda: Brain) — An AI-assisted Second Brain for people who think in connections, not folders.

What Is This?

Uteuk is a knowledge management system for Obsidian. It gives you:

  • AI pipeline prompts — Capture → Process → Organize → Express
  • Note templates — Daily, Project, Resource, MOC, Task, Meeting Notes
  • Agent configs — Works with Claude, Qwen, OpenClaw
  • PARA methodology — Projects, Areas, Resources, Archive

You bring your own vault. Uteuk installs into it.

Quick Start

1. Install the CLI

npm install -g uteuk

2. Initialize Your Vault

uteuk init ~/your-obsidian-vault

The CLI will:

  • Copy .uteuk/ prompts and commands into your vault
  • Copy templates into 05-Templates/
  • Install agent configs (CLAUDE.md, QWEN.md, OPENCLAW.md)
  • Create empty PARA folders if they don't exist

3. Set Up an AI Agent

Uteuk works with multiple AI coding assistants. The init command installs the right config for your setup:

| Agent | Config File | |-------|-------------| | Claude Code | CLAUDE.md | | Qwen Code | QWEN.md | | OpenClaw | OPENCLAW.md |

Each config file tells the AI how to process your notes, follow the pipeline, and respect your ownership of knowledge.

4. Start Using

Drop ideas into 00-Inbox/ or write a daily note. Then ask your AI agent:

"Process my inbox"
"Summarize today's daily note"
"Find connections between [[Note A]] and [[Note B]]"

Commands

| Command | Description | |---------|-------------| | uteuk init | Install Uteuk into your vault | | uteuk capture "idea" | Create a raw idea note in Inbox | | uteuk new project "Name" | Create a note from template | | uteuk templates | List available templates | | uteuk status | Check vault health | | uteuk update | Update prompts and templates |

The Pipeline

┌──────────┐    ┌──────────┐    ┌──────────┐    ┌──────────┐
│ CAPTURE  │ → │ PROCESS  │ → │ ORGANIZE │ → │ EXPRESS  │
│  (You)   │    │  (AI)    │    │ (You+AI) │    │ (You+AI) │
└──────────┘    └──────────┘    └──────────┘    └──────────┘
  1. Capture — Dump raw ideas into 00-Inbox/ or 06-Daily/
  2. Process — AI reads, summarizes, finds connections, suggests organization
  3. Organize — You approve, AI moves files into PARA structure, adds links
  4. Express — Draft blog posts, reports, presentations from organized knowledge

What's Included

.uteuk/ — AI Pipeline Prompts

The core of Uteuk. Prompts for every step of the note-taking pipeline:

  • capture — Structure raw ideas
  • process — Summarize and organize inbox notes
  • expand — Develop seed ideas into full notes
  • organize — Move notes into PARA structure
  • connect — Find links between notes
  • populate-moc — Build Maps of Content
  • weekly-review — Full vault audit

05-Templates/ — Note Templates

  • Daily Note.md
  • Project.md
  • Resource.md
  • MOC.md
  • Task.md
  • AI Processing Request.md
  • Meeting Notes - AI Processed.md

Agent Configs

  • AGENT.md — Universal rules for all AI agents
  • CLAUDE.md, QWEN.md, OPENCLAW.md — Agent-specific configs

How AI Works Here

The AI is a collaborator, not a replacement. You own your knowledge. The pipeline ensures:

  • AI never deletes or moves files without your approval
  • AI never overwrites your original content
  • AI always presents suggestions first, acts after you say "yes"
  • All Git commits are yours — no AI co-author injected

See AGENT.md for the full rule set.

Key Concepts

PARA Methodology

  • Projects — Active work with a goal and deadline
  • Areas — Ongoing responsibilities with no end date
  • Resources — Reference material you'll look up later
  • Archive — Completed or inactive items

Maps of Content (MOCs)

MOCs are index pages for your knowledge. They link related notes together so you can browse by theme instead of folder.

Multi-Device Sync

Uteuk works with Git-based sync via the Obsidian Git plugin. Configure auto-commit/push/pull in your vault settings. See Obsidian Git for setup.

Where to Go Next

| If you want to... | Go here | |-------------------|---------| | Install Uteuk into your vault | See "Quick Start" above | | Understand the pipeline | Read .uteuk/prompts/ | | Browse templates | 05-Templates/ | | Understand AI agent rules | AGENT.md |

Development

git clone [email protected]:rezkyahairy/uteuk.git
cd uteuk
npm install
npm run build
npm run test

License

Apache 2.0 — See LICENSE for details.

Contributing

Found a bug in the prompts? Want to improve the pipeline? Open an issue or pull request. This is open-source because knowledge should be free.


Uteuk — Think in connections.