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

@autumncry/andrej-karpathy-skills-codex

v0.1.3

Published

Codex plugin and npm installer for Karpathy-inspired coding-agent guidelines.

Readme

Andrej Karpathy Skills for Codex

English | 简体中文

这是一个 Codex 插件和 npm 安装器,把 Karpathy 风格的编码 Agent 约束包装成可手动调用的 Codex skill:先想清楚再写代码、保持实现简单、只做必要改动,并在声称完成前验证目标。

本项目基于 multica-ai/andrej-karpathy-skills 做 Codex 包装,不是 Andrej Karpathy 官方项目。

通过 npm 安装

npm install -g @autumncry/andrej-karpathy-skills-codex
karpathy-guidelines setup
karpathy-guidelines doctor

setup 会把这个包注册为 Codex 插件 marketplace,并安装 karpathy-guidelines 插件。它不会在 npm install 时自动运行,所以安装 npm 包不会悄悄修改你的 Codex 配置。

通过 GitHub 安装

codex plugin marketplace add autumncry/andrej-karpathy-skills-codex
codex plugin add karpathy-guidelines@andrej-karpathy-skills-codex

使用方式

在 Codex 插件菜单里选择 Karpathy Guidelines,或者在提示词里显式调用:

$karpathy-guidelines "请用中文审查这个 diff,并按 Karpathy guardrails 控制改动范围"

这个 skill 配置为手动调用:

policy:
  allow_implicit_invocation: false

也就是说,它不会因为提示词里出现 review、refactor、debugging 等词就自动触发。

中文执行策略

这个 skill 包含中文版本的规则。用户用中文提问时,Codex 应默认用中文完成澄清、计划、代码说明、验证报告和最终回答,除非用户明确要求使用其他语言。这样可以避免因为规则文件全英文而让任务被带偏成英文执行。

这个 skill 会要求 Codex 做什么

  • 在编辑前暴露关键假设和不确定点。
  • 优先使用能解决当前问题的最简单代码。
  • 只触碰任务需要的文件和代码行。
  • 把任务转成可验证的成功标准。
  • 在声称完成前运行相关检查。

命令

karpathy-guidelines --help
karpathy-guidelines setup
karpathy-guidelines doctor
karpathy-guidelines --version

致谢

skill 文本改编自 multica-ai/andrej-karpathy-skills,并基于 MIT License 发布。