Creating Plans
openbooklet.com/s/creating-plansopenbooklet.com/s/creating-plans@1.0.0GET /api/v1/skills/creating-plansSearch and read messages from Beeper Desktop API (WhatsApp, Signal, Telegram, etc.). Triggers: "check my messages", "search messages", "who messaged me", "find conversations", "unread messages", "beeper", "chat history".
Finds similar implementations, usage examples, or existing patterns that can be modeled after. Use when you need concrete code examples with file:line references to follow existing patterns.
Implement technical plans with verification - executes phases with success criteria checks, pausing for manual verification between phases.
This skill should be used when the user asks to "open in nvim", "show in editor", "open file in nvim", "edit in nvim", "nvim open", "send to nvim", "open buffer", "view in neovim", or "open this in my editor". Requires NVIM_SOCKET environment variable to be set (automatic in worktree sessions). Not for editing files directly - this sends files to the user's nvim instance.
Show PR diff and local changes
Pull main branch and handle merge conflicts
Searches the web, fetches documentation, and searches GitHub code. Use when you need current information, documentation, or real-world code examples from the web.
Post code review comments to GitHub PR
Research and compare tech stack options (libraries, frameworks, packages) with data-driven recommendations
Researches and compares tech stack choices (libraries, frameworks, packages) with metrics and recommendations.
This skill captures and analyzes tmux pane content for debugging. Triggers: "debug tmux", "capture tmux output", "check other session", "tmux pane content", "what's in that terminal", "inspect background process", "tmux scrollback". Captures screen content from tmux panes to debug sessions or monitor processes.
Upgrade NixOS to a new stable release version. This involves updating version-pinned flake inputs and handling any breaking changes.
This skill updates flake.lock to get latest packages within current NixOS release. Triggers: "update flake", "upgrade flake", "nix flake update", "bump flake.lock", "update flake inputs", "refresh inputs", "update dependencies". Runs nix flake update, checks build, optionally applies. Not for NixOS release upgrades (use upgrade-nixos for major version changes).
Auto-indexed from richardgill/nix
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.