plugins marketplace
← All plugins

claude-nag

v1.0.0

Progressive notification escalation - starts quiet, gets louder until you respond

Claude Code

by Jeff DickeyMIT5updated 6 months ago

Source

git clone https://github.com/jdx/claude-nag

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

claude-nag/
└── .claude-plugin/plugin.json

Manifests1

.claude-plugin/plugin.json
{
  "name": "claude-nag",
  "description": "Progressive notification escalation - starts quiet, gets louder until you respond",
  "version": "1.0.0",
  "author": {
    "name": "Jeff Dickey"
  },
  "homepage": "https://github.com/jdx/claude-nag",
  "repository": "https://github.com/jdx/claude-nag",
  "license": "MIT"
}