agentsclimarketplace

Stats

Skill CloseTheLoops/moradin/skills/stats

A workshop for accumulating build-taste across projects. Cross-tool dev brain (Claude Code, Cursor, Codex, Gemini).

Install
npx -y skills add CloseTheLoops/moradin --skill stats

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Report counts, coverage, and age distribution of memory.

SKILL.md

1.1 KB, 265 tokens by cl100k_base, as published. Nobody here has run it

moradin:stats

Show a stats report on Moradin's memory.

When invoked

/moradin:stats

Quick health snapshot. Useful for retrospectives or just curiosity.

What you do

  1. Run the stats script:

    python scripts/stats.py --format json
    
  2. Present the report:

    • Total files
    • By type (principles, patterns, references, lessons)
    • By topic (harness, memory, eval, llm, agent, arch, workflow, tooling)
    • By applies_to (universal, godtech, trading, ...)
    • Age distribution (fresh ≤7d, recent ≤30d, aging ≤90d, old ≤180d, stale >180d)
  3. Highlight observations. Examples:

    • "You have 12 patterns tagged eval but only 2 references — capture more eval sources?"
    • "8 files are stale (>180d). Worth running /moradin:audit to review."
    • "No memory tagged trading yet — you haven't started that project's slot."
  4. Don't propose changes. Stats is read-only.

Output

A clean text report with counts + observations.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 327,132. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.