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

@createsomething/learn

v0.3.1

Published

CREATE SOMETHING Learning MCP Server - Learn the Subtractive Triad through Claude Code

Downloads

486

Readme

@createsomething/learn

MCP server for learning the CREATE SOMETHING methodology through Claude Code.

The Subtractive Triad

Every creation exists simultaneously at three levels:

| Level | Discipline | Question | |-------|------------|----------| | Implementation | DRY | "Have I built this before?" | | Artifact | Rams | "Does this earn its existence?" | | System | Heidegger | "Does this serve the whole?" |

Installation

npx @createsomething/learn init

Or add to your Claude Code settings manually:

{
  "mcpServers": {
    "learn": {
      "command": "npx",
      "args": ["@createsomething/learn"]
    }
  }
}

Usage

Once configured, open Claude Code and say:

"Help me learn the CREATE SOMETHING methodology"

Claude will guide you through:

  1. Authentication (magic link to your email)
  2. The Foundations path
  3. Praxis exercises with automated code audits
  4. Reflection-based completion

Tools

| Tool | Description | |------|-------------| | learn_authenticate | Sign in with magic link | | learn_status | View your progress | | learn_lesson | Fetch lesson content | | learn_complete | Mark lesson complete with reflection | | learn_praxis | Execute praxis exercises |

Learning Paths

  1. Foundations - The philosophical basis
  2. Craft - Applying principles to creation
  3. Infrastructure - Systems that recede into use
  4. Agents - AI-native development
  5. Method - The Subtractive Triad in practice
  6. Systems - Hermeneutic architecture
  7. Partnership - Human-AI collaboration
  8. Advanced - Mastery and teaching

Progress Sync

Your progress syncs with learn.createsomething.space. Same account, same progress—whether learning in the browser or through Claude Code.

Offline Support

Lessons are cached locally for 24 hours. Learn on the train, reflect anywhere.

CLI Commands

npx @createsomething/learn init     # Setup instructions
npx @createsomething/learn status   # Auth & cache status
npx @createsomething/learn clear    # Clear credentials

Philosophy

The tool recedes; learning emerges through use.

This MCP server embodies Heidegger's distinction between Zuhandenheit (ready-to-hand) and Vorhandenheit (present-at-hand). When working well, you don't notice the infrastructure—you simply learn through conversation with Claude.

The hermeneutic circle: practice → reflection → understanding → practice.

License

MIT