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

@tidyfactor/github

v1.3.1

Published

TidyFactor GitHub — GitHub Platform Operations, Governance, Content, Experience & Intelligence Engine for AI Coding Agents

Readme

TidyFactor GitHub

面向 AI 编码智能体的 GitHub 平台运维、治理、内容、视觉体验与智能引擎

Version License Ecosystem Compatibility

English • العربية • فارسی • Español • Português • 简体中文 • Deutsch • Français


⚡ 快速上手 (Quickstart)

数秒内将技能添加到您的智能体环境中:

# 全局安装或通过 NPM 直接运行
npx @tidyfactor/cli-github

或在 AI 编码助手 (Google Antigravity, Claude Code, Cursor, Codex) 中直接调用:

/tidyfactor-github audit

🎯 什么是 TidyFactor GitHub?

tidyfactor-github 将 GitHub 从一个被动的 Git 远程仓库转变为一个受控、安全、自动化、视觉美观且高转化率的软件工程中心。

它贯穿整个平台层级运行: 账户 ➔ 组织 (Org) ➔ 仓库 (Repo) ➔ 代码 ➔ 协作 ➔ 安全 ➔ 开发者体验 (DX)。


📋 核心命令矩阵

| 命令 | 目标与产出 | 执行工作流 | |---|---|---| | /brief | 战略发现与项目基础架构基线制定 | workflows/brief-discovery.md | | /audit | 9 维仓库健康度体检 (0-100分) 与缺陷诊断 | workflows/run-repo-audit.md | | /oss | 10 轴开源成熟度与就绪度评估 | workflows/run-oss-audit.md | | /ruleset | 配置 GitHub Rulesets 与分支保护策略 | workflows/configure-rulesets.md | | /issue | 生成交互式 YAML Issue Forms 表单 | workflows/setup-issue-forms.md | | /pr | 创建标准化 PR 模板与 CODEOWNERS 规则 | workflows/setup-pr-template.md | | /action | 审计与加固 GitHub Actions 工作流 (SHA256 Pinning) | workflows/audit-actions-ci.md | | /security | 配置安全漏洞披露政策 (SECURITY.md) 与 Dependabot | workflows/harden-security.md | | /readme | 打造清晰易读、无废话的高质感技术文档 | workflows/craft-readme.md |


💡 典型应用场景

1. 快速无害仓库体检 (安全只读模式)

python tools/repo_audit.py .

评估安全、文档、自动化和治理得分,不修改任何文件。

2. 生成 Issue 表单与 PR 规范模板

/tidyfactor-github issue
/tidyfactor-github pr

在 .github/ISSUE_TEMPLATE/ 和 .github/PULL_REQUEST_TEMPLATE.md 中生成标准文件。

3. 安全加固与自动化依赖更新

/tidyfactor-github security

配置漏洞披露流程与每周自动依赖扫描。


📖 完整技术规范与文档

如需查看深层架构设计、完整 JSON Schema 契约和原生工具集,请参阅英文权威技术文档 (README.md)。