alexmond

84 mods across 2 repositories, 10 stars between them.

precommit

25

alexmond/alexmskills

Skill Claude CodeCodex

Run pre-commit quality checks for a Maven/Java project — auto-format, validate Checkstyle and PMD, and run the tests. Use before creating a commit, and when the user says "run the pre-commit checks", "am I ready to commit", "check this before I commit", or "is the working tree clean".

6 yesterday A 72 tokens original MIT

memory-hygiene

26

alexmond/alexmskills

Plugin Claude Code

Keep agent-written memory files from rotting: re-verifies pinned facts against the tree (version pins, sequence facts, vanished paths) and flags what has become wrong, checks MEMORY.md index drift both ways, and enforces the memory format contract at write time. Flags, never deletes — supersession is strike-through…

6 yesterday A tokens not measured original MIT

memory-hygiene

27

alexmond/alexmskills

Skill Claude CodeCodex

Keep agent-written memory files from rotting. Audits /.claude/projects/ /memory/ for facts the tree now contradicts — stale version pins, passed sequence facts, vanished paths — plus MEMORY.md index drift, and enforces the memory format contract at write time. Use when the user says "audit my memory", "memory is…

6 yesterday A 103 tokens original MIT

mindmap-prompt

28

alexmond/alexmskills

Plugin Claude Code

Drop ideas on a canvas, connect them, and compile the map into an organized Markdown prompt. Offline and dependency-free: a self-contained page for capture, a deterministic compiler for the map -> prompt step, and JSON Canvas (.canvas) as the save format so a map can be reworked later or opened in Obsidian. A ✦…

6 yesterday A tokens not measured original MIT

compile

29

alexmond/alexmskills

Command

Compile a saved mind map into an organized prompt and act on it.

6 yesterday A 13 tokens original MIT

list

30

alexmond/alexmskills

Command

List the saved mind maps in this repo.

6 yesterday A 8 tokens original MIT

open

31

alexmond/alexmskills

Command

Open the mind-map canvas to sketch ideas, then compile them into a prompt.

6 yesterday A 15 tokens original MIT

mindmap-prompt

32

alexmond/alexmskills

Skill Claude CodeCodex

Think on a canvas, then compile the map into an organized prompt. Idea nodes connect freely and a deterministic compiler turns the whole map into structured Markdown; ✦ expands any node with claude -p running in the repo, so ideas stay grounded in the project. Maps save as JSON Canvas, so they are git-diffable and…

6 yesterday A 141 tokens original MIT

progress-channel

33

alexmond/alexmskills

Plugin Claude Code

One visible channel for every long-running process — local sweeps, backgrounded commands, and work handed to external systems. The server that serves the live progress page IS the tracker: a tiny stdlib Python daemon holds live jobs in memory (auto-spawned by the first producer, single writer, no store locking)…

6 yesterday A tokens not measured original MIT

progress-channel

34

alexmond/alexmskills

Skill Claude CodeCodex

One visible channel for every long-running process — local sweeps, backgrounded commands, and work handed to external systems (a CI run, a media-server queue, a long download). The server that serves the live progress page IS the tracker — a stdlib Python daemon holding live jobs in memory, auto-spawned by the first…

6 yesterday A 149 tokens original MIT

prompt-coach

35

alexmond/alexmskills

Plugin Claude Code

Analyzes each prompt you submit against a tiered ruleset of prompting best practices; nudges you toward better prompts (definition-of-done, scoped references, guardrails, verification steps) and quietly graduates rules you consistently follow.

6 yesterday A tokens not measured original MIT

analyze

36

alexmond/alexmskills

Command

Analyze a specific prompt (or your last N prompts) against the full rule catalog and coach improvements.

6 yesterday B 19 tokens original MIT

config

37

alexmond/alexmskills

Command

View or edit prompt-coach config — categorized dashboard, per-key describe/set/reset, diff, export.

6 yesterday A 20 tokens original MIT

dashboard

38

alexmond/alexmskills

Command

Launch the local prompt-coach web dashboard (stats, mastery, live config editor).

6 yesterday A 17 tokens original MIT

help

39

alexmond/alexmskills

Command

Show prompt-coach help — commands, config options, and say-it phrases.

6 yesterday B 15 tokens original MIT

library

40

alexmond/alexmskills

Command

Find a gold-standard prompt template from Anthropic's Claude Code Prompt Library for a task.

6 yesterday A 17 tokens original MIT

mastery

41

alexmond/alexmskills

Command

Show current mastery — which rules mastered, which are in progress, which need reset. Enhanced analysis (v0.26+) flags untested masteries so you can spot rules that may be irrelevant to your patterns rather than truly internalized.

6 yesterday A 48 tokens original MIT

report-issue

42

alexmond/alexmskills

Command

File a privacy-safe bug report about a prompt the coach mistreated or missed.

6 yesterday A 15 tokens original MIT

stats

43

alexmond/alexmskills

Command

Show prompt-coach health metrics — fires, praises, corrections, mastery, active rules.

6 yesterday B 17 tokens original MIT

prompt-coach

44

alexmond/alexmskills

Skill Claude CodeCodex

A hook-driven coach that reads every prompt sent to Claude Code and rewrites it toward proven prompting habits — definition-of-done, scoped references, guardrails, verification. Rules graduate as they are demonstrated, so the coaching fades as the user improves. The hook runs on its own, but load this skill when the…

6 yesterday A 177 tokens original MIT

research-sweep

45

alexmond/alexmskills

Plugin Claude Code

A self-evolving 'discover' crew: it composes a task-fit team of coverage roles for an information space, fans them out in parallel, dedups, and adversarially verifies their findings into one trustworthy, cited result. The discover counterpart to dev-crew (deliver) and brainstorm-panel (decide).

6 yesterday A tokens not measured original MIT

research-sweep

46

alexmond/alexmskills

Skill Claude CodeCodex

The "discover" orchestrator on the shared role substrate — counterpart to dev-crew (deliver) and brainstorm-panel (decide). Composes a task-fit team of coverage roles, partitions the space into non-overlapping angles, fans them out as parallel agents under one output contract, then dedups and adversarially verifies…

6 yesterday A 125 tokens original MIT

review-agents

47

alexmond/alexmskills

Plugin Claude Code

Specialist review subagents for Java/Maven projects — code review, test running, and dependency/CVE auditing on lighter model tiers. No-write by construction: Write and Edit are withheld, so they read, build, and report without touching the working tree.

6 yesterday A tokens not measured original MIT

dependency-auditor

48

alexmond/alexmskills

Agent

Audit dependencies for CVEs and outdated versions. Use for security checks or before releases.

6 yesterday A 22 tokens original MIT