diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index d5ad97b..300a37f 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -48,9 +48,23 @@ "icon": "lucide-file", "title": "Untitled 3" } + }, + { + "id": "65b9932639455cae", + "type": "leaf", + "state": { + "type": "markdown", + "state": { + "file": "100 inbox/Untitled.md", + "mode": "source", + "source": false + }, + "icon": "lucide-file", + "title": "Untitled" + } } ], - "currentTab": 2 + "currentTab": 3 } ], "direction": "vertical" @@ -224,11 +238,12 @@ "templater-obsidian:Templater": false } }, - "active": "d5c6d8933290711d", + "active": "65b9932639455cae", "lastOpenFiles": [ + "100 inbox/Untitled.md", + "100 inbox/Untitled 3.md", "100 inbox/1779061553-LQHN.md", "300 areas/350 AI/Local Hybrid Vector + Graph RAG Setup.md", - "100 inbox/Untitled 3.md", "000 daily/1778841999-CBOE.md", "300 areas/350 AI/1778914902-WMFA.md", "100 inbox/1778914902-WMFA.md", @@ -239,7 +254,6 @@ "templates/Daily_Note_Template.md", "inbox/1778841999-CBOE.md", "inbox", - "100 inbox/Untitled.md", "300 areas/350 AI", "templates/tmpl_generic_note.md", "300 areas", diff --git a/100 inbox/Untitled.md b/100 inbox/Untitled.md new file mode 100644 index 0000000..e69de29 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` |