Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/xcrft/mastermind/mastermind-style-deepnpx skills add xcrft/mastermind --skill mastermind-style-deepgit clone --depth 1 https://github.com/xcrft/mastermindWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/xcrft/mastermind/mastermind-style-deep)<a href="https://agentmods.dev/skills/xcrft/mastermind/mastermind-style-deep"><img src="https://agentmods.dev/badge/skills/xcrft/mastermind/mastermind-style-deep.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00107 | $0.01554 |
| Opus 5 | $0.00053 | $0.00777 |
| Sonnet 5 | $0.00021 | $0.00311 |
| Haiku 4.5 | $0.00011 | $0.00155 |
Grade A, and why
mastermind-style-deep scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Mastermind — deep style portrait
mastermind miner profile records corpus-level lexical observations (indentation,
quotes, braces, line length). Those are diagnostic evidence because formatter,
language mix, and repository policy often explain them better than personal
taste; do not apply them directly as coding rules. This skill
writes the part that matters: a grounded portrait of how the author develops.
The binary gathers evidence; you (the agent, already running a model) read code
and write the portrait. No separate claude -p process or authentication.
When to use
- The user wants a real "write like me" profile, not formatter-config rules.
- The user says "deep style", "design patterns", "qualitative profile", "make it richer".
- After
mastermind miner profile, to add the section the deterministic core can't.
What you're producing
A portrait of how this person works — the kind a senior writes after reading someone's PRs for a month. Organized by the dimensions below, every claim tied to a concrete tell. Prose per dimension, not a list of isolated counts — the measured static rules already live in the section above this one.
Gather evidence — quantitative AND qualitative
Don't just grep. A portrait needs both numbers and read code:
- Counts with their contrast. Any "prefers X over Y" needs BOTH counted — early-
return/let-elsevs nesting depth; iterator chains vsforloops; typed errors vsBox<dyn Error>; table-driven tests vs one-assertion-per-fn. A bare count of X is not evidence of a preference. - Read 4–6 real files. A core module (design), a hot path (optimization), a public API (ergonomics), a test file (test style), a recent diff. Greps can't see why or what they watch for — reading can.
- Commits. Reuse the author identity selected by
mastermind miner profilewhen available. Otherwise inspectgit shortlog -sne --alland confirm the identity from local evidence; do not assumegit config user.namematches the author being profiled. Read up to 100 matching subjects and a few bodies. - Enforcing config FIRST.
rustfmt.toml/.eslintrc/pyprojectlint config,#![deny(...)]/#![warn(...)],clippy.toml, CI lint steps. Anything a formatter or linter forces is not personal style — exclude it, or mark it "enforced". Do not credit a///on every fn as a habit if#![deny(missing_docs)]mandates it. - Optimization signals. Benchmarks (
criterion/#[bench]/*.bench.*),#[inline],with_capacity, caching/memoization,tracing/profiling spans, comments mentioning perf. Their presence — or absence — tells you whether they optimize and whether it's measured or by feel. - Observability & safety signals. Logging/tracing/metrics density, assertions, input validation,
#[must_use], where error boundaries sit.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 89 lines · 107 tokens per session scan A e5428dc0643e
mastermind-style-deep is a skill published in the GitHub repository xcrft/mastermind (11 stars, last pushed 4d ago), licensed MIT. It adds 107 tokens to every session and 1,554 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
roam
Codebase comprehension via roam-code CLI. Use when exploring codebases, planning modifications, debugging failures, assessing PR risk, or checking architecture health. Triggers on: understanding project structure, pre-change safety checks, finding symbols/files, blast radius analysis, affected tests, health scoring…
orchestrate
Tree-aware multi-agent GitHub-issue pool. Conductor manages task-tree from task-splitting-evaluation, executing depth-first per branch while parallelizing roots/orphans. Each worker agent owns its subtree lifecycle. Conductor tracks state (pending/started/in-progress/completed/halted) in GitHub +…
bonsai-ninja
Use bonsai-ninja as compiler-backed structural evidence when mapping a codebase, finding symbols, tracing behavior, inspecting dataflow, debugging across files, reviewing change impact, exporting graph facts, or running SAST.
task-splitting-evaluation
Recursive pre-implementation GitHub task splitting and evaluation flow. Use when the user wants Claude agents to evaluate unhandled tasks, skip already-processed tasks, mark easy leaves with detailed executor-ready comments, split broad tasks into GitHub subtasks, and keep recursing until every leaf is well described…
gh-task
Run a GitHub issue end-to-end in this repository using the committed isolated-worktree workflow. Use when the user invokes $gh-task, asks to run a GitHub task, or provides a GitHub issue number.
stacklit-navigator
Use stacklit.json to navigate codebases without burning tokens on file exploration.