claudeindex
colorpulse6's avatar
Author

Nichalas Barnes

@colorpulse6
1
Marketplaces
13
Plugins
0
Skills
0
Agents
0
Commands

Marketplaces

Marketplace

colorpulse6-skills

colorpulse6-skills

Plugins:13
Skills:0
0
0

Plugins

Plugin

pr-review

AI-powered PR review with contract verification, frontend and backend rules, inbox mode, and incremental re-review. Auto-detects project type and applies relevant rules.

Plugin

push

Quality-gated push pipeline. Auto-detects package manager and runs type check, lint, tests, build in parallel. Auto-fixes failures, creates PR, polls CI.

Plugin

pr-respond

Interactive walkthrough for addressing review comments on your own PRs. Fix, push back, defer, or skip each thread with batched implementation and auto-reply.

Plugin

session-recap

Generates a browser-viewable HTML timeline of recent Claude Code sessions with key decisions, PRs, commits, files, and active time. Daily or weekly recaps from ~/.claude/projects transcripts.

Plugin

codex-second-opinion

Independent separate-model (Codex / gpt-5.5) code review to complement same-model Claude audits. Writes a neutral brief (independent findings first, then confirm/refute), runs `codex exec --sandbox read-only`, and reconciles — a different model catches what same-model reviewers miss.

Plugin

skill-starter

Template plugin: an orchestrator skill that fans work out to parallel specialist agents and aggregates their findings into one report. Copy it to start a new skill.

Plugin

review-board

Multi-lens, multi-model code review conductor. Runs scoped Claude review agents in parallel (security, concurrency, performance, contract) while a separate model (Codex) reviews independently, then reconciles into one cross-model verdict. Pairs with codex-second-opinion.

Plugin

risk-gate

Triage a diff by change risk and escalate only the risky parts to deeper / separate-model review. A cheap deterministic pass scores each changed file (danger paths, churn, blast radius); only HIGH-risk files get the expensive review (review-board / codex-second-opinion).

Plugin

plan-harden

Adversarially review a design doc / spec / RFC before you build it. Runs a pre-mortem plus parallel design-review lenses (edge cases, failure handling, data integrity, rollout/rollback, observability, scaling, security/STRIDE), then reconciles into a prioritized hardening report with an APPROVED/REVISE verdict.

Plugin

dep-audit

Audit dependency-manifest / lockfile changes in a diff. A zero-network offline pass scores the diff (semver deltas, pin loosening, lockfile-integrity changes, install scripts, typosquatting); then per-ecosystem scanner agents run the real tools (osv-scanner, npm audit, pip-audit, cargo audit, govulncheck) and maintainer-health checks.

Plugin

test-gap

Find the most important MISSING tests in a change. Fans out gap-finder agents over the changed files; each ranks untested code by risk = impact x likelihood (untested branches, error paths, boundaries, weak assertions), not raw coverage %. Produces a prioritized list of tests to add with proposed cases.

Plugin

create-skill

Meta-skill for authoring new skills/plugins in this repo. Interviews for intent, picks the right shape (inline vs orchestrator + parallel agents), scaffolds the files, writes them against a distilled best-practices guide, self-reviews against an anti-pattern checklist, and registers the plugin.

Plugin

marketplace-lint

Validate every plugin in this marketplace for structural + registration consistency: valid plugin.json, name matches directory, registered in marketplace.json + README, SKILL.md frontmatter present, scripts executable + compilable, and references over 100 lines carrying a Contents TOC.