claudeindex
Marketplace

agents

agents

Stars

0

Forks

0

Plugins

7

Installation

1

Add the marketplace

/plugin marketplace add nsheaps/agents
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

7

Plugins

0

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

agent-utils

Agent infrastructure: skills for multi-agent orchestration + tools for settings drift detection and 2-stage settings merge + rules-sync (SessionStart symlink of plugin rules into the project) + upstream-check (throttled UserPromptSubmit hook that surfaces upstream agent-repo changes and dirty-state nags).

Plugin

cron-utils

Skills for managing scheduled tasks (crons) and idle-conversation follow-up. Provides idle-5-min (cron-tick delegate) and active-convo-goes-idle (single-reminder decision).

Plugin

hook-utils

Observability plugin that maps every Claude Code hook event to a single renderer which prints the hook name, parameters, and (for post-events) the response + elapsed time to the USER only (never to Claude). Verbosity is configurable: quiet / normal / full. Output mirrors the claude-stream chatroom rendering style.

Plugin

plugin-utils

Skills for plugin and tool development: data storage conventions, file format selection, sync patterns, and storage architecture for Claude Code plugins and MCP servers.

Plugin

reddit

Fetch Reddit posts, comments, and subreddit listings via Reddit's public JSON API. Returns markdown-formatted content suitable for LLM consumption. No authentication required.

Plugin

review-utils

Self-contained PR-review pipeline: composite GitHub Actions (agent-setup, run-agent), reusable workflow integration, and the review-code skill that drives the review methodology. Replaces the previous scattered setup across nsheaps/agents + nsheaps/.ai-agent-henry.

Plugin

task-utils

Task discipline hooks (0-or-1 in_progress invariant, write-tool gating, validation-steps + RESULT cites) + task-manage skill for atomic-task workflow. Blocking behaviour is configurable via plugins.settings.yaml.