biznuts
01Plugin Claude Code
biznuts's Claude Code plugin marketplace.
Plugin Claude Code
biznuts's Claude Code plugin marketplace.
Instructions file
Instructions for biznuts/never-stale, covering project rules, language, doc maintenance and auto-compact note.
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…
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.
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.
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.
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.
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…
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.
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.
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…
Hook
Runs when a session starts on compact, executing never-stale-gate.js via node. From 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.