Skip to content

list-learned-actions

Show what’s available to the agent in this project — saved actions, cross-session memories, the UI skeleton, and plugin commands. Pair with /run-action to replay one.

/rn-dev-agent:list-learned-actions [keyword]

The optional keyword filters all sections by substring match (case-insensitive).

/rn-dev-agent:list-learned-actions
/rn-dev-agent:list-learned-actions login
/rn-dev-agent:list-learned-actions cart

Four sections, each scoped to the current project:

SectionWhat it listsSource
A. MemoriesPast feedback the agent persisted across sessions~/.claude/projects/<encoded-cwd>/memory/feedback_*.md
B. ActionsSaved replay-ready flows.rn-agent/actions/<name>.yaml
C. UI skeletonSemantic-name → testID map.rn-agent/skeleton.yaml
D. Plugin commandsSlash commands the plugin exposesfrom the plugin manifest
  • At the start of a task, before composing manual device_* walks — reuse what’s there
  • To find the right action name to pass to /run-action
  • When debugging — see what memories the agent has accumulated
  • During onboarding — confirms /setup scaffolded the project successfully