sam-4screen-desktop 2026-5-19:12:25:20

This commit is contained in:
2026-05-19 12:25:20 +10:00
parent 0eade28404
commit 5356a45700
2 changed files with 41 additions and 42 deletions

View File

@@ -41,12 +41,12 @@
"state": {
"type": "markdown",
"state": {
"file": "100 inbox/1778533395-ZAPX.md",
"file": "300 areas/350 AI/Pi Agent Extensions & Skills.md",
"mode": "source",
"source": false
},
"icon": "lucide-file",
"title": "1778533395-ZAPX"
"title": "Pi Agent Extensions & Skills"
}
}
],
@@ -226,6 +226,7 @@
},
"active": "d5c6d8933290711d",
"lastOpenFiles": [
"100 inbox/1778533395-ZAPX.md",
"100 inbox/1779061553-LQHN.md~",
"100 inbox/1779061553-LQHN.md",
"100 inbox/1778493481-VJZL.md",
@@ -234,7 +235,6 @@
"100 inbox/1778553013-ARYX.md",
"100 inbox/1778545221-MOBT.md",
"100 inbox/1778535439-NWLI.md",
"100 inbox/1778533395-ZAPX.md",
"300 areas/350 AI/Pi Agent Extensions & Skills.md",
"100 inbox/Untitled 3.md",
"300 areas/350 AI/Local Hybrid Vector + Graph RAG Setup.md",
@@ -261,7 +261,6 @@
"400 resources/450 Recipes",
"400 resources/440 Code Cheats Snips CLI",
"200 projects/260 Build Create Make",
"200 projects/250 IOT",
"300 areas/390 Dev Ops Computers.md"
]
}

View File

@@ -62,37 +62,37 @@ Prompt templates are `.md` files in `~/.pi/agent/prompts/` with YAML frontmatter
### Installed Templates
| Command | Tier | Model | Use |
|---|---|---|---|
| `/quick` | ⚡ flash | deepseek-v4-flash | General everyday tasks |
| `/think` | 🧠 ultra | openrouter/deepseek-pro | Deep thinking, hard problems |
| `/check` | 🔷 pro | opencode-go/deepseek-pro | Code review, quality checks |
| `/nix-check` | ⚡ flash | deepseek-v4-flash | Nix flake checks, config debug |
| `/note` | ⚡ flash | deepseek-v4-flash | Create Obsidian .md with frontmatter |
| `/sort` | 🔷 pro | opencode-go/deepseek-pro | Classify files, suggest Obsidian folder |
| `/read` | ⚡ flash | deepseek-v4-flash | Batch read and synthesize many files |
| `/debug` | 🧠 ultra | openrouter/deepseek-pro | Complex NixOS/infra debugging |
| `/vault` | 🔷 pro | opencode-go/deepseek-pro | Obsidian vault setup and management |
| `/chat` | ⚡ flash | deepseek-v4-flash | Chat with automatic web search |
| `/img` | 🧠 ultra | openrouter/deepseek-pro | Image analysis and description |
| `/make-img` | ⚡ flash | deepseek-v4-flash | Generate images via OpenRouter API (Flux/Stable Diffusion) |
| ------------ | -------- | ------------------------ | ---------------------------------------------------------- |
| `/do-quick` | ⚡ flash | deepseek-v4-flash | General everyday tasks |
| `/do-think` | 🧠 ultra | openrouter/deepseek-pro | Deep thinking, hard problems |
| `/do-check` | 🔷 pro | opencode-go/deepseek-pro | Code review, quality checks |
| `/do-nix-check` | ⚡ flash | deepseek-v4-flash | Nix flake checks, config debug |
| `/do-note` | ⚡ flash | deepseek-v4-flash | Create Obsidian .md with frontmatter |
| `/do-sort` | 🔷 pro | opencode-go/deepseek-pro | Classify files, suggest Obsidian folder |
| `/do-read` | ⚡ flash | deepseek-v4-flash | Batch read and synthesize many files |
| `/do-debug` | 🧠 ultra | openrouter/deepseek-pro | Complex NixOS/infra debugging |
| `/do-vault` | 🔷 pro | opencode-go/deepseek-pro | Obsidian vault setup and management |
| `/do-chat` | ⚡ flash | deepseek-v4-flash | Chat with automatic web search |
| `/do-img` | 🧠 ultra | openrouter/deepseek-pro | Image analysis and description |
| `/do-make-img` | ⚡ flash | deepseek-v4-flash | Generate images via OpenRouter (GPT/Image Mini, Gemini) |
> **Audio/Voice note:** Pi runs in a text-based terminal (TUI) with no microphone access or audio playback. Qwen supports audio processing, but it's not practical in Pi's current architecture regardless of model.
### How to use
```
/quick what's the weather?
/think design the architecture for this feature
/check review the changes in this file
/nix-check analyze the nix flake check output
/note document the new service setup
/sort read this config file and tell me where it goes
/read skim these three config files and compare them
/debug why is my NixOS build failing?
/vault set up a template for daily notes
/chat what's new in NixOS 25.11?
/img what's wrong in this screenshot?
/make-img a futuristic cityscape with neon lights
/do-quick what's the weather?
/do-think design the architecture for this feature
/do-check review the changes in this file
/do-nix-check analyze the nix flake check output
/do-note document the new service setup
/do-sort read this config file and tell me where it goes
/do-read skim these three config files and compare them
/do-debug why is my NixOS build failing?
/do-vault set up a template for daily notes
/do-chat what's new in NixOS 25.11?
/do-img what's wrong in this screenshot?
/do-make-img a futuristic cityscape with neon lights
```
### Template format
@@ -171,18 +171,18 @@ pi-mcp-adapter connects Pi to external services via the Model Context Protocol.
| Command | What it does |
|---|---|
| `/quick <task>` | Fast model for everyday tasks |
| `/think <task>` | Ultra model for deep analysis |
| `/check <path>` | Pro model for code review |
| `/nix-check <task>` | Nix-specific analysis |
| `/note <description>` | Create Obsidian note with frontmatter |
| `/sort <path>` | Classify file, suggest Obsidian folder |
| `/read <paths>` | Batch read and synthesize files |
| `/debug <issue>` | Complex NixOS/infra debugging |
| `/vault <task>` | Obsidian vault setup and management |
| `/chat <topic>` | Conversation with web search |
| `/img <prompt>` | Image analysis and description |
| `/make-img <prompt>` | Generate image via OpenRouter API |
| `/do-quick <task>` | Fast model for everyday tasks |
| `/do-think <task>` | 🧠 Ultra model for deep analysis |
| `/do-check <path>` | 🔷 Pro model for code review |
| `/do-nix-check <task>` | Nix-specific analysis |
| `/do-note <description>` | Create Obsidian note with frontmatter |
| `/do-sort <path>` | 🔷 Classify file, suggest Obsidian folder |
| `/do-read <paths>` | Batch read and synthesize files |
| `/do-debug <issue>` | 🧠 Complex NixOS/infra debugging |
| `/do-vault <task>` | 🔷 Obsidian vault setup and management |
| `/do-chat <topic>` | Conversation with web search |
| `/do-img <prompt>` | 🧠 Image analysis and description |
| `/do-make-img <prompt>` | Generate image via OpenRouter (GPT/Image Mini, Gemini) |
| `/config-setup` | One-shot: creates `.pi/`, `settings.json`, memory vault in current folder |
| `/config-add ext <name>` | Activate an extension from `~/.agents` |
| `/config-add skill <name>` | Activate a skill from `~/.agents` |