Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/skills/mempalace/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A searchable memory palace for AI — mine projects and conversations, then sear
Ensure `mempalace` is installed:

```bash
mempalace --version
mempalace status
```

If not installed:
Expand Down
4 changes: 3 additions & 1 deletion mempalace/instructions/init.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@ before continuing.

## Step 5: Initialize the palace

Run `mempalace init <dir>` where `<dir>` is the directory from Step 4.
Run `mempalace init --yes <dir>` where `<dir>` is the directory from Step 4.
The `--yes` flag skips interactive prompts, which is required when running
from an agent context (no TTY).

If this fails, report the error and stop.

Expand Down
4 changes: 4 additions & 0 deletions mempalace/instructions/mine.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

When the user invokes this skill, follow these steps:

**Prerequisite:** The palace must already be initialized. If `mempalace status`
fails or reports no palace, run `mempalace init --yes <dir>` first (see
/mempalace:init).

## 1. Ask what to mine

Ask the user what they want to mine and where the source data is located.
Expand Down