[READ-ONLY] Mirror of https://github.com/bombshell-dev/tools. Internal CLI to standardize tooling across all Bombshell projects
0

Configure Feed

Select the types of activity you want to include in your feed.

docs: document sync and publint commands in README (#48)

* chore(ci): force deploy

* docs: document sync and publint commands in README

authored by

Nate Moore and committed by
GitHub
(Jul 18, 2026, 12:06 AM EDT) 9650d7ea 8644691f

+10 -3
+5
.changeset/gray-anaconda-readme.md
··· 1 + --- 2 + '@bomb.sh/tools': patch 3 + --- 4 + 5 + Updates the README to document the `bsh sync` and `bsh publint` commands and accurately describe how `sync` links agent skills into a project
+5 -3
README.md
··· 4 4 5 5 If you'd like to use this package for your own projects, please consider forking. We are not accepting issues on this repo. 6 6 7 - - `init` command for scaffolding new projects, which clones [our `template` repo](https://github.com/bombshell-dev/template) 7 + - `bsh init` command for scaffolding new projects, which clones [our `template` repo](https://github.com/bombshell-dev/template) 8 8 - `bsh dev` command, using `node --experimental-transform-types --watch-path=./src/` 9 9 - `bsh build` command, using [`tsdown`](https://tsdown.dev/) (ESM, unbundled) 10 10 - `bsh test` command, using [`vitest`](https://vitest.dev/) 11 11 - `bsh format` command, using [`oxfmt`](https://oxc.rs/docs/guide/usage/formatter) 12 - - `bsh lint` command, using [`oxlint`](https://oxc.rs/docs/guide/usage/linter), [`publint`](https://publint.dev/), [`knip`](https://knip.dev), [`tsgo`](https://npmx.dev/@typescript/native-preview) 12 + - `bsh lint` command, using [`oxlint`](https://oxc.rs/docs/guide/usage/linter), [`knip`](https://knip.dev), [`tsgo`](https://npmx.dev/@typescript/native-preview) 13 + - `bsh publint` command, using [`publint`](https://publint.dev/) 14 + - `bsh sync` command, which links our shared [agent skills](#agent-skills) into your project 13 15 - shared `tsconfig.json` file 14 16 15 17 ## Agent Skills 16 18 17 - If you use an AI coding agent, run `pnpm bsh sync` to copy skill files into your project's `skills/` directory. Claude Code users: add `@AGENTS.md` to your project's `CLAUDE.md`. 19 + If you use an AI coding agent, run `pnpm bsh sync` to symlink this package's skill files into your project's `skills/` directory. Synced skills are automatically added to your `.gitignore`, and an index of them is maintained in your `AGENTS.md`. Claude Code users: add `@AGENTS.md` to your project's `CLAUDE.md`.