Home / chinkan / rustfox · .agents/skills/ask-matt/SKILL.md · GitHub

ask-matt skillA

This file is byte-identical to the first copy the registry indexed, one of 4 copies on public GitHub. Same content hash, same audit grade.

ask-matt is agent-read markdown (skill) from chinkan/rustfox: Ask which skill or flow fits your situation. A router over the skills in this repo..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Ask Matt

You don't remember every skill, so ask.

A **flow** is a path through the skills. Most paths run along one **main flow**, and two **on-ramps** merge onto it. Everything else is standalone, or a vocabulary layer that runs underneath.

## The main flow: idea → ship

The route most work travels. You have an idea and want it built.

1. **`/grill-with-docs`** sharpens the idea by interview. Start here whenever you are **working in a working directory**: it's stateful, retaining what it learns in `CONTEXT.md` and ADRs. (No working directory? Use `/grill-me` instead, covered under Standalone. Both run the same `/grilling` primitive; `grill-with-docs` is the one that leaves a paper trail, which makes it the better of the two whenever a repo is there to leave it in.)
2. **Branch: can you settle every question in conversation?** If a question needs a runnable answer (state, business logic, a UI you have to see), detour through a prototype, bridged by **`/handoff`** in both directions (a prototype lives in its own directory, which is exactly what `/handoff` is for; see Phase boundaries):
   - **`/handoff`** out, then open a fresh session against that file,
…

Read the whole file at its exact version.

How to install

Latest version
mdr add chinkan/rustfox/ask-matt@git:20260922.53f91f6
Exact content
mdr add chinkan/rustfox/ask-matt@sha256:b25d86fb36b1d294

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_s3w7p647umzqjqv6.svg)](https://markdownregistry.com/a/art_s3w7p647umzqjqv6)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260922.53f91f6 latest2026-09-22 53f91f6 11,417 BA view · diff
git:20260714.d9bd5ab2026-07-14 d9bd5ab 8,256 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (11417 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

chinkan/rustfox · 9 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_s3w7p647umzqjqv6
GET https://markdownregistry.com/api/v1/resolve?ref=chinkan/rustfox/ask-matt
GET https://markdownregistry.com/api/v1/blob/b25d86fb36b1d294eeead5d7db529f86135f9671f2afcd607579a63bb2213769

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from chinkan/rustfox

brainstorming skill
chinkan/rustfox · .agents/skills/brainstorming/SKILL.md · You MUST use this before any creative work - creating features, building components, adding functionality, or modifying…
git:20260408.ae338c2 · audit A · 9 stars
cavecrew skill
chinkan/rustfox · .agents/skills/cavecrew/SKILL.md · Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn `cavecrew-investigator`…
git:20260804.a62331b · audit A · 9 stars
caveman-commit skill
chinkan/rustfox · .agents/skills/caveman-commit/SKILL.md · Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning…
git:20260804.0abefec · audit A · 9 stars
caveman-compress skill
chinkan/rustfox · .agents/skills/caveman-compress/SKILL.md · Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens…
git:20260804.0abefec · audit A · 9 stars
caveman-help skill
chinkan/rustfox · .agents/skills/caveman-help/SKILL.md · Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger…
git:20260804.0abefec · audit A · 9 stars
caveman-review skill
chinkan/rustfox · .agents/skills/caveman-review/SKILL.md · Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment…
git:20260804.0abefec · audit A · 9 stars
caveman-stats skill
chinkan/rustfox · .agents/skills/caveman-stats/SKILL.md · Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log —…
git:20260804.0abefec · audit A · 9 stars
caveman skill
chinkan/rustfox · .agents/skills/caveman/SKILL.md · Ultra-compressed communication mode. Cuts output tokens 65% (measured) by speaking like caveman while keeping full…
git:20260804.0abefec · audit A · 9 stars
code-review skill
chinkan/rustfox · .agents/skills/code-review/SKILL.md · Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes: Standards (does the code…
git:20260922.53f91f6 · audit A · 9 stars
codebase-design skill
chinkan/rustfox · .agents/skills/codebase-design/SKILL.md · Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find…
git:20260922.53f91f6 · audit A · 9 stars
design-an-interface skill
chinkan/rustfox · .agents/skills/design-an-interface/SKILL.md · Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to…
git:20260714.d9bd5ab · audit A · 9 stars
diagnosing-bugs skill
chinkan/rustfox · .agents/skills/diagnosing-bugs/SKILL.md · Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports…
git:20260922.53f91f6 · audit A · 9 stars

Every file in chinkan/rustfox

Other files named ask-matt

ask-matt skill
sickn33/agentic-awesome-skills · plugins/agentic-awesome-skills-claude/skills/ask-matt/SKILL.md · Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.
git:20260905.32fa521 · audit A · 46,848 stars
ask-matt skill
asymmetric-al/core · .agents/skills/ask-matt/SKILL.md · Ask which skill or flow fits your situation. A router over the skills in this repo.
git:20260711.2c06118 · audit A · 383 stars
ask-matt skill
akillness/jeo-skills · .agent-skills/ask-matt/SKILL.md · Ask which skill or flow fits your situation. A router over the skills in this repo. Use when the user asks which of…
v1.0 · audit A · 47 stars
ask-matt skill
vodailocz/kilo-kit-mcp · skills/engineering/ask-matt/SKILL.md · Ask which skill or flow fits your situation. A router over the skills in this repo.
git:20260821.05c0d52 · audit A · 26 stars
ask-matt skill
rudycity/superagent · .agents/skills/ask-matt/SKILL.md · Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.
git:20260626.019dba9 · audit A · 23 stars
ask-matt skill
mambo-wang/codewiki-plus · .trae/skills/ask-matt/SKILL.md · Ask which skill or flow fits your situation. A router over the skills in this repo.
git:20260916.5a385b8 · audit A · 17 stars
ask-matt skill
mambo-wang/codewiki-plus · .codebuddy/skills/ask-matt/SKILL.md · Ask which skill or flow fits your situation. A router over the skills in this repo.
git:20260916.5a385b8 · audit A · 17 stars
ask-matt skill
ethanyoq/skill-hub · archives/user-installed-skills/ask-matt/ce28e9386e858c96/ask-matt/SKILL.md · Ask which skill or flow fits your situation. A router over the skills in this repo.
git:20260912.84c6c93 · audit A · 10 stars

Browse by kind, by grade A, or by owner.