0
/ 100
Good shape overall. A few tweaks would push it into the top tier.
Supercharge your Snippets in VS Code — Manage your code snippets & AI prompts without quitting your editor.
Documentation
76
No CONTRIBUTING.md found (−47 pts base + up to −53 pts more for content).
→ Add a CONTRIBUTING.md telling newcomers how to get involved. Include setup, code style, test, and PR instructions.
README is present.
README documents how to install the project.
Licensed under MIT.
Engineering
84
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.
Lockfile present (package-lock.json). Installs are reproducible.
Test files detected (src/test).
CI is configured (.github/workflows/unit-tests.yml).
Linter or formatter configured (.eslintrc.json).
Project health
97
Dependency manifest found (package.json).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- -Commits (30d / 90d)
- 13Forks
- 13Releaseslatest 3y ago
Community
- -Community health
- -authors own >50% of commits
- 169Watchers
Responsiveness
- 35d 1hMedian issue response
- <1hMedian PR merge time
- 1Open issues
Repository files19 root entries
- .claude
- .githubGood: CI is configured (.github/workflows/unit-tests.yml).
- .vscode
- build
- images
- resources
- srcGood: Test files detected (src/test).
- views
- .eslintrc.jsonGood: Linter or formatter configured (.eslintrc.json).
- .gitignoreGood: .gitignore present.
- .vscodeignore
- CHANGELOG.md
- CLAUDE.md
- CNAME
- LICENSE.txtGood: Licensed under MIT.
- package-lock.jsonGood: Lockfile present (package-lock.json). Installs are reproducible.
- package.jsonGood: Dependency manifest found (package.json).
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Issue: README has no code examples (−15 pts).Fix: Show a quick-start snippet so contributors can see what using your project looks like.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.
- tsconfig.json