Marketplace · Claude Code · 6 plugins / 23 skills

SKILLSFOR THEFRONTIER

Instruments, not shortcuts. Each one encodes a discipline that was learned the expensive way and refuses to let it be forgotten.

/plugin marketplace add mazze93/claude-code-skills/plugin install rigor@mazze93
NEW
01

cloudflare-suite

Cloudflare platform and Cloudflare One / Zero Trust work, retrieval-first over embedded knowledge.

OPENOpen/plugin install cloudflare-suite@mazze93
  • cloudflareCloudflare development: Workers, Wrangler CLI, Pages, Durable Objects, storage (KV/D1/R2/Queues), AI (Workers AI, Vectorize, Agents SDK), Sandbox SDK, Email Service, Turnstile setup, security (WAF, DD
  • cloudflare-oneCloudflare One Zero Trust / SASE: Access, Gateway, WARP, Tunnel, WAN, DLP, CASB, device posture, identity — design, configure, troubleshoot, review, and migrate from Zscaler/Palo Alto/legacy VPN.
02

continuity

Memory and handoff across sessions, so work survives a dropped context window.

OPENOpen/plugin install continuity@mazze93
  • engram>- Memory-as-first-class system for Claude sessions across a multi-domain workspace (~15+ active projects).
  • session-journalCheckpoint discipline for long autonomous sessions — journal plan/decisions/progress to disk and commit at phase boundaries so a dropped connection or usage cutoff never loses work.
  • stratum-project-initStand up a project (new or existing) with the full Stratum-backed build-journal workflow — git init, a dedicated Stratum epistemic decision log, BUILD_JOURNAL.md cookbook, and the burst-summary/stratu
  • transcript-handoffProduce a structured markdown session export for a long-form creative, intellectual, or research project (essays, theses, multi-session design work, personal-history-driven writing) so a future sessio
03

frontend

Interface work: design, component construction, performance, and the blog surface.

OPENOpen/plugin install frontend@mazze93
  • component-factoryConvert a hand-maintained design system into generated output driven by one token file, with a build-failing guard that makes palette/type drift structurally impossible.
  • frontend-designCreate distinctive, production-grade frontend interfaces with high design quality.
  • run-mazze-leczzare-blogRun, build, screenshot, or smoke-test mazze-leczzare-blog.
  • web-perfAnalyzes web performance using Chrome DevTools MCP.
04

lab

Probes and research aids that do not belong to one domain.

OPENOpen/plugin install lab@mazze93
  • concurrency-probe newVerify a concurrency-adjacent claim (thread-safe, handles concurrent requests, session isolation, no race conditions, lock-protected) by actually running simultaneous execution, not sequential tests o
  • local-swarmFan out parallel review/analysis/summarization passes to on-device Ollama (claude-local) instead of cloud subagents, with the cloud session acting as orchestrator and verifier.
  • precise-coding-assistant new> Enforces a four-phase gating mechanism (Clarity → Simplicity → Scope → Verification) on every meaningful code modification, implementation, or refactoring request.
  • read-arxiv-paper> Use this skill when asked to read an arxiv paper given an arxiv URL.
05

rigor

Verification discipline: establish what a change is, challenge a claim that it is correct, and record the decision.

$29Commercial licenceContact for licence
  • corroborate newEstablish what an uncommitted or unfamiliar change actually IS before committing, discarding, pushing, or merging it — by making the artifact testify rather than reading the diff and inferring.
  • decision-telemetry> Build a dual-face decision transparency artifact: a visualization that shows both the clean recorded decision (Sephirothic face) and the shadow trace beneath it — the oscillation, discarded paths, a
  • touchstoneApply an adversarial verification posture to any claim of correctness, completeness, or "passing" status — tests, proofs, invariants, security reviews, audits, or a "this is resolved" / "this is safe"
06

workspace

Fleet and repository operations across a multi-repo workspace: sync, audit, triage, ship.

$29Commercial licenceContact for licence
  • claude-md-auditAudit CLAUDE.md files across one or many repos for stale information — dead path references, obsolete workspace roots, old model names, drifted file maps.
  • disk-auditAudit macOS disk usage end-to-end, explain what is filling the disk, and deliver an opinionated debrief with a tiered, safety-rated cut list.
  • git-forensicsUse when git repos show "fatal: unable to read <hash>", when investigating unauthorized git index modifications, when detecting staged file replacements across repos, or when correlating cross-repo gi
  • pr-triage newTriage open GitHub pull requests across one or all mazze93 repos by *what kind of stuck* they are (merge conflict, failing CI, changes requested, awaiting review, abandoned, ready-to-merge, healthy) r
  • shipShip work end-to-end — validate, prove the change behaves, commit in milestones, push, and handle protected-main/PR-only repos.
  • workspace-syncReconcile the ~/Projects workspace against WORKSPACE.md and GitHub — clone missing repos into their domains, report drift, add/move projects with map-and-territory discipline.