Good shape overall. A few tweaks would push it into the top tier.

Obsidian 公众号排版、飞书云文档同步与多平台发布插件。Markdown 转微信文章 / Feishu docs / 知乎掘金等草稿,支持数学公式、本地图片、GIF 和 Mermaid。

Documentation

94

Contributing guide5pt80

CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.

Add setup instructions, code style notes, and how to run tests.

Install and run instructions9pt90

README documents how to install the project.

README12pt100

README is present.

License6pt100

Licensed under MIT.

Engineering

72

Issue and PR templates6pt0

No issue or PR templates found (−100 pts).

Add .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md to guide contributors. It dramatically improves issue quality.

CI/CD14pt57

CI is configured (.github/workflows/ci.yml).

Reproducibility6pt70

Lockfile present (package-lock.json). Installs are reproducible.

Tests18pt100

Test files detected (tests).

Linting and formatting5pt100

Linter or formatter configured (eslint.config.js).

Project health

95

Dependency manifest6pt83

Dependency manifest found (package.json).

Repository metadata5pt100

Repository has a description.

Activity5pt100

Actively maintained (pushed within the last month).

Housekeeping3pt100

.gitignore present.

Repository health signals

Activity, community, and responsiveness at scan time

Activity

  • Commits (30d / 90d)
  • 34
    Forks
  • 42
    Releaseslatest 4mo ago

Community

  • Community health
  • authors own >50% of commits
  • 222
    Watchers

Responsiveness

  • 15h
    Median issue response
  • <1h
    Median PR merge time
  • 6
    Open issues
Repository files42 root entries
  • __mocks__
  • .agents
  • .github
    Good: CI is configured (.github/workflows/ci.yml).
  • ai-layout-skill
  • ai-layout-skills
  • docs
  • images
  • lib
  • RELEASE_NOTES
  • scripts
  • server
  • services
  • tests
    Good: Test files detected (tests).
  • themes
  • views
  • .gitignore
    Good: .gitignore present.
  • AGENTS.md
  • CLAUDE.md
  • CONTRIBUTING.md
    Issue: CONTRIBUTING guide is very brief (−12 pts for depth). 150+ words earns +6 pts; 400+ earns +12 pts.Fix: Add setup instructions, code style notes, and how to run tests.
    Good: Contributing guide includes setup/install instructions.
    Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.
    Good: Contributing guide explains how to run tests.
    Good: Contributing guide describes the PR/review workflow.
    Good: Contributing guide includes code examples.
  • converter.js
  • esbuild.config.mjs
  • esbuild.math.mjs
  • eslint.config.js
    Good: Linter or formatter configured (eslint.config.js).
  • input.js
  • LICENSE
    Good: Licensed under MIT.
  • main.js
  • manifest.json
  • OBSIDIAN_SCAN_CHECKLIST.md
  • package-lock.json
    Good: Lockfile present (package-lock.json). Installs are reproducible.
  • package-release.sh
  • package.json
    Good: Dependency manifest found (package.json).
  • PROXY_GUIDE.md
  • README.en.md
    Good: README is present.
    Good: README is well structured with multiple sections.
    Good: README includes screenshots or visuals. Great for first impressions.
    Good: README has code examples.
    Good: README links to a live demo or deployed app.
    Good: README includes status badges.
    Good: README documents how to install the project.
    Good: README documents how to run the project.
  • README.md
  • README.zh-CN.md
  • RELEASING.md
  • styles.css
  • TEST_MATH.md
  • TEST.md
  • tsconfig.json
  • versions.json
  • vitest.config.mjs