levelup

Solid

Use after a correction or review finding worth remembering, when standards may have drifted from the live ecosystem, when switching MasterMind to a new domain or stack, or when the user says "remember this", "learn from that", "level up", "update your knowledge".

AI & Automation 13 stars 2 forks Updated 4 days ago MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
38
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# MasterMind — Level Up MasterMind improves by **editing its own knowledge base** (its weights are fixed). This skill is the disciplined loop that does it. Read `~/.mastermind/engineering/active-field.md` first to know the active field and its pack path (`engineering/fields/<field>/`). ## Pick exactly one mode Take the mode from the argument; default to **capture**. **Do one mode per run** — they touch different files under different rules, and blending them is how a lesson lands in the wrong file. | Mode | Trigger | Read | | --- | --- | --- | | **`capture`** (default) | a correction, review finding, or bug worth remembering | below — it's the whole job | | **`refresh`** | standards may have drifted from the live ecosystem | `refresh.md` **before writing anything** — it carries the upstream-only write allowlist | | **`bootstrap <field>`** | a new domain or stack with no pack | `bootstrap.md` | Adding or rewriting a **skill or agent** is not a mode — it's a separate discipline: read `authoring.md`. ## `capture` (default) — harvest lessons from this session/recent work 1. Scan the recent work for durable, generalizable lessons: user corrections ("no, do X"), real `code-reviewer` findings, bugs fixed, and choices that proved right. Ignore one-off/project-specific noise — only keep what will apply to *future* tasks. 2. For each: append a one-line rule + bracketed "why" to `~/.mastermind/engineering/fields/<field>/lessons.md`. Deduplicate against existing lessons. ...

Details

Author
mehrad-dm
Repository
mehrad-dm/mastermind
Created
2 weeks ago
Last Updated
4 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Solid

learn

Use when a task depends on tech you don't actually know — an unfamiliar library, a fast-moving framework, a tricky API, an unfamiliar codebase — or whenever "I think it works like…" is load-bearing. Just-in-time and task-scoped; distinct from levelup, which updates the durable knowledge base.

13 Updated 4 days ago
mehrad-dm
AI & Automation Listed

adept-self-improve

Capture a durable lesson, correction, or convention from this session as a reusable adept skill, then sync it to every harness. Apply when the user corrects you, when a fix generalizes, or when you say 'I'll remember that.'

8 Updated 3 days ago
itaywol
AI & Automation Listed

skill-updater

Fold the current session's learnings back into the robium skills, on demand. Harvests gotchas from the conversation and any unabsorbed learnings/ files, confirms the list, then edits the robium source checkout: fixes wrong/stale guidance, widens missed trigger surfaces, adds figured-out-from-scratch knowledge, prunes noise, and promotes ✓-verified examples. Use when: a work session surfaced gotchas, frictions, or better methods worth keeping; 'skill-updater', 'update my skills', 'absorb these learnings', 'fold these gotchas into the skills', end of an app-building session with the robium plugin. Runs ONLY on explicit user request — agents surface candidate learnings and offer, never invoke this themselves. Developer workflow — requires a local robium checkout. Not for: authoring a new skill from scratch (skill-author) or building apps (architect).

0 Updated yesterday
robium-ai