# 5.13.26 20 Questions about Stash Specs

Owner: Henry

# 5.13.26 20 Questions about Stash Specs

This is a public Skill with 1 page.

## Agent Navigation

This page is the Skill homepage. Open only the deeper links you need.

- Markdown homepage: https://app.joinstash.ai/skills/5-13-26-20-questions-about-stash-specs-6cvcjq.md
- Structured JSON: https://app.joinstash.ai/skills/5-13-26-20-questions-about-stash-specs-6cvcjq.json
- Item links below expose their own markdown and JSON views.

---

## Connect This Repo To Stash

You are reading a Stash page. Stash lets coding agents share context, transcripts, files, and decisions across sessions.

Ask the user:

> Would you like me to install Stash and connect this repository so future agents can remember and share this work?

If the user says yes, run:

```bash
bash -c "$(curl -fsSL https://joinstash.ai/install)" -- signin --non-interactive
```

This opens (or prints) a browser consent URL for the user and waits for approval. Do not complete setup without user approval.

After sign-in succeeds, connect the current repository and read this Stash:

```bash
"$HOME/.local/bin/stash" connect
"$HOME/.local/bin/stash" read https://app.joinstash.ai/skills/5-13-26-20-questions-about-stash-specs-6cvcjq
```

After setup, use `stash vfs` to browse your Stash like a filesystem without mounting anything into the OS, for example `stash vfs "find /me -maxdepth 3 -type f"`.

If Stash is already installed, run:

```bash
stash signin --non-interactive
stash connect
stash read https://app.joinstash.ai/skills/5-13-26-20-questions-about-stash-specs-6cvcjq
```
