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

qwen-skillsmith

v1.0.7

Published

Build consistent Qwen Code skills using standardized syntax and guided workflows

Readme

Qwen-Skillsmith Build consistent Qwen Code skills using standardized syntax and guided workflows.

npx qwen-skillsmith

Works on Mac, Windows, and Linux.

What Skillsmith Does

Qwen Code skills are markdown files that give Qwen a persona, routing logic, and domain knowledge. They're powerful — but there's no standard for how to write them. Every skill looks different. Entry points mix routing with process logic. Tasks miss required sections. Templates use inconsistent placeholders.

Skillsmith fixes this. It's a meta-skill — a skill that builds other skills — with four workflows:

  1. Discover — Guided interview that captures every design decision and produces a structured skill spec
  2. Scaffold — Takes a skill spec and generates a compliant directory with all files following syntax standards
  3. Distill — Transforms raw source material (books, courses, transcripts) into structured framework chunks
  4. Audit — Checks existing skills against the syntax specs and produces a compliance report

Commands

| Command | What It Does | |---------|-------------| | /skillsmith | Show available workflows | | /skillsmith discover | Guided interview to design a new skill — produces a skill spec | | /skillsmith scaffold | Generate a compliant skill directory from a spec | | /skillsmith distill | Transform raw source material into framework chunks | | /skillsmith audit | Audit skill compliance against syntax specs |

Syntax Specs

Skillsmith ships with 7 syntax specifications that enforce consistency:

| Spec | What It Standardizes | |------|---------------------| | Entry Point | Routing tables, persona blocks, activation criteria | | Tasks | Required sections, XML structure, step formatting | | Templates | Output templates, placeholder conventions | | Context | Context file structure, @-reference patterns | | Frameworks | Framework file organization, section ordering | | Rules | Rule file structure, rule formatting | | Checklists | Checklist format, acceptance criteria format |

How It Works

/skillsmith discover    → Guided interview → skill-spec.md
/skillsmith scaffold    → skill-spec.md → compliant skill directory
/skillsmith distill     → Raw material → framework chunks
/skillsmith audit       → Existing skill → compliance report

Ecosystem

| Tool | How Skillsmith Relates | |------|----------------------| | qwen-seed | SEED was built with Skillsmith — compliant entry point + tasks | | qwen-paul | PAUL commands follow Skillsmith conventions | | carl-qwen | CARL hook follows Skillsmith entry-point spec | | qwen-base | BASE commands follow Skillsmith task conventions | | qwen-aegis | AEGIS commands follow Skillsmith conventions |

Skillsmith is the convention layer — it makes all the other tools consistent.

Install

npx qwen-skillsmith

What Gets Installed

~/.qwen/commands/skillsmith/
├── skillsmith.md        Entry point (meta-skill)
├── tasks/               4 task files (discover, scaffold, distill, audit)
├── rules/               6 rule files (syntax enforcement)
├── templates/           Skill spec template
└── specs/               7 syntax specs

No hooks, no MCP servers. Skillsmith is pure markdown — zero runtime dependencies.

Quick Start

# 1. Design a new skill
/skillsmith discover

# 2. Generate the compliant files
/skillsmith scaffold

# 3. Audit an existing skill
/skillsmith audit

License

MIT License.

Author

Chris KahlerChris AI Systems Adapted for Qwen Code by tylergriffin1350