.codex/skills/tx-memory-context/SKILL.md
Store, recall, search, and relate memory documents, learnings, and task context. Use when working in Codex and the user needs tx commands from this area.
npx skillsauth add jamesaphoenix/tx tx-memory-contextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use when the user needs retrieval, prompt context, or durable learnings tied to files and tasks.
tx memory context <task-id>tx memory search <query>tx memory recall <path>tx memory: Filesystem-backed memory with search over .md filestx memory add: Create a new memory documenttx memory backlinks: Show incoming links to a documenttx memory context: Get task-relevant memory for prompt injectiontx memory index: Index all registered source directoriestx memory learn: Attach a learning to a file path or glob patterntx memory link: Create an explicit edge between documentstx memory links: Show outgoing links from a documenttx memory list: List indexed memory documentstx memory props: Show properties for a documenttx memory recall: Query file learnings by pathtx memory relate: Add a related reference to a documenttx memory search: Search memory documentstx memory set: Set a key-value property on a documenttx memory show: Display a memory documenttx memory source: Manage indexed directoriestx memory tag: Add tags to a memory documenttx memory unset: Remove a property from a documenttx memory untag: Remove tags from a memory documentRead references/commands.md for the full generated CLI help text for this skill's commands.
When working in Codex, prefer rg -n <pattern> <path> and rg --files <path> over broad grep -r or fragile find pipelines.
If a shell/search command fails because of malformed flags, truncated paths, or broken quotes:
rg command with an explicit directorynode_modul or unterminated quotesgrep -r with rg -n unless rg is unavailablefind probes with rg --files when you are really locating source filesdevelopment
Implement and verify design doc invariants by annotating tests and source code with [INV-*] / @spec tags, then driving tx spec coverage from BUILD toward HARDEN (100% FCI). Works with any design doc that has an invariants block.
data-ai
Link tasks to paired PRD/design specs, export all open work to markdown, and keep Ralph-style loops moving by creating tasks, subtasks, and dependency updates through tx primitives.
development
Refresh bundled tx Claude Code and Codex skills in a project from the canonical tx source without manual copy and paste.
development
Run Ralph against either the full repo queue or tasks linked to one design doc, with injected task/spec/queue context for Codex or Claude runtimes.