Rigor-focused Claude Code skills: code-grounded planning (plan-loop) and verify-until-clean dev loops (dev-loop)
Implement a change interactively (with live e2e + the ability to pause for a login), then hand the diff to a deterministic Workflow that runs review → adjudicate → fix → re-verify with fresh independent reviewers until it's clean. Project-agnostic. Use when the user asks to implement/fix something and wants it driven to a verified, review-clean state without babysitting.
Hybrid plan builder — clarify scope, generate divergent plans + judge-synthesize, then loop [verify-against-code + review → fix] until claims check out and reviews are clean, then write it and present for approval. Use when the user asks to plan / analyse / design an implementation and wants it hardened against gaps and factual errors.
Claude Code plugins, distributed as a plugin marketplace so they sync across machines via git.
.claude-plugin/marketplace.json # marketplace manifest (lists the plugins below)
plugins/
loopcraft/
.claude-plugin/plugin.json # plugin manifest
hooks/
hooks.json # PostToolUse lint gate (opt-in per repo)
verify-gate.sh
skills/
plan-loop/SKILL.md # the plan-loop skill
dev-loop/SKILL.md # the dev-loop skill
Add more skills under plugins/loopcraft/skills/<name>/SKILL.md (or new plugins as sibling dirs under plugins/, also listed in marketplace.json).
/plugin marketplace add <your-github-user>/claude-plugins
/plugin install loopcraft@loopcraft-marketplace
Installed skills are namespaced by plugin, e.g. /loopcraft:plan-loop.
/plugin marketplace update loopcraft-marketplace
/reload-plugins
Rigor-focused skills — plans grounded in real code, loops that iterate until verified-clean.
--planners N, --rounds N, --stop-after-clean K, --reviewers M, --no-clarify, --out path.PostToolUse lint gate (enable per repo via a .loopcraft.json with a lintCommand). Project-agnostic. Args: --effort low|medium|high|max, --max-loops N.Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub devapalanisamy/claude-plugins --plugin loopcraftFeature development with code-architect/explorer/reviewer agents, CLAUDE.md audit and session learnings, and Agent Skills creation with eval benchmarking from Anthropic.
Production-grade engineering skills for AI coding agents — covering the full software development lifecycle from spec to ship.
Permanent coding companion for Claude Code — survives any update. MCP-based terminal pet with ASCII art, stats, reactions, and personality.
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Complete Claude Code configs for mobile development - Android, iOS, and Kotlin Multiplatform