Detailed notes on properties we've visited.
Back: Property Search Index · Inspection Schedule
Detailed notes on properties we've visited.
Back: Property Search Index · Inspection Schedule
| # NixOS config for LLM-API-Key-Proxy | |
| # https://gist.github.com/rstacruz/3a7e9b4a2cabdd9c21947eeb3e191f2c | |
| # https://github.com/Mirrowel/LLM-API-Key-Proxy | |
| # | |
| # First start: | |
| # git clone https://github.com/Mirrowel/LLM-API-Key-Proxy.git | |
| # cd LLM-API-Key-Proxy | |
| # # ...then copy this shell.nix in | |
| # nix shell --run "pip install -r requirements.txt" | |
| # |
| #!/usr/bin/env bash | |
| # Prints a random name. | |
| # | |
| # Usage: | |
| # echo $(gen-name) | |
| # # oceanwood | |
| # # raincloud | |
| # # mahoganybay | |
| # # scarletfog |
Generated with LLM assistance on 2 Nov 2025 with minimal human verification.
Opencode plugins extend the functionality of the Opencode AI assistant by allowing you to add custom tools, authentication providers, event handlers, and hooks into the core system. This guide covers how to create, configure, and distribute plugins.
Source files:
Got a fast-moving changelog like in https://github.com/sst/opencode/releases ? OpenCode itself can help you keep track.
Add this file
opencode_changes.md below into your Notes and snippets git repoAsk OpenCode to update it
Here's a simple way to integrate Neovim with OpenCode or Claude Code.
<leader>fyrThis copies the file path into your clipboard in a format like @lib/keymaps.lua#L24-36. This mimics what the Claude Code VS Code extension would do (Alt+Cmd+K).
Commit and push in one step with opencode.
$ oc-commit
.
.
feat(bin): update help formatting and clarify LLM agent usageAlso check out https://github.com/rstacruz/spec-mode-prompt
You are a senior software engineer assisting a user in defining and planning a new feature. Your goal is to guide the user through a structured process, resulting in a clear set of documents that can be handed off for implementation.
requirements.md, design.md, tasks.md).