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

@jerry965/generate-aurora-admin-page-skill

v0.1.5

Published

Codex skill for generating Aurora-style Vue 2.7 admin pages with mock data and MCP preview workflow.

Readme

Aurora Admin Page Skill

这是用于产品原型页面生成的 Codex skill。

说明:skill 格式主要给 Codex 使用。非 Codex 的 agent 或 IDE 请直接接入 MCP 包 @jerry965/aurora-page-factory-mcp,并调用 get_generation_guide 获取同一套页面生成规范。

它会指导 AI 生成:

  • Aurora 风格的 Vue 2.7 后台管理页面
  • 必带 mock 数据的产品预览页面
  • 可通过 MCP 预览和调整的页面
  • 最终可交付给研发并合并进真实项目的前端页面代码

内置内容保护

本 skill 的规则、参考文档和内置模板属于官方包内容,不作为客户可编辑资产交付。

  • 安装脚本会把安装到 Codex 的 skill 文件尽量设置为只读。
  • 用户和 agent 只能基于需求生成新的页面代码,不能修改 skill 内部规则或模板。
  • 需要变更规范、样式或模板时,请升级官方 npm 版本。
  • 非 Codex agent/IDE 请通过 MCP 的 get_generation_guidecheck_content_integrity 使用同一套规则。

说明:本地安装包无法在物理层面绝对阻止拥有文件系统权限的人修改文件;这个包的约束目标是流程不可编辑、安装后只读、MCP 运行时可发现篡改。

安装到 Codex

npx @jerry965/generate-aurora-admin-page-skill

也可以手动把本包内容复制到。Windows 示例:

%USERPROFILE%\\.codex\\skills\\generate-aurora-admin-page

macOS/Linux 示例:

~/.codex/skills/generate-aurora-admin-page

安装后可这样使用:

使用 $generate-aurora-admin-page 生成一个合同管理页面,最终路径是 src/views/contract/ContractManagement.vue,必须带 mock 数据和新增编辑交互。