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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@workway/learn

v1.0.0

Published

MCP server and CLI for learning WORKWAY workflow development with Claude Code. Build automations that recede—outcomes remain.

Readme

@workway/learn

npm version License

MCP server and CLI for learning WORKWAY workflow development with Claude Code.

Build automations that recede—outcomes remain.

Zuhandenheit: The tool should be invisible when working correctly. You don't think about the hammer; you think about the nail.

What is WORKWAY?

WORKWAY is a workflow automation platform built on Cloudflare Workers. It connects your tools (Gmail, Notion, Slack, Zoom, and more) into seamless automations that handle your follow-ups, syncs, and notifications—so you can focus on the work that matters.

This package helps you learn to build WORKWAY workflows with Claude Code as your AI pair programmer.

Quick Start

# Install globally
npm install -g @workway/learn

# Or run directly
npx @workway/learn

CLI Usage

# Initialize learning environment
workway-learn init

# Full scaffolding with CLAUDE.md and rules
workway-learn init --full

# Show learning progress
workway-learn status

# Clear cache
workway-learn clear --cache

# Clear everything (including credentials)
workway-learn clear --all

MCP Server for Claude Code

Add to your Claude Code MCP settings (.mcp.json):

{
  "mcpServers": {
    "workway-learn": {
      "command": "npx",
      "args": ["@workway/learn", "--server"]
    }
  }
}

Once configured, Claude Code gains access to 10 learning tools that guide you through WORKWAY workflow development.

MCP Tools

| Tool | Description | |------|-------------| | learn_authenticate | Authenticate with WORKWAY Learn | | learn_status | Get learning progress overview | | learn_lesson | Fetch lesson content with caching | | learn_complete | Mark lessons complete with reflection | | learn_praxis | Execute workflow building exercises | | learn_ethos | Manage personal workflow principles | | learn_analyze | Analyze workflow code against patterns | | learn_recommend | Get personalized lesson recommendations | | learn_coach | Real-time WORKWAY pattern guidance | | learn_digest | Generate weekly learning summaries |

Learning Paths

4 paths, 20 lessons, ~9 hours total

  1. Getting Started — Claude Code setup, WORKWAY CLI
  2. Workflow FoundationsdefineWorkflow(), integrations, triggers
  3. Building Workflows — Gmail→Notion, Workers AI, error handling
  4. Systems Thinking — Compound workflows, agency patterns

Start learning at learn.workway.co

Workflow Principles (Ethos)

The package includes five workflow principles based on WORKWAY philosophy:

| Principle | Description | |-----------|-------------| | Zuhandenheit | My workflows should be invisible when working correctly | | Outcome Focus | I describe workflows by what disappears from to-do lists | | Simplicity | I remove until it breaks, then add back only essentials | | Resilience | My workflows fail gracefully and explain themselves | | Honesty | I name things for what they do, not what sounds impressive |

These principles are inspired by Heidegger's concept of ready-to-hand and Dieter Rams' design philosophy: Weniger, aber besser (Less, but better).

Local Storage

Data is stored in ~/.workway/:

| File | Purpose | |------|---------| | learn-credentials.json | Authentication tokens | | learn-ethos.json | Personal workflow principles | | learn-cache/ | Cached lesson content (24h TTL) | | learn-offline-queue.json | Pending progress sync |

FAQ

How do I automatically sync Gmail to Notion?

WORKWAY workflows use defineWorkflow() to connect Gmail and Notion via OAuth. The learn_lesson tool can teach you step-by-step.

What's the difference between WORKWAY and Zapier?

WORKWAY runs on Cloudflare Workers (edge computing), uses TypeScript for full flexibility, and follows Zuhandenheit—tools that recede. You define outcomes, not mechanisms.

Can I build private workflows for my organization?

Yes. WORKWAY supports private workflows with access control and BYOO (Bring Your Own OAuth) credentials. See the Systems Thinking learning path.

Links

About

Built by Half Dozen for the WORKWAY platform.

License

Apache-2.0