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

structured-learning-skill

v1.0.0

Published

The first AI teaching skill with dual-mode switching. Concise mode for quick review, detailed 7-step mode for systematic learning.

Readme

Structured Learning Skill

License GitHub Stars Install

The first AI teaching skill with dual-mode switching 🎓

Concise mode for quick review, detailed 7-step mode for systematic learning. Auto-adapts to your setup (MCP/File/Context). Ideal for academic subjects and exam preparation.

English | 简体中文


✨ Key Features

| Feature | Description | |---------|-------------| | Dual-Mode Teaching | 3-step concise mode / 7-step detailed mode | | Three-Tier User Adaptation | Advanced (MCP) / Intermediate (File) / Basic (Context) | | Structured Thinking | Auto-detect MCP or use embedded reasoning | | Exam-Oriented | Exam highlights, question templates, answer standards | | Personalized Memory | Knowledge tracking, error recording, mode preferences |


📦 Installation

Claude Code / OpenCode

# Method 1: Copy to skills directory
mkdir -p ~/.config/opencode/skills/structured-learning
cp SKILL.md ~/.config/opencode/skills/structured-learning/SKILL.md

# Method 2: Install from skills.sh
npx skills add glacierxiaowei/structured-learning

Cursor

# Create cursor rules directory
mkdir -p .cursor/rules

# Download the skill
curl -o .cursor/rules/structured-learning.mdc https://raw.githubusercontent.com/GlacierXiaowei/structured-learning-skill/main/.cursor/rules/structured-learning.mdc

Windsurf

# Create .windsurfrules in project root
curl -o .windsurfrules https://raw.githubusercontent.com/GlacierXiaowei/structured-learning-skill/main/.windsurfrules

GitHub Copilot

mkdir -p .github
curl -o .github/copilot-instructions.md https://raw.githubusercontent.com/GlacierXiaowei/structured-learning-skill/main/.github/copilot-instructions.md

🚀 Quick Start

Trigger Examples

User: 讲一下偏导数
User: 帮我复习一下等值演算
User: 详细讲一下主范式
User: 离散数学期末要考什么

Mode Switching

User: 详细模式 / 详细讲 / 展开讲讲
User: 简明模式 / 简单说 / 直接给答案
User: 举个例子 / 给道题
User: 不懂 / 没明白

Works with Guided Learning

User: 这道题怎么做:求 f(x) = x² + 2x 的最小值
AI: [Short answer] + 💡 Say: 使用引导式学习
User: 使用引导式学习
AI: [Socratic guidance]

📖 Documentation


🎯 Use Cases

| Scenario | Mode | Example | |----------|------|---------| | Quick review | Concise | "复习一下偏导数" | | Learn new concept | Detailed | "详细讲一下主范式" | | Exam preparation | Detailed | "离散数学期末要考什么" | | Definition lookup | Concise | "什么是等值演算" | | Concept confusion | Detailed | "没明白,再讲一次" |


🔧 Platform Support

| Platform | Support | Install Method | |----------|---------|----------------| | Claude Code | ✅ Full | Copy to ~/.config/opencode/skills/ | | OpenCode | ✅ Full | Same as Claude Code | | Cursor | ✅ Full | .cursor/rules/structured-learning.mdc | | Windsurf | ✅ Full | .windsurfrules | | GitHub Copilot | ✅ Full | .github/copilot-instructions.md | | skills.sh | ✅ Available | npx skills add glacierxiaowei/structured-learning |


🤝 Contributing

Contributions are welcome! Please read CONTRIBUTING.md for details.


📄 License

Apache License 2.0 - see LICENSE for details.


👤 Author

冰川小未(魏子杰)


🙏 References