Skip to content

Releases: kishormorol/cli-faq-shortcuts

Release list

v1.1.0

Choose a tag to compare

@kishormorol kishormorol released this 18 Sep 23:09
  • Reads your whole Claude Code history, not just the last 30 days. Claude Code deletes session transcripts after 30 days; older prompts now come from ~/.claude/history.jsonl, with no prompt counted twice. On a real project this took the extractor from 1,165 prompts to 3,617.
  • Clearer README: a 3-step quick start, an example of a generated shortcut, update / uninstall / Windows notes, and troubleshooting.
  • Install is safe to run twice (ln -sfn). Re-running the old command on macOS left a stray link inside the installed folder.

Update: git -C ~/.agents/skills/faq-shortcuts pull

v1.0.0

Choose a tag to compare

@kishormorol kishormorol released this 18 Sep 22:28

First release.

  • Reads your prompts from Claude Code and Codex history for one project, skipping subagent turns and scripted runs.
  • The agent groups them by intent and proposes short shortcuts, with how often you asked each.
  • Shortcuts are written to .claude/skills/ and linked into .agents/skills/, so they load in Claude Code, Codex and Cursor.
  • Any shortcut that writes or sends does a dry run first.

Install:

git clone https://github.com/kishormorol/cli-faq-shortcuts ~/.agents/skills/faq-shortcuts
mkdir -p ~/.claude/skills && ln -sfn ~/.agents/skills/faq-shortcuts ~/.claude/skills/faq-shortcuts

Cursor history is not read yet.