fabro-sh/fabro

⚒️ The open source dark software factory for expert engineers.

1.6kStars on the repository
7Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

changelog

01

fabro-sh/fabro

Skill Claude CodeCodex

Generate and update the product changelog in Mintlify docs. Use when the user asks to update the changelog, add a changelog entry, document recent changes, or write release notes. Reads git history on main, filters to user-facing changes, and writes dated MDX files to docs/public/changelog/.

1.6k today A 65 tokens original MIT

update-docs

02

fabro-sh/fabro

Skill Claude CodeCodex

Update documentation in docs/public/ based on recent code changes. Reads git history since a watermark commit, maps changed files to doc pages, and makes surgical edits to keep docs in sync with code.

1.6k today A 43 tokens original MIT

rust-style-guide

03

fabro-sh/fabro

Skill Claude CodeCodex

Apply this Rust style guide when writing, reviewing, refactoring, or configuring Rust code for this project. Covers Rust 2024/MSRV, library vs application conventions, public API design, errors, panics, ownership and cloning, async/Tokio/concurrency, tracing, rustfmt/Clippy, testing with nextest, and unsafe/macro…

1.6k today A 100 tokens original MIT