# @golden-frijoles/kit

> The scripts the Golden Frijoles skills run, packaged so they work in any repo: planning, build-order, reporting and verification rails. Zero dependencies.

Latest version **0.3.0** (published 2026-09-24) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @golden-frijoles/kit
pnpm add @golden-frijoles/kit
yarn add @golden-frijoles/kit
bun add @golden-frijoles/kit
```

Provides the command `gf-kit`.

## Health

**Score 65/100 (B)** — status: active.

Positive: esm support; no vulnerabilities; has provenance; recently updated; high maintenance score.

Warnings: low downloads; no types; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.3.0 |
| Published | 2026-09-24 |
| First published | 2026-09-23 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | ESM |
| Node | >=20 |
| Dependencies | 0 |
| Unpacked size | 548.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Provenance | attested (GitHub Actions) |
| GitHub stars | 0 |
| Maintainers | danybgoode |
| Keywords | golden-frijoles, claude-code, agent-skills, roadmap |

## Links

- npm: https://www.npmjs.com/package/@golden-frijoles/kit
- Repository: https://github.com/golden-frijoles/skills
- Homepage: https://github.com/golden-frijoles/skills#readme
- Issues: https://github.com/golden-frijoles/skills/issues
- npm.io page: https://npm.io/package/@golden-frijoles/kit

## Recent versions

- 0.3.0 (latest) — 2026-09-24
- 0.2.0 — 2026-09-23
- 0.0.0 — 2026-09-23

## README

# @golden-frijoles/kit

The scripts the [Golden Frijoles skills](https://github.com/golden-frijoles/skills) run: planning, build-order,
reporting and verification rails. The skills use it for you, so you rarely call it yourself.

```
npx -y @golden-frijoles/kit@<version> --list          # what it carries
npx -y @golden-frijoles/kit@<version> build-order     # run one against the repo you're in
npx -y @golden-frijoles/kit@<version> --root ../other build-order
```

- **It works on the project you're standing in.** It walks up from your current directory to the nearest folder
  holding `Roadmap/` or `.git`. Override that with `--root <dir>`.
- **It never copies anything into your repo.** A script writes only what it exists to write, like
  `Roadmap/00-ideas/BUILD-ORDER.md`.
- **Your own copy wins.** If your project has `scripts/<name>.mjs`, the skills run that instead of the kit, so a
  deliberate fork keeps working. That's by name, so an unrelated `scripts/preflight.mjs` of your own would be run in
  its place. Rename yours, or pass the script through `gf-kit` directly.
- **Some files stay yours even when the kit runs:** `scripts/prose/cpo-persona.md`, `scripts/prose-lessons.md`,
  `scripts/cross-panel.prompt.md` and `scripts/doc-format.enforced.json` override the kit's defaults.
- **Zero dependencies.** A script that drives another tool, like Playwright or a reviewer CLI, uses *your*
  installation and prints the install line when it can't find one.

Versions move in lockstep with the plugin: kit `X.Y.Z` is exactly what plugin release `vX.Y.Z` pins. Every release
is published from CI with npm provenance.

Licensed under Apache-2.0. "Golden Frijoles" is a trademark; see `NOTICE`.

---
_Source: https://npm.io/package/@golden-frijoles/kit · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
