Address every review comment, suggestion, issue, and annotation on the current PR.
Convene the MAGI — three personas deliberate a proposal and vote APPROVE / REJECT / CONDITIONAL, then reach a verdict.
Print the current Claude Code session ID
Finish a goal — verify it's really done, then print a 🎉 completion box.
Rewrite a rough phrase into an excellent, verifiable /goal objective.
Watch PR CI for the current branch and report pass/fail with relevant failure links. Use when waiting for CI results or CI has failed. Use proactively to monitor branch CI.
MAGI deliberation persona — Balthasar-2, The Engineer (the Mother). Judges a proposal on API design, extensibility, and long-term maintainability — guardian of the system's future health, never weighing effort or cost — then casts a vote (APPROVE / REJECT / CONDITIONAL). Dispatched by the `magi` skill; not for general coding.
MAGI deliberation persona — Casper-3, The User (the Woman). Judges a proposal on real-world value and desire, product coherence, pragmatism, and honest scope (does it serve what the user actually wants, does it avoid gold-plating), then casts a vote (APPROVE / REJECT / CONDITIONAL). Dispatched by the `magi` skill; not for general coding.
MAGI deliberation persona — Melchior-1, The Scientist. Judges a proposal on correctness, principled design, sound modeling, and first-principles rigor, then casts a vote (APPROVE / REJECT / CONDITIONAL). Dispatched by the `magi` skill; not for general coding.
Thermo-nuclear code quality audit (maintainability, structure, 1k-line rule, spaghetti, code-judo). Invoked via Task after a parent gathers diff and file contents. Loads the rubric from the `thermo-nuclear-code-quality-review` skill in the skillz plugin.
Scaffold a new Rust project with CI and release workflows. Creates Cargo workspace, GitHub Actions for CI (test + clippy + fmt) and multi-platform release builds with SHA256 checksums. Follows the northisup/agentic.md pattern. Use when: "new rust project", "scaffold rust", "create rust repo", "rust CI/CD".
Respond to PR review feedback. Process every unresolved comment, suggestion, review summary, and CI annotation on a PR — react, reply, resolve threads, and dismiss CHANGES_REQUESTED reviews only when fully addressed.
Operating rules for auto-mode sessions. Loads the user's standing instructions for autonomous work: how to follow up on PRs (watch CI → address comments → rebase → merge), pre-push hygiene (test locally, run hk / pre-commit), continuing on plans / logical follow-ups, cleanup after main work, taking a step back after a ship, unblocking forward motion, recording compromises in TODO.md, and consulting TODO.md for adjacent cleanup. Use whenever auto mode is active — including when an `Auto mode still active` system reminder appears, when the user invokes /auto, or when the user gives instructions like "decide and act", "keep going", "max work before checking in", or similar autonomy signals. Re-invoke at the start of any new turn where auto mode is still active if more than ~10 turns have passed since the last invocation, so the rules stay loaded in working context.
Shape output for a reader with ADHD. Use this skill whenever responding to ANY user message including coding tasks, debugging, explanations, planning, and casual conversation. Output should lead with concrete next actions, number multi-step work, externalize state across turns, suppress tangents, give specific time estimates, and make wins visible. Trigger even on casual messages and even when the user did not explicitly ask for brevity.
Convene the MAGI — three deliberation personas (Melchior-1 the Scientist, Balthasar-2 the Engineer, Casper-3 the User) that independently evaluate a proposal and vote APPROVE / REJECT / CONDITIONAL, then reach a verdict by consensus or majority. Use to get a ruling on a design, plan, architecture decision, or PR. Triggers on "have the MAGI decide", "MAGI vote", "MAGI, rule on X", "deliberate this", "get a ruling on X", "convene the MAGI", or "/magi".
Uses power tools
Uses Bash, Write, or Edit tools
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.
Executables (bin/) — files in this plugin's bin/directory are added to the Bash tool's PATH while the plugin is enabled.
Adam's personal Claude Code skills, agents, commands, and memory — packaged as an installable plugin marketplace and auto-synced to git.
.claude-plugin/marketplace.json # marketplace catalog
plugins/skillz/ # the plugin (installable via /plugin install)
.claude-plugin/plugin.json
skills/ # SKILL.md per skill
agents/
commands/
memory/ # synced personal memory (not part of plugin)
scripts/ # validate + auto-push helpers
mise.toml # tool versions + tasks
hk.pkl # lint pipeline
From any Claude Code session:
/plugin marketplace add askclara/skillz # once GitHub remote is set
/plugin install skillz@askclara-skillz
For local dev:
/plugin marketplace add /Users/adam/src/skillz
/plugin install skillz@askclara-skillz
mise install # install hk, lychee, prettier, typos, etc.
mise run lint # run all linters
mise run fix # auto-fix what can be fixed
mise run validate-skills # check SKILL.md frontmatter + manifest JSON
hk install # set up the pre-commit hook (one-time)
mise run watch-and-push watches plugins/, memory/, and .claude-plugin/
and commits + pushes on any change (5 s debounce).
To run it as a launchd background service on macOS, drop this into
~/Library/LaunchAgents/com.askclara.skillz-autopush.plist and launchctl load it:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0"><dict>
<key>Label</key><string>com.askclara.skillz-autopush</string>
<key>WorkingDirectory</key><string>/Users/adam/src/skillz</string>
<key>ProgramArguments</key>
<array>
<string>/Users/adam/.local/bin/mise</string>
<string>run</string>
<string>watch-and-push</string>
</array>
<key>RunAtLoad</key><true/>
<key>KeepAlive</key><true/>
<key>StandardOutPath</key><string>/tmp/skillz-autopush.log</string>
<key>StandardErrorPath</key><string>/tmp/skillz-autopush.log</string>
</dict></plist>
| Linter | Purpose |
|---|---|
markdown_lint | Markdown structure (headings, lists, code blocks) |
prettier | Format markdown tables + JSON/YAML |
lychee | Validate every URL + relative link + anchor in markdown |
typos | Catch typos in skill names + descriptions |
detect_private_key | Block accidentally-committed private keys |
check_added_large_files | Block oversized files (defaults to 500 KB) |
actionlint | Lint our own GitHub Actions workflow |
validate-skills | SKILL.md frontmatter + plugin.json / marketplace.json shape |
The same hk check runs locally (pre-commit) and in CI (.github/workflows/lint.yml).
memory/ is intended as the canonical store for the auto-memory system. To use
it as the project memory dir for this repo, symlink it:
ln -sfn /Users/adam/src/skillz/memory \
/Users/adam/.claude/projects/-Users-adam-src-skillz/memory
npx claudepluginhub northisup/skillz --plugin skillzCron-like daemon that runs Claude prompts on a schedule
NorthIsUp's Utils — statusline + helpers for Claude Code: org/repo + branch + PR/CI/review state on the left, context bar / quota / model on the right.
Save & auto-restore tmux sessions with Claude Code --resume per pane. Restores windows, panes, cwd, and re-launches each pane's previous claude session by id.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Unified capability management center for Skills, Agents, and Commands.
Memory compression system for Claude Code - persist context across sessions
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.