imisic
01Plugin Claude Code
Ivan Misic's Claude Code tools: senior-review lenses, skills, and workflow commands.
Plugin Claude Code
Ivan Misic's Claude Code tools: senior-review lenses, skills, and workflow commands.
Instructions file
Claude Code instructions for imisic/claude-marketplace, covering claude.md, layout, what must move together, plugin names are immutable and versions.
Plugin Claude Code
The everyday dev loop as three stack-neutral commands: fix debugs a bug or batch-applies a review report by severity, commit runs pre-flight checks and drafts a conventional message behind a sensitive-file gate, ship chains review, fix, and commit with a gate between each phase.
Skill Claude CodeCodex
Commit the working tree with pre-flight checks, a drafted conventional message, and a sensitive-file gate.
Skill Claude CodeCodex
Debug one bug by tracing it through your architecture's layers, or batch-apply a review report by severity.
Skill Claude CodeCodex
Review, fix, and commit in one run, with a gate before each phase.
Plugin Claude Code
A generator kit for Claude Code dev tooling. Three skills read your codebase and write a project-specific review skill, a rules set, and a self-learning feedback loop tuned to your stack, instead of handing you tooling written for someone else's project.
Skill Claude CodeCodex
Read this codebase and write, or sharpen, a review skill fitted to it.
Skill Claude CodeCodex
Audit .claude/rules/ and CLAUDE.md against what the codebase actually does.
Skill Claude CodeCodex
Turn recurring review findings into proposed rule and skill updates.
Plugin Claude Code
Six senior-review lenses as slash commands. Each drops Claude into a specific principal-level seat (architect, critic, design, ops, pm, staff) with its own refusals and output contract, so you get a pointed second opinion instead of agreement.
Command
System shape and tradeoffs lens.
Command
Red-team / find the holes.
Command
UX, flows, and information hierarchy lens.
Command
Reliability and operations lens. Blast radius, failure, recovery.
Command
Product framing, scope, and what not to build.
Command
Pragmatic senior-engineer build judgment.
Plugin Claude Code
Pre-publish leak scanner. Scans a skill, plugin, repo, or bundle for secrets, internal hostnames, private paths, and other identifiers before it ships publicly, then walks a manual-review checklist for the contextual leaks a regex can't see.
Skill Claude CodeCodex
Pre-publish privacy gate. Runs before anything crosses from a private working environment to a public one: a plugin marketplace repo, a downloadable bundle, a public GitHub repo or gist, a shared skill or command. Scans the exact files that will ship for key material, credentials, internal hostnames, LAN IPs, personal…
Plugin Claude Code
Two halves of getting found: a-seo-gsc turns a Google Search Console export into a prioritized action plan backed by your own data, and a-geo-optimizer checks whether AI assistants can fetch, parse, and cite a site, then recommends the technical and content fixes. One diagnoses from data, the other covers the newer…
Skill Claude CodeCodex
Optimize a web project for AI search visibility (GEO/AEO) so ChatGPT, Claude, Gemini, Perplexity and Copilot can cite it. Triggers: AI SEO, GEO, AEO, llms.txt, schema markup for AI, robots.txt for AI bots, structured data audit, WebMCP, agentic browsers, generative or answer engine optimization, "make my site…
Skill Claude CodeCodex
Turn a Search Console export into a ranked, evidence-backed action plan.
Plugin Claude Code
Three anti-slop scanners in one bundle: a-unslop-text catches AI-diction and cadence tells in prose, a-unslop-code catches bugs and tutorial-shaped patterns in source, a-unslop-ui catches stock-default looks in web UI. Each ships a deterministic scanner plus a Build mode that heads off the tell before it ships. The…
Skill Claude CodeCodex
Finds what makes source code read as AI-written and points you at the parts that actually ship bugs. Sorts every tell into three buckets and fixes them in that order: bugs (swallowed errors, a made-up API, a left-in "rest of the code" stub), substance (tutorial-shaped boilerplate, over-engineering, code that ignores…