Good community traction and solid fundamentals. Nearly in the top tier.
Rust reflection, serialization, deserialization, pretty printing, etc. — the last proc macro you should need
Documentation
72
No install instructions found in the README (−45 pts).
→ Add a section showing how to install dependencies.
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.
README is present.
Licensed under Apache-2.0.
Engineering
77
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 is configured (.github/workflows/test.yml).
Lockfile present (Cargo.lock). Installs are reproducible.
Test files detected (dibs-cli/tests).
Rust linting configured (tree-sitter-styx/.editorconfig, cargo clippy in CI).
Project health
100
Dependency manifest found (Cargo.toml).
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)
- 121Forks
- 1000Releaseslatest 1y ago
Community
- —Community health
- —authors own >50% of commits
- 2,526Watchers
Responsiveness
- 4hMedian issue response
- <1hMedian PR merge time
- 131Open issues
Repository files141 root entries
- .cargo
- .claude
- .config
- .githubGood: CI is configured (.github/workflows/test.yml).
- .zed
- compliance
- copypatch
- dibs
- dibs-cliGood: Test files detected (dibs-cli/tests).
- dibs-codegen
- dibs-config
- dibs-db-schema
- dibs-jsonb
- dibs-macros
- dibs-proto
- dibs-qgen
- dibs-query-schema
- dibs-runtime
- dibs-sql
- dockside
- docs
- editorsGood: Licensed under Apache-2.0.
- examples
- facet
- facet-asn1
- facet-atom
- facet-axum
- facet-cargo-toml
- facet-core
- facet-csv
- facet-default
- facet-dessert
- facet-dom
- facet-error
- facet-format
- facet-format-suite
- facet-hash
- facet-json
- facet-json-classics
- facet-json-schema
- facet-lua
- facet-macro-parse
- facet-macro-template
- facet-macro-types
- facet-macros
- facet-macros-impl
- facet-msgpack
- facet-path
- facet-postcard
- facet-pretty
- facet-python
- facet-reflect
- facet-showcase
- facet-singularize
- facet-solver
- facet-styx
- facet-svg
- facet-testattrs
- facet-testhelpers
- facet-testhelpers-macros
- facet-tokio-postgres
- facet-toml
- facet-typescript
- facet-urlencoded
- facet-validate
- facet-value
- facet-xdr
- facet-xml
- facet-xml-node
- facet-yaml
- facet-zod
- figue
- figue-attrs
- hooks
- implementations
- phon
- picante
- picante-macros
- playgrounds
- rediff
- registry
- rusqlite-facet
- scripts
- serde_styx
- static
- strid
- strid-examples
- strid-macros
- styx
- styx-cli
- styx-compat-tests
- styx-contrib
- styx-cst
- styx-docs
- styx-embed
- styx-embed-macros
- styx-ffi
- styx-format
- styx-gen-go
- styx-lsp
- styx-lsp-ext
- styx-lsp-test-schema
- styx-parse
- styx-scripts
- styx-static
- styx-testhelpers
- styx-todo
- styx-tokenizer
- styx-tree
- styx-wasm
- styx-xtask
- tools
- tree-sitter-styxGood: Rust linting configured (tree-sitter-styx/.editorconfig, cargo clippy in CI).
- vox
- weavy
- .envrc
- .gitattributes
- .gitignoreGood: .gitignore present.
- Cargo.lockGood: Lockfile present (Cargo.lock). Installs are reproducible.
- Cargo.tomlGood: Dependency manifest found (Cargo.toml).
- CHANGELOG.md
- clippy.toml
- CODE_OF_CONDUCT.mdGood: Code of conduct present.
- conductor.json
- CONTRIBUTING.mdIssue: 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.Issue: Contributing guide lacks a setup section (−12 pts).Fix: Show new contributors how to get a local dev environment running.Issue: Contributing guide lacks a code style section (−8 pts).Fix: Describe your linting/formatting rules and how to run them.Issue: Contributing guide lacks a testing section (−8 pts).Fix: Show contributors how to run the test suite (e.g. npm test, pytest, cargo test).Issue: Contributing guide lacks a PR workflow section (−8 pts).Fix: Explain how to fork, branch, and open a pull request so contributors know what to expect.Good: Contributing guide includes code examples.
- depot.json
- DEVELOP.md
- DockerfileGood: Environment pinned via Dockerfile.
- flake.lock
- flake.nix
- Justfile
- LICENSE-APACHE
- LICENSE-MIT
- miri-env.sh
- Package.swift
- pnpm-workspace.yaml
- 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.Issue: No install instructions found in the README (−45 pts).Fix: Add a section showing how to install dependencies.Good: README documents how to run the project.
- release-plz.toml
- rust-toolchain.toml
- SECURITY.mdGood: Security policy present.
- shell.nix