claudeindex
Marketplace

mrclrchtr-skills

A collection of Claude Code skills for Git workflows, agent orchestration, skill creation, web fetching, and more.

Stars

6

Forks

0

Plugins

7

Installation

1

Add the marketplace

/plugin marketplace add mrclrchtr/skills
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

March 15, 2026

Plugins

Plugin

agent-orchestrator

Orchestrate complex work via a phase-gated multi-agent loop (audit → design → implement → review → validate → deliver). Use when you need to split work into subsystems, run independent audits, reconcile findings into a confirmed issue list, delegate fixes in clusters, enforce PASS/FAIL review gates, and drive an end-to-end validated delivery.

Plugin

agent-orchestrator-standalone

Standalone version of the agent orchestrator. Orchestrate complex work via a phase-gated multi-agent loop (audit → design → implement → review → validate → deliver). Use when you need to split work into subsystems, run independent audits, reconcile findings into a confirmed issue list, delegate fixes in clusters, enforce PASS/FAIL review gates, and drive an end-to-end validated delivery.

Plugin

git-commit

Create safe, repo-convention commits: inspect and stage changes, write a clear subject, add a body when useful, and commit.

Plugin

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Codex's capabilities with specialized knowledge, workflows, or tool integrations.

Plugin

stitch-downloader

Download Stitch (stitch.withgoogle.com) screenshots at best quality from screenshot.downloadUrl. Use to normalize googleusercontent size parameters from canvas dimensions, download with curl, optionally verify pixel dimensions, and avoid committing signed URLs.

Plugin

web-fetch-to-markdown

Fetches and normalizes http(s) web pages into clean Markdown for LLM ingestion. Use when a task includes a URL, needs to fetch docs or asks to convert web docs/articles/pages into Markdown for summarizing, quoting, diffing, or saving.

Plugin

agent-roles

A collection of agent role configurations for multi-agent workflows. Includes architect, auditor, implementer, reviewer, explorer, and worker roles with tiered variants (medium, high, xhigh) for different task complexity levels.