Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.75 KB

File metadata and controls

26 lines (21 loc) · 1.75 KB

nestor-plugins

Plugin marketplace for Claude Code by NodeNestor.

/plugin marketplace add https://github.com/NodeNestor/nestor-plugins

Plugins

Plugin Description
rolling-context Short-term memory. Compresses old messages using Haiku, keeps recent ones verbatim. Zero config, zero latency.
claude-knowledge-graph Long-term memory. Knowledge graph with entities, relationships, semantic search, and auto-extraction.
claude-autoresearch Autonomous iterative improvement with fitness functions and keep/revert loop.
claude-autofix Auto-test and lint after every edit, feeds errors back for self-correction.
claude-guardian Self-learning convention enforcer. Watches patterns, auto-generates rules.
claude-workflows Declarative YAML workflow engine. GitHub Actions for Claude Code.
claude-worktrees Parallel experiment orchestrator with isolated git worktrees.
claude-spawn Spawn containerized Claude Code agents with plugins, optional desktop/GPU, and SSH/tmux.
pii-proxy Round-trip PII redaction. Names, emails, phones, secrets become deterministic tokens before they hit Anthropic, then restored in the response. ~12 ms / string.

Install any plugin:

/plugin install <plugin-name>