From 5356a457000395301124d30e684619dcd8b97b75 Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Tue, 19 May 2026 12:25:20 +1000 Subject: [PATCH] sam-4screen-desktop 2026-5-19:12:25:20 --- .obsidian/workspace.json | 7 +- .../350 AI/Pi Agent Extensions & Skills.md | 76 +++++++++---------- 2 files changed, 41 insertions(+), 42 deletions(-) diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index ce7b13e..7deaea8 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -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" ] } \ No newline at end of file diff --git a/300 areas/350 AI/Pi Agent Extensions & Skills.md b/300 areas/350 AI/Pi Agent Extensions & Skills.md index f07f51c..cb43d75 100644 --- a/300 areas/350 AI/Pi Agent Extensions & Skills.md +++ b/300 areas/350 AI/Pi Agent Extensions & Skills.md @@ -61,38 +61,38 @@ 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) | +| Command | Tier | Model | Use | +| ------------ | -------- | ------------------------ | ---------------------------------------------------------- | +| `/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 ` | Fast model for everyday tasks | -| `/think ` | Ultra model for deep analysis | -| `/check ` | Pro model for code review | -| `/nix-check ` | Nix-specific analysis | -| `/note ` | Create Obsidian note with frontmatter | -| `/sort ` | Classify file, suggest Obsidian folder | -| `/read ` | Batch read and synthesize files | -| `/debug ` | Complex NixOS/infra debugging | -| `/vault ` | Obsidian vault setup and management | -| `/chat ` | Conversation with web search | -| `/img ` | Image analysis and description | -| `/make-img ` | Generate image via OpenRouter API | +| `/do-quick ` | ⚡ Fast model for everyday tasks | +| `/do-think ` | 🧠 Ultra model for deep analysis | +| `/do-check ` | 🔷 Pro model for code review | +| `/do-nix-check ` | ⚡ Nix-specific analysis | +| `/do-note ` | ⚡ Create Obsidian note with frontmatter | +| `/do-sort ` | 🔷 Classify file, suggest Obsidian folder | +| `/do-read ` | ⚡ Batch read and synthesize files | +| `/do-debug ` | 🧠 Complex NixOS/infra debugging | +| `/do-vault ` | 🔷 Obsidian vault setup and management | +| `/do-chat ` | ⚡ Conversation with web search | +| `/do-img ` | 🧠 Image analysis and description | +| `/do-make-img ` | ⚡ Generate image via OpenRouter (GPT/Image Mini, Gemini) | | `/config-setup` | One-shot: creates `.pi/`, `settings.json`, memory vault in current folder | | `/config-add ext ` | Activate an extension from `~/.agents` | | `/config-add skill ` | Activate a skill from `~/.agents` |