claudeindex
Marketplace

nsheaps-claude-plugins

Community-driven marketplace for Claude Code plugins featuring git automation and commit management

Stars

1

Forks

0

Plugins

45

Installation

1

Add the marketplace

/plugin marketplace add nsheaps/ai-mktpl
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

45

Plugins

0

Skills

0

Agents

Last Crawled

March 15, 2026

Plugins

Plugin

1pass

Install and manage 1Password CLI (op) and op-exec in Claude Code sessions. Provides session-start auto-install for web sessions and comprehensive workflow skills.

Plugin

common-sense

Common-sense rules for AI assistant behavior. On session start, symlinks bundled rules into the project's .claude/rules/common-sense directory so they are automatically loaded as context.

Plugin

daily-report

Skill for generating daily organization-wide reports covering commits, PRs, branches, and issue changes across all repositories in a GitHub org. Designed for scheduled CI workflows and on-demand reporting.

Plugin

github

GitHub CLI installation, authentication, and workflow skill for Claude Code sessions. Consolidates gh-tool and github-auth-skill into a single plugin.

Plugin

github-app

Automatic GitHub App token lifecycle for Claude Code sessions. Generates installation tokens on session start, monitors expiry via PreToolUse hook, and refreshes transparently before commands that need authentication.

Plugin

google-workspace-cli

Install and manage the Google Workspace CLI (gws) with per-service skills for Gmail, Calendar, Drive, Docs, Sheets, Slides, Chat, Tasks, Contacts, and Admin

Plugin

mise

Install and manage mise (tool version manager) in Claude Code sessions. Provides session-start auto-install for web sessions and comprehensive workflow skills.

Plugin

permissions-sync

Merge permission scopes from configurable source settings.json files into settings.local.json on session start. Supports project-level and user-level installation.

Plugin

sequential-thinking

Set up the sequential-thinking MCP server and auto-configure permissions for its tools on session start.

Plugin

agent-tab-titles

Set tmux/iTerm2 tab titles to agent roles in agent team sessions. Disables Claude Code's LLM-generated titles and uses SessionStart hook to set role-based names.

Plugin

claude-team

Patterns, pitfalls, and operational knowledge for working effectively with Claude Code agent teams

Plugin

code-simplifier

Simplify and refine code for clarity, consistency, and maintainability. Requires pr-review-toolkit plugin.

Plugin

command-help-skill

Help claude understand, discover, and execute slash commands when accidentally sent as a message.

Plugin

commit-command

Automate git commits with AI-generated messages that match your repository's commit style and conventions

Plugin

commit-skill

Intelligent skill that enables Claude to automatically analyze git changes and create well-formatted commits during development

Plugin

context-bloat-prevention

Prevents context window bloat from large tool outputs. PostToolUse hook detects oversized results and instructs Claude to save to file instead of keeping in context. PreToolUse hook redirects Bash commands that are likely to produce large output.

Plugin

correct-behavior

Command to correct AI behavior mistakes and update rules to prevent recurrence

Plugin

create-command

Create and maintain Claude Code slash commands with guided assistance

Plugin

data-serialization

Data format conversion and querying utilities. Supports YAML, JSON, TOON (Token-Oriented Object Notation), and XML/HTML transformations with special handling for Playwright accessibility snapshots. TOON provides 30-60% token reduction vs JSON for LLM contexts.

Plugin

datadog-otel-setup

Configure Claude Code's native OTEL integration for Datadog. Sets environment variables in settings.local.json on session start.

Plugin

fix-pr

Relentlessly fix a PR until CI passes — iterates through review, fix, push cycles until green

Plugin

git-spice

Skill for managing stacked Git branches with git-spice (gs) CLI tool

Plugin

linear-mcp-sync

Installs Linear MCP and adds hooks for safe ticket updates with hash validation to prevent stale overwrites

Plugin

github-auth-skill

Skill for authenticating with GitHub using device authorization flow

Plugin

memory-manager

Intelligent memory management for CLAUDE.md files. Automatically detects and stores user preferences, rules, and instructions with smart scope detection and hierarchical organization.

Plugin

product-development-and-sdlc

Iterative spec and user story writing with structured SDLC workflows. Guides incremental specification development through research, review, and refinement cycles.

Plugin

og-image

Generate OpenGraph images for Nuxt/Vue pages using HTML templates and html2png.dev API

Plugin

plugin-management

Skill for installing, updating, and managing Claude Code plugins — including what requires a restart and what hot-reloads.

Plugin

review-changes

Review code changes with detailed feedback on quality, security, performance, and maintainability

Plugin

remote-config

Sync upstream Claude config repo on session start. Pulls latest from a configured git repo to ~/.claude-remote/ and reports update status.

Plugin

safety-evaluation-prompt

Pre-tool-call safety evaluation using prompt-style hooks for inline AI evaluation

Plugin

safety-evaluation-script

Pre-tool-call safety evaluation using Claude CLI (haiku) with script-style hooks

Plugin

scm-utils

Source control management utilities for improving interactions with branches and PRs, both locally and in CI environments

Plugin

self-terminate

Allows Claude to gracefully terminate itself using SIGINT

Plugin

session-report

Skill for generating structured session reports — fact-finding across git history, GitHub issues and PRs, tasks, and agent contributions to produce a comprehensive work summary. Works for solo agents and agent teams alike.

Plugin

skill-required

Enforces that specified skills are loaded before certain tools can be used. Tracks skill reads via PostToolUse and blocks tool use via PreToolUse if the required skill hasn't been recently loaded.

Plugin

skills-maintenance

Agent skill for maintaining, updating, and improving existing Claude Code skills

Plugin

statusline

Configurable status line for Claude Code showing session info, project context, and git status

Plugin

statusline-iterm

Status line for Claude Code with iTerm2 badge integration - shows session info, project context, git status, and updates iTerm2 badge

Plugin

sync-settings

Automatically sync and merge local Claude Code settings, commands, and files using configurable rules in syncconfig.yaml

Plugin

task-parallelization

Intelligent skill that helps Claude parallelize Task tool calls when working on repetitive or batch operations, optimizing throughput based on task complexity

Plugin

tmux-subagent

Launch independent Claude sub-agents in tmux sessions with custom configurations, tool restrictions, and iTerm integration

Plugin

todo-plus-plus

Enforces commit-on-complete for tasks and reminds about ephemeral session awareness

Plugin

todo-sync

Automatically syncs todos and plans from ~/.claude/ to the current project's .claude/ directory

Plugin

word-vomit

Hook-based workflow for capturing unstructured thoughts and triggering the exec-assist agent to categorize them into actionable items (issues, tasks, docs).