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

@luocfprime/slidev-theme-ustc

v0.1.12

Published

A clean academic Slidev theme for USTC presentations

Readme

USTC Slidev Theme

A clean academic Slidev theme for USTC presentations. This theme is inspired by slidev-theme-hep.

[!NOTE] This is a presentation theme template. All names, affiliations, titles, dates, and other content appearing in the example slides are fictional placeholders and do not represent real people or events. Factual claims, data, and technical content in the examples are for demonstration purposes only and may be inaccurate.

Development

pnpm install
pnpm dev
pnpm build

pnpm dev opens examples/full-deck.md, which is the canonical local template deck for this theme.

Template Entry

This theme keeps examples/full-deck.md as the template entry so users can copy or inspect one complete starter deck.

Project Structure

This repository follows Slidev's conventional directories and keeps theme runtime files separate from local demos and tests.

.
|-- components/          # Auto-registered Vue components for slides
|-- layouts/             # Theme layouts, including overrides for default/cover/section
|-- public/              # Static assets served from /
|-- setup/               # Slidev app setup and browser hooks
|-- styles/              # Global theme CSS entry
|-- utils/               # Internal helpers shared by layouts/components
|-- scripts/             # Local QA and maintenance scripts
|-- docs/                # Internal planning and design notes (not published)
|-- examples/            # Additional demo decks
|-- tests/               # Playwright smoke tests for rendered slides
|-- skills/              # Claude Code skill for this theme
|-- global-top.vue       # Global Slidev layer

Published Files

The files field in package.json only publishes the theme runtime surface:

  • components/, layouts/, public/, setup/, styles/, utils/
  • global-top.vue

Local template decks, extra examples, tests, and generated build output are intentionally excluded from the npm package.

Installation

Install from npm:

pnpm add @luocfprime/slidev-theme-ustc
# or
npm install @luocfprime/slidev-theme-ustc

Or install directly from GitHub (latest main):

pnpm add github:luocfprime/slidev-theme-ustc
# or
npm install github:luocfprime/slidev-theme-ustc

Usage

---
theme: @luocfprime/slidev-theme-ustc
---

See the theme skill (skills/slidev-theme-ustc/) for frontmatter options, component props, and CSS variables.

Typst Support

The theme bundles Typst rendering support (vendored from slidev-addon-typst, MIT). Use a typst code block to render Typst content inline:

```typst
#table(
  columns: 3,
  [*Method*], [*Accuracy*], [*Speed*],
  [Ours], [97.9%], [18 ms],
)
```

Notes:

  • #set page(...) is not supported — page dimensions are controlled by the slide layout.
  • Typst support is an advanced, optional rendering path. Keep core slide content usable without relying on Typst-specific output structure; if you need broad Typst integration beyond inline rendered blocks, prefer a dedicated addon over expanding the theme's transformer.

Agent Skill

[!TIP] Claude Code — add this repo as a plugin marketplace, then install:

/plugin marketplace add luocfprime/slidev-theme-ustc
/plugin install slidev-theme-ustc@slidev-theme-ustc

Then run /reload-plugins to activate.

Other agents (Copilot, Gemini CLI, Codex, …) — install via npx skills:

npx skills add luocfprime/slidev-theme-ustc

To install globally (all projects) or target a specific agent:

npx skills add luocfprime/slidev-theme-ustc