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

@rulebased/second-brain

v0.7.4

Published

Second brain tools for Claude Code — init, capture, connect, review, organize, synthesize, search, daily, refactor, reference-check, glossary-sync

Downloads

446

Readme

@rulebased/second-brain

A personal knowledge management tool for Claude Code. Initialize a structured second brain, capture ideas, connect knowledge, review and organize your thinking.

Based on PKM methodologies: PARA, CODE (Capture→Organize→Distill→Express), Zettelkasten, and Digital Garden (seedling→budding→evergreen).

Installation

Claude Code Plugin

/plugin marketplace add rulebased-io/claude-plugin
/plugin install rulebased-second-brain@rulebased

skills.sh

npx skills add rulebased-io/claude-plugin

Skills

/rulebased-second-brain:init            # Initialize second brain structure
/rulebased-second-brain:capture         # Quick capture to inbox
/rulebased-second-brain:organize        # Analyze and fix brain health
/rulebased-second-brain:connect         # Find and link related knowledge
/rulebased-second-brain:review          # Spaced repetition review
/rulebased-second-brain:search          # Search across the brain
/rulebased-second-brain:refactor        # Split, merge, or move notes
/rulebased-second-brain:synthesize      # Generate insights from connections
/rulebased-second-brain:daily           # Daily journal entry
/rulebased-second-brain:reference-check # Scan and fix broken references
/rulebased-second-brain:glossary-sync   # Detect and add new terms to glossary

Brain Structure (PARA-based)

/rulebased-second-brain:init scaffolds this structure:

<brain-root>/
├── CLAUDE.md             # References AGENTS.md
├── AGENTS.md             # Structure index + rules
├── system/               # Conventions, workflow, growth triggers
├── inbox/                # Quick capture (CODE: Capture)
├── projects/             # Active efforts with deadlines
├── areas/                # Ongoing responsibilities (health, career)
├── resources/            # Reference materials, learning notes, snippets
├── archives/             # Inactive storage
├── journal/              # Daily reflection
└── templates/            # Note templates (note, project, journal)

Key Concepts

Maturity Model (Digital Garden)

Notes progress through maturity stages tracked via status frontmatter:

| Status | Meaning | |--------|---------| | seedling | Early draft, rough and incomplete | | budding | Refined, has connections to other notes | | evergreen | Mature, densely linked, reliable knowledge |

Frontmatter

Every note requires:

---
title: "Note title"
created: 2026-03-19
tags: [topic1, topic2]
---

Optional: updated, status, type, source, related.

Growth Triggers

The brain starts minimal. system/growth-triggers.md defines when to add structure:

  • Subfolders: When a tag appears on 10+ files, or a folder has 30+ files
  • MOC: When 3+ notes form a wikilink cluster or 5+ notes share a tag
  • Glossary: When 10+ domain-specific terms appear without a glossary
  • Archive: When projects stall 30+ days or seedlings stagnate 90+ days

The organize skill checks these triggers on every run.

Workflow (CODE)

  1. Captureinbox/. Fast, unstructured.
  2. Organize → Move to projects/, areas/, or resources/ within 7 days.
  3. Distill → Highlight key ideas. Promote status from seedling → budding → evergreen.
  4. Express → Use knowledge to create output.

License

MIT