faq-shortcuts skillA

faq-shortcuts is agent-read markdown (skill) from kishormorol/cli-faq-shortcuts: Turn the questions and instructions a user keeps typing into a project into short slash-command skills, mined from their real Claude Code and Codex session history and git log. The shortcuts load in Claude Code, Codex and Cursor. Use when the user says they ask the same things every day, wants an FAQ or shortcuts or abbreviations for a project, wants to "stop writing the whole command", or asks what they repeat most..

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

# FAQ shortcuts from your own history

People working with an agent on one project type the same asks over and over: "how many
signed up", "did it go out?", "send a reminder to those who haven't…". Each time the agent
starts cold and has to relearn the traps. This skill mines what was actually asked and
turns the most repeated asks into short project skills (`/joined`, `/sent`, `/remind`…).
Each one records the right tool and the mistakes already made on that path.

Build from evidence, not from guesses about what might be useful.

## 1. Collect the asks

```bash
python3 scripts/extract_asks.py <project_dir> [--source all|claude|codex] [--since YYYY-MM-DD] > asks.tsv
```

On Windows, run it with `python` instead of `python3`. This prints every prompt typed in
that project's sessions, oldest first, as
`date<TAB>source<TAB>prompt`. It reads Claude Code (`~/.claude/projects/`, plus
`~/.claude/history.jsonl` for sessions older than the 30 days Claude Code keeps
transcripts) and Codex (`~/.codex/sessions/`, or `$CODEX_HOME`) by default, and skips
subagent turns and scripted runs such as `codex exec`, because nobody typed those. An ask
…

Read the whole file at its exact version.

How to install

Latest version
mdr add kishormorol/cli-faq-shortcuts/faq-shortcuts@git:20260919.69519fe
Exact content
mdr add kishormorol/cli-faq-shortcuts/faq-shortcuts@sha256:9653e13632acbef4

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_jqfgfuvjbkzznlek.svg)](https://markdownregistry.com/a/art_jqfgfuvjbkzznlek)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260919.69519fe latest2026-09-19 69519fe 5,595 BA view · diff
git:20260918.fc849032026-09-18 fc84903 5,540 BA view · diff
git:20260918.9159e032026-09-18 9159e03 5,540 BA view · diff
git:20260918.e8f93802026-09-18 e8f9380 5,442 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 (5595 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

kishormorol/cli-faq-shortcuts · 101 stars · license Apache-2.0 · pushed 2026-09-22 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_jqfgfuvjbkzznlek
GET https://markdownregistry.com/api/v1/resolve?ref=kishormorol/cli-faq-shortcuts/faq-shortcuts
GET https://markdownregistry.com/api/v1/blob/9653e13632acbef400717cb35c10ae981ac9ca86cd9634d6d1a59b72c09c6958

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.

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