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

mos-claude

v3.2.0

Published

MOS — AI optimization layer for Claude Code. Auto-scores task complexity (0-140), matches config to needs. Easy install: npx mos-claude

Readme

🧠 MOS

Multiskill Optimum Saver

AI optimization layer for Claude Code — match processing power to task complexity, automatically.

MOS Infographic

License: MIT Version Bilingual


MOS is an AI optimization layer designed to streamline work with Claude-based development tools through intelligent resource management. It solves the problem of token waste and unnecessary costs that occur when overpowered models are used for simple tasks — or conversely, when insufficient power degrades output quality on complex ones.

Using a scoring algorithm (0–140), the system weighs parameters such as model type, thinking depth, text compression, and sub-agent count. Users can choose from five predefined levels — from an economical Trivial tier to a powerful Expert tier — or make manual adjustments. Throughout the session, MOS monitors incoming requests and suggests real-time configuration updates to ensure optimal alignment between task complexity and allocated processing power.

The goal: maximize productivity and cut operational costs by 30–75% — without compromising output quality.


What It Does

At the start of every Claude session, MOS:

  1. Reads your current session-config.json
  2. Scans project context (file count, git history, CLAUDE.md)
  3. Classifies complexity: TRIVIAL → SIMPLE → MEDIUM → HARD → EXPERT
  4. Scores your config (0-140) against complexity requirements
  5. Displays a status block — match, borderline, or mismatch
  6. Recommends specific changes only when needed
  7. Applies changes on your approval (yes / no)

Status Block (every session)

╔═ MOS ═════════════════════════════════════════╗
║  Model: sonnet        Sub: haiku×3            ║
║  Caveman: lite        Thinking: low           ║
║  Compact@: 60%        Score: 64/140           ║
╠═══════════════════════════════════════════════╣
║  Session: MEDIUM      Reason: refactor task   ║
║  Status:  ✓ Config matches session needs      ║
╚═══════════════════════════════════════════════╝

Presets by Complexity

| Complexity | Model | Caveman | Thinking | Subagents | |------------|--------|---------|----------|-----------| | TRIVIAL | haiku | ultra | off | 0 | | SIMPLE | sonnet | full | off | 1×haiku | | MEDIUM | sonnet | lite | low | 3×haiku | | HARD | sonnet | lite | high | 4×sonnet | | EXPERT | opus | off | high | 5×sonnet |


Scoring (0-140)

| Parameter | Points | |-----------|--------| | haiku | +18 | | sonnet | +58 | | opus | +100 | | thinking low/high/max | +8/+22/+38 | | caveman lite/full/ultra | -2/-8/-16 | | each haiku subagent | +4 (max 28) | | each sonnet subagent | +7 (max 28) |


Multi-Skill Routing (automatic)

| Trigger | Skill | |---------|-------| | z-index, CSS stuck, RTL, PNG | css-expert | | ad creative, image prompt, copy | ad-creative | | mobile, iOS, Android, responsive | mobile-inspector | | Word, DOCX, PDF | docx | | context > 60% | strategic-compact |


Installation

Easy install (recommended)

npx mos-claude

Hebrew version:

npx mos-claude --hebrew

That's it. One command — MOS is ready. Caveman skill is installed automatically as a required dependency.

Alternative: global install

npm i -g mos-claude
mos-install            # English
mos-install --hebrew   # Hebrew

Alternative: clone & run

git clone https://github.com/Yula-Digital/MOS.git
cd MULTISKILL_OPTIMUM_SAVER
bash install.sh           # English
bash install.sh --hebrew  # Hebrew

Windows: Right-click Install-MOS.ps1 → Run with PowerShell

claude.ai: Paste SKILL_EN.md into Project Instructions.

Restart Claude Code / Claude Desktop. Done.


Commands

| Command | Action | |---------|--------| | /mos | Show config status + level menu | | /mos [1-5] | Apply preset | | /mos reset | Restore defaults | | /mos save | Save current as default |


Companion Tools


License

MIT — free to use, modify, and distribute.


⭐ Star if useful | 🐛 Issues | 💬 Discuss