From ship
Searches past Claude Code/Codex sessions via the recall CLI to retrieve past decisions, recurring mistakes, and vague back-references.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ship:use-cli-recallWhen to use
前に, あの時, また同じ, あの件, past decisions, recurring mistake, module first contact, temporal reference, structural echo, vague back-reference
This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Trigger | Signal |
| Trigger | Signal |
|---|---|
| Temporal reference | 「前に」「あの時」 past events / decisions |
| Structural echo | Current problem mirrors a past situation |
| Repetition | 「また同じ」 recurring mistake |
| Vague back-reference | 「あの件」 past work without specifics |
| Module first contact | First edit to a file/module this session |
| Purpose | Command |
|---|---|
| Search | recall search "query" (or recall "query" as shorthand) |
| Last N days | recall search "query" --days N |
| Project filter | recall search "query" --project <path> |
| Source filter | recall search "query" --source claude or --source codex |
| Limit results | recall search "query" --limit N (default 10, max 100) |
| Show session | recall show <session-id> |
| Status | recall status |
| Incremental index | recall index |
| Full rebuild | recall index --force |
Write bilingual queries upfront (e.g. recall "認証 auth"). FTS5 trigram tokenization cannot match JA terms of 2 chars or fewer (認証/依存 hit 0), and embeddings do not bridge EN⇄JA (thkt/recall#51). Including both languages covers each search path.
recall does not expand queries (caller-is-LLM, thkt/recall#25). Hybrid search returns nearest neighbors, so a poor query yields low-relevance results rather than 0 hits. When results are empty or low-relevance, rewrite the query yourself and retry once: synonyms, EN⇄JA variants, related concept terms.
Past decisions (use-cli-recall) vs current code state (ugrep / bfs). Run both on these triggers.
| Trigger | recall query | code search |
|---|---|---|
| Module first contact | module name, design rationale | module name, key identifiers |
| Structural echo | past similar problem | current similar code |
npx claudepluginhub thkt/dotclaude --plugin toolkitProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.