Add the marketplace
/plugin marketplace add nsheaps/ai-mktplInstall plugins
/pluginRun these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.
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.
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.
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.
GitHub CLI installation, authentication, and workflow skill for Claude Code sessions. Consolidates gh-tool and github-auth-skill into a single plugin.
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.
Install and manage the Google Workspace CLI (gws) with per-service skills for Gmail, Calendar, Drive, Docs, Sheets, Slides, Chat, Tasks, Contacts, and Admin
Install and manage mise (tool version manager) in Claude Code sessions. Provides session-start auto-install for web sessions and comprehensive workflow skills.
Merge permission scopes from configurable source settings.json files into settings.local.json on session start. Supports project-level and user-level installation.
Set up the sequential-thinking MCP server and auto-configure permissions for its tools on session start.
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.
Patterns, pitfalls, and operational knowledge for working effectively with Claude Code agent teams
Simplify and refine code for clarity, consistency, and maintainability. Requires pr-review-toolkit plugin.
Help claude understand, discover, and execute slash commands when accidentally sent as a message.
Automate git commits with AI-generated messages that match your repository's commit style and conventions
Intelligent skill that enables Claude to automatically analyze git changes and create well-formatted commits during development
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.
Command to correct AI behavior mistakes and update rules to prevent recurrence
Create and maintain Claude Code slash commands with guided assistance
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.
Configure Claude Code's native OTEL integration for Datadog. Sets environment variables in settings.local.json on session start.
Relentlessly fix a PR until CI passes — iterates through review, fix, push cycles until green
Installs Linear MCP and adds hooks for safe ticket updates with hash validation to prevent stale overwrites
Skill for authenticating with GitHub using device authorization flow
Intelligent memory management for CLAUDE.md files. Automatically detects and stores user preferences, rules, and instructions with smart scope detection and hierarchical organization.
Iterative spec and user story writing with structured SDLC workflows. Guides incremental specification development through research, review, and refinement cycles.
Generate OpenGraph images for Nuxt/Vue pages using HTML templates and html2png.dev API
Skill for installing, updating, and managing Claude Code plugins — including what requires a restart and what hot-reloads.
Review code changes with detailed feedback on quality, security, performance, and maintainability
Sync upstream Claude config repo on session start. Pulls latest from a configured git repo to ~/.claude-remote/ and reports update status.
Pre-tool-call safety evaluation using prompt-style hooks for inline AI evaluation
Pre-tool-call safety evaluation using Claude CLI (haiku) with script-style hooks
Source control management utilities for improving interactions with branches and PRs, both locally and in CI environments
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.
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.
Agent skill for maintaining, updating, and improving existing Claude Code skills
Configurable status line for Claude Code showing session info, project context, and git status
Status line for Claude Code with iTerm2 badge integration - shows session info, project context, git status, and updates iTerm2 badge
Automatically sync and merge local Claude Code settings, commands, and files using configurable rules in syncconfig.yaml
Intelligent skill that helps Claude parallelize Task tool calls when working on repetitive or batch operations, optimizing throughput based on task complexity
Launch independent Claude sub-agents in tmux sessions with custom configurations, tool restrictions, and iTerm integration
Enforces commit-on-complete for tasks and reminds about ephemeral session awareness
Automatically syncs todos and plans from ~/.claude/ to the current project's .claude/ directory
Hook-based workflow for capturing unstructured thoughts and triggering the exec-assist agent to categorize them into actionable items (issues, tasks, docs).