mehrad-dm

32 mods across 1 repository, 23 stars between them.

prompt

25

mehrad-dm/mastermind

Skill Claude CodeCodex

Use ONLY when the user explicitly asks to improve a prompt aimed at an AI: "improve my prompt", "fix this prompt", "how should I ask for this", "make this prompt better". A prompt pasted to be answered or executed is a task, not a rewrite request: do that task instead. About prompts for an AI, not about optimizing…

23 2d ago A 76 tokens original MIT

prototype

26

mehrad-dm/mastermind

Skill Claude CodeCodex

Use when the right approach is genuinely unknown and reality will teach faster than planning: a risky unvalidated assumption, an unfamiliar integration, "will this even work", "try something quick". The result is explicitly throwaway and does not ship.

23 2d ago A 50 tokens original MIT

qa

27

mehrad-dm/mastermind

Skill Claude CodeCodex

Use after finishing a feature or fix to confirm it actually works, when the user says "test this", "does it work", "verify this", "QA it", or before shipping something that has never been driven end-to-end. Also when the user asks for tests to be written or wants to work test-first.

23 2d ago A 66 tokens original MIT

quarantine

28

mehrad-dm/mastermind

Skill Claude CodeCodex

Use whenever secrets or confidential material must be kept out of git: API keys, tokens, credentials, a client's internal patterns, private project data, real names, proprietary code. Triggers: "these keys must never end up in a commit", "make sure this never gets pushed", "this is sensitive", "don't commit this"…

23 2d ago C 121 tokens original MIT

report

29

mehrad-dm/mastermind

Skill Claude CodeCodex

Use when the user asks for a written record of what was done: "write it up", "give me a report", "summarize what you changed", "document this cycle": or at the end of a build/QA cycle ONLY if the project's cycle-report preference is on. Off by default: never produce one unprompted, and skip it for a one-line change.

23 2d ago A 80 tokens original MIT

roadmap

30

mehrad-dm/mastermind

Skill Claude CodeCodex

Use when work spans weeks and the reasoning behind it is piling up: returning to a project after time away, "why did we decide X?", "where did we land on this?", "what's still open?", onboarding someone onto a long-running build, or a choice everyone remembers making and nobody can find. Not one session's state…

23 2d ago A 88 tokens original MIT

route

31

mehrad-dm/mastermind

Skill Claude CodeCodex

Use at the start of a task that spans multiple files, touches unfamiliar areas of a codebase, or where it isn't obvious what to load or where to begin. Skips itself for a one-line change or an already-scoped task.

23 2d ago A 50 tokens original MIT

signature

32

mehrad-dm/mastermind

Skill Claude CodeCodex

Use when code should match a team's real code style and conventions the user keeps correcting the AI toward: "make it match our codebase", "follow our patterns", "you keep writing it wrong": or when repeated corrections should become durable rules. Private, quarantine-gated. For writing in a named public engineer's…

23 2d ago A 71 tokens original MIT