ivy00johns

60 mods across 1 repository, 11 stars between them.

artifact-publish

49

ivy00johns/Skill-Madness

Skill Claude CodeCodex

Publish a visual or interactive deliverable as a Claude Code Artifact — a self-contained HTML/Markdown file rendered to a hosted, default-private claude.ai web page the user can share with a link — instead of leaving it as a local file. Use whenever a result reads better as a page than as text: a dashboard, rendered…

11 22d ago A 224 tokens original MIT

caveman

50

ivy00johns/Skill-Madness

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts response tokens 75% by dropping articles, filler, pleasantries, and hedging while preserving full technical accuracy (code, error strings, file paths untouched). Persists across every response until the user says 'stop caveman', 'normal mode', or 'be normal again'; body covers…

11 22d ago C 119 tokens original MIT

ivy00johns/Skill-Madness

Skill Claude CodeCodex

Source-level gate that catches utility-class soup — the same long run of utility classes (e.g. flex items-center gap-1.5 text-fg-muted hover:text-accent) copy-pasted inline across many files instead of extracted into a named class or component. Use whenever frontend work touches className/class markup: before…

11 22d ago A 218 tokens original MIT

claude-design-brief

52

ivy00johns/Skill-Madness

Skill Claude CodeCodex

Generate paste-ready prompts for Claude Design (the artifact / design-canvas tool at claude.ai, NOT Claude Code) that are committed enough to skip its Q&A loop and start drawing on message one. Use when the user wants hi-fi mockups, an interactive prototype, multiple directions on a canvas, or a safe / bold /…

11 22d ago A 179 tokens original MIT

context-manager

53

ivy00johns/Skill-Madness

Skill Claude CodeCodex

Manage context window usage, compaction strategy, and session handoffs for long-running multi-agent builds. Writes and validates structured handoff files so continuation agents can pick up cleanly. Trigger on: "compact this", "handoff this conversation", "we're running out of context", "save state", "transfer to a new…

11 22d ago A 95 tokens original MIT

ivy00johns/Skill-Madness

Skill Claude CodeCodex

Orchestrator-dispatched only. Authors the cross-package dependency manifest before parallel implementation agents are dispatched, preventing transitive version drift. Composed by orchestrator during multi-agent builds. Not user-invocable.

11 22d ago A 46 tokens original MIT

ivy00johns/Skill-Madness

Skill Claude CodeCodex

Run pre-deployment verification before pushing to staging or production — build, tests, env config, security, DB, infra, integration — and return a READY / NOT READY verdict. Trigger on: "pre-deploy check", "deployment checklist", "ready to ship", "is this ready for prod", "deploy readiness", "release checklist", "can…

11 22d ago A 88 tokens original MIT

design-token-guard

56

ivy00johns/Skill-Madness

Skill Claude CodeCodex

Source-level gate that prevents inline styles and hardcoded CSS from bypassing a project's design-token system. Use whenever frontend work touches colors, styling, or themes — before committing or declaring a UI task done, when auditing for hardcoded hex/rgb/inline styles, when setting up enforcement so inline CSS…

11 22d ago A 221 tokens original MIT

diagnose-loop

57

ivy00johns/Skill-Madness

Skill Claude CodeCodex

Disciplined bug-diagnosis loop where Phase 1 — building a fast, deterministic, binary-signal feedback loop — IS the skill; the rest of the phases mechanically consume that signal. Use whenever the user reports a hard bug, a flaky test, a performance regression, or says they've been "staring at this for an hour."…

11 22d ago A 125 tokens original MIT

find-unknowns

58

ivy00johns/Skill-Madness

Skill Claude CodeCodex

Convert your unknown-unknowns to known — cheaply, before they get expensive to fix. Owns two moves: a blindspot pass (research an unfamiliar domain and learn the questions you don't yet know to ask) and a comprehension quiz (after a big change, explain the diff and verify you understand it before merging). Routes the…

11 22d ago A 210 tokens original MIT

grill-me

59

ivy00johns/Skill-Madness

Skill Claude CodeCodex

Get relentlessly interviewed about a plan, design, or change until every branch of the decision tree is resolved — depth-first, one question at a time, recommendation-attached, code-checked before user-asked. Use before any non-trivial change, when scope feels fuzzy, or to stress-test a plan before committing. Trigger…

11 22d ago A 125 tokens original MIT

interactive-doc

60

ivy00johns/Skill-Madness

Skill Claude CodeCodex

Produce rich documentation as a paired Obsidian-friendly markdown source plus a self-contained HTML companion built from it — the .md is canonical, the HTML is the experience. Two workflows: (A) render an existing research markdown file into an HTML companion (the .md stays read-only by default), or (B) write both for…

11 22d ago A 177 tokens original MIT