biznuts

13 mods across 1 repository, 2 stars between them.

biznuts

01

biznuts/never-stale

Plugin Claude Code

biznuts's Claude Code plugin marketplace.

2 1mo ago A tokens not measured original MIT

biznuts/never-stale

Instructions file

Instructions for biznuts/never-stale, covering project rules, language, doc maintenance and auto-compact note.

2 1mo ago A 367 tokens original MIT

never-stale

03

biznuts/never-stale

Plugin Claude Code

Keep your project's docs, language, and conventions in sync through the whole session — and surviving auto-compact. Hooks ship in the plugin and are gated per-project by a marker file. Verb subcommands: /never-stale:setup opts a project in, /never-stale:off and /never-stale:on pause and resume it, /never-stale:update…

2 1mo ago A tokens not measured original MIT

list

04

biznuts/never-stale

Command

List every project on disk that is opted into never-stale (or carries legacy v0.5.0 residue) under a search root — so you can audit what is enabled, or find every install before uninstalling the plugin. Read-only: writes nothing.

2 1mo ago A 53 tokens original MIT

never-stale

05

biznuts/never-stale

Command

As of v0.7.0, never-stale is driven by verb subcommands instead of one command with flags. This bare never-stale command is deprecated and now just prints this help; it changes nothing. Run one of the verbs below directly.

2 1mo ago A 56 tokens original MIT

off

06

biznuts/never-stale

Command

Pause never-stale in THIS project — silence the auto-compact and doc-sync reminders without deleting anything. Reversible: it flips the marker's "enabled" to false and keeps the marker, your recorded languages, and the CLAUDE.md rules block intact. Resume any time with /never-stale:on.

2 1mo ago A 63 tokens original MIT

on

07

biznuts/never-stale

Command

Resume never-stale in THIS project after it was paused with /never-stale:off — flips the marker's "enabled" back to true so the auto-compact and doc-sync reminders fire again. Your recorded languages and CLAUDE.md rules block are reused as-is; nothing is re-asked.

2 1mo ago A 62 tokens original MIT

remove

08

biznuts/never-stale

Command

Remove never-stale from THIS project entirely — delete the opt-in marker and strip the sentinel-fenced CLAUDE.md rules block (and migrate away any legacy v0.5.0 residue). Destructive but surgical: it touches only never-stale's own artifacts, shows a plan, and confirms first. To merely pause without deleting, use…

2 1mo ago A 77 tokens original MIT

setup

09

biznuts/never-stale

Command

Opt THIS project into never-stale — scaffold the CLAUDE.md language + doc-sync rules and write the per-project opt-in marker that arms the plugin's hooks here. Idempotent; per-project; manual trigger only; touches no other project.

2 1mo ago B 51 tokens original MIT

status

10

biznuts/never-stale

Command

Show never-stale's status for THIS project — which marker governs it (team vs local), whether it is enabled, the recorded languages, the CLAUDE.md sentinel-fence state (present? edited since scaffold?), and whether the gate would actually fire here. Read-only: inspects and reports, writes nothing.

2 1mo ago A 64 tokens original MIT

update

11

biznuts/never-stale

Command

Reconcile opted-in projects to the installed never-stale version after you upgrade the plugin — bump each marker's recorded version, normalize the recorded languages to canonical display strings + codes, refresh the CLAUDE.md fence version tag, and migrate away any legacy v0.5.0 residue. Cosmetic/bookkeeping only (the…

2 1mo ago A 98 tokens original MIT

SessionStart

12

biznuts/never-stale

Hook

Runs when a session starts on compact, executing never-stale-gate.js via node. From biznuts/never-stale.

2 1mo ago A tokens not measured original MIT

PostToolUse

13

biznuts/never-stale

Hook

Runs after a tool call finishes for Edit, Write, MultiEdit and NotebookEdit tool calls, executing never-stale-gate.js via node. From biznuts/never-stale.

2 1mo ago A tokens not measured original MIT